:root {
--main:#FF9A00;
--dark:#353535;
--light:#f8f8f8;
--text:#999999;
--excerpt:#8e8e8e;
}
* {
margin:0;
padding: 0;
box-sizing: border-box;
}
.content {
max-width: 1440px;
margin: 0 auto;
position: relative;
}
.largecontent {
max-width: 100%;
padding: 0 4rem;
}
html {
scroll-behavior: smooth;
}
.flex {
display: flex;
}
.wrap {
flex-wrap: wrap;
}
.flex1 {
flex:1;
}
.flex2 {
flex:2;
}
.flex3 {
flex:3;
}
.between {
justify-content: space-between;
}
.center {
text-align: center;
}
.boxshadow {
box-shadow: 0 0 15px rgba(0,0,0,0.1);
background: white;
}
.vertical {
display: flex;
flex-direction:column;
justify-content: center;
}:root {
--theme_color: #156ce5;
--title_color: #242424;
}
ul {
list-style: none;
}
a {
color: var(--title_color);
text-decoration: none;
font-size: 1rem;
}
i {
font-style: normal;
}
.swiper_box {
position: relative;
}
.swiper_content {
max-width: 1460px;
margin: 0 auto;
position: relative;
padding: 10px;
overflow: hidden;
}
button,
input,
textarea {
outline: none;
border: none;
font-family: unset;
}
input[type="submit"],
button {
cursor: pointer;
}
textarea {
resize: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
font-family: unset;
}
.center {
text-align: center;
}
.flex_start {
justify-content: flex-start;
}
.flex_center {
justify-content: center;
}
.flex_end {
justify-content: flex-end;
}
.flex_top {
align-items: flex-start;
}
.flex_middle {
align-items: center;
}
.flex_bottom {
align-items: flex-end;
}
body {
color: var(--title_color);
font-family: 'Poppins', sans-serif;
}
body.fixed {
overflow: hidden;
padding-right: 17px;
}
.only_mobile {
display: none;
}
.content .content {
padding: 0;
}
.gap {
gap: 1.25rem;
}
.head .subtitle {
display: block;
text-transform: uppercase;
color: var(--theme_color);
font-weight: 500;
margin-bottom: 15px;
}
.head h2 {
font-size: 46px;
font-weight: 600;
line-height: 62px;
}
.button {
display: inline-block;
border-radius: 8px;
background-color: var(--theme_color);
color: #fff;
font-size: 20px;
font-weight: 500;
text-align: center;
padding: 1rem 63px 1rem 38px;
position: relative;
transition: all 0.3s;
}
.button::after {
content: '';
display: block;
width: 1rem;
height: 13px;
background: url(//www.musechem.com/static/new/assets/img/arrow-line-w.svg) no-repeat center / contain;
position: absolute;
top: 50%;
right: 34px;
transform: translateY(-50%);
}
.button:hover {
background-color: var(--title_color);
}
.button_more {
display: inline-block;
border-radius: 8px;
background-color: transparent;
font-size: 20px;
font-weight: 500;
text-align: center;
padding: 15px 64px 15px 40px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.3);
transition: all 0.3s;
}
.button_more::after {
content: '';
display: block;
width: 1rem;
height: 13px;
background: url(//www.musechem.com/static/new/assets/img/arrow-line-b.svg) no-repeat center / contain;
position: absolute;
top: 50%;
right: 34px;
transform: translateY(-50%);
}
.button_more:hover {
color: #fff;
background-color: var(--theme_color);
}
.button_more:hover::after {
background-image: url(//www.musechem.com/static/new/assets/img/arrow-line-w.svg);
}
.swiper_btns {
display: flex;
}
.swiper_btns div {
width: 1rem;
height: 30px;
background: url(//www.musechem.com/static/new/assets/img/arrow-w.svg) no-repeat center / contain;
transition: all 0.3s;
cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
cursor: default;
opacity: 0.68;
}
.swiper_btns .btn_next {
transform: rotate(180deg);
}
.swiper_btns.middle {
max-width: 1430px;
width: 98%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
justify-content: space-between;
}
.swiper_btns.middle div {
position: absolute;
left: 0;
top: 0;
transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
left: unset;
right: 0;
transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small {
max-width: 1830px;
}
.swiper_btns.small div {
width: 12px;
height: 22px;
}
.swiper_btns.full {
gap: 25px;
}
.swiper_btns.full.middle {
max-width: 1678px;
}
.swiper_btns.full div {
width: 60px;
height: 60px;
background: url(//www.musechem.com/static/new/assets/img/arrow-w.svg) no-repeat center / 18%;
background-color: var(--theme_color);
box-shadow: 0 0 15px rgba(22, 108, 229, 0.3);
border-radius: 8px;
}
.swiper_btns.full div.swiper-button-disabled {
background-image: url(//www.musechem.com/static/new/assets/img/arrow-b.svg) !important;
background-color: #dfdfdf;
opacity: 1;
box-shadow: none;
pointer-events: none;
}
.swiper_btns.full div:hover {
filter: brightness(1.2);
}
.swiper_btns.black div {
background-image: url(//www.musechem.com/static/new/assets/img/arrow-b.svg);
}
header {
position: sticky;
top: -90px;
left: 0;
z-index: 998;
transition: all 0.3s;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
top: 0;
}
header .header_main {
max-width: 1920px;
margin: 0 auto;
background-color: #fff;
}
header .header_main .flex {
padding-left: 5%;
gap: 2rem;
}
header .header_main .logo {
display: flex;
align-items: center;
gap: 12px;
}
header .header_main .logo img {
display: block;
width: 46px;
height: auto;
}
header .header_main .logo p {
font-size: 40px;
font-weight: 600;
}
header .header_main .logo p span {
font-weight: 300;
}
header .header_main .right {
display: flex;
}
header .header_main nav div > ul {
display: flex;
align-items: center;
}
header .header_main nav div > ul > li {
position: relative;
margin-right: 36px;
}
header .header_main nav div > ul > li::before {
content: '';
display: block;
width: 100%;
height: 3px;
background-color: var(--theme_color);
position: absolute;
left: 0;
bottom: 0;
transition: all 0.3s;
opacity: 0;
}
header .header_main nav div > ul > li > a {
display: block;
line-height: 90px;
font-size: 16px;
text-transform: uppercase;
transition: all 0.3s;
}
header .header_main nav div > ul > li.current-menu-item::before,
header .header_main nav div > ul > li.current-menu-parent::before,
header .header_main nav div > ul > li:hover::before {
opacity: 1;
}
header .header_main nav div > ul > li.current-menu-item > a,
header .header_main nav div > ul > li.current-menu-parent > a,
header .header_main nav div > ul > li:hover > a {
color: var(--theme_color);
}
header .header_main nav div > ul > li:hover ul {
transform: translateY(-2px);
pointer-events: all;
opacity: 1;
}
header .header_main nav div > ul > li ul {
left: -1.5rem;
position: absolute;
min-width: 10rem;
background-color: #fff;
border-radius: 0 0 10px 10px;
padding: 1rem 1.5rem;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
display: block;
transform: translateY(-50%);
pointer-events: none;
opacity: 0;
transition: transform 0.4s, opacity 0.2s;
z-index: -1;
}
header .header_main nav div > ul > li ul li {
margin-bottom: 5px;
}
header .header_main nav div > ul > li ul li a {
white-space: nowrap;
display: block;
padding: 8px 0;
transition: all 0.2s ease;
border-radius: 0.625rem;
font-size: 0.9rem;
font-weight: 500;
}
header .header_main nav div > ul > li ul li a:hover {
color: var(--theme_color);
}
header .header_main .search {
width: 91px;
height: 100%;
border-left: 1px solid #ececec;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s;
}
header .header_main .search:hover {
border-color: var(--theme_color);
background-color: var(--theme_color);
}
header .header_main .search:hover i {
background-image: url(//www.musechem.com/static/new/assets/img/search-w.svg);
}
header .header_main .search i {
display: block;
width: 19px;
height: 19px;
background: url(//www.musechem.com/static/new/assets/img/search-b.svg) no-repeat center / contain;
transition: all 0.3s;
}
header .header_main .contact {
color: #fff;
background-color: var(--theme_color);
font-size: 16px;
line-height: 90px;
text-align: center;
min-width: 249px;
transition: all 0.3s;
}
header .header_main .contact:hover {
background-color: #1156b7;
}
footer .footer_cta {
overflow: hidden;
}
footer .footer_cta .bg {
position: absolute;
left: 50%;
top: 0;
width: 1630px;
height: 100%;
transform: translateX(-50%);
background: url(//www.musechem.com/static/new/assets/img/cta.png) no-repeat center / cover;
}
footer .footer_cta .head {
max-width: 1340px;
margin-left: 20px;
min-height: 290px;
color: #fff;
position: relative;
z-index: 2;
}
footer .footer_cta .head h2 {
max-width: 725px;
flex: 1;
}
footer .footer_main {
margin-top: -100px;
padding-top: 222px;
background: url(//www.musechem.com/static/new/assets/img/footer-bg.svg) no-repeat bottom center;
background-size: 100% auto;
}
footer .footer_main .gap {
gap: 3rem 1.25rem;
}
footer .footer_main .slide_logo {
width: 348px;
}
footer .footer_main .slide_logo .logo {
display: flex;
align-items: center;
gap: 12px;
}
footer .footer_main .slide_logo .logo img {
display: block;
width: 58px;
height: auto;
}
footer .footer_main .slide_logo .logo p {
font-size: 50px;
font-weight: 600;
line-height: 1;
}
footer .footer_main .slide_logo .logo p span {
font-weight: 300;
}
footer .footer_main .slide_logo .social {
margin-top: 3rem;
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
footer .footer_main .slide_logo .social li {
border-radius: 50%;
position: relative;
z-index: 2;
background-color: #d3dee2;
transition: all 0.3s;
}
footer .footer_main .slide_logo .social li:hover {
background-color: var(--theme_color);
}
footer .footer_main .slide_logo .social li:hover a {
filter: contrast(0) brightness(20);
}
footer .footer_main .slide_logo .social li a {
display: block;
width: 41px;
height: 41px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
background: url(//www.musechem.com/static/new/assets/img/twitter.svg) no-repeat center / 45%;
transition: all 0.3s;
text-indent: -9999px;
}
footer .footer_main .slide_logo .social .facebook a {
background-image: url(//www.musechem.com/static/new/assets/img/facebook.svg);
background-size: 20%;
}
footer .footer_main .slide_logo .social .youtube a {
background-size: 52%;
background-image: url(//www.musechem.com/static/new/assets/img/youtube.svg);
}
footer .footer_main .slide_logo .social .instagram a {
background-size: 42%;
background-image: url(//www.musechem.com/static/new/assets/img/instagram.svg);
}
footer .footer_main .slide_logo .social .pinterest a {
background-size: 32%;
background-image: url(//www.musechem.com/static/new/assets/img/pinterest.svg);
}
footer .footer_main .slide_logo .social .linkedin a {
background-size: 45%;
background-image: url(//www.musechem.com/static/new/assets/img/linkedin2.svg);
}
footer .footer_main .slide_obj {
padding-top: 14px;
}
footer .footer_main .slide_obj strong {
display: block;
font-size: 22px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 26px;
}
footer .footer_main .slide_obj li {
margin-bottom: 15px;
}
footer .footer_main .slide_obj li:last-child {
margin-bottom: 0;
}
footer .footer_main .slide_obj li a {
font-size: 17px;
opacity: 0.68;
transition: all 0.3s;
}
footer .footer_main .slide_obj li a:hover {
opacity: 1;
color: var(--theme_color);
}
footer .footer_main .slide_contact {
width: 264px;
}
footer .footer_main .slide_contact li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 30px;
}
footer .footer_main .slide_contact li i {
width: 21px;
height: 21px;
background: no-repeat center / contain;
position: relative;
top: 4px;
}
footer .footer_main .slide_contact li div {
flex: 1;
}
footer .footer_main .slide_contact li a {
opacity: 1;
font-size: 18px;
font-weight: 500;
}
footer .footer_main .slide_contact li p {
color: #757575;
font-size: 15px;
line-height: 24px;
}
footer .copyright {
padding: 90px 0 30px;
}
footer .copyright p,
footer .copyright a {
font-size: 14px;
line-height: 25px;
color: #727272;
}
footer .copyright a {
transition: all 0.3s;
}
footer .copyright a:hover {
color: var(--theme_color);
}
footer .copyright ul {
display: flex;
align-items: center;
gap: 35px;
}
.about_intro {
padding: 5rem 0;
}
.about_intro.margin {
margin-bottom: 132px;
}
.about_intro.reverse .flex {
flex-direction: row-reverse;
}
.about_intro .head {
width: 46.32%;
}
.about_intro .head h2 {
max-width: 540px;
margin-bottom: 22px;
}
.about_intro .head p {
font-size: 17px;
font-weight: 300;
line-height: 29px;
padding-top: 10px;
}
.about_intro .head .button {
margin-top: 42px;
}
.about_intro .img {
width: 46.32%;
aspect-ratio: 667/481;
overflow: hidden;
border-radius: 18px;
}
.about_intro .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.page_banner {
background: no-repeat bottom center / cover;
}
.page_banner .flex {
min-height: 648px;
}
.page_banner .head {
padding-bottom: 3.75%;
}
.page_banner .head .subtitle {
font-weight: normal;
font-size: 17px;
}
.page_banner .head h1 {
font-size: 62px;
font-weight: 600;
line-height: 75px;
}
.products .product {
height: auto;
}
.products .product a {
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid #f1f1f1;
border-radius: 10px;
}
.products .product a:hover .info strong {
color: #fff;
background-color: var(--theme_color);
}
.products .product .img {
aspect-ratio: 345/255;
overflow: hidden;
}
.products .product .img img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.5s;
}
.products .product .info {
padding: 17px 7.98% 30px;
text-transform: uppercase;
}
.products .product .info h3 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.products .product .info ul {
margin-top: 28px;
}
.products .product .info ul li {
color: #606060;
font-size: 17px;
font-weight: 500;
line-height: 27px;
}
.products .product .info strong {
margin-top: 20px;
display: block;
text-align: center;
background-color: #e8efff;
border-radius: 8px;
color: #7594c8;
transition: all 0.3s;
font-size: 18px;
font-weight: 600;
line-height: 60px;
}
.posts .post {
height: auto;
}
.posts .post a {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.posts .post a:hover img {
transform: scale(1.05);
}
.posts .post a:hover .info strong::after {
transform: translateX(5px);
}
.posts .post .img {
aspect-ratio: 466/300;
overflow: hidden;
position: relative;
}
.posts .post .img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
}
.posts .post .img span {
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
background-color: var(--theme_color);
color: #fff;
font-weight: 200;
padding: 4.5px 20px;
border-radius: 4px 4px 4px 0;
}
.posts .post .info {
flex: 1;
display: flex;
flex-direction: column;
padding: 22px 6.76% 28px;
}
.posts .post .info span {
font-size: 17px;
line-height: 29px;
color: #848484;
}
.posts .post .info h3 {
flex: 1;
font-size: 24px;
font-weight: 600;
line-height: 2rem;
color: #25292d;
margin-top: 10px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.posts .post .info strong {
padding-top: 20px;
margin-top: 27px;
font-weight: 500;
color: var(--theme_color);
font-size: 18px;
display: flex;
gap: 8px;
align-items: center;
border-top: 1px solid rgba(132, 132, 132, 0.39);
}
.posts .post .info strong::after {
transition: all 0.3s;
content: '';
display: block;
width: 18px;
height: 12px;
background: url(//www.musechem.com/static/new/assets/img/arrow-line2.svg) no-repeat center / contain;
}
.loading{
position: relative;
}
.loading:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.musechem.com/static/new/assets/img/load.gif) no-repeat center;
background-size: 45px;
background-color: rgba(255, 255, 255, 0.7);
z-index: 9;
}
div.loader {
border: 7px solid #f2f5f9;
border-top: 7px solid #fff;
border-radius: 50%;
width: 3rem;
height: 3rem;
position: absolute;
left: 50%;
margin-left: -1.75rem;
animation: spin 1s linear infinite;
margin-top: 0;
text-align: center;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.page-template-default .post_main .post_detail{
max-width: 100%;
}
.empty_img{
width: 500px;
margin-left: auto;
margin-right: auto;
display: block;
max-width: 100%;
}
.wpcf7-list-item-label{
font-size: 19px;
font-weight: 500;
padding-left: 18px;
display: inline-block;
line-height: 25px;
transform: translateY(2px);
}
.contact_main .inquiry_form form span.wpcf7-list-item{
margin-left: 0;
}
.contact_main .inquiry_form form span.wpcf7-spinner{
width: 24px;
transform: translateY(-3rem);
}
.wpcf7-form-control{
display: flex;
flex-flow: wrap;
gap: 25px 4.6357%;
}
body .wpcf7 form .wpcf7-response-output{
padding: 0;
border: none;
margin: 0;
}
div.search-block {
position: fixed;
z-index: 400;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
width: 100%;
bottom: -100vh;
height: 100vh;
transition: 0.3s ease;
}
div.search-block.active {
bottom: 0;
opacity: 1;
transform: translateY(150px);
}
div.search-block div.content {
position: relative;
display: block;
}
.wd-action-btn {
display: inline-flex;
vertical-align: middle;
background: url(//www.musechem.com/static/new/global/img/cloes.svg) no-repeat center;
background-size: contain;
position: absolute;
top: 38px;
right: 0;
z-index: 1;
width: 28px;
height: 28px;
transition: all 0.3s;
cursor: pointer;
}
.wd-action-btn:hover {
transform: rotate(180deg);
}
div.search-block .searchform {
border-bottom: 1px solid rgba(119, 119, 119, 0.2); transition: opacity 0.35s ease 0.2s;
--wd-form-color: #333;
--wd-form-placeholder-color: #333;
text-align: center;
transition: 0.75s all ease;
}
div.search-block.active .searchform {
opacity: 1;
}
div.search-block .searchform input[type='text'] {
width: 100%;
padding: 0;
height: 110px;
border: none;
text-align: center;
font-size: 22px;
outline: none;
}
header div.main-menu div.main div.right {
display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
color: #333333;
}
.single-post .breadcrumb_last{
color: var(--theme_color) !important;
}
.breadcrumb_last{
color: #333 !important;
}
.about_intro3 .head h2{
max-width: 90% !important;
}
.wpcf7-list-item label{
cursor: pointer;
}
.contact-icon{
display: none;
}
#go-top{
width: 60px;
height: 60px;
border-radius: 50%;
position: fixed;
right: 30px;
cursor: pointer;
bottom: 30px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
background: url(//www.musechem.com/static/new/assets/img/go-top.svg) no-repeat center/60%;
background-color: white;
z-index: 99;
}.home_banner {
overflow: hidden; background: url(https://www.musechem.com/wp-content/uploads/2025/06/db1270d8208c2505184e8e1172672e8.png) no-repeat bottom center / cover; 
}
.home_banner .flex {
min-height: 842px;
}
.home_banner .head {
max-width: 708px;
padding-bottom: 5.833%;
}
.home_banner .head .subtitle {
font-size: 17px;
font-weight: normal;
margin-bottom: 22px;
}
.home_banner .head h1 {
font-size: 62px;
line-height: 75px;
font-weight: 600;
text-transform: uppercase;
}
.home_banner .head h1 span {
font-weight: 200;
}
.home_banner .head form {
margin-top: 46px;
max-width: 682px;
display: flex;
padding: 6px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_banner .head form input[type="text"] {
width: 0;
flex: 1;
color: var(--title_color);
font-size: 11px;
padding: 0 20px;
}
.home_banner .head form input[type="text"]::placeholder {
color: #7a7a7a;
}
.home_banner .head form input[type="submit"] {
width: 56px;
height: 56px;
border-radius: 8px;
background: url(//www.musechem.com/static/new/assets/img/search-w.svg) no-repeat center / 47%;
background-color: var(--theme_color);
transition: all 0.3s;
text-indent: -9999px;
}
.home_banner .head form input[type="submit"]:hover {
background-color: #1156b7;
}
.home_banner .blog_box {
margin-top: -77px;
height: 77px;
display: flex;
align-items: center;
justify-content: space-between;
color: #fff;
position: relative;
z-index: 2;
gap: 3.6%;
}
.home_banner .blog_box::after {
content: '';
display: block;
width: 100vw;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-top-left-radius: 8px;
background-color: rgba(2, 26, 61, 0.47);
backdrop-filter: blur(8px);
z-index: -1;
}
.home_banner .blog_box strong {
padding: 0 4.306%;
font-size: 24px;
font-weight: 600;
line-height: 22px;
position: relative;
margin-right: 10px;
}
.home_banner .blog_box strong::after {
content: '';
display: block;
width: 2px;
height: 100%;
background-color: #bac2cf;
position: absolute;
right: 0;
top: 0;
}
.home_banner .blog_box .swiper_btns {
width: 68px;
justify-content: space-between;
}
.home_banner .blog_box .swiper_btns div {
height: 18px;
}
.home_banner .home_banner_swiper {
flex: 1;
overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide a {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.25rem;
}
.home_banner .home_banner_swiper .swiper-slide a:hover p {
color: var(--theme_color);
}
.home_banner .home_banner_swiper .swiper-slide p {
flex: 1;
font-size: 20px;
line-height: 2rem;
color: #fff;
transition: all 0.3s;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.home_banner .home_banner_swiper .swiper-slide span {
display: flex;
align-items: center;
opacity: 0.8;
font-size: 15px;
line-height: 1rem;
white-space: nowrap;
color: #fff;
gap: 10px;
font-weight: 200;
}
.home_banner .home_banner_swiper .swiper-slide span::before {
content: '';
display: block;
width: 1rem;
height: 1rem;
background: url(//www.musechem.com/static/new/assets/img/date.svg) no-repeat center / contain;
}
.home_category {
padding: 144px 0 228px;
background: url(//www.musechem.com/static/new/assets/img/home-chemical-bg.svg) no-repeat bottom center / cover;
}
.home_category .main {
margin-top: 5rem;
}
.home_category .main ul {
display: grid;
gap: 28px 1rem;
grid-template-columns: repeat(3, 1fr);
}
.home_category .main ul li {
background-color: #fff;
border-radius: 12px;
text-align: center;
overflow: hidden;
}
.home_category .main ul li.active .intro {
transform: translate(0);
opacity: 1;
}
.home_category .main ul li.active .con {
transform: translateY(-2rem) scale(0.9);
}
.home_category .main ul li a {
display: block;
height: 100%;
position: relative;
border-radius: 12px;
overflow: hidden;
}
.home_category .main ul li .intro {
position: relative;
z-index: 2;
min-height: 100%;
border-radius: 12px;
background-color: var(--theme_color);
padding: 87px 12% 58px;
transition: all 0.4s;
opacity: 0;
transform: translateY(100%);
}
.home_category .main ul li .intro p {
color: #fff;
font-size: 18px;
line-height: 2rem;
font-weight: 300;
}
.home_category .main ul li .intro .button {
margin-top: 30px;
background-color: #fff;
color: var(--theme_color);
font-size: 17px;
padding: 13px 60px 13px 36px;
}
.home_category .main ul li .intro .button::after {
background-image: url(//www.musechem.com/static/new/assets/img/arrow-line.svg);
transition: all 0.3s;
}
.home_category .main ul li .intro .button:hover::after {
transform: translate(5px, -50%);
}
.home_category .main ul li .con {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
padding: 60px 12%;
transition: all 0.4s;
}
.home_category .main ul li .con i {
display: inline-block;
width: 115px;
height: 115px;
background: no-repeat center / contain;
}
.home_category .main ul li .con h3 {
font-size: 24px;
font-weight: 600;
line-height: 2rem;
margin-top: 34px;
}
.home_about {
overflow: hidden;
}
.home_about .head {
flex: 1;
max-width: 605px;
padding: 4rem 0;
}
.home_about .head p {
opacity: 0.9;
font-size: 17px;
font-weight: 300;
line-height: 29px;
margin-top: 36px;
}
.home_about .head ul {
display: flex;
gap: 1rem;
margin-top: 3rem;
}
.home_about .head ul li {
flex: 1;
}
.home_about .head ul li span {
color: var(--theme_color);
font-size: 46px;
font-weight: 600;
line-height: 1;
}
.home_about .head ul li p {
margin-top: 1rem;
}
.home_about .head .button {
margin-top: 40px;
}
.home_about .img {
width: 52.4306%;
position: relative;
}
.home_about .img img {
display: block;
width: 100%;
height: auto;
}
.home_about .img .bg {
position: absolute;
left: -4.5%;
top: 8.6%;
width: 102%;
aspect-ratio: 755/601;
background: url(//www.musechem.com/static/new/assets/img/home-about-block.svg) no-repeat center / contain;
transition: all 1s;
}
.home_about .img .num {
position: absolute;
right: 14px;
bottom: 4.051%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
text-align: center;
background: url(//www.musechem.com/static/new/assets/img/home-about-num.svg) no-repeat center / contain;
width: 186px;
aspect-ratio: 186/210;
gap: 1rem;
transition: all 1s;
}
.home_about .img .num span {
font-size: 60px;
font-weight: 600;
line-height: 1;
}
.home_about .img .num p {
font-size: 50px;
font-weight: 300;
}
.home_about .partner {
padding: 128px 0 105px;
}
.home_about .partner h3 {
font-size: 42px;
font-weight: 600;
line-height: 62px;
}
.home_about .partner .home_about_swiper {
margin-top: 54px;
}
.home_about .partner .home_about_swiper .swiper-wrapper {
transition: all linear;
}
.home_about .partner .home_about_swiper .swiper-slide {
border-radius: 10px;
background-color: #fff;
transition: all 0.3s;
aspect-ratio: 275/129;
}
.home_about .partner .home_about_swiper .swiper-slide:hover {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_about .partner .home_about_swiper .swiper-slide img {
width: 100%;
height: 100%;
object-fit: contain;
}
.home_service {
width: calc(100% - 2.4rem);
max-width: 1878px;
margin: 0 auto;
border-radius: 24px;
background-color: #e8efff;
padding: 122px 0 98px;
}
.home_service .head {
padding: 46px 0;
}
.home_service .head p {
font-size: 17px;
font-weight: 300;
line-height: 29px;
opacity: 0.9;
max-width: 428px;
margin-top: 22px;
}
.home_service ul {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.home_service ul li:not(.head) a {
height: 100%;
display: flex;
flex-direction: column;
border-radius: 8px;
color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
padding: 60px 9.429% 52px;
transition: all 0.3s;
}
.home_service ul li:not(.head) a:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.home_service ul li:not(.head) a:hover span::after {
transform: translateX(5px);
}
.home_service ul li:not(.head) i {
display: block;
width: 70px;
height: 70px;
background: no-repeat left center / contain;
}
.home_service ul li:not(.head) h3 {
font-size: 26px;
font-weight: 600;
line-height: 34px;
margin-top: 36px;
}
.home_service ul li:not(.head) p {
font-size: 17px;
font-weight: 200;
line-height: 29px;
flex: 1;
margin-top: 22px;
}
.home_service ul li:not(.head) span {
margin-top: 38px;
font-size: 20px;
font-weight: 500;
display: flex;
gap: 8px;
align-items: center;
}
.home_service ul li:not(.head) span::after {
content: '';
transition: all 0.3s;
display: block;
width: 1rem;
height: 13px;
background: url(//www.musechem.com/static/new/assets/img/arrow-line-w.svg) no-repeat center / contain;
}
.home_blog {
padding: 152px 0 135px;
}
.home_blog .nav {
margin-top: 44px;
}
.home_blog .nav ul {
display: flex;
flex-wrap: wrap;
gap: 18px;
}
.home_blog .nav ul li {
transition: all 0.3s;
color: #727272;
font-size: 17px;
border-radius: 8px;
cursor: pointer;
padding: 12px 19px;
}
.home_blog .nav ul li.active,
.home_blog .nav ul li:hover {
color: #fff;
background-color: var(--theme_color);
}
.home_blog .swiper_box {
margin: 20px 0 66px;
}
.error{color:red;}.blog_banner {
background: url(//www.musechem.com/static/new/assets/img/blog-banner.jpg) no-repeat bottom center / cover;
}
.blog_banner .flex {
min-height: 676px;
}
.blog_banner .head {
max-width: 1140px;
}
.blog_banner .head .subtitle {
font-size: 17px;
font-weight: normal;
margin-bottom: 22px;
color: #fff;
}
.blog_banner .head h1 {
font-size: 62px;
font-weight: 600;
line-height: 75px;
text-transform: uppercase;
color: #fff;
}
.blog_banner .head h1 span {
font-weight: 200;
}
.blog_banner .head form {
max-width: 682px;
width: 682px;
display: flex;
padding: 6px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 46px auto 0;
}
.blog_banner .head form input[type="text"] {
width: 0;
flex: 1;
color: var(--title_color);
font-size: 17px;
padding: 0 20px;
}
.blog_banner .head form input[type="text"]::placeholder {
color: #7a7a7a;
}
.blog_banner .head form input[type="submit"] {
width: 56px;
height: 56px;
border-radius: 8px;
background: url(//www.musechem.com/static/new/assets/img/search-w.svg) no-repeat center / 47%;
background-color: var(--theme_color);
transition: all 0.3s;
text-indent: -9999px;
}
.blog_banner .head form input[type="submit"]:hover {
background-color: #1156b7;
}
.blog_main {
padding: 132px 0;
}
.blog_main .nav {
margin-top: 78px;
}
.blog_main .nav ul {
display: flex;
flex-wrap: wrap;
gap: 18px;
}
.blog_main .nav ul li a {
transition: all 0.3s;
color: #727272;
font-size: 17px;
border-radius: 8px;
padding: 12px 19px;
display: block;
}
.blog_main .nav ul li.active a,
.blog_main .nav ul li:hover a {
color: #fff;
background-color: var(--theme_color);
}
.blog_main .main {
margin-top: 30px;
}
.blog_main .main ul {
display: grid;
gap: 34px 20px;
margin-bottom: 124px;
grid-template-columns: repeat(3, 1fr);
}
.pagination {
display: inline-block !important;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
text-align: center;
margin:0 auto !important;
}
.pagination>li {
display: inline;
}
.active {
opacity: 1;}
.pagination>li>a{
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination>li>a:hover{
z-index: 2;
color: #fff;
cursor:pointer;
background-color: #428bca;
border-color: #428bca;
}
.pagination>.active>a{z-index: 2;
color: #fff;
cursor:pointer;
background-color: #428bca;
border-color: #428bca;}.contact_main {
background: url(//www.musechem.com/static/new/assets/img/contact-banner.jpg) no-repeat left top;
background-position-y: -80px;
background-size: auto 1144px;
padding: 156px 0 0;
}
.contact_main .content {
max-width: 1578px;
width: calc(100% - 2.4rem);
}
.contact_main .head {
width: 49.7465%;
}
.contact_main .head h1 {
font-size: 58px;
font-weight: 700;
line-height: 76px;
}
.contact_main .head p {
font-size: 20px;
line-height: 33px;
max-width: 609px;
margin-top: 26px;
}
.contact_main .head ul {
margin-top: 40px;
}
.contact_main .head ul li {
display: flex;
gap: 3.8216%;
align-items: flex-start;
margin-bottom: 2rem;
}
.contact_main .head ul li:last-child {
margin-bottom: 0;
}
.contact_main .head ul li i {
display: block;
width: 72px;
height: 72px;
background: no-repeat center / contain;
border-radius: 50%;
min-width: 72px;
}
.contact_main .head ul li > div {
flex: 1;
padding-top: 4px;
}
.contact_main .head ul li strong {
display: block;
color: #282828;
font-size: 27px;
font-weight: 500;
margin-bottom: 10px;
}
.contact_main .head ul li a {
color: #808080;
font-size: 20px;
line-height: 24px;
transition: all 0.3s;
font-weight: normal;
}
.contact_main .head ul li a:hover {
color: var(--theme_color);
text-decoration: underline;
}
.contact_main .head ul li a + a {
max-width: max-content;
display: block;
margin: 0 0 0 auto;
}
.contact_main .head ul li span {
color: #808080;
font-size: 20px;
line-height: 24px;
font-weight: normal;
}
.contact_main .head ul li p {
max-width: max-content;
color: #282828;
font-size: 20px;
line-height: 2rem;
margin-top: 0;
font-weight: 500;
}
.contact_main .head ul li .tip {
margin-top: 15px;
font-size: 18px;
line-height: 24px;
font-weight: normal;
display: flex;
align-items: flex-start;
border-radius: 8px;
background-color: #ecf7ff;
max-width: 576px;
padding: 1rem 1rem 20px;
gap: 10px;
}
.contact_main .head ul li .tip::before {
content: '';
display: block;
width: 24px;
min-width: 24px;
height: 24px;
background: url(//www.musechem.com/static/new/assets/img/tip.svg) no-repeat center / contain;
}
.contact_main .inquiry_form {
width: 47.5285%;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 12px;
padding: 75px 4.626% 55px;
}
.contact_main .inquiry_form form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 0;
}
.contact_main .inquiry_form form span {
width: 100%;
}
.contact_main .inquiry_form form .col2 {
width: 48.178808%;
}
.contact_main .inquiry_form form input,
.contact_main .inquiry_form form textarea {
width: 100%;
border: 1px solid #c6c6c6;
color: var(--title_color);
padding: 17.5px 36px;
font-size: 18px;
border-radius: 100px;
}
.contact_main .inquiry_form form input::placeholder,
.contact_main .inquiry_form form textarea::placeholder {
color: #666666;
}
.contact_main .inquiry_form form textarea {
border-radius: 24px;
height: 185px;
}
.contact_main .inquiry_form form .checkbox {
display: flex;
flex-wrap: wrap;
gap: 25px 4.6357%;
}
.contact_main .inquiry_form form .checkbox span {
width: auto;
}
.contact_main .inquiry_form form .checkbox strong {
font-size: 24px;
font-weight: 600;
line-height: 28px;
display: block;
}
.contact_main .inquiry_form form .checkbox strong i {
color: var(--theme_color);
}
.contact_main .inquiry_form form .checkbox input[type="checkbox"] {
appearance: none;
width: 30px;
height: 30px;
border: 1px solid #c6c6c6;
border-radius: 2px;
padding: 0;
background: url(//www.musechem.com/static/new/assets/img/gou-w.svg) no-repeat center / 85%;
transition: all 0.3s;
vertical-align: middle;
cursor: pointer;
}
.contact_main .inquiry_form form .checkbox input[type="checkbox"]:checked {
border-color: var(--theme_color);
background-color: var(--theme_color);
}
.contact_main .inquiry_form form .checkbox p {
cursor: pointer;
display: inline;
font-size: 19px;
font-weight: 500;
line-height: 25px;
padding-left: 18px;
}
.contact_main .inquiry_form form input[type="submit"] {
max-width: max-content;
margin: 0 0 0 auto;
display: block;
font-size: 22px;
font-weight: normal;
color: #fff;
background-color: var(--theme_color);
border-radius: 5px;
border: 2px solid var(--theme_color);
padding: 15.5px 82.5px;
transition: all 0.3s;
}
.contact_main .inquiry_form form input[type="submit"]:hover {
background-color: transparent;
color: var(--theme_color);
}
.contact_location {
padding: 140px 0 266px;
}
.contact_location .content {
max-width: 1520px;
width: calc(100% - 2.4rem);
}
.contact_location .main {
margin-top: 84px;
}
.contact_location .main ul {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.contact_location .main ul li {
border-radius: 14px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact_location .main ul li:hover img {
transform: scale(1.05);
}
.contact_location .main ul li .img {
border-radius: 14px;
overflow: hidden;
aspect-ratio: 493/273;
}
.contact_location .main ul li .img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all 0.5s;
}
.contact_location .main ul li .info {
padding: 7.708% 7.708% 56px;
}
.contact_location .main ul li .info h3 {
padding-left: 38px;
font-size: 29px;
font-weight: 600;
line-height: 43px;
position: relative;
margin-bottom: 1rem;
}
.contact_location .main ul li .info h3::before {
content: '';
display: block;
width: 25px;
height: 31px;
background: url(//www.musechem.com/static/new/assets/img/pos.svg) no-repeat center / contain;
position: absolute;
left: 0;
top: 5px;
}
.contact_location .main ul li .info strong {
font-size: 23px;
font-weight: normal;
line-height: 44px;
}
.contact_location .main ul li .info p {
margin-top: 14px;
font-size: 19px;
line-height: 28px;
font-weight: 300;
flex: 1;
}
.contact_location .main ul li .info .btns {
margin-top: 30px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.contact_location .main ul li .info .btns a {
color: var(--theme_color);
font-size: 19px;
line-height: 28px;
}
.contact_location .main ul li .info .btns a:hover {
text-decoration: underline;
}
.post_main.post_content{
flex: 1;
max-width: 100%;
}
.post_main .post_content p{
opacity: 0.75;
font-size: 18px;
line-height: 34px;
margin-top: 26px;
}