div.vision {
    overflow: hidden;
}
div.vision div.content {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
    margin-bottom: 11rem;
}
div.vision div.left img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: unset;
    width: 858px;
    height: 700px;
    object-fit: cover;
}
div.vision div.left {
    width: 42%;
    position: relative;
    transition: 0.8s all ease;
}
div.vision div.right {
    width: 58%;
    position: relative;
    padding: 10rem 0 2rem;
    padding-left: 4%;
    color: white;
    transition: 0.8s all ease;
}
div.vision div.right:before {
    content: '';
    width: 156%;
    height: 102%;
    background-color: #262626;
    position: absolute;
    top: 4.1rem;
    left: 0;
    z-index: -1;
    border-bottom-left-radius: 15px;
}
span.sub-title {
    color: #ff7a00;
    font-size: 0.9rem;
}
div.vision div.right h2 {
    color: white;
    font-size: 2.8rem;
    margin: 10px 0 1.8rem;
}
div.vision div.right>p {
    line-height: 30px;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, 0.8);
    margin-bottom: 3rem;
}
div.vision-percent div.plan {
    margin-bottom: 2.5rem;
}
div.vision-percent div.plan>div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
div.vision-percent div.plan>div.bar {
    width: 100%;
    height: 11px;
    background: white;
    border-radius: 1rem;
}
div.vision-percent div.plan>div.bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #ff7a00;
    position: relative;
    border-radius: 1rem;
    transition: 2s all ease-out;
}
div.vision-percent div.plan>div.bar span::before {
    content: url(../img/circle.svg);
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -5px;
    right: 0;
}
section.strength {
    background-image: url('../img/social_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgba(255,255,255,0.7);
    padding: 10rem 0;
    text-align: center;
}
section.strength h2 {
    font-size: 3rem;
    color: white;
}
section.strength a {
    color: #ff7a00;
}
section.strength div.social_proof {
    margin-top: 8rem;
}
section.strength div.social_proof ul {
    display: flex;
    justify-content: space-between;
}
section.strength div.social_proof ul li {
    flex: 8rem;
    position: relative;
    padding-top: 11rem;
}
section.strength div.social_proof ul li:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    background: #ff7a00;
    border-radius: 50%;
}
section.strength div.social_proof ul li:before {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.6);
    display: block;
    position: absolute;
    background-image: url('../img/social_ico1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.strength div.social_proof ul li:nth-child(2):before {
    background-image: url('../img/social_ico2.svg');
}
section.strength div.social_proof ul li:nth-child(3):before {
    background-image: url('../img/social_ico3.svg');
}
section.strength div.social_proof ul li:nth-child(4):before {
    background-image: url('../img/social_ico4.svg');
}
section.strength div.social_proof ul li strong {
    color: white;
    font-size: 3rem;
    font-weight: 500;
}
section.strength div.social_proof ul li p strong {
    display: block;
    margin-bottom: 0.5rem;
}
section.strength p.excerpt {
    margin-top: 8rem;
}
section.strength p.excerpt a{
    text-decoration: underline;
}
.about_manufacture div.flex1 {
    position: relative;
}
.about_manufacture div.flex1.middle{
    width: 50%;
    flex-shrink: 0;
    flex: none;
}

.about_manufacture div.flex1.middle p.excerpt_txt{
width: 85%;
}
.about_manufacture p.badge {
    background-image: url('../img/about-badge.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    padding: 2rem;
    font-size: 0.9rem;
    color: white;
    text-align: center;
    position: absolute;
    right: 5rem;
    bottom: 2rem;
}
.about_manufacture p.badge strong {
    display: block;
    font-size: 3rem;
}
section.about_manufacture h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
section.about_manufacture ul {
    margin: 2.5rem 0 3rem 0;
}
section.about_manufacture p.excerpt_txt {
    line-height: 2rem;
}
section.about_manufacture ul li {
    line-height: 2.5rem;
    font-size: 1.2rem;
    padding-left: 2rem;
    position: relative;
}
section.about_manufacture ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0.7rem;
    background-image: url('../img/arrow_right_red.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_manufacture {
    position: relative;
}
.choose_us .swiper-box{
    position: relative;
}
.choose_us .swiper-button-next,
.choose_us .swiper-button-prev{
    color: #000;
}
.choose_us .swiper-button-next{
    right: -85px;
}
.choose_us .swiper-button-prev{
    left: -85px;
}
.choose_us .our_products-main .swiper-button-next{
    right: -25px;
}
.choose_us .our_products-main .swiper-button-prev{
    left: -25px;
}
.choose_us .swiper-button-next:after, 
.choose_us .swiper-button-prev:after{
    font-size: 30px;
}
.about_manufacture:before, .about_manufacture:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 11rem;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.about_manufacture:before {
    left: 0;
    background-image: url('../img/bk1.png');
    background-position:left;
}
.about_manufacture:after {
    right: 0;
    background-image: url('../img/bk2.png');
    background-position:right;
}
.home .you_like-main .products {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    flex-wrap: wrap;
}
.home .you_like-main .products .product {
    width: 32%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
    height: max-content;
}
.home .you_like-main .products .product a{
    display: block;
}
.home .you_like-main .products .product div.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
div.you_like-main .home-product-swiper{
    padding: 10px;
}
div.you_like-main{
    position: relative;
}
.you_like-main .swiper-button-next,
.you_like-main .swiper-button-prev{
    color: #000;
}
.you_like-main .swiper-button-next{
    right: -95px;
}
.you_like-main .swiper-button-prev{
    left: -95px;
}
.you_like-main .swiper-button-next:after, 
.you_like-main .swiper-button-prev:after{
    font-size: 30px;
}
.home_products {
    background-image: url('../img/bk3.svg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.home_products div.head {
    text-align: center;
    margin-bottom: 5rem;
}
.home_products div.head h2 {
    font-size: 2.8rem;
}
.home_products .button_red {
    padding: 0.8rem 5.3rem;
}
.home .swiper_lastposts {
    padding: 0 1rem;
}
.swiper_main_container_post .swiper-button-next {
    right: -3rem;
}
.swiper_main_container_post .swiper-button-prev {
    left: -3rem;
}
.swiper_main_container_post {
    position: relative;
}
.swiper_main_container_post .swiper-button-next:after,.swiper_main_container_post .swiper-button-prev:after {
    color: #222;
}
.choose_us-title.template__title {
    display: flex;
    justify-content: space-between;
}
.choose_us-title_left span {
    text-align: left;
}