/* Main Section 11 */ 

.companySection11 .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.companySection11 .row-reverse{
    flex-direction: row-reverse;
}
.companySection11 .album-box-inner img{
    position: relative;
}
.companySection11 .album-box-inner:before{
    position:absolute;
    content:"";
    width:120px;
    height:120px;
    border:10px solid #f1f1f1;
    border-radius: 4px;
    left:0;
    bottom:0;
    transform: translate(-40%, 40%)
}
.companySection11 .WrapImageTextB1 .album-box-inner:before{
    left:auto;
    right:0;
    bottom:auto;
    top:0;
    transform: translate(40%, -30%)
}
.companySection11 .WrapImageTextB3 .album-box-inner:before{
    left:auto;
    right:0;
    bottom:auto;
    top:50%;
    transform: translate(40%, -50%);
    height:170px;
}
.companySection11 .WrapImageTextB4 .album-box-inner:before{
    transform: translate(-60%, -30%);
    bottom: auto;
    top: 0;
}
.companySection11 .in-section-top{
    padding:30px 0;
}
.companySection11 .in-section-top span{
    display:block;
}
.companySection11 .in-section-top div > a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px; 
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-top:20px;
    width: 130px;
    font-size: 14px;
    background:#111;
    border-radius: 17px;
    text-align: center;
}
@media screen and (max-width:992px) {
    .companySection11 .in-section-top{
        padding:30px 0 40px;
    }
    .companySection11 .album-box-inner:before{
        left:50%;
        bottom:0;
        transform: translate(-50%, -10%);
        display:none;
    }
}
@media screen and (max-width:520px) {
   
}

/* Main Section 12 */ 

.companySection12 .flex-box{
    align-items: end;
    flex-wrap: wrap;
}
.companySection12 .row-reverse{
    flex-direction: row-reverse;
    align-items: baseline;
}
.companySection12 .box-40{
    width:44%;
}
.WrapImageTextC{
    padding:60px 0;
}
.WrapImageTextC .in-section-top{
    color:#fff;
    width: 90%;
    display: inline-block;
    padding:50px 10% 50px 10%;
    transform: translate(-10%, 10%);
    transition: transform 0.5s ease; 
    position: relative;
    border-radius:4px;
}
.companySection12 .row-reverse .in-section-top{
    transform: translate(20%, 10%);
}
.WrapImageTextC .in-section-top,
.WrapImageTextC .in-section-top *{
    color:#fff;
}
.WrapImageTextC .in-section-top h3{
    margin-bottom:15px;
}
.WrapImageTextC .in-section-top span{
    display:block;
}
.WrapImageTextC .in-section-top a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px; 
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-top:20px; 
    width: 130px;
    font-size: 14px;
    border:1px solid #fff;
    border-radius: 17px;
    text-align: center;
}
.WrapImageTextC .album-box-image{
    width:100%;
    vertical-align: middle;
}
@media screen and (max-width:992px) {
    .companySection12 .box-40{
        width:100%;
    }
    .companySection12 .in-section-top{
        padding: 40px 20px 40px;
    }
    .companySection12 .in-section-top{
        width:100%;
        transform: translate(0%, 0%) !important;
        border-radius:0px 0px 5px 5px;
    }
    .WrapImageTextC{
        padding:5px 0;
    }
}
@media screen and (max-width:520px) {
   
}

