/* Layout ========================================================================== */ html { font-weight: 400; font-size: 18px; color: #7b7674; } /* body { background-color: #282828; } .app-layout-wrapper { margin-left: auto; margin-right: auto; max-width: 1920px; } @media screen and (min-width: 1921px) { .app-layout-wrapper { padding: 5vmax 7vmax; } .app-layout { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } } */ .app-layout { position: relative; min-height: 100vh; display: flex; flex-direction: column; background-color: #fff; min-width: 1400px; } .container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 60px; padding-right: 60px; max-width: 1400px; } .content_container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; max-width: 1120px; } /* Heaer ========================================================================== */ .app-header { position: absolute; left: 0; right: 0; top: 0; z-index: 50; } .app-header__topbar { display: flex; justify-content: flex-end; padding-top: 30px; } .app-header__topbar .item_link { display: inline-flex; align-items: center; color: #909090; font-size: 14px; } .app-header__topbar .item_link:hover { color: #e2bfb4; } .app-header__topbar .item_link .icon { width: 17px; height: 13px; margin-right: 18px; } .app-header__main { display: flex; align-items: center; padding-top: 40px; padding-bottom: 80px; } .app-header__main .logo { height: 22px; margin-right: auto; } .app-header__main .navs { display: flex; align-items: center; margin-left: auto; margin-right: auto; } .app-header__main .navs a { display: inline-flex; padding: 12px 20px; margin: 0 10px; color: #fefefe; font-size: 15px; line-height: 1; text-transform: uppercase; } .app-header__main .navs a:hover, .app-header__main .navs a.active { color: #e2bfb4; } .app-header__main .navs a.active { font-weight: 700; } .app-header__main .lang-switcher { display: flex; align-items: center; margin-left: auto; } .app-header__main .lang-switcher .btn a, .app-header__main .lang-switcher .divider { display: inline-flex; align-items: center; justify-content: center; color: #fefefe; font-size: 15px; line-height: 1; } .app-header__main .lang-switcher .btn a { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; } .app-header__main .lang-switcher .btn a:hover, .app-header__main .lang-switcher .btn a.active { background-color: #ba6145; } .app-header__main .lang-switcher .divider { margin: 0 15px; } /* Main ========================================================================== */ .app-main { position: relative; flex: 1 1 0%; min-height: 210px; } /* ===== hero-banner ===== */ .hero-banner { position: relative; padding-top: 210px; background-image: url("../images/banners/hero/banner-bg.jpg"); background-repeat: no-repeat; background-position: top center; overflow: hidden; background-size: 100%; background-color: #282828; } .hero-banner.banner-home { padding-top: 0; } .home_banner_slider .swiper-slide { padding-top: 210px; } .home_banner_slider .swiper-slide.swiper-slide-active .bling-title, .home_banner_slider .swiper-slide.swiper-slide-active .text-holder { animation-name: fadeInDown; } .home_banner_slider .swiper-slide.swiper-slide-active .text-holder { animation-delay: 0.5s; } .hero-banner.banner-home .hero-banner__content { height: 740px; } .hero-banner.banner-news .hero-banner__content, .hero-banner.banner-distribution .hero-banner__content, .hero-banner.banner-contact .hero-banner__content, .hero-banner.banner-about .hero-banner__content, .hero-banner.banner-products .hero-banner__content, .hero-banner.banner-evaluation .hero-banner__content { height: 590px; } .hero-banner.banner-home-en .bling-title, .hero-banner.banner-distribution .bling-title, .hero-banner.banner-contact .bling-title, .hero-banner.banner-about .bling-title, .hero-banner.banner-products .bling-title, .hero-banner.banner-evaluation .bling-title { max-width: 640px; } .hero-banner.banner-video { background-size: cover; padding-bottom: 80px; } .hero-banner.banner-video .topbar { display: flex; align-items: center; padding-top: 80px; padding-bottom: 80px; } .hero-banner.banner-video .topbar .title { font-weight: 700; font-size: 24px; color: #e2bfb4; } .hero-banner.banner-video .topbar .input-search-wrap { width: 350px; } .hero-banner__image { position: absolute; top: 0; bottom: 0; z-index: 0; width: 100%; left: 50%; transform: translateX(-50%); } .hero-banner__content { position: relative; padding-top: 80px; display: flex; align-items: flex-end; z-index: 3; } .hero-banner__content .text-holder { padding-top: 110px; padding-bottom: 60px; max-width: 430px; } .hero-banner__content .title { font-size: 24px; color: #fff; line-height: 1; font-weight: 700; margin-right: auto; } .hero-banner__content .description { margin-top: 10px; font-size: 23px; color: rgba(255, 255, 255, 0.6); line-height: 1; font-weight: 300; } .hero-banner__plater { position: relative; z-index: 3; padding-bottom: 80px; } .hero-banner__plater .paginator_holder { display: flex; justify-content: space-between; } .hero-banner__plater .hr-short-orange { margin-top: 60px; margin-bottom: 60px; } .hero-banner__plater .icon_moon { margin-top: auto; margin-bottom: 40px; height: 13px; } .hero-banner__plater .paginator .item_btn { display: block; width: 60px; height: 70px; background-position: center; background-repeat: no-repeat; cursor: pointer; } .hero-banner__plater .paginator .item_btn.left { background-image: url("../images/adron/icon_arrow_small_left_orange.png"); } .hero-banner__plater .paginator .item_btn.right { background-image: url("../images/adron/icon_arrow_small_right_orange.png"); } .hero-banner__plater .paginator .item_btn:hover { background-color: #d5a197; } .hero-banner__plater .paginator .item_btn.left:hover { background-image: url("../images/adron/icon_arrow_small_left_white.png"); } .hero-banner__plater .paginator .item_btn.right:hover { background-image: url("../images/adron/icon_arrow_small_right_white.png"); } /* ===== section_home_products ===== */ .section_home_products .products-list { display: flex; margin-left: -15px; margin-right: -15px; } .section_home_products .products-list .list_item { margin: 0 15px; width: 25%; } .section_home_products .products-list .list_item__link { position: relative; display: flex; flex-direction: column; height: 556px; border-radius: 10px; background-color: #eee; background-position: center; } .section_home_products .products-list .list_item__link:hover { background-image: url("../images/style/bg-pattern.png"); background-color: #d3785c; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: translateY(-10px); } .section_home_products .products-list .list_item__link:hover .icon .icon_arrow { opacity: 1; transform: translateY(0); } .section_home_products .products-list .list_item__link:hover .text { color: #fbc7b6; } .section_home_products .products-list .list_item__link .icon { display: flex; justify-content: center; padding-top: 45px; height: 115px; position: relative; background-repeat: no-repeat; background-position: bottom center; } .section_home_products .products-list .list_item__link .icon.icon_hair_care { background-image: url("../images/adron/icon_hair_care.png"); } .section_home_products .products-list .list_item__link:hover .icon.icon_hair_care { background-image: url("../images/adron/icon_hair_care_hover.png"); } .section_home_products .products-list .list_item__link .icon.icon_hairdryer { background-image: url("../images/adron/icon_hairdryer.png"); } .section_home_products .products-list .list_item__link:hover .icon.icon_hairdryer { background-image: url("../images/adron/icon_hairdryer_hover.png"); } .section_home_products .products-list .list_item__link .icon.icon_personal_care { background-image: url("../images/adron/icon_personal_care.png"); } .section_home_products .products-list .list_item__link:hover .icon.icon_personal_care { background-image: url("../images/adron/icon_personal_care_hover.png"); } .section_home_products .products-list .list_item__link .icon.icon_mouth_care { background-image: url("../images/adron/icon_mouth_care.png"); } .section_home_products .products-list .list_item__link:hover .icon.icon_mouth_care { background-image: url("../images/adron/icon_mouth_care_hover.png"); } .section_home_products .products-list .list_item__link .icon .icon_arrow { position: absolute; top: 18px; left: 18px; opacity: 0; width: 16px; height: 6px; transform: translateY(-300%); transition: transform 0.3s ease; } .section_home_products .products-list .list_item__link .text { text-align: center; padding-top: 30px; padding-bottom: 30px; font-size: 18px; color: #7b7674; } .section_home_products .products-list .list_item__link .title { font-size: 20px; font-family: "Montserrat", sans-serif; font-weight: 600; } .section_home_products .products-list .list_item__link .img { height: 265px; margin-top: auto; display: flex; justify-content: center; overflow: hidden; } .section_home_products .divider_text { margin-top: 80px; padding-top: 25px; padding-bottom: 35px; background-image: url("../images/style/beauty_text_bg.png"); background-position: center; background-repeat: no-repeat; color: rgba(123, 118, 116, 0.8); font-size: 26px; font-weight: 700; text-align: center; } .section_home_products .divider_text-en { font-size: 22px; font-weight: 700; text-align: center; color: #bcbbbb; margin-top: 80px; padding-top: 25px; padding-bottom: 35px; padding-left: 20px; padding-right: 20px; } /* ===== section_home_news ===== */ .section_home_news { background-image: url("../images/banners/section/banner-bg.jpg"); background-position: top center; background-repeat: no-repeat; background-size: cover; } .section_home_news .section__header .title { color: rgba(255, 255, 255, 0.8); } .section_home_news .news-list { display: flex; margin-left: -15px; margin-right: -15px; margin-bottom: 75px; } .section_home_news .news-list .list_item { margin: 15px; width: 50%; } .section_home_news .news-list .list_item__link { display: flex; position: relative; height: 200px; border-radius: 10px; overflow: hidden; background-color: #1f1a1a; } .section_home_news .news-list .list_item__link::before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; background-image: url("../images/style/bg-pattern.png"); background-color: rgba(211, 120, 92, 1); transform: scale(0, 0); transform-origin: center; transition: transform 0.45s ease; } .section_home_news .news-list .list_item__link:not(:first-of-type) { margin-top: 30px; } .section_home_news .news-list .list_item__link:hover::before { transform: scale(1, 1); } .section_home_news .news-list .list_item__link .mask_tl_new { position: absolute; top: 0; left: 0; z-index: 3; width: 116px; height: 108px; background: url("../images/style/bg-ribbon_new.png") no-repeat bottom right; } .section_home_news .news-list .list_item__link:hover .img { opacity: 0.5; } .section_home_news .news-list .list_item__link:hover .date, .section_home_news .news-list .list_item__link:hover .text { color: #fff; } .section_home_news .news-list .list_item.item--big .list_item__link { height: 430px; } .section_home_news .news-list .list_item.item--big .list_item__link .date { text-align: right; } .section_home_news .news-list .list_item__link .img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; } .section_home_news .news-list .list_item__link .img img { height: 100%; width: 100%; object-fit: cover; } .section_home_news .news-list .list_item__link .content { position: relative; z-index: 0; width: 100%; height: 100%; display: flex; flex-direction: column; } .section_home_news .news-list .list_item__link .text { padding: 30px; margin-top: auto; font-size: 16px; color: #fac6b5; } .section_home_news .news-list .list_item__link .text .title { font-weight: 700; font-size: 18px; } .section_home_news .news-list .list_item__link .date { padding: 15px 30px; margin-bottom: auto; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; color: #e7a693; } .section_home_news .news-list .list_item__link .date .divider { display: inline-block; margin: 0 15px; font-size: 12px; line-height: 10px; } /* ===== section_home_about ===== */ .section_home_about .about-list { padding-top: 10px; padding-bottom: 40px; } .section_home_about .about-list .list_item { display: flex; padding-bottom: 40px; padding-top: 40px; font-weight: 300; color: #7b7674; font-size: 15px; } .section_home_about .about-list .list_item .item_img { position: relative; display: block; width: 620px; height: 400px; border-radius: 10px; overflow: hidden; } .section_home_about .about-list .list_item .item_img .textbar { position: absolute; top: 0; left: 0; right: 0; z-index: 3; padding: 40px; font-size: 16px; color: #fac6b5; } .section_home_about .about-list .list_item .item_img .mask_bl_link { position: absolute; bottom: 0; left: 0; z-index: 6; width: 125px; height: 108px; background: url("../images/style/bg-ribbon_link.png") no-repeat bottom right; transform: scale(0); opacity: 0; transform-origin: -125px 108px; transition: transform 0.3s ease; } .section_home_about .about-list .list_item .item_img:hover .mask_bl_link { transform: scale(1); opacity: 1; } .section_home_about .about-list .list_item .item_img .textbar .title { font-weight: 700; font-size: 18px; } .section_home_about .about-list .list_item .item_text { flex: 1 1 0%; } .section_home_about .about-list .list_item .item_text .topbar { width: 430px; display: inline-block; } .section_home_about .about-list .list_item .item_text .icon_holder, .section_home_about .about-list .list_item .item_text .title_holder { display: flex; align-items: center; } .section_home_about .about-list .list_item .item_text .title_holder { padding-top: 60px; padding-bottom: 60px; color: #e6b6a7; font-size: 14px; font-weight: 600; } .section_home_about .about-list .list_item .item_text .text_holder { display: inline-block; max-width: 460px; } /* ===== section_home_technical ===== */ .section_home_technical { padding-top: 40px; } .section_home_technical .power-list { display: flex; align-items: center; margin: 0 -16px 75px; } .section_home_technical .power-list .list_item { width: 33.3333333%; padding: 0 16px; } .section_home_technical .power-list .list_item__link { position: relative; display: block; height: 180px; border-radius: 10px; background-color: #fff; overflow: hidden; } .section_home_technical .power-list .list_item__link .text-holder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; padding: 30px; display: flex; flex-direction: column; } .section_home_technical .power-list .list_item__link .text-holder .title { font-size: 20px; color: #7b7674; } .section_home_technical .power-list .list_item__link .text-holder .icon_link { transform: scale(0, 0); margin-top: auto; transition: transform 0.3s ease; } .section_home_technical .power-list .list_item__link:hover { background-color: #d3795d; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: translateY(-10px); } .section_home_technical .power-list .list_item__link:hover .title { color: #fac6b5; font-weight: 700; } .section_home_technical .power-list .list_item__link:hover .icon_link { transform: scale(1, 1); } /* ===== section_home_partner ===== */ .section_home_partner .section__header, .section_home_partner .section__header .title { font-size: 22px; color: #fff; } .section_home_partner .bottom-bar { display: flex; } .section_home_partner .bottom-bar .bling-title { font-size: 80px; line-height: 64px; max-width: 340px; background-position: bottom right; } .section_home_partner .logo-list { display: flex; flex-wrap: wrap; align-items: center; margin-left: auto; justify-content: flex-end; margin-bottom: 60px; } .section_home_partner .logo-list li { padding: 30px 0; margin-left: 90px; } .section_home_partner .logo-list li:last-of-type { margin-right: 10px; } /* ===== section_news_posts ===== */ .section_news_posts .news-list { display: flex; flex-wrap: wrap; margin: 0 -15px; } .section_news_posts .news-list .list_item { padding: 0 15px; width: 33.33333333%; margin-bottom: 65px; } .section_news_posts .list_item__link { display: block; width: 100%; } .section_news_posts .list_item__link .item_img { display: block; position: relative; height: 180px; width: 100%; border-radius: 10px; overflow: hidden; } .section_news_posts .list_item__link .item_img::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; background: url("../images/adron/icon_link.png") no-repeat center; background-color: rgba(184, 64, 27, 0.55); transform: scale(0, 0); transform-origin: left top; transition: transform 0.45s ease; } .section_news_posts .list_item__link .item_img:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .section_news_posts .list_item__link .item_img:hover::before { transform: scale(1, 1); } .section_news_posts .item_content { font-weight: 300; font-size: 15px; color: #7b7674; } .section_news_posts .item_content .title-holder { display: flex; align-items: center; padding-top: 30px; padding-bottom: 20px; overflow: hidden; } .section_news_posts .item_content .title-holder .title { font-weight: 700; font-size: 18px; margin-right: auto; line-height: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .section_news_posts .item_content .date { margin-left: auto; padding-left: 10px; font-size: 16px; color: #e6b6a7; font-family: "Montserrat", sans-serif; font-weight: 700; flex-shrink: 0; } .section_news_posts .item_content .date .divider { display: inline-block; margin: 0 10px; } /* ===== section_news_detail ===== */ .section_news_detail .topbar { display: flex; align-items: center; margin-bottom: 65px; } .section_news_detail .topbar .breadcrumb { margin-right: auto; padding-right: 40px; } .section_news_detail .topbar .article_head { flex-shrink: 0; margin-left: auto; display: flex; align-items: center; justify-content: flex-end; font-size: 14px; color: #7b7674; white-space: nowrap; } .section_news_detail .topbar .article_head .divider { display: block; margin: 0 24px; } /* ===== section_distribution_list ===== */ .section_distribution_list .distribution_list { padding-top: 60px; } .section_distribution_list .list_item { margin-bottom: 55px; } .section_distribution_list .list_item__link { display: flex; align-items: center; background-color: #eee; height: 190px; overflow: hidden; border-radius: 10px; position: relative; } .section_distribution_list .list_item__link .icon_arrow_holder { position: absolute; top: 28px; left: 24px; z-index: 3; width: 45px; height: 10px; background: no-repeat left center; background-image: url("../images/adron/icon_arrow_right_grey_link.png"); transition: background-image 0.3s ease; } .section_distribution_list .list_item__link .logo_holder { flex: 1 1 0%; display: flex; align-items: center; justify-content: center; transition: padding-left 0.3s ease; } .section_distribution_list .list_item__link .logo_holder .hover-effect { display: none; } .section_distribution_list .list_item__link .text_holder { height: 100%; width: 590px; flex-grow: 0; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; padding-left: 140px; } .section_distribution_list .list_item__link .circle-pattern { width: 1440px; height: 1440px; border-radius: 50%; background: url("../images/style/bg-pattern.png") no-repeat center; background-color: #d9a890; position: absolute; top: -196px; left: -80px; z-index: 0; transition: background-color 0.3s ease; } .section_distribution_list .list_item__link .content { position: relative; z-index: 3; font-weight: 700; font-size: 24px; color: #eeeeee; } .section_distribution_list .list_item__link:hover { box-shadow: 0 20px 100px -12px rgba(0, 0, 0, 0.25); background-color: #fff; } .section_distribution_list .list_item__link:hover .icon_arrow_holder { background-image: url("../images/adron/icon_arrow_right_orange_link.png"); } .section_distribution_list .list_item__link:hover .logo_holder { padding-left: 20px; } .section_distribution_list .list_item__link:hover .logo_holder img.hover-effect { display: block; } .section_distribution_list .list_item__link:hover .logo_holder img:not(.hover-effect) { display: none; } .section_distribution_list .list_item__link:hover .circle-pattern { background-color: #ba6145; } .section_distribution_list .list_item__link:hover .content { color: #ffffff; } /* ===== section_download_list ===== */ .section_download_list { background-color: #e1e1e1; padding-bottom: 90px; padding-top: 35px; } .section_download_list .topbar { display: flex; align-items: center; margin-bottom: 40px; } .section_download_list .topbar .input-search-wrap { width: 350px; } .section_download_list .topbar .title { font-size: 18px; color: #7b7674; font-weight: 700; padding-left: 60px; } .section_download_list .download-list { margin-bottom: 75px; } .section_download_list .download-list .list_item { margin-bottom: 35px; } .section_download_list .list_item__box { border-radius: 10px; background-color: #fff; padding: 45px 85px 45px 50px; display: flex; align-items: center; cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease; } .section_download_list .list_item__box .img_holder { width: 230px; margin-right: 30px; flex-shrink: 0; } .section_download_list .list_item__box .img_holder img { width: 100%; } .section_download_list .list_item__box .divider { width: 1px; height: 19px; background-color: #94908f; margin: 0 50px; flex-shrink: 0; } .section_download_list .list_item__box .text_holder { padding: 0 30px; color: #7d7876; font-size: 18px; } .section_download_list .list_item__box .btn_holder { margin-left: auto; display: flex; justify-content: flex-end; align-items: center; } .section_download_list .list_item__box:hover { background: url("../images/style/bg-pattern.png") no-repeat center; background-color: #1d1918; box-shadow: 0 15px 80px -12px rgba(0, 0, 0, 0.5); transform: translateX(10px); } .section_download_list .list_item__box:hover .divider { background-color: #e7a693; } .section_download_list .list_item__box:hover .text_holder { color: #e7a693; } .section_download_list .list_item__box:hover .button_ghost { background-image: linear-gradient(to right, #e7a693, #cc7d64); border-color: transparent; color: #ffffff; } /* ===== section_contact_list ===== */ .section_contact_list .contact-list { padding-top: 50px; padding-bottom: 20px; } .section_contact_list .contact-list .list_item:not(:last-of-type) { margin-bottom: 50px; } .section_contact_list .list_item__box { position: relative; display: flex; align-items: center; border-radius: 10px; background-color: #eeeeee; padding-top: 60px; padding-bottom: 60px; padding-left: 140px; padding-right: 30px; cursor: pointer; transition: background-color 0.3s ease; } .section_contact_list .list_item__box .icon_arrow_holder { position: absolute; top: 20px; left: 20px; width: 45px; height: 10px; z-index: 3; background: url("../images/adron/icon_arrow_right_grey_link.png") no-repeat; background-position: left center; transition: background-image 0.3s ease; } .section_contact_list .list_item__box .img_holder { flex-shrink: 0; flex-grow: 0; width: 70px; transform: translateY(0); transition: transform 0.3s ease; } .section_contact_list .list_item__box .img_holder img.hover-effect { display: none; } .section_contact_list .list_item__box .divider { margin: 0 140px; flex-grow: 0; width: 42px; height: 7px; background: url("../images/adron/icon_moon_tiny_right_grey.png") no-repeat; background-position: left center; flex-shrink: 0; } .section_contact_list .list_item__box .text_holder { flex: 1 1 0%; color: #a7a4a4; font-size: 22px; } .section_contact_list .list_item__box .text_holder .strong { font-size: 30px; font-weight: 700; } .section_contact_list .list_item__box:hover { background: url("../images/style/bg-pattern.png") no-repeat center; background-color: #d3795e; } .section_contact_list .list_item__box:hover .icon_arrow_holder { background-image: url("../images/adron/icon_arrow_right_orange_light_link.png"); } .section_contact_list .list_item__box:hover .img_holder { transform: translateX(14px); } .section_contact_list .list_item__box:hover .img_holder img.hover-effect { display: block; } .section_contact_list .list_item__box:hover .img_holder img:not(.hover-effect) { display: none; } .section_contact_list .list_item__box:hover .divider { background-image: url("../images/adron/icon_moon_tiny_right_orange.png"); } .section_contact_list .list_item__box:hover .text_holder { color: #fac6b5; } /* ===== section_contact_list ===== */ .section_video_list .video-list { padding-top: 20px; display: flex; flex-wrap: wrap; margin: 0 -16px; padding-bottom: 40px; } .section_video_list .list_item { width: 50%; padding: 0 16px; margin-bottom: 40px; } .section_video_list .list_item__link { display: block; border-radius: 10px; overflow: hidden; position: relative; height: 300px; } .section_video_list .list_item__link::before { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; content: ""; display: block; background-color: rgba(29, 25, 25, 0.8); transition: background-color 0.3s ease; } .section_video_list .list_item__link .item_img { height: 100%; width: 100%; object-fit: cover; } .section_video_list .list_item__link .item_content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 3; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 16px; color: #f6bdab; } .section_video_list .list_item__link .icon_holder_play { width: 80px; height: 80px; background: url("../images/adron/icon_video_play_btn_orange.png") no-repeat; background-position: center; background-size: cover; margin-bottom: 25px; } .section_video_list .list_item__link .link_holder { display: flex; align-items: center; margin-top: 15px; height: 34px; } .section_video_list .list_item__link .link_holder .text { display: none; margin-right: 10px; margin-left: 30px; } .section_video_list .list_item__link .link_holder .icon_link { width: 16px; height: 6px; background: url("../images/adron/icon_arrow_right_small_orange.png") no-repeat; background-position: center; background-size: cover; } .section_video_list .list_item__link:hover::before { background-color: rgba(211, 121, 94, 0.6); } .section_video_list .list_item__link:hover .icon_holder_play { background-image: url("../images/adron/icon_video_play_btn_white.png"); } .section_video_list .list_item__link:hover .item_content { color: #fff; } .section_video_list .list_item__link:hover .link_holder { border: 1px solid #fff; border-radius: 10px; } .section_video_list .list_item__link:hover .link_holder .icon_link { background-image: url("../images/adron/icon_arrow_right_small_white.png"); margin-right: 15px; } .section_video_list .list_item__link:hover .link_holder .text { display: block; } /* ===== section_about_value ===== */ .section_about_value .value_article { display: flex; padding-top: 60px; padding-bottom: 60px; } .section_about_value .value_article .img_holder { width: 427px; height: 678px; border-radius: 10px; overflow: hidden; } .section_about_value .value_article .img_holder img { width: 100%; height: 100%; object-fit: cover; } .section_about_value .value_article .text_holder { flex: 1 1 0%; margin-left: auto; text-align: right; padding-left: 40px; display: flex; flex-direction: column; align-items: flex-end; color: #7b7674; font-size: 18px; } .section_about_value .value_article .text_holder .title { font-weight: 700; font-size: 22px; } .section_about_value .value_article .text_holder .slogen { font-size: 22px; } .section_about_value .value_article .text_holder .img { margin-top: 50px; margin-bottom: 80px; height: 90px; } .section_about_value .value_article .text_holder .description { max-width: 542px; } .section_about_value .value_article .text_holder p { margin-bottom: 40px; } .section_about_value .value_article .text_holder .icon_holder { padding-top: 50px; } .section_about_value .content_holder .title { text-transform: uppercase; } .section_about_value .content_holder .strong { padding-top: 30px; } /* ===== section_about_capability ===== */ .section_about_capability { position: relative; background: url("../images/posts/about_capability_bg.jpg") no-repeat; background-size: cover; background-position: center; } .section_about_capability .authentication-lsit { padding: 100px 0 80px; display: flex; justify-content: space-between; } .section_about_capability .authentication-lsit .list_item img { width: 80px; margin: 0 20px; filter: invert(1); } .section_about_capability .authentication-lsit .list_item.icon_iso img { width: 100px; } .section_about_capability > .container { position: relative; z-index: 6; } .section_about_capability .section__title_holder { padding-top: 30px; padding-bottom: 20px; } .section_about_capability .content_holder, .section_about_capability .section__title_holder .title { color: #fff; } .section_about_capability .content_holder { font-size: 18px; font-weight: 300; } .section_about_capability .capability_slider { padding-top: 60px; padding-bottom: 25px; } .section_about_care .content_holder { padding-bottom: 20px; } .section_about_motto { background: url("../images/posts/about_motto_bg.jpg") no-repeat; background-position: center; background-size: cover; } .section_about_motto .content_holder .title { margin-bottom: 20px; } .section_about_motto .content_holder .icon_moon-wrap { padding-top: 30px; padding-bottom: 30px; } .section_about_motto .milestone-list { display: flex; border-radius: 10px; overflow: hidden; margin-bottom: 80px; margin-top: 10px; } .section_about_motto .milestone-list .list_item { width: 33.3333333%; background-color: #fff; height: 355px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url("../images/style/bg-pattern.png") no-repeat; background-position: center; color: #fff; text-align: center; } .section_about_motto .milestone-list .list_item .title { font-size: 24px; margin-bottom: 10px; } .section_about_motto .milestone-list .list_item p { font-size: 22px; line-height: 1.2; max-width: 277px; } .section_about_motto .milestone-list .list_item:nth-of-type(1) { background-color: #d3795e; } .section_about_motto .milestone-list .list_item:nth-of-type(2) { background-color: #332d2e; } .section_about_motto .milestone-list .list_item:nth-of-type(3) { background-color: #ffffff; background-image: none; color: #8f8b8a; } .section_about_motto .milestone-list .list_item:nth-of-type(3) .icon_holder img { filter: brightness(0.5); } .section_about_idea .idea-list { padding-top: 10px; padding-bottom: 10px; } .section_about_idea .idea-list .list_item { height: 250px; border-radius: 10px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); margin: 60px 0; } .section_about_idea .idea-list .img_holder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; } .section_about_idea .idea-list .img_holder img { height: 100%; width: 100%; object-fit: cover; } .section_about_idea .idea-list .text_holder { position: relative; height: 100%; width: 100%; z-index: 3; display: flex; align-items: center; padding: 40px 50px; transition: padding-left ease 0.3s; } .section_about_idea .idea-list .list_item:hover .text_holder { padding-left: 80px; } .section_about_idea .idea-list .text_holder .icon_link { margin-right: 30px; flex-shrink: 0; } .section_about_idea .idea-list .text_holder .title { color: #fff; font-size: 24px; font-weight: 700; margin: 0 auto; } .section_about_idea .idea-list .list_item:nth-of-type(3) .text_holder .title { color: #959190; } /* ===== section_about_milestone ===== */ .section_about_milestone { position: relative; background: url("../images/posts/about_milestone_bg.jpg") no-repeat; background-size: cover; background-position: center; } .section_about_milestone::before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: url("../images/style/bg-pattern.png"); background-color: rgba(206, 124, 101, 0.87); background-position: center; } .section_about_milestone > .container { position: relative; z-index: 6; } .section_about_milestone .section__title_holder { padding-top: 20px; padding-bottom: 20px; } .section_about_milestone .content_holder, .section_about_milestone .section__title_holder .title { color: #fff; } .section_about_milestone .content_holder { text-align: center; font-weight: 300; font-size: 20px; padding: 0 36px; } .section_about_milestone .content_holder p { margin-bottom: 15px; } .section_about_milestone .milestone-list { padding-top: 60px; display: flex; } .section_about_milestone .milestone-list .list_item { width: 33.3333332%; padding: 0 20px; display: flex; flex-direction: column; align-items: center; } .section_about_milestone .milestone-list .list_item .icon_holder { width: 110px; height: 100px; display: flex; align-items: center; justify-content: center; margin-bottom: 50px; } .section_about_milestone .milestone-list .list_item .title { font-weight: 700; line-height: 1; } /* ===== section_about_license ===== */ .section_about_license { padding-top: 100px; padding-bottom: 140px; } .section_about_license .license_box { font-weight: 300; font-size: 18px; color: #7b7674; text-align: center; padding-top: 50px; letter-spacing: -0.75px; } .section_about_license .license_box .license_slider { margin-bottom: 30px; } /* ===== section_about_advantage ===== */ .section_about_advantage { position: relative; padding-top: 120px; } .section_about_advantage .topbar { display: flex; position: absolute; top: 0; width: 100%; max-width: 1280px; z-index: 3; margin: 0 auto; transform: translateY(-50%); background-color: #fff; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25); border-radius: 10px; overflow: hidden; } .section_about_advantage .topbar .list_item { width: 33.3333333%; background: url("../images/style/bg-pattern.png") no-repeat; height: 85px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #7b7674; } .section_about_advantage .topbar .list_item:nth-of-type(1) { background-color: #d3795e; color: #fff; font-weight: 700; } .section_about_advantage .topbar .list_item:nth-of-type(2) { background-color: #272021; color: #fff; } .section_about_advantage .topbar .list_item:nth-of-type(3) { background-image: none; } .section_about_advantage .content_holder { font-size: 18px; color: #7b7674; text-align: center; padding-bottom: 20px; } /* ===== section_about_authentication ===== */ .section_about_authentication { padding-top: 80px; padding-bottom: 100px; } .section_about_authentication .authentication-lsit { display: flex; align-items: center; justify-content: center; padding-top: 40px; padding-bottom: 60px; } .section_about_authentication .authentication-lsit .list_item { width: 108px; height: 108px; display: flex; align-items: center; justify-content: center; flex-grow: 1; } /* ===== section_about_honor ===== */ .section_about_honor { padding-top: 80px; padding-bottom: 80px; } .section_about_honor .honor-list { display: flex; /* margin-left: -16px; margin-right: -16px; */ padding-bottom: 40px; padding-top: 20px; overflow: auto; } .section_about_honor .honor-list .list_item { padding: 0 16px; width: 33.33333333333%; flex-shrink: 0; } .section_about_honor .honor-list .list_item .img_holder { border-radius: 10px; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 36px -2px rgba(0, 0, 0, 0.05); } .section_about_honor .honor-list .list_item .img_holder img { width: 100%; } .section_about_honor .content_holder .drag_slider_holder { padding-top: 30px; padding-bottom: 50px; } /* ===== section_products_filter ===== */ .section_products_filter { padding-bottom: 0; } .section_products_filter .filter-box { display: flex; align-items: center; border-bottom: 1px solid #ebebeb; padding-bottom: 60px; } .section_products_filter .filter-box .input-search-wrap { width: 630px; } .section_products_filter .keyword_list { margin-left: auto; display: flex; align-self: flex-end; } .section_products_filter .keyword_list li { margin-left: 40px; } .section_products_filter .keyword_list li a:hover { color: #ba6145; } /* ===== section_evaluation_gallery ===== */ .section_evaluation_gallery .gallery_list { padding-bottom: 40px; } /* ===== section_evaluation_entry ===== */ .section_evaluation_entry .entry-list { display: flex; margin-left: -20px; margin-right: -20px; flex-wrap: wrap; } .section_evaluation_entry .entry-list .list_item { width: 50%; padding: 10px 20px; } .section_evaluation_entry .entry-list .list_item__link { width: 100%; display: block; position: relative; height: 180px; border-radius: 10px; overflow: hidden; background: url("../images/style/entry_box_bg.jpg") no-repeat; background-position: center; background-size: cover; } .section_evaluation_entry .entry-list .list_item__link .img_holder { width: 100%; height: 100%; } .section_evaluation_entry .entry-list .list_item__link .text_holder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; padding: 24px 32px; display: flex; flex-direction: column; } .section_evaluation_entry .entry-list .list_item__link .text_holder .title { color: #fff; font-size: 22px; font-weight: 600; margin-bottom: auto; } .section_evaluation_entry .entry-list .list_item__link .text_holder .icon_link { position: absolute; top: 40px; right: 32px; transform: translateY(-300%); transition: transform 0.45s ease, opacity 0.3s ease; opacity: 0; } .section_evaluation_entry .entry-list .list_item__link:hover { background-image: url("../images/style/bg-pattern.png"); background-color: #d57e64; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: translateY(-10px); } .section_evaluation_entry .entry-list .list_item__link:hover .title { color: #fac6b5; } .section_evaluation_entry .entry-list .list_item__link:hover .icon_link { transform: translateY(0); opacity: 1; } /* ===== section_product_detail ===== */ .section_product_detail { padding-bottom: 80px; } .section_product_detail .topbar { display: flex; align-items: center; margin-bottom: 45px; } .section_product_detail .topbar .link_more { margin-left: auto; } .section_product_detail .topbar .link_more a { color: #7b7674; font-weight: 700; font-size: 18px; } .section_product_detail .topbar .link_more a:hover { text-decoration: underline; } .section_product_detail .product-detail-box { display: flex; } .section_product_detail .product-detail-box .product_gallery { flex: 1 1 0%; padding-right: 30px; } .section_product_detail .product-detail-box .product_gallery .image_preview { display: block; border-radius: 10px; height: 590px; background-color: #1d1918; overflow: hidden; } .section_product_detail .product_gallery .image_preview img { width: 100%; height: 100%; object-fit: cover; } .section_product_detail .product-detail-box .product_gallery .thumbnails-list { display: flex; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; padding-top: 12px; } .section_product_detail .product_gallery .thumbnails-list .list_item { width: 20%; padding: 0 12px; margin-top: 24px; } .section_product_detail .product_gallery .thumbnails-list .list_item__link { display: block; padding-top: 100%; position: relative; border-radius: 10px; overflow: hidden; background-color: #1d1918; } .section_product_detail .product_gallery .thumbnails-list .img_holder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; } .section_product_detail .product_gallery .thumbnails-list .img_holder img { width: 100%; height: 100%; object-fit: cover; } .section_product_detail .product-detail-box .product_info { width: 460px; background-color: #fff; border-radius: 10px; overflow: hidden; padding: 0 36px; display: flex; flex-direction: column; } .section_product_detail .product-detail-box .product_info .box_header { display: flex; align-items: center; padding: 40px 0; border-bottom: 1px solid #d2d2d2; margin-bottom: auto; } .section_product_detail .product-detail-box .product_info .box_header .title { font-size: 18px; font-weight: 700; margin-right: auto; } .section_product_detail .product-detail-box .product_info .box_body { padding: 80px 30px; font-weight: 300; font-size: 16px; line-height: 30px; flex: 1 1 0%; } .section_product_detail .product_info .box_body .info_list th, .section_product_detail .product_info .box_body .info_list td { vertical-align: top; } .section_product_detail .product_info .box_body .info_list th { font-weight: 300; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 120px; text-align: left; } .section_product_detail .product-detail-box .product_info .box_footer { padding: 32px 45px; border-top: 1px solid #d2d2d2; margin-top: auto; } /* Footer ========================================================================== */ .app-footer { margin-top: auto; background-image: url("../images/banners/footer/banner-bg.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 120px; padding-bottom: 90px; } .app-footer .company-info { display: flex; padding-bottom: 70px; } .app-footer .company-info .social-qrcode { display: flex; margin-right: auto; } .app-footer .company-info .social-qrcode li { margin-right: 120px; } .app-footer .company-info .social-qrcode li > img { width: 124px; height: 124px; } .app-footer .company-info .social-qrcode li > p { margin-top: 40px; font-size: 20px; color: #ead1c3; } .app-footer .company-info .address { text-align: right; color: #909090; font-size: 18px; display: flex; flex-direction: column; align-items: flex-end; } .app-footer .company-info .address .hr-short-grey { margin-top: 50px; margin-bottom: 50px; } .app-footer .company-info .address .phone { font-weight: 700; font-size: 22px; } .app-footer .divider-line { height: 1px; background-color: #302b2b; } .app-footer .copyright { font-size: 14px; font-weight: 300; color: rgba(255, 255, 255, 0.3); padding-top: 60px; text-align: center; } .app-footer .copyright a:hover { color: #e2bfb4; } .app-footer .company-info-en { display: flex; padding-bottom: 60px; } .app-footer .company-info-en .logo { margin-right: auto; } .app-footer .company-info-en .address, .app-footer .company-info-en .contact { text-align: right; font-size: 18px; color: #909090; line-height: 32px; } .app-footer .company-info-en .address { margin: 0 auto; } .app-footer .company-info-en .contact { margin-left: auto; } .app-footer .company-info-en .contact a:hover { text-decoration: underline; } .app-footer .company-info-en + .divider-line { max-width: 100%; }