._design_title_1 {
    color: rgb(64, 73, 46);
    text-transform: uppercase;
    margin-bottom: 20px;
}
._design_title_1 > ._design_inner_1 {
    display: inline-block;
    color: #fff;
    padding: 8px 20px 6px 20px;
    position: relative;
    background-color: rgb(64, 73, 46);
    font-size: 22px;
    line-height: 1.3;
}
._design_title_1 > ._design_inner_1::before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 0, transparent 50%, rgb(64, 73, 46) 50%, rgb(64, 73, 46) 100%);
}

@media (max-width:767px) {
    ._design_title_1 > ._design_inner_1 {
        font-size: 18px;
    }
}

/*=====================*/

._design_title_2 {
    font-size: 22px;
    color: rgb(64, 73, 46);
    padding-bottom: 20px;
}

._design_title_2 > ._design_inner_2 {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #cfcdce;
}
._design_title_2 > ._design_inner_2 > span {
    color: #573F32;
}
._design_title_2 > ._design_inner_2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    height: 2px;
    width: 50%;
    background-color: #573F32;
}
._design_gallery_1_inner {
    padding-bottom: 15px;
}

._design_gallery_1_item_wrap_img {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}

._design_gallery_1_item_wrap_img>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

._design_gallery_1_item  {
    padding: 10px;
    cursor: pointer;
}
._design_gallery_1_item_wrap_img  {
    border-radius: 10px;
    overflow: hidden;
}

._design_gallery_1 .slick-next:before,
._design_gallery_1 .slick-prev:before {
    color: #000;
}

._design_gallery_1 .slick-next {
    right: -10px;
}
._design_gallery_1 .slick-prev {
    left: -10px;
}
@media (max-width:767px) {
    ._design_title_2 {
        font-size: 18px;
    }
}

/*=====================*/

._design_box_1_left {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
    width: 100%
}
._design_box_1_left_inner {
    width: 100%;
    font-size: 72px;
    text-align: right;
    color: transparent;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    white-space: nowrap;
    font-weight: bold;
}
._design_box_1_right {
    padding: 5%;
    text-align: justify;
    border: 6px solid #573F32;
    border-left: 0;
    position: relative;
}
._design_box_1_right:before,
._design_box_1_right:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 5rem;
    left: 0;
    background-color: #573F32;
}
._design_box_1_right:before {
    top: 0;
}
._design_box_1_right:after {
    bottom: 0;
}

@media (max-width:767px) {
    
}