/* Main Section 13 */ 
.companySection13 .flex-box{
    flex-wrap: wrap;
}
.box33{
    width:33.3333%;
}
.WrapImageTextD{
    display: flex;
    flex-direction: column;
}
.WrapImageTextD2{
    flex-direction: column-reverse;
}
.companySection13 .box-top,
.companySection13 .box-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.companySection13 .box-top .album-box-image{
    height: 300px;
    object-fit: cover; 
}
.companySection13 .box-bottom{
    padding:25px 25px;
    height: 300px;
}
.companySection13 .box-bottom span{
    font-size:11px;
    letter-spacing: 0.2em;
    display:block;
    margin-bottom:5px;
}
.companySection13 .box-bottom h2{
   font-size:20px; 
}
.companySection13 .box-bottom a {
    color: #111;
    text-decoration: none;
    margin-bottom: 0px; 
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-top:20px; 
    width: 100px;
    font-size: 11px;
    background: #fff;
    border:1px solid #111;
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width:992px) {
    
    .companySection13 .box33{
        width:100%;
        flex-direction: row;
        margin:7px 0;
    }
    .WrapImageTextD3{
        width:100% !important;
        flex-direction: row;  
    }
    .companySection13 .box-top, .companySection13 .box-bottom{
        justify-content: left; 
        flex:1; 
    }
    .companySection13 .box-top{
        flex:0.7
    }
    .companySection13 .box-bottom{
        height:auto;
        padding:0px 10px 0px 20px;
        background:none !important
    }
    .companySection13 .box-top .album-box-image{
        height:auto;
    }
}
@media screen and (max-width:620px) {
    .companySection13 .box-top{
        flex:1
    }
}
@media screen and (max-width:520px) {
    .companySection13 .box33{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .companySection13 .box-bottom {
        padding: 30px 10px 30px 10px;
    }
}


/* Main Section 14 */ 
.Full_slick,
.slider{
    width:100%;
}
 
.slick-slide {
    margin: 0px 10px;
    padding:50px 0 20px;
}

.slick-slide img {
    width: 100%;
    transform 0.5s ease-in-out;
    transform:scale(1);
    box-shadow: 0px 0px 0px 0px rgba(84, 89, 95, 0.0);
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.Full_slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
}
.Full_slick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border:1px solid #000;
    outline: none;
    background: #f1f1f1;
    opacity: 0.6;
    overflow:hidden;
    text-indent: -9999px;
}
.Full_slick .slick-dots li.slick-active{
    opacity: 1;
}
.Full_slick .slick-dots li.slick-active button {
    border:1px solid #000;
    outline: none;
    background: #000;
    opacity: 1;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-slide a{
    position: relative;
}
.slick-slide a::after{
    content:"";
    display:block;
    width:54px;
    height:54px;
    position: absolute;
    left:50%;
    top:50%;
    visibility: hidden;
    transform: translate(-50%, -70%) scale(0.6);
    transition: transform 0.3s ease-in-out;
    background:#fff;
    background-image:url(../../img/link_icon.png);
    background-size:30px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    box-sizing: border-box;
    border-radius: 50%;
}
.slick-active {
    opacity: .5;
} 

.slick-current {
    opacity: 1;
    z-index:9;
    position: relative;
}
.slick-current img {
    width: 100%;
    transform:scale(1.15);
    box-shadow: 0px 50px 50px -50px rgba(84, 89, 95, 0.5);
    border-radius: 12px;
}
.slick-slide a:hover::after{
    transform: translate(-50%, -70%) scale(1);
    visibility: visible;
}

.Full_slick .slick-next {
    right: 15px;
    z-index:2;
    top:45%;
}
.Full_slick .slick-prev{
    left:15px;
    z-index:2;
    top:45%;
} 
.Full_slick .slick-prev:before, .Full_slick .slick-next:before{
    opacity: 0.6;
    color:#000;
}
.Full_slick .elementor-image-carousel-caption{
    margin:50px 10px 15px 10px;
    text-align: center;
    font-size:20px;
    line-height:1.3em;
}
@media screen and (max-width:1340px) {
    .slick-current img {
        transform:scale(1.2);
        border-radius: 5px;
    }
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:620px) {
    .Full_slick .elementor-image-carousel-caption{
        font-size:16px;
        line-height:1.3em;
        margin:40px 0 10px;
    }
}
@media screen and (max-width:520px) {
    .slick-slide{
        padding:10vw 0 4vw;
    }
}