/* CSS Document */

body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color: #efefef
}

img {
    border: 0
}


/* Reset ================================================================================= */

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s
}

a:hover {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome,other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox,other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+*/
}

.content-Box {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    clear: both
}

#content {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-top: 110px
}

#content p {
    padding-bottom: 25px
}

.loop .owl-dots {}

.loop .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    z-index: 11
}

.loop .owl-prev,
.loop .owl-next {
    position: absolute;
    z-index: 100;
    top: calc(50% + 20px);
    background: none !important
}

.loop .owl-prev {
    left: 10px
}

.loop .owl-prev:before,
.loop .owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    font-size: 60px;
    color: #fff;
    opacity: 0.3;
    transition: all 0.4s ease-out 0s
}

.loop .owl-prev:before {
    content: "f104"
}

.loop .owl-next:before {
    content: "f105"
}

.loop .owl-prev:hover:before,
.loop .owl-next:hover:before {
    opacity: 1
}

.loop .owl-stage-outer {
    z-index: 2
}

.loop .owl-dots {
    position: absolute;
    z-index: 100;
    top: 30%;
    right: 0;
    width: auto;
    text-align: center !important;
    padding: 0 20px
}

.loop .owl-dots .owl-dot {
    display: block !important
}

.loop .owl-dots .owl-dot span,
.loop .owl-dots .owl-dot span {
    background: #ddd !important;
    width: 12px !important;
    height: 12px !important
}

.loop .owl-dots .owl-dot.active span,
.loop .owl-dots .owl-dot:hover span {
    background: #e10312 !important
}

.idx-about {
    position: relative;
    z-index: 2;
    margin-top: -168px;
    padding: 0 20px 125px 20px
}

.idx-about:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 45px;
    width: 200%;
    background: #efefef;
    transform: rotate(-5deg);
    height: 250px
}

.idx-about-content {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap
}

.idx-about-content>div:nth-of-type(1) {
    width: calc(50% - 110px)
}

.idx-about-content>div:nth-of-type(1) img {
    width: 100%
}

.idx-about-content>div:nth-of-type(2) {
    width: calc(50% + 110px);
    padding: 115px 0 0 62px
}

.idx-about-content>div:nth-of-type(2) h1 {
    font-size: 40px;
    line-height: 110%;
    padding-bottom: 20px
}

.btn01 {
    display: block;
    width: 145px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 15px;
    color: #333
}

.btn01:hover {
    border: 1px solid #cc1a28;
    font-size: 15px;
    color: #fff;
    background: #cc1a28;
    width: 160px
}

.idx-pro-section {
    position: relative;
    padding: 80px 20px 120px 20px
}

.idx-pro-section:before {
    content: '';
    position: absolute;
    top: -380px;
    left: 0;
    width: 120%;
    height: 660px;
    margin: 12% -10% 0;
    background: url(../images/bg_insight.png) no-repeat center 26% #cc1a28;
    transform-origin: left center;
    transform: rotate(7deg)
}

.idx-pro-title {
    padding-bottom: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 140%
}

.idx-pro-title b {
    display: block;
    font-size: 60px;
    padding-bottom: 40px
}

.pro-bg {
    height: 228px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (max-width:767px) {
    .pro-bg {
        height: 200px
    }
}

.pro-pto {
    line-height: 0;
    margin-bottom: 12px;
    overflow: hidden
}

.pro-pto a {
    height: 146px
}

.pro-pto:hover img {
    transform: scale(1.05)
}

.pro-pto img {
    transition: all 0.4s ease-out 0s;
    width: auto!important;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.pro-name {
    text-align: center;
    font-size: 16px;
    color: #333;
    min-height: 50px;
    line-height: 130%
}

.loop2 .owl-item {
    padding: 0 5px
}

.loop2 .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    z-index: 11
}

.loop2 .owl-prev,
.loop2 .owl-next {
    position: absolute;
    z-index: 100;
    top: calc(50% - 40px);
    background: none !important
}

.loop2 .owl-prev {
    left: 0px
}

.loop2 .owl-next {
    right: 0px
}

.loop2 .owl-prev:before,
.loop2 .owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    font-size: 70px;
    color: #fff;
    opacity: 0.3;
    transition: all 0.4s ease-out 0s;
    width: 107px;
    height: 107px;
    background-size: contain;
    display: block
}

.loop2 .owl-prev:before {
    background-image: url(../images/left-arrow.png);
    content: ""
}

.loop2 .owl-next:before {
    background-image: url(../images/right-arrow.png);
    content: ""
}

.loop2 .owl-prev:hover:before,
.loop2 .owl-next:hover:before {
    opacity: 1
}

.loop2 .owl-stage-outer {
    z-index: 2
}

.loop2 .owl-dots {
    position: absolute;
    z-index: 100;
    bottom: -40px;
    width: 100%;
    text-align: center !important;
    padding: 0 50px
}

.loop2 .owl-dots .owl-dot span,
.loop2 .owl-dots .owl-dot span {
    background: #bebebe !important;
    width: 12px !important;
    height: 12px !important;
    border: 0px solid #4c4c4c
}

.loop2 .owl-dots .owl-dot.active span,
.loop2 .owl-dots .owl-dot:hover span {
    background: #c51927 !important
}

@media only screen and (max-width:1023px) {
    #content {
        padding-top: 70px
    }
    .idx-pro-section:before {
        top: -200px
    }
}

@media only screen and (max-width:980px) {
    .idx-about {
        margin-top: 20px;
        padding-bottom: 45px
    }
    .idx-about-content>div:nth-of-type(1) {
        width: 100%
    }
    .idx-about-content>div:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0 0px
    }
    .idx-about-content>div:nth-of-type(2) h1 {
        font-size: 24px
    }
    .idx-pro-section:before {
        top: -120px;
        transform: rotate(4deg);
        height: 450px
    }
    .idx-pro-title {
        padding-bottom: 25px;
        font-size: 16px
    }
    .idx-pro-title b {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    /*.idx-about:before{top:-180px;transform:rotate(-4deg)}*/
}

@media only screen and (max-width:640px) {
    .idx-pro-section:before {
        top: -60px
    }
}

@media only screen and (max-width:570px) {}

@media only screen and (max-width:414px) {}

@media only screen and (max-width:320px) {}