﻿.page-block .tablebox .items .whiteback form label.error {
    margin-top: 1rem;
    font-size: 1rem;
}

html[lang="en-GB"] .page-block .purplightback .contact dl dd .right p span {
    width: 50%;
}

.first-block .news ul li a {
  
}

header {
    z-index: 99991;
}

.first-block .newsa a.active img {
    filter: invert(50%) brightness(300%) !important;
}

.accordion-item .txtcon table {
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
}

.accordion-item .txtcon table thead tr th {
    background: #B69ACB;
}

.accordion-item .txtcon table tr:first-child td {
    background: #B69ACB;
    /*color: #E2EFD9;*/
}

.accordion-item .txtcon table thead tr th,
.accordion-item .txtcon table td {
    padding: 1rem;
    border: 5px solid #ffffff;
    vertical-align: middle;
    color: #212529;
}

.accordion-item .txtcon table thead tr th:nth-child(1) {
    border-radius: 18px 0px 0px 0px;
}

.accordion-item .txtcon table thead tr th:nth-last-child(1) {
    border-radius: 0 18px 0px 0px;
}

.accordion-item .txtcon table tbody tr {
    background: #F3EAF9;
}

.accordion-item .txtcon p a {
    color: #7138A1;
}

.Rules-block .purplightback .content ol {
    margin-left: 0px;
}

.Rules-block .purplightback .content ol li{
    list-style:none;
}

/*.page-block .tabcontent .tabbox .boxcontent.tablenew .tablist ol li {
    list-style: upper-alpha;
}*/

.page-block .tabcontent .tabbox .boxcontent.tablenew .tablist li a {
    color: #7138A1;
}

@media (max-width: 1440px) {
    .about-block .taba {
        overflow-y: scroll;

        justify-content: center;

    }

    .about-block .taba a {
    
    }
}

/*@media (max-width: 767px) {
    .about-block .taba a {
        display: block;

    }

    .about-block .taba a:nth-child(1)::after {
        content: none;
    }
}

@media (max-width: 767px) {
    .page-block .taba {
        overflow-y: scroll;
        white-space: nowrap;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-block .taba a {
        display: block;
    }

    .page-block .taba a:nth-child(1)::after {
        content: none;
    }
}*/

@media (max-width: 1440px) {
    .about-block .taba a br {
        display: block;
    }
}

@media (max-width: 1238px) {
    .about-block .taba a br {
        display: none;
    }
}

.page-block .tablebox .items .titmenu ul li::before {
    top: unset;
    transform: translateY(15px);
}

@media (max-width: 1366px) {
    .page-block .tablebox .items .titmenu ul li::before {
        top: unset;
        transform: translateY(11px);
    }
}

@media (max-width: 767px) {
    .page-block .tablebox .items .titmenu ul li::before {
        top: unset;
        transform: translateY(5px);
    }
}

.page-block .purplightback .table-cse3 table thead tr th:nth-child(1) {
    white-space: nowrap;
}

.first-block .news ul li a em.tag {
    white-space: nowrap;
}

.first-block .news ul li a b.purple {
    white-space: nowrap;
}

.first-block .head-bar .download {
    color: #7138A1;
    margin-left: 5px;
}

@media (max-width: 325px) {
    header .header .container .left {
        max-width: 176px;
    }
}

.Rules-block .purplightback .content.content2 .whiteback ol li::before{
    content:none;
}
.Rules-block .purplightback .content.content2 .whiteback ol li{
    padding-left:0;
}



.page-block .purplightback .table-cse2 table thead tr th:nth-child(1){
    position: sticky;
    left:0;
}

.page-block .purplightback .table-cse2 table tbody tr td:nth-child(1){
    position: sticky;
    left:0;
}


.Rules-block .purplightback .content.content2 .whiteback table tr td.col2{
    background:#D9E2F3;
    text-align: left;
}

