/* cms-con */
.cms-con {
    display: block;
    width: 100%;
    color: #000;
    clear: both;
}


.cms-con .moreless-expand-content,
.cms-con .moreless-collapse-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #88B829;
}

.cms-con .moreless-expand-content:hover,
.cms-con .moreless-collapse-content:hover {
    color: #000;
}

.cms-con.style-2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #313133;

    &:last-child {
        margin-bottom: 0;
    }
}

.cms-con p {
    line-height: 1.5;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;

    &:last-child {
        margin-bottom: 0;
    }
}


.cms-con p a {
    text-transform: initial;
}

.cms-con ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 20px;
}

.cms-con ul li {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #313133;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.cms-con.style-2 ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #313133;
}

.cms-con ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../img/svg/right.svg) no-repeat;
    background-size: cover;
}

.cms-con.style-2 ul li:before {
    top: 4px
}

.cms-con ul li:last-child,
.cms-con.style-2 ul li:last-child {
    margin-bottom: 0
}

.cms-con ul li ul {
    margin-bottom: 0;
    margin-top: 15px;
}

.cms-con ul li ul li {
    padding-left: 35px
}

/* .cms-con ul li ul li:before {

    width: 4px;

    height: 4px;

    border-radius: 50%;

    top: 10px;

    background: #000;

} */
.cms-con ul.half li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.cms-con h1 {
    font-size: 44px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h1 b,
.cms-con h1 strong {
    font-weight: 700
}

.cms-con h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h2 b,
.cms-con h2 strong {
    font-weight: 700
}

.cms-con h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h3 b,
.cms-con h3 strong {
    font-weight: 700
}

.cms-con h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h4 b,
.cms-con h4 strong {
    font-weight: 700
}

.cms-con h5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h5 b,
.cms-con h5 strong {
    font-weight: 700
}

.cms-con h6 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h6 b,
.cms-con h6 strong {
    font-weight: 700
}

.cms-con iframe {
    width: 100%;
    height: 500px
}

.cms-con .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 30px 30px 0;
    border-radius: 12px;
    min-width: 300px;
}

.cms-con .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 30px 30px;
    border-radius: 12px
}

.cms-con .aligncenter {
    width: auto;
    max-width: 100%;
    margin: 5px auto 66px;
    margin-bottom: 50px;
    text-align: center;
    display: block;
    border-radius: 12px
}

.cms-con .aligncenter.mb-100 {
    margin-bottom: 100px
}

.cms-con .mb-70 {
    margin-bottom: 70px
}

.cms-con .half-box{display: flex;flex-wrap: wrap;gap: 30px;margin-bottom: 30px;}
.cms-con .half-box img{flex: 1; margin: 0;float: none;overflow: hidden;}

.cms-con .aligncenter img {
    margin: auto
}

