/****
**
*
Breadcrumbs
*
**
****/

@media screen and (max-width: 740px) {
    .breadcrumbs {
        position: absolute;
        top: 107px;
        z-index: 6;
        width: 100%;
        color: #fff;
        margin: 0;
    }
    .breadcrumbs-list li {
        color: #fff;
        opacity: 1;
    }
    .breadcrumbs-list li a::after {
        content: url('../../image/bread-arrow-w.svg');
    }
}

/****
**
*
Banner type
*
**
****/

.banner-typeBox {
    height: 717px;
    position: relative;
}

.banner-type__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-type__info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.banner-type__h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    max-width: 520px;
}

.banner-type__bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    max-width: 480px;
}

.banner-type__txt {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.95;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    max-width: 520px;
    margin-bottom: 40px;
}

.banner-type__btn {
    width: 260px;
    height: 48px;
}

@media screen and (max-width: 740px) {
    .banner-typeBox {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-type__info {
        top: 20%;
        transform: none;
        padding: 0 4.5%;
    }
    .banner-type__h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__bold {
        display: none;
    }
    .banner-type__txt {
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        opacity: 0.9;
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__btn {
        width: 100%;
        height: 60px;
    }
}

/****
**
*
Tri
*
**
****/

.tri {
    padding: 36px 0 85px;
    margin: 0;
}

.tri-item {
    width: 410px;
    height: 132px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(109, 109, 109, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    transition: .3s;
}

.tri-item:hover {
    box-shadow: 0px 7px 48px 2px rgba(153, 153, 153, 0.1), 0px 13px 14px rgba(109, 109, 109, 0.1), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.tri-item__info {
    margin-left: 21px;
}

.tri-item__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 220px;
}

.tri-item__txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    max-width: 234px;
}

.tri-list {
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .tri {
        overflow: hidden;
    }
    .tri-item {
        width: calc(60%)
    }
    .tri-pagination {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .tri .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .tri .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}

@media screen and (max-width: 740px) {
    .tri {
        padding: 36px 0 84px;
    }
    .tri-item {
        width: 94.3%;
    }
    .tri-pagination {
        margin-top: 23px;
    }
}

/****
**
*
Type
*
**
****/

.type-left {
    width: 850px;
}

.type-right {
    width: 410px;
}

.type-form {
    background: #F2F2F2;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 30px;
    position: sticky;
    top: 190px;
}

.type-form__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    opacity: 0.9;
    margin-bottom: 45px;
}

.input-label {
    font-size: 14px;
    line-height: 17px;
    color: #161A1D;
    opacity: 0.5;
}

input.type-input {
    background-color: #FFF;
    width: 100%;
    height: 55px;
    margin: 5px 0 40px;
}

.type-btn {
    width: 100%;
    height: 48px;
}

.type-left h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 18px;
}

.type-left p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.type-left ul {
    margin: 30px 0;
}

.type-left ul li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.type-left ul li:last-child {
    margin-bottom: 0;
}

.type-left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06BBFE;
}

.type-left img {
    width: 100%;
    height: 322px;
    object-fit: cover;
    margin: 0 0 30px 0;
}

.type-left a {
    color: #007FBB;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .type-right {
        display: none;
    }
    .type-left {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .type-left p {
        font-size: 17px;
        line-height: 20px;
    }
    .type-left img {
        height: 200px;
        margin-bottom: 85px;
    }
}

/****
**
*
Sales
*
**
****/

.sale-item {
    position: relative;
    margin-right: 30px;
    width: 300px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.sale-item::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 64.58%);
}

.sale-item:nth-child(4n) {
    margin-right: 0;
}

.sale-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .3s;
}

.sale-item:hover .sale-img {
    transform: scale(1.2)
}

.sale-value {
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 3;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    padding: 0 16px 0 10px;
    background: #fff;
    height: 28px;
}

.sale-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.sale-value::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
}

.sale-name {
    position: absolute;
    left: 20px;
    bottom: 59px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    z-index: 3;
}

.sale-link {
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.sale-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .sale-item {
        width: calc(50% - 15px);
    }
    .sale-item:nth-child(4n) {
        margin-right: 30px;
    }
    .sale-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .sale-item {
        height: 400px;
        width: 100%;
        margin: 0 0 30px 0;
        overflow: visible;
        box-shadow: 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06);
    }
    .sale-value {
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        top: 30px;
        left: 30px;
    }
    .sale-name {
        left: 30px;
        bottom: 57px;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .sale-link {
        left: 30px;
        bottom: 24px;
    }
    .sale-item:hover .sale-img {
        transform: scale(1);
    }
    .sale-item::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.58%);
    }
}

/****
**
*
Free
*
**
****/

.free-sended {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    align-content: center;
    opacity: 0;
    pointer-events: none;
}

.free-sended span {
    display: block;
    font-size: 24px;
    width: 100%;
    margin-bottom: 8px;
}

.free-box {
    box-sizing: border-box;
    padding: 0 30px;
    height: 168px;
    background: #FFFFFF;
    box-shadow: 0px 19px 30px 14px rgba(176, 176, 176, 0.08), 0px 12px 31px 7px rgba(121, 121, 121, 0.1);
    border-radius: 2px;
}

.free.sended .free-sended {
    opacity: 1;
}

.free-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.free-form {
    align-items: flex-end;
}

.free-input {
    width: 300px;
    height: 48px;
}

.free-inputName {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
    opacity: 0.8;
    margin-bottom: 4px;
}

.free-inputBox {
    margin-right: 30px;
}

.free-btn {
    width: 217px;
    height: 48px;
}

@media screen and (max-width: 1024px) {
    .free-box {
        height: auto;
        display: block;
        padding: 30px 30px 40px;
    }
    .free-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .free-form {
        display: block;
    }
    .free-input {
        width: 100%;
    }
    .free-inputBox {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .free-btn {
        width: 100%;
    }
}