.Rules-block .purplightback .content.content2 .whiteback table tr td.col3{
    background:#E6D9EF;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table tbody tr td.col2{
    background:#E2EFD9;
    text-align: left;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table tbody tr td.col3{
    background:#E6D9EF;
}


.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td.col2{
    background:#F3E5CF;
    text-align: left;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td.col3{
    background:#E6D9EF;
}


@media(max-width: 767px){
    .Rules-block .purplightback .content .whiteback{
        padding:25px 5px;
    }
}






.about-block.catholic-order .tablebox {
    border-radius: 14px;
}

.about-block.catholic-order .tablebox .items {
    display: none;
}

.about-block.catholic-order .tablebox .items:nth-child(1) {
    display: block;
}

.about-block.catholic-order .tablebox .items:nth-child(1) table tbody tr td {
    background: #E1E4FC;
}

.about-block.catholic-order .tablebox .items:nth-child(3) table tbody tr td {
    background: #DFD2EA;
}

.about-block.catholic-order .tablebox .items table th, .about-block.catholic-order .tablebox .items table td {
    vertical-align: middle;
    padding: 1rem;
    border-radius: 2px;
    background: #E1E4FC;
    text-align: center;
    font-weight: normal;
    border: 5px solid #ffffff;
}

.about-block.catholic-order .tablebox .items table thead th {
    background: #D6E8D3;
}

.about-block.catholic-order .tablebox .items table thead th:nth-child(1) {
    border-radius: 18px 0 0 0;
    width:65%;
}

.about-block.catholic-order .tablebox .items table thead th:nth-last-child(1) {
    border-radius: 0px 18px 0 0;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items table thead th {
        white-space: nowrap;
    }
}

.about-block.catholic-order .tablebox .items table tbody tr:nth-last-child(1) td:nth-last-child(1) {
    border-radius: 2px 2px 18px 2px;
}

.about-block.catholic-order .tablebox .items table tbody tr td {
    background: #F2E8F9;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items table tbody tr td {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items table tbody tr td h3 {
        font-size: 16px;
    }
}

.about-block.catholic-order .tablebox .items .whiteback {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .whiteback {
        padding: 0.5rem 1rem;
    }
}

.about-block.catholic-order .tablebox .items .whiteback form label {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #000;
    display: flex;
    align-items: center;
}

.about-block.catholic-order .tablebox .items .whiteback form label button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #A4E0FF;
    color: #fff;
    position: relative;
    bottom: 0;
    margin-left: 10px;
    padding: 0;
}

.about-block.catholic-order .tablebox .items .whiteback form .form-control {
    border-radius: 7px;
    background: #F5F5F5;
    padding: 1rem;
    border: none;
}