.cms-con .bothalignleft {
    float: left;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-con .bothalignright {
    float: right;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-con ol {
    padding: 0;
    counter-reset: cmscon-counter;
    list-style-type: none;
    margin-bottom: 30px
}

.cms-con ol.half li {
    display: inline-block;
    padding-inline: 20px;
}

.cms-con ol li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 24px;
}
.cms-con ol li b,.cms-con ol li strong{font-weight: 600;}

.cms-con ol li:last-child {
    margin-bottom: 0
}

.cms-con ol li:before {
    counter-increment: cmscon-counter;
    content: "" counter(cmscon-counter) ".";
    line-height: 1.4;
    left: 0;
    position: absolute;
    top: 0;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 30px;
}

.cms-con ol li ul {
    margin-top: 15px;
}

.cms-con ol li ul li {
    padding-left: 35px;
    position: relative
}

.cms-con ol li ul li:before {
    counter-increment: none;
    content: no-close-quote
}

.cms-con p b,
.cms-con p strong {
    display: inline;
    font-weight: 600;
}

.cms-con p span,.cms-con p small {
    color: #88B829;
}

.cms-con p span b {
    font-weight: 600;
}

.cms-con a {
    transition: color .4s ease-in-out;
    color: #88B829;
}

.cms-con a:hover {
    color: #000;
}

.cms-con p a {
    transition: color .4s ease-in-out;
    color: #88B829;
    font-weight: 400;
}

.cms-con p a:hover {
    color: #000;
}

.cms-con p a.btn:hover {
    color: #88B829;
}

.cms-con table {
    border-collapse: collapse;
    font-size: 18px;
    width: 100%;
}

.cms-con table tr th {
    padding: 17px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    border: 1px solid #D9D9D9;
    background-color: #f5f5f5;
}


.cms-con table tr td {
    padding: 17px 20px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
    border: 1px solid #D9D9D9;
    min-width: 200px;
}

.cms-con table tr td img {
    margin: auto;
    mix-blend-mode: multiply;
}

.cms-con hr{margin-top: 30px;margin-bottom: 50px;color: #D9D9D9;opacity: 1;}

/* cms-con */
@media only screen and (max-width:1299px) {
    .cms-con.style-2 p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cms-con.style-2 ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:1199px) {
    .cms-con-sec {
        padding: 50px 0;
    }

    .cms-con .aligncenter {
        margin: 40px auto 40px auto;
    }

    .cms-con ul li {
        margin-bottom: 15px;
        font-size: 16px;
        padding-left: 27px;
    }
    .cms-con ul li:before{width: 16px;height: 16px;}

    .cms-con .mb-70 {
        margin-bottom: 50px;
    }

    .cms-con hr {
        margin: 30px 0;
    }

    .cms-con .aligncenter.mb-100 {
        margin-bottom: 50px;
    }

    .cms-con h1 {
        font-size: 36px;
    }

    .cms-con h2 {
        font-size: 28px;
    }


    .cms-con h1 br,
    .cms-con h2 br,
    .cms-con h3 br,
    .cms-con h4 br,
    .cms-con h5 br,
    .cms-con h6 br {
        display: none;
    }

    .cms-con table {
        font-size: 16px;
    }

    .cms-con table tr th {
        padding: 12px 15px;
        font-size: 18px;
    }

    .cms-con table tr td {
        padding: 12px 15px;
    }

    .cms-con table tr td:nth-child(even) {
        font-size: 14px;
        width: 35%;
    }
}

@media only screen and (max-width:991px) {
    .cms-con p {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .cms-con table {
        font-size: 14px;
    }

    .cms-con table tr th {
        padding: 10px 12px;
        font-size: 16px;
    }

    .cms-con table tr td {
        padding: 10px 12px;
        min-width: 150px;
    }

    .cms-con table tr td:nth-child(even) {
        font-size: 14px;
    }
    .cms-con .half-box{gap: 15px;margin-bottom: 20px;}
}

@media only screen and (max-width:767px) {
    .cms-con-sec {
        padding: 30px 0
    }

    .cms-con p {
        line-height: 1.4;
        font-size: 14px;
        margin-bottom: 15px
    }

    .cms-con .moreless-expand-content,
    .cms-con .moreless-collapse-content {
        font-size: 14px;
    }

    .cms-con.style-2 p {
        font-size: 14px;
    }

    .cms-con.style-2 ul li {
        font-size: 14px;
        margin-bottom: 9px;

    }

    .cms-con ul,
    .cms-con ol {
        margin-bottom: 15px;
    }

    .cms-con ul.half li,
    .cms-con ol.half li {
        width: 100%;
    }

    .cms-con p b,
    .cms-con p strong {
        font-size: 14px;
    }

    .cms-con ul li {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 20px;
    }

    .cms-con ol li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .cms-con ol li ul {
        margin-top: 10px;
        margin-bottom: 0
    }

    .cms-con ul li ul li,
    .cms-con ol li ul li {
        padding-left: 20px
    }

    .cms-con ul li ul {
        margin-top: 10px;
    }

    .cms-con h1 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .cms-con h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .cms-con h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .cms-con h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .cms-con h5 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .cms-con h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cms-con .aligncenter {
        margin: 25px auto
    }

    .cms-con .alignleft {
        margin: 0 15px 15px 0;
    }

    .cms-con .alignright {
        margin: 0 0 15px 15px;
    }

    .cms-con .mb-70 {
        margin-bottom: 30px
    }

    .cms-con hr {
        margin: 25px 0
    }

    .cms-con .aligncenter.mb-100 {
        margin-bottom: 30px
    }

    .cms-con ul li:before {
        width: 13px;
        height: 13px;
        top: 4px;
    }
    .cms-con.style-2 ul li:before{top: 6px;}
    .table-responsive{margin-bottom: 20px;}
}

@media only screen and (max-width:568px) {
    .cms-con table {
        font-size: 12px;
    }

    .cms-con table tr th {
        padding: 8px 8px;
        font-size: 12px;
    }

    .cms-con table tr td {
        padding: 8px 8px;
    }

    .cms-con table tr td:nth-child(even) {
        font-size: 12px;
    }
    .cms-con .half-box{flex-direction: column;}
    .cms-con .half-box img{max-width: 100%;}
    .cms-con .alignleft,.cms-con .alignright{max-width: 100%;width: 100%;float: none;margin-inline: 0;}
}