.breadcrumb {
    display: none;
}

.p-liex h2.liex-tit {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}

.p-liex h2.liex-tit span {
    font-size: 15px;
}

@media all and (max-width: 639px) {
    .p-liex h2.liex-tit span {
        font-size: 13px;
    }
}

@media all and (max-width: 1024px) {
    .p-liex h2.liex-tit {
        font-size: 30px;
    }
}

@media all and (max-width: 639px) {
    .p-liex h2.liex-tit {
        font-size: 20px;
    }
}

/* Custom CSS  */
.p-liex .bg-dark {
    background: #33343f;
    padding: 100px 0;
}

.p-liex .bg-dark h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

@media all and (max-width: 1024px) {
    .p-liex .bg-dark {
        padding: 35px 0;
    }
}

.p-liex .section-lieximg {
    background: url("../images/img002.webp") no-repeat center center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.p-liex .section-lieximg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.p-liex .section-lieximg h3,
.p-liex .section-lieximg h4,
.p-liex .section-lieximg p {
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.p-liex .section-lieximg h3 {
    font-size: 22px;
}

@media all and (max-width: 639px) {
    .p-liex .section-lieximg h3 {
        font-size: 20px;
    }
}

.p-liex .section-lieximg h4 {
    font-size: 18px;
    margin: 50px 0;
}

@media all and (max-width: 820px) {
    .p-liex .section-lieximg h4 {
        margin: 25px 0;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section-lieximg h4 {
        margin: 10px 0;
        font-size: 16px;
    }
}

.p-liex .section-lieximg p {
    line-height: 2;
}

@media all and (max-width: 1024px) {
    .p-liex .section-lieximg {
        padding: 100px 0;
    }
}

@media all and (max-width: 820px) {
    .p-liex .section-lieximg {
        padding: 50px 0;
    }
}

.p-liex .section4 {
    background: url("../images/img003.webp") no-repeat center center;
    background-size: cover;
}

.p-liex .section5 {
    padding: 100px 0;
}

@media all and (max-width: 820px) {
    .p-liex .section5 {
        padding: 35px 0;
    }
}

.p-liex .section5 .container {
    max-width: 90%;
}

@media all and (max-width: 1440px) {
    .p-liex .section5 .container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media all and (max-width: 1024px) {
    .p-liex .section5 .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section5 .container {
        padding: 0 3%;
    }
}

.p-liex .section5 .liex-tit {
    line-height: 1;
    margin-bottom: 50px;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .liex-tit {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

.p-liex .section5 .block4item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-liex .section5 .blockitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-liex .section5 .block4item > .av-container,
.p-liex .section5 .blockitem > .av-container {
    width: calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.p-liex .section5 .block4item > .av-container:nth-child(4n){
    margin-right: 0;
}

.p-liex .section5 .block4item > .av-container .loadit,
.p-liex .section5 .blockitem > .av-container .loadit {
    background: #f7f7f7;
    height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container .loadit,
    .p-liex .section5 .blockitem > .av-container .loadit {
        height: auto;
    }
}

.p-liex .section5 .block4item > .av-container:last-child,
.p-liex .section5 .blockitem > .av-container:last-child {
    margin-right: 0;
}

.p-liex .section5 .block4item > .av-container h3,
.p-liex .section5 .blockitem > .av-container h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container h3,
    .p-liex .section5 .blockitem > .av-container h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.p-liex .section5 .block4item > .av-container p.txt-medium,
.p-liex .section5 .blockitem > .av-container p.txt-medium {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container p.txt-medium,
    .p-liex .section5 .blockitem > .av-container p.txt-medium {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.p-liex .section5 .block4item > .av-container p.txt-sm,
.p-liex .section5 .blockitem > .av-container p.txt-sm {
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 820px) {
    .p-liex .section5 .block4item > .av-container,
    .p-liex .section5 .blockitem > .av-container {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
        padding-top: 0;
    }
    .p-liex .section5 .block4item > .av-container:nth-child(2n) {
        margin-right: 0;
    }
    .p-liex .section5 .block4item > .av-container:nth-of-type(n + 3) {
        margin-top: 20px;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container,
    .p-liex .section5 .blockitem > .av-container {
        width: calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
    }
    .p-liex .section5 .block4item > .av-container:nth-of-type(n + 3) {
        margin-top: 10px;
    }
    .p-liex .section5 .block4item > .av-container .loadit,
    .p-liex .section5 .blockitem > .av-container .loadit {
        padding: 30px 10px;
    }
}

@media all and (min-width: 1280px) {
    .p-liex .section5 .block4item .btnpage:hover,
    .p-liex .section5 .blockitem .btnpage:hover {
        background: #33343f;
        color: #ffffff;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
}

.liex-detail .text_underline {
    text-decoration: underline;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@media all and (min-width: 1280px) {
    .liex-detail .text_underline:hover {
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 0.5;
    }
}

.liex-detail .section1 {
    text-align: center;
}

.liex-detail .section1 h2 {
    font-size: 50px;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 h2 {
        font-size: 45px;
    }
}

@media all and (max-width: 820px) {
    .liex-detail .section1 h2 {
        font-size: 40px;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 h2 {
        font-size: 26px;
    }
}

.liex-detail .section1 p {
    font-weight: bold;
}

.liex-detail .section1 p.md-text {
    font-size: 28px;
    margin: 20px 0;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 p.md-text {
        font-size: 23px;
        margin: 15px 0;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 p.md-text {
        font-size: 18px;
        margin: 5px 0;
    }
}

.liex-detail .section1 p.sm-text {
    font-size: 22px;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 p.sm-text {
        font-size: 17px;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 p.sm-text {
        font-size: 15px;
    }
}

.liex-detail .section2 {
    color: #ffffff;
    margin-bottom: 50px;
}

.liex-detail .section2 h2.page-tit {
    text-align: left;
    font-weight: 500;
}

.liex-detail .section2 p,
.liex-detail .section2 a {
    color: #ffffff;
}

.liex-detail .section2 .top-text {
    margin-bottom: 40px;
}

@media all and (max-width: 639px) {
    .liex-detail .section2 .top-text {
        margin-bottom: 25px;
    }
}
.liex-detail .section2 .btn-darkblue {
    background: #ffffff;
    color: #000;
}

.p-liex .section5 .block4item .av-visible > .av-visible {
    width: 100% !important;
}

/* Slideshow container */
.section2 .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.dflex {
    display: flex;
}

.section2 .slideshow-container .dflex .myHeadings {
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 25px;
}

/* Hide the images by default */
.section2 .mySlides,
.section2 .myHeadings {
    display: none;
}

/* Next & previous buttons */
.section2 .prev,
.section2 .next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.section2 .next {
    right: 0;
    margin-right: 5%;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the left */
.section2 .prev {
    left: 0;
    margin-left: 5%;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.section2 .prev:hover,
.section2 .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.section2 .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.section2 .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.section2 .myDots {
    margin-top: 20px;
    text-align: center;
}

/* The dots/bullets/indicators */
.section2 .dot {
    cursor: pointer;
    height: 8px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.section2 .active,
.section2 .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.section2 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.p-liex .new_section {
    padding-bottom: 150px;
}

.p-liex .new_section .container {
    background-image: url("../images/new_section_logo.webp");
    background-repeat: no-repeat;
    background-size: 100%;
}

.p-liex .new_section .new_h2 {
    font-size: 72px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.p-liex .new_section .new_h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

.p-liex .section1 h2.liex-tit {
    font-size: 40px;
    text-align: left;
    font-weight: 1000;
    margin-bottom: 80px;
    line-height: 1.3;
}

.p-liex h2.liex-tit {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}

.p-liex h2.liex-tit span {
    font-size: 15px;
}

@media all and (max-width: 639px) {
    .p-liex h2.liex-tit span {
        font-size: 13px;
    }
}

@media all and (max-width: 1024px) {
    .p-liex h2.liex-tit {
        font-size: 30px;
    }
}

@media all and (max-width: 639px) {
    .p-liex h2.liex-tit {
        font-size: 20px;
    }
}

.p-liex .section1 {
    background: #f7f7f7;
    padding: 70px 0;
}

.p-liex .section1 .blocksec1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.p-liex .section1 .blocksec1 .item {
    width: calc(50% - 0px);
    width: -ms-calc(50% - 0px);
    width: -o-calc(50% - 0px);
    margin-right: 0px;
    float: left;
}

.p-liex .section1 .blocksec1 .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.p-liex .section1 .blocksec1 .item:first-child h2 {
    line-height: 1.3;
}

.p-liex .section1 .blocksec1 .item:first-child h3 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0;
}

@media all and (max-width: 820px) {
    .p-liex .section1 .blocksec1 .item:first-child h3 {
        margin: 15px 0;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section1 .blocksec1 .item:first-child h3 {
        font-size: 16px;
    }
}

.p-liex .section1 .blocksec1 .item:first-child p {
    line-height: 2;
}

@media all and (max-width: 1024px) {
    .p-liex .section1 .blocksec1 .item {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
    }
    .p-liex .section1 .blocksec1 .item:last-child {
        margin-right: 0;
    }
}

@media all and (max-width: 820px) {
    .p-liex .section1 .blocksec1 .item {
        width: 100%;
    }
    .p-liex .section1 .blocksec1 .item:first-child {
        margin-bottom: 30px;
    }
}

.p-liex .section1 .container {
    max-width: 90%;
}

@media all and (max-width: 1440px) {
    .p-liex .section1 .container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media all and (max-width: 1024px) {
    .p-liex .section1 .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section1 .container {
        padding: 0 3%;
    }
}

@media all and (max-width: 820px) {
    .p-liex .section1 {
        padding: 35px 0;
    }
}

.p-liex .bg-dark {
    background: #33343f;
    padding: 100px 0;
}

.p-liex .bg-dark h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

@media all and (max-width: 1024px) {
    .p-liex .bg-dark {
        padding: 35px 0;
    }
}

.p-liex .section-lieximg {
    background: url("../images/img002.webp") no-repeat center center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.p-liex .section-lieximg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.p-liex .section-lieximg h3,
.p-liex .section-lieximg h4,
.p-liex .section-lieximg p {
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.p-liex .section-lieximg h3 {
    font-size: 22px;
}

@media all and (max-width: 639px) {
    .p-liex .section-lieximg h3 {
        font-size: 20px;
    }
}

.p-liex .section-lieximg h4 {
    font-size: 18px;
    margin: 50px 0;
}

@media all and (max-width: 820px) {
    .p-liex .section-lieximg h4 {
        margin: 25px 0;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section-lieximg h4 {
        margin: 10px 0;
        font-size: 16px;
    }
}

.p-liex .section-lieximg p {
    line-height: 2;
}

@media all and (max-width: 1024px) {
    .p-liex .section-lieximg {
        padding: 100px 0;
    }
}

@media all and (max-width: 820px) {
    .p-liex .section-lieximg {
        padding: 50px 0;
    }
}

.p-liex .section4 {
    background: url("../images/img003.webp") no-repeat center center;
    background-size: cover;
}

.p-liex .section5 {
    padding: 100px 0;
}

@media all and (max-width: 820px) {
    .p-liex .section5 {
        padding: 35px 0;
    }
}

.p-liex .section5 .container {
    max-width: 90%;
}

@media all and (max-width: 1440px) {
    .p-liex .section5 .container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media all and (max-width: 1024px) {
    .p-liex .section5 .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section5 .container {
        padding: 0 3%;
    }
}

.p-liex .section5 .liex-tit {
    line-height: 1;
    margin-bottom: 50px;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .liex-tit {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

.p-liex .section5 .block4item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-liex .section5 .blockitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-liex .section5 .block4item > .av-container,
.p-liex .section5 .blockitem > .av-container {
    width: calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    margin-right: 20px;
    float: left;
}

.p-liex .section5 .block4item > .av-container .loadit,
.p-liex .section5 .blockitem > .av-container .loadit {
    background: #f7f7f7;
    height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container .loadit,
    .p-liex .section5 .blockitem > .av-container .loadit {
        height: auto;
    }
}

.p-liex .section5 .block4item > .av-container:last-child,
.p-liex .section5 .blockitem > .av-container:last-child {
    margin-right: 0;
}

.p-liex .section5 .block4item > .av-container h3,
.p-liex .section5 .blockitem > .av-container h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container h3,
    .p-liex .section5 .blockitem > .av-container h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.p-liex .section5 .block4item > .av-container p.txt-medium,
.p-liex .section5 .blockitem > .av-container p.txt-medium {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container p.txt-medium,
    .p-liex .section5 .blockitem > .av-container p.txt-medium {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.p-liex .section5 .block4item > .av-container p.txt-sm,
.p-liex .section5 .blockitem > .av-container p.txt-sm {
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 820px) {
    .p-liex .section5 .block4item > .av-container,
    .p-liex .section5 .blockitem > .av-container {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
        padding-top: 0;
    }
    .p-liex .section5 .block4item > .av-container:nth-child(2n) {
        margin-right: 0;
    }
    .p-liex .section5 .block4item > .av-container:nth-of-type(n + 3) {
        margin-top: 20px;
    }
}

@media all and (max-width: 639px) {
    .p-liex .section5 .block4item > .av-container,
    .p-liex .section5 .blockitem > .av-container {
        width: calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
    }
    .p-liex .section5 .block4item > .av-container:nth-of-type(n + 3) {
        margin-top: 10px;
    }
    .p-liex .section5 .block4item > .av-container .loadit,
    .p-liex .section5 .blockitem > .av-container .loadit {
        padding: 30px 10px;
    }
}

@media all and (min-width: 1280px) {
    .p-liex .section5 .block4item .btnpage:hover,
    .p-liex .section5 .blockitem .btnpage:hover {
        background: #33343f;
        color: #ffffff;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
}

.liex-detail .text_underline {
    text-decoration: underline;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@media all and (min-width: 1280px) {
    .liex-detail .text_underline:hover {
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 0.5;
    }
}

.liex-detail .section1 {
    text-align: center;
}

.liex-detail .section1 h2 {
    font-size: 50px;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 h2 {
        font-size: 45px;
    }
}

@media all and (max-width: 820px) {
    .liex-detail .section1 h2 {
        font-size: 40px;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 h2 {
        font-size: 26px;
    }
}

.liex-detail .section1 p {
    font-weight: bold;
}

.liex-detail .section1 p.md-text {
    font-size: 28px;
    margin: 20px 0;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 p.md-text {
        font-size: 23px;
        margin: 15px 0;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 p.md-text {
        font-size: 18px;
        margin: 5px 0;
    }
}

.liex-detail .section1 p.sm-text {
    font-size: 22px;
}

@media all and (max-width: 1280px) {
    .liex-detail .section1 p.sm-text {
        font-size: 17px;
    }
}

@media all and (max-width: 639px) {
    .liex-detail .section1 p.sm-text {
        font-size: 15px;
    }
}

.liex-detail .section2 {
    color: #ffffff;
    margin-bottom: 50px;
}

.liex-detail .section2 h2.page-tit {
    text-align: left;
    font-weight: 500;
}

.liex-detail .section2 p,
.liex-detail .section2 a {
    color: #ffffff;
}

.liex-detail .section2 .top-text {
    margin-bottom: 40px;
}

@media all and (max-width: 639px) {
    .liex-detail .section2 .top-text {
        margin-bottom: 25px;
    }
}

.liex-detail .section2 .btn-darkblue {
    background: #ffffff;
    color: #000;
}

.p-liex .section5 .block4item .av-visible > .av-visible {
    width: 100% !important;
}

/* Slideshow container */
.section2 .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section2 .slideshow-container .dflex .myHeadings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 25px;
}

/* Hide the images by default */
.section2 .mySlides,
.section2 .myHeadings {
    display: none;
}

/* Next & previous buttons */
.section2 .prev,
.section2 .next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-size: 30px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Position the "next button" to the right */
.section2 .next {
    right: 0;
    margin-right: 5%;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the left */
.section2 .prev {
    left: 0;
    margin-left: 5%;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.section2 .prev:hover,
.section2 .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.section2 .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.section2 .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.section2 .myDots {
    margin-top: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* The dots/bullets/indicators */
.section2 .dot {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.section2 .active,
.section2 .dot:hover {
    height: 8px;
    width: 8px;
    background-color: #33343f;
    border: 1px solid #ffffff;
}

/* Fading animation */
.section2 .fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.box-new-section {
    width: 635px;
    height: 580px;
    background: rgba(247, 247, 247, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-new-section .ins {
    text-align: center;
}

.new_section {
    min-height: 580px;
    position: relative;
    background: url("../images/new_section_logo.webp") no-repeat center bottom;
    background-size: 105%;
}

.new_section .box-new-section {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section2 h3 {
    font-weight: normal;
}

@media all and (max-width: 1024px) {
    .box-new-section {
        width: 500px;
        height: 500px;
    }
    .new_section {
        min-height: 500px;
    }
    .section2 .slideshow-container {
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
    }
}

@media all and (max-width: 820px) {
    .p-liex .section1 h2.liex-tit {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 639px) {
    .box-new-section {
        width: auto;
        height: auto;
        padding: 60px;
    }
    .p-liex .new_section .new_h2 {
        font-size: 36px;
    }
    .p-liex .new_section .new_h3 {
        margin-top: 10px;
    }
    .new_section {
        min-height: 300px;
    }
    .p-liex .section1 h2.liex-tit {
        font-size: 20px;
    }
    .section2 .dflex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section2 .slideshow-container .dflex .myHeadings {
        margin-top: 20px;
        font-size: 20px;
    }
    .section2 .myDots {
        margin-top: 20px;
    }
}

.videosec{
    margin: 0 auto;
}

.videosec .blocksec1{
    justify-content: center !important;
}

.videosec video{
    margin: 0 auto;
    max-width: 900px;
}

@media all and (max-width: 540px) {
    .videosec video{
        max-height: 300px;
        width: 100%;
        max-width: inherit;
    }
    .p-liex .section5 .block4item > .av-container,
    .p-liex .section5 .blockitem > .av-container {
        margin-bottom: 0;
    }
}