.about-block.catholic-order .tablebox .items .whiteback form .upload {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-block.catholic-order .tablebox .items .whiteback form .upload .loadimg {
    border-radius: 7px;
    background: #F5F5F5;
    position: relative;
    padding: 1rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .whiteback form .upload .loadimg {
        width: 100%;
        margin-right: 0;
    }
}

.about-block.catholic-order .tablebox .items .whiteback form .upload .loadimg img {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .whiteback form .upload .loadimg img {
        display: none;
        margin-right: 0;
    }
}

.about-block.catholic-order .tablebox .items .whiteback form .raboat {
    border-radius: 7px;
    background: #F5F5F5;
    padding: 1rem;
    border: none;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.about-block.catholic-order .tablebox .items .whiteback form button {
    border-radius: 36px;
    background: #7138A1;
    border: 1px solid #7138A1;
    color: #ffffff;
    padding: 0.8rem 2rem;
    width: 196px;
    text-align: center;
}

.about-block.catholic-order .tablebox .items .whiteback form button:hover {
    background: none;
    color: #7138A1;
}

.about-block.catholic-order .tablebox .items .career h4 {
    background: #7138A1;
    border-radius: 14px 14px 0 0;
    padding: 1rem 2rem;
    color: #ffffff;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .career h4 {
        padding: 1rem;
    }
}

.about-block.catholic-order .tablebox .items .career h5 {
    color: #7138A1;
    font-size: 28px;
}

@media (max-width: 1366px) {
    .about-block.catholic-order .tablebox .items .career h5 {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .about-block.catholic-order .tablebox .items .career h5 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .career h5 {
        font-size: 16px;
    }
}

.about-block.catholic-order .tablebox .items .career .txtcon {
    background: #ffffff;
    padding: 2rem;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .career .txtcon {
        padding: 1rem;
    }
}

.about-block.catholic-order .tablebox .items .career .txtcon ol {
    padding-left: 1rem;
}

.about-block.catholic-order .tablebox .items .tit-btn {
    border-radius: 5px;
    background: #7138A1;
    color: #ffffff;
    display: inline-block;
    padding: 1.2rem 3.9rem;
    position: relative;
    margin-top: -4rem;
    transform: translateY(-40px);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-block.catholic-order .tablebox .items .tit-btn {
        padding: 0.8rem 2rem;
        margin-top: 1.5rem;
        transform: translateY(0px);
    }
}

.about-block.catholic-order .tablebox .items .titmenu h5 {
    margin-top: 50px;
    color: #000000;
    margin-bottom: 0;
}

.about-block.catholic-order .tablebox .items .titmenu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .titmenu ul {
        padding-left: 0;
    }
}

.about-block.catholic-order .tablebox .items .titmenu ul li {
    list-style: none;
    padding-left: 2rem;
    position: relative;
    width: 33%;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .about-block.catholic-order .tablebox .items .titmenu ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .titmenu ul li {
        width: 100%;
    }
}

.about-block.catholic-order .tablebox .items .titmenu ul li:hover {
    color: #7138A1;
}

.about-block.catholic-order .tablebox .items .titmenu ul li:hover::before {
    border-color: #7138A1;
}

.about-block.catholic-order .tablebox .items .titmenu ul li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #212121;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-block.catholic-order .tablebox .items .lx {
    padding-bottom: 50px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.about-block.catholic-order .tablebox .items .accordion-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 5px;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header {
    border-radius: 10px;
    background: none;
    overflow: hidden;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button {
    border: none;
    box-shadow: none;
    background: none;
    color: #333333;
    padding-right: 120px;
    align-items: baseline;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .accordion-item .accordion-header button {
        padding-right: 60px;
        line-height: 1.4;
    }
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button.collapsed .arrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/plus.svg);
    background-size: contain;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button strong {
    color: #7138A1;
    width: 50px;
    display: inline-block;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button .arrow {
    width: 53px;
    height: 53px;
    box-sizing: border-box;
    padding: 10px;
    background: #7138A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .accordion-item .accordion-header button .arrow {
        width: 34px;
        height: 34px;
        padding: 0;
        right: 1rem;
    }
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button .arrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-image: url(../image/minus.svg);
    background-size: contain;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-header button::after {
    display: none;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-body {
    padding-top: 0;
    padding-bottom: 0;
}

.about-block.catholic-order .tablebox .items .accordion-item .accordion-body .txtcon {
    margin-left: 0px;
    padding: 15px 0px;
}

@media (max-width: 767px) {
    .about-block.catholic-order .tablebox .items .accordion-item .accordion-body .txtcon {
        font-size: 14px;
    }
}

.about-block.catholic-order .tabcontent .tabbox {
    display: none;
}

.about-block.catholic-order .tabcontent .tabbox:nth-child(1) {
    display: block;
}



.page-block .purplightback .table-cse2 table tbody tr td span{
    text-align: center;
}
.page-block .purplightback .table-cse2 table tbody tr td em{
    text-align: center;
}

.page-block .purplightback .table-cse2 table tbody tr td p{
    text-align: center;
}