@charset "UTF-8";

:root {
--primary-font: "Lato", sans-serif;
--primary-color:#00aeef;
--second-color:#e9ebec;
--black:#7B7B7B;
--white:#fff;
} html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
html {
font-size: 62.5%;
}
body {
-webkit-text-size-adjust: 100%;
}
body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
table,
input, textarea, select, option {
line-height: 1.1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
img {
vertical-align: top;
}
@media (min-width: 1000px) {
a {
transition: opacity 0.5s ease;
}
}
a {
color: inherit;
text-decoration: none;
}
@media (min-width: 1000px) {
a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
}
img {
max-width: 100%;
height: auto;
}
* {
-webkit-overflow-scrolling: touch;
} html {
-webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
width: 7px;
background: none;
}
html::-webkit-scrollbar-thumb {
border-radius: 3px;
background: var(--primary-color);
}
body {
font-family: var(--primary-font);
font-weight: 400;
font-style: normal;
color: var(--black);
font-size: 1.5rem;
line-height: 1.5;
overflow-x: hidden;
}
@media (max-width: 999px) {
body {
min-width: 320px;
}
}
.sp {
display: none;
}
@media (max-width: 999px) {
.sp {
display: block;
}
}
@media (max-width: 999px) {
.pc {
display: none;
}
}
.inner {
max-width: 1140px;
margin: 0 auto;
box-sizing: border-box;
padding: 0 30px;
}
@media (max-width: 999px) {
.inner {
padding: 0 20px;
}
}
main {
margin-top: 80px;
margin-bottom: 50px;
}
@media (max-width: 999px) {
main {
margin-top: 60px;
margin-bottom: 25px;
}
} .l-sidebar {
top: 140px;
border-radius: 20px;
width: 25%;
box-sizing: border-box;
padding: 20px;
border: solid 1px var(--second-color);
}
@media (max-width: 999px) {
.l-sidebar {
width: 100%;
position: static;
margin-bottom: 20px;
}
}
.l-sidebar .woof-front-builder-container .woof_container h4 {
position: relative;
text-align: left;
border-bottom: 1px solid #e2e9e1;
padding: 0 0 10px 0;
font-size: 1.6rem;
font-weight: 500;
font-family: var(--roboto-font);
background: transparent;
}
.l-sidebar .woof-front-builder-container .woof_container h4:after {
content: "";
width: 50px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--primary-color);
}
.l-sidebar .woof_sid_flat_white {
border: 0;
padding: 0;
}
.l-sidebar .woof_submit_search_form_container:first-child {
display: none;
}
.l-sidebar .woof_list .woof_label_term {
height: auto;
background: transparent;
font-size: 1.2rem;
padding: 2px 10px;
border-radius: 20px;
border-color: var(--second-color);
}
.l-sidebar .woof_list .woof_label_term:hover {
border-color: var(--primary-color);
background: var(--primary-color);
}
.l-sidebar .woof_list .woof_label_term.checked {
border-color: var(--primary-color);
background: var(--primary-color);
}
.l-sidebar .irs-grid-text, .l-sidebar .irs-grid {
display: none !important;
}
.l-sidebar .irs--round .irs-handle {
border-color: var(--primary-color);
width: 20px;
top: 28px;
height: 20px;
}
.l-sidebar .irs--round .irs-line {
cursor: pointer;
}
.l-sidebar .irs--round .irs-bar {
background-color: var(--primary-color);
}
.l-sidebar .irs--round .irs-from, .l-sidebar .irs--round .irs-to, .l-sidebar .irs--round .irs-single {
font-size: 1.1rem;
padding-top: 4px;
background-color: var(--primary-color);
}
.l-sidebar .irs--round .irs-from:before, .l-sidebar .irs--round .irs-to:before, .l-sidebar .irs--round .irs-single:before {
display: none;
}
.l-sidebar .irs--round .irs-min, .l-sidebar .irs--round .irs-max {
padding-top: 4px;
font-size: 1.1rem;
background-color: var(--second-color);
}
.l-sidebar .woof_submit_search_form_container .button {
border: 0;
color: var(--white);
box-sizing: border-box;
box-shadow: none;
background-color: var(--primary-color);
font-family: var(--roboto-font);
padding: 8px 15px;
cursor: pointer;
font-size: 1.4rem;
width: calc(50% - 5px);
margin: 0 auto;
}
.l-sidebar .woof_submit_search_form_container .woof_reset_search_form {
background-color: var(--second-color);
color: var(--black);
}
.l-sidebar .woof_range_slide {
opacity: 0 !important;
} .c-header {
position: absolute;
left: 0;
top: 0;
height: 80px;
width: 100%;
z-index: 4;
background-color: var(--white);
}
@media (max-width: 999px) {
.c-header {
background-color: #00aeef;
height: 60px;
}
}
.c-header:after {
content: "";
position: absolute;
background-color: #00aeef;
height: 100%;
width: calc(50% - 300px);
left: 0;
top: 0;
}
@media (max-width: 999px) {
.c-header:after {
display: none;
}
}
.c-header .inner {
display: flex;
height: 100%;
}
@media (max-width: 999px) {
.c-header .inner {
display: block;
}
}
.c-header__logo {
flex-shrink: 0;
width: 250px;
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 999px) {
.c-header__logo {
width: 170px;
height: 100%;
}
}
.c-header__logo:after {
content: "";
position: absolute;
-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
width: calc(100% + 120px);
height: 100%;
background-color: #00aeef;
right: -110px;
top: 0;
}
.c-header__logo a {
display: block;
position: relative;
z-index: 1;
}
.c-header__logo a img {
width: 190px;
}
@media (max-width: 999px) {
.c-header__logo a img {
width: 100%;
}
}
.c-header__right {
position: relative;
flex: 1;
z-index: 1;
display: flex;
justify-content: flex-end;
align-items: center;
}
.c-header__icon {
position: absolute;
right: -200px;
z-index: 1;
top: 0;
}
@media (max-width: 999px) {
.c-header__icon {
display: none;
}
}
@media (max-width: 999px) {
.c-nav {
position: absolute;
background-color: #00aeef;
top: 0;
left: -30px;
width: calc(100% + 60px);
padding: 10px 0;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.c-nav.is-active {
opacity: 1;
pointer-events: auto;
}
}
.c-nav ul {
display: flex;
justify-content: flex-end;
align-items: center;
}
@media (max-width: 999px) {
.c-nav ul {
display: block;
}
}
.c-nav li {
position: relative;
}
@media (max-width: 999px) {
.c-nav li {
display: table;
margin: 0 auto;
}
}
.c-nav li.current-menu-item:after {
content: "";
width: 100%;
height: 2px;
background-color: #00aeef;
left: 0;
position: absolute;
bottom: 12px;
}
@media (max-width: 999px) {
.c-nav li.current-menu-item:after {
height: 1px;
bottom: 8px;
background-color: var(--white);
}
}
.c-nav a {
color: #00aeef;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.1em;
display: block;
padding: 20px 10px;
}
@media (max-width: 999px) {
.c-nav a {
padding: 15px 10px;
color: var(--white);
text-align: center;
}
}
.hamburger {
width: 35px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.hamburger .line {
width: 35px;
height: 2px;
background-color: #fff;
display: block;
margin: 8px auto;
transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line:first-child {
transform: translateY(10px) rotate(45deg);
}
.hamburger.is-active .line:last-child {
transform: translateY(-10px) rotate(-45deg);
}
.hamburger.is-active .line:nth-child(2) {
opacity: 0;
} .c-footer {
background-color: #00aeef;
}
.c-footer__logo {
width: 200px;
height: 70px;
display: flex;
align-items: center;
}
@media (max-width: 999px) {
.c-footer__logo {
margin: 0 auto;
width: 170px;
height: 60px;
}
}
.c-footer__top {
padding: 20px 0;
display: flex;
align-items: center;
}
@media (max-width: 999px) {
.c-footer__top {
display: block;
}
}
.c-footer__top p {
font-size: 1.3rem;
color: #fff;
}
@media (max-width: 999px) {
.c-footer__top p {
font-size: 1.2rem;
text-align: center;
margin-bottom: 10px;
}
}
.c-footer__top p strong {
text-transform: uppercase;
}
.c-footer__top ul {
display: flex;
}
@media (max-width: 999px) {
.c-footer__top ul {
justify-content: center;
flex-wrap: wrap;
margin-top: 2 0px;
}
}
.c-footer__top ul a {
text-transform: uppercase;
font-size: 1.3rem;
color: #fff;
display: block;
padding: 10px 8px;
}
@media (max-width: 999px) {
.c-footer__top ul a {
padding: 5px 10px;
}
}
.c-footer__top .left {
flex-shrink: 0;
width: 420px;
}
@media (max-width: 999px) {
.c-footer__top .left {
width: 100%;
}
}
.c-footer__top .right {
padding-left: 10px;
flex: 1;
display: flex;
justify-content: flex-end;
}
@media (max-width: 999px) {
.c-footer__top .right {
justify-content: center;
}
}
.c-footer__bottom {
border-top: 1px solid #fff;
}
.c-footer__bottom ul {
display: flex;
justify-content: center;
}
.c-footer__bottom a {
display: block;
color: #fff;
font-size: 1.3rem;
padding: 10px;
} .c-btn01 {
border-radius: 3px;
font-size: 1.4rem;
border: 0;
font-weight: 500;
display: flex;
cursor: pointer;
align-items: center;
box-sizing: border-box;
font-weight: 700;
justify-content: center;
width: 100px;
background-color: var(--primary-color) !important;
color: var(--white) !important;
height: 40px;
border: solid 1px var(--primary-color) !important;
transition: background-color 0.3s, color 0.3s !important;
margin-top: 20px;
}
@media (max-width: 999px) {
.c-btn01 {
width: 100%;
}
} form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form textarea {
border: 1px solid #e2e9e1;
border-radius: 4px;
height: 40px;
box-shadow: none;
padding: 10px;
box-sizing: border-box;
font-size: 1.4rem;
color: var(--black);
width: 100%;
font-family: var(--primary-font);
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=password]:focus,
form textarea:focus {
border-color: var(--primary-color);
}
form p {
margin-bottom: 20px !important;
}
form textarea {
height: 200px;
resize: none;
}
@media (max-width: 999px) {
form textarea {
height: 150px;
}
}
form .c-form__item {
margin-top: 20px;
}
form .c-form__item:first-child {
margin-top: 0;
}
form .c-form__ttl {
font-size: 2rem;
font-weight: 700;
margin-bottom: 10px;
} .woocommerce-breadcrumb {
padding: 10px;
background-color: var(--white);
word-break: break-all;
}
.woocommerce-breadcrumb w a {
color: var(--primary-color);
} @media (max-width: 999px) {
.bg-product {
background-color: transparent;
box-shadow: none;
}
}
.c-list-product .c-title01 {
padding: 10px;
}
@media (max-width: 999px) {
.c-list-product .c-title01 {
padding: 0;
margin-bottom: 10px;
}
}
.c-list-product .glsr {
display: none !important;
}
.c-list-product__top {
display: flex;
align-items: center;
background-color: #f3f6f9;
padding: 0 10px;
min-height: 50px;
border-bottom: 1px solid #e9ebec;
position: sticky;
position: -webkit-sticky;
top: 70px;
}
@media (max-width: 999px) {
.c-list-product__top {
display: none;
}
}
.c-list-product__title {
font-weight: 600;
width: 25%;
word-break: break-all;
}
.c-list-product__title.w-10 {
width: 10%;
text-align: center;
}
.c-list-product__title.w-12 {
width: 30%;
text-align: center;
}
.c-list-product__title.w-13 {
width: 17%;
text-align: center;
}
.c-list-product__title.w-15 {
width: 150px;
margin-left: 10px;
text-align: center;
}
.c-list-product li {
display: flex;
align-items: center;
min-height: 50px;
box-sizing: border-box;
border-bottom: 1px solid #e9ebec;
padding: 10px;
cursor: pointer;
cursor: pointer;
}
@media (min-width: 1025px) {
.c-list-product li:hover {
background-color: rgba(33, 37, 41, 0.04);
}
}
@media (max-width: 999px) {
.c-list-product li {
padding: 0 0 10px 0;
display: block;
margin-bottom: 20px;
box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
background-color: var(--white);
border-radius: 5px;
overflow: hidden;
}
}
.c-list-product .woocommerce__field {
width: 10%;
text-align: center;
}
@media (max-width: 999px) {
.c-list-product .woocommerce__field {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
border-bottom: 1px solid #e9ebec;
min-height: 40px;
padding: 10px;
}
.c-list-product .woocommerce__field:before {
flex-shrink: 0;
padding-right: 10px;
display: block;
font-weight: 500;
}
}
.c-list-product .woocommerce__details {
width: 150px;
text-align: center;
margin-left: 10px;
}
@media (max-width: 999px) {
.c-list-product .woocommerce__details {
width: calc(100% - 20px);
margin: 5px 10px;
}
}
@media (max-width: 999px) {
.c-list-product .lv:before {
content: "Lĩnh vực";
}
}
@media (max-width: 999px) {
.c-list-product .dr:before {
content: "DR";
}
}
@media (max-width: 999px) {
.c-list-product .backlink:before {
content: "Backlink";
}
}
@media (max-width: 999px) {
.c-list-product .traffic:before {
content: "Traffic";
}
}
.c-list-product .woocommerce-loop-product__title {
width: 25%;
font-size: 1.4rem;
word-wrap: break-word;
padding-right: 5px;
font-weight: 600;
}
@media (max-width: 999px) {
.c-list-product .woocommerce-loop-product__title {
width: 100%;
padding: 10px;
font-size: 1.5rem;
border-bottom: 1px solid #e9ebec;
}
}
.c-list-product .lv {
width: 30%;
}
@media (max-width: 999px) {
.c-list-product .lv {
width: 100%;
}
}
.c-list-product .price {
width: 17%;
display: block;
text-align: center;
font-weight: 600;
color: var(--primary-color);
}
@media (max-width: 999px) {
.c-list-product .price {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px;
min-height: 40px;
}
.c-list-product .price:before {
content: "Giá";
flex-shrink: 0;
padding-right: 10px;
color: var(--black);
font-weight: 500;
display: block;
}
}
.c-list-product .c-btn01 {
width: 100%;
}
.c-list-product .add_to_cart_button {
display: none;
}
.no-product {
font-weight: bold;
text-align: center;
}
.c-list01__item {
margin-top: 20px;
}
.c-list01__item:first-child {
margin-top: 0;
}
.c-list01 a {
display: flex;
border: solid 1px var(--second-color);
padding: 20px;
background-color: var(--white);
transition: transform 0.3s;
border-radius: 10px;
}
@media (max-width: 999px) {
.c-list01 a {
display: block;
padding: 0;
}
}
.c-list01 a:hover {
opacity: 1;
}
@media (min-width: 1000px) {
.c-list01 a:hover {
transform: translateY(-5px);
}
}
.c-list01 .img {
width: 270px;
height: 220px;
flex-shrink: 0;
position: relative;
border-radius: 5px;
overflow: hidden;
}
@media (max-width: 999px) {
.c-list01 .img {
border-radius: 5px 5px 0 0;
width: 100%;
height: auto;
}
}
.c-list01 .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.c-list01__category {
color: var(--primary-color);
font-size: 1.3rem;
display: table;
border-radius: 5px;
margin-bottom: 5px;
}
.c-list01__desc {
flex: 1;
padding-left: 20px;
}
@media (max-width: 999px) {
.c-list01__desc {
width: 100%;
padding: 20px;
}
}
.c-list01__title {
font-size: 2.4rem;
line-height: 1.3;
font-weight: 500;
font-family: var(--roboto-font);
overflow: hidden;
width: 100%;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
@media (max-width: 999px) {
.c-list01__title {
font-size: 2rem;
}
}
.c-list01__text {
font-size: 1.6rem;
overflow: hidden;
width: 100%;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin-top: 15px;
line-height: 1.5;
}
@media (max-width: 999px) {
.c-list01__text {
font-size: 1.4rem;
}
}
.c-list01__bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.c-list01__bottom i {
margin-right: 2px;
}
.c-list01 .c-btn01 {
width: 150px;
}
@media (max-width: 999px) {
.c-list01 .c-btn01 {
width: 170px;
}
}  .woocommerce-pagination {
padding: 40px 0;
}
.woocommerce-pagination ul {
display: flex;
justify-content: center;
}
@media (max-width: 999px) {
.woocommerce-pagination ul {
flex-wrap: wrap;
}
}
.woocommerce-pagination li a, .woocommerce-pagination li span {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--second-color);
border-radius: 50%;
cursor: pointer;
margin: 0 5px;
}
@media (max-width: 999px) {
.woocommerce-pagination li a, .woocommerce-pagination li span {
width: 35px;
height: 35px;
}
}
.woocommerce-pagination li a.current, .woocommerce-pagination li span.current {
color: var(--white);
background-color: var(--primary-color);
} .alignnone {
margin: 5px 0 20px;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px auto;
}
.alignleft {
float: left;
margin: 5px auto 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px auto;
}
a img.alignnone {
margin: 5px 0 20px;
}
a img.alignleft {
float: left;
margin: 5px auto 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; padding: 5px 3px 10px;
text-align: center;
width: auto !important;
margin-bottom: 20px !important;
}
.wp-caption.alignnone {
margin: 5px 0 20px;
}
.wp-caption.alignleft {
margin: 5px auto 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px auto;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
line-height: 17px;
display: block;
margin-top: 10px;
}
.wp-video {
max-width: 100%;
margin-bottom: 40px;
}
.wp-video video {
max-width: 100%;
height: auto;
}
.cmsContent {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
word-wrap: break-word;
overflow: hidden;
}
.cmsContent ul,
.cmsContent ol {
padding-left: 20px;
margin-bottom: 20px;
font-size: 1.5rem;
line-height: 1.4;
}
.cmsContent ul[style*="list-style-type: circle;"] li {
list-style-type: circle;
}
.cmsContent ul[style*="list-style-type: square;"] li {
list-style-type: square;
}
.cmsContent ul li {
list-style: disc;
}
.cmsContent ol[style*="list-style-type: lower-roman;"] li {
list-style-type: lower-roman;
}
.cmsContent ol[style*="list-style-type: lower-alpha;"] li {
list-style-type: lower-alpha;
}
.cmsContent ol[style*="list-style-type: lower-greek;"] li {
list-style-type: lower-greek;
}
.cmsContent ol[style*="list-style-type: upper-alpha;"] li {
list-style-type: upper-alpha;
}
.cmsContent ol[style*="list-style-type: upper-roman;"] li {
list-style-type: upper-roman;
}
.cmsContent ol li {
list-style-type: decimal;
}
.cmsContent h1, .cmsContent h2, .cmsContent h3, .cmsContent h4, .cmsContent h5, .cmsContent h5 {
margin-bottom: 15px;
}
@media (max-width: 999px) {
.cmsContent h1, .cmsContent h2, .cmsContent h3, .cmsContent h4, .cmsContent h5, .cmsContent h5 {
line-height: 1.3;
margin-bottom: 10px;
}
}
.cmsContent h1 {
font-size: 2.6rem;
}
@media (max-width: 999px) {
.cmsContent h1 {
font-size: 2.4rem;
}
}
.cmsContent h2 {
font-size: 2.4rem;
}
@media (max-width: 999px) {
.cmsContent h2 {
font-size: 2.2rem;
}
}
.cmsContent h3 {
font-size: 2.2rem;
}
@media (max-width: 999px) {
.cmsContent h3 {
font-size: 2rem;
}
}
.cmsContent h4 {
font-size: 2rem;
}
@media (max-width: 999px) {
.cmsContent h4 {
font-size: 1.8rem;
}
}
.cmsContent h5 {
font-size: 1.8rem;
}
@media (max-width: 999px) {
.cmsContent h5 {
font-size: 1.6rem;
}
}
.cmsContent h6 {
font-size: 1.6rem;
}
@media (max-width: 999px) {
.cmsContent h6 {
font-size: 1.5rem;
}
}
.cmsContent p {
line-height: 1.6;
font-size: 1.5rem;
margin-bottom: 15px;
}
@media (max-width: 999px) {
.cmsContent p {
margin-bottom: 10px;
}
}
.cmsContent iframe {
max-width: 100% !important;
}
.cmsContent img {
max-width: 100%;
height: auto;
max-height: 100%;
width: auto !important;
}
.cmsContent table {
border: 0;
border-collapse: collapse;
border: 1px solid #e2e9e1;
margin-bottom: 40px;
width: 100%;
}
.cmsContent table td,
.cmsContent table th {
padding: 5px 10px;
height: 50px;
vertical-align: middle;
width: 50%;
text-align: left;
border: 1px solid #e2e9e1;
}
.cmsContent table td p,
.cmsContent table th p {
margin-bottom: 0;
}
.swiper-pagination-bullet {
width: 36px;
border-radius: 10px;
background-color: var(--white);
opacity: 1;
transition: width 0.3s, height 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--primary-color);
width: 12px;
height: 12px;
}
.c-mv img {
width: 100%;
} .p-top {
margin-bottom: 0;
}
.p-top .slider-top {
height: 600px;
overflow: hidden;
position: relative;
}
@media (max-width: 999px) {
.p-top .slider-top {
height: 540px;
}
}
.p-top .slider-top__item {
height: 100%;
position: relative;
}
.p-top .slider-top__item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-top .slider-top__content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (max-width: 999px) {
.p-top .slider-top__content {
font-size: 1.4rem;
}
}
.p-top .slider-top .inner {
position: relative;
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
.p-top .slider-top .hero-item-1 {
background: linear-gradient(90deg, rgb(52, 153, 255) 35%, rgb(58, 57, 133) 100%);
border-radius: 50px;
position: absolute;
left: 50px;
top: 120px;
height: 330px;
width: 330px;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(45deg);
}
@media (max-width: 999px) {
.p-top .slider-top .hero-item-1 {
width: 280px;
height: 280px;
left: 40px;
}
}
.p-top .slider-top .hero-item-2 {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 90px;
top: 120px;
height: 330px;
width: 330px;
}
@media (max-width: 999px) {
.p-top .slider-top .hero-item-2 {
width: 280px;
height: 280px;
left: 53px;
}
}
.p-top .slider-top .hero-item-2:after {
content: "";
position: absolute;
background: #fff;
border-radius: 50px;
transform: rotate(45deg);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.p-top .slider-top .hero-item-2__text {
position: relative;
z-index: 1;
text-align: center;
color: var(--primary-color);
}
.p-top .slider-top .hero-item-2__text strong {
display: block;
margin-bottom: 10px;
}
.p-top .sec-mess {
padding: 60px 0;
}
@media (max-width: 999px) {
.p-top .sec-mess {
padding: 30px 0 0;
}
}
.p-top .sec-mess__list {
display: flex;
flex-wrap: wrap;
margin-left: -40px;
}
@media (max-width: 999px) {
.p-top .sec-mess__list {
margin: -20px 0 0 0;
}
}
.p-top .sec-mess__item {
width: calc(33.33% - 40px);
margin-left: 40px;
text-align: center;
}
@media (max-width: 999px) {
.p-top .sec-mess__item {
width: 100%;
margin: 20px 0 0 0;
}
}
.p-top .sec-mess .icon {
height: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.p-top .sec-mess .ttl {
font-weight: 700;
color: #000;
font-size: 1.9rem;
margin-bottom: 20px;
}
@media (max-width: 999px) {
.p-top .sec-mess .ttl {
font-size: 1.8rem;
margin-bottom: 10px;
}
}
.p-top .sec-service {
padding-bottom: 60px;
}
@media (max-width: 999px) {
.p-top .sec-service {
padding-bottom: 0;
}
}
.p-top .sec-service__list {
width: 775px;
height: 775px;
background-image: url(//frapharma.fr/wp-content/themes/frapharma/assets/images/top/main-box-svg.svg);
margin: 0 auto;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
position: relative;
}
@media (max-width: 999px) {
.p-top .sec-service__list {
width: 100%;
height: 500px;
}
}
.p-top .sec-service .icon {
text-align: center;
display: block;
position: relative;
top: 100px;
}
@media (max-width: 999px) {
.p-top .sec-service .icon {
top: 90px;
}
.p-top .sec-service .icon img {
width: 71px;
}
}
.p-top .sec-service__slider {
width: 450px;
margin: 0 auto;
margin-top: 180px;
overflow: hidden;
}
@media (max-width: 999px) {
.p-top .sec-service__slider {
width: 240px;
margin-top: 120px;
}
}
.p-top .sec-service .swiper-pagination {
bottom: 240px;
width: 100%;
}
@media (max-width: 999px) {
.p-top .sec-service .swiper-pagination {
bottom: 154px;
}
}
.p-top .sec-service .swiper-pagination-bullet {
background-color: var(--white);
opacity: 0.2;
}
.p-top .sec-service .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
.p-top .sec-service .item {
color: var(--white);
text-align: center;
}
.p-top .sec-service .item .ttl {
font-size: 1.9rem;
margin-bottom: 10px;
}
@media (max-width: 999px) {
.p-top .sec-service .item .ttl {
font-size: 1.8rem;
margin-bottom: 5px;
}
}
@media (max-width: 999px) {
.p-top .sec-service .item p {
font-size: 1.3rem;
}
}
.p-top .sec-global {
height: 200px;
background: linear-gradient(-45deg, rgb(52, 153, 255) 10%, rgb(58, 57, 133) 100%);
background-size: 300% 300%;
animation: gradient 5s ease infinite;
color: var(--white);
text-align: center;
display: flex;
align-items: center;
}
.p-top .sec-global .ttl {
font-size: 1.9rem;
margin-bottom: 10px;
}
@media (max-width: 999px) {
.p-top .sec-global .ttl {
font-size: 1.8rem;
}
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} @media (max-width: 999px) {
.p-about img {
max-width: none;
width: 100%;
}
}
.p-about .box-top {
display: flex;
align-items: flex-start;
}
@media (max-width: 999px) {
.p-about .box-top {
display: block;
margin-top: 30px;
}
}
.p-about .box-top__img {
width: 50%;
position: relative;
top: -150px;
}
@media (max-width: 999px) {
.p-about .box-top__img {
top: 0;
width: 100%;
}
}
.p-about .box-top__img img {
width: 100%;
border-radius: 30px;
box-shadow: rgb(0, 20, 87) 0px 8px 24px;
}
.p-about .box-top__desc {
width: 50%;
background-color: #F3F3F3;
height: 278px;
border-radius: 30px;
position: relative;
z-index: 1;
right: 5%;
top: -2em;
padding: 5%;
padding-left: 6%;
box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
text-align: justify;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 999px) {
.p-about .box-top__desc {
width: 100%;
height: auto;
top: 0;
margin-top: 30px;
right: 0;
padding: 30px;
}
}
.p-about .box-center {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 999px) {
.p-about .box-center {
margin-top: 50px;
width: 100%;
display: block;
}
}
.p-about .box-center__desc {
width: 49%;
}
@media (max-width: 999px) {
.p-about .box-center__desc {
width: 100%;
}
}
.p-about .box-center__desc p {
margin-bottom: 20px;
text-align: justify;
}
.p-about .box-center__desc p:last-child {
margin-bottom: 0;
}
.p-about .box-center__img {
width: 49%;
text-align: left;
}
@media (max-width: 999px) {
.p-about .box-center__img {
width: 100%;
margin-top: 20px;
}
}
.p-about .box-center__img img {
animation: action 0.8s infinite alternate;
}
@keyframes action {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.p-about .sec-our-prosime {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 999px) {
.p-about .sec-our-prosime {
display: block;
}
}
.p-about .sec-our-prosime .ttl {
width: 100%;
color: #000;
font-size: 2rem;
text-align: center;
margin-bottom: 30px;
}
.p-about .sec-our-prosime__img {
width: 49%;
}
@media (max-width: 999px) {
.p-about .sec-our-prosime__img {
width: 100%;
}
}
.p-about .sec-our-prosime__desc {
width: 49%;
padding-left: 20px;
}
@media (max-width: 999px) {
.p-about .sec-our-prosime__desc {
margin-top: 20px;
width: 100%;
padding-left: 0;
}
}
.p-about .sec-our-prosime__desc .img-pdf {
margin-top: 40px;
}
@media (max-width: 999px) {
.p-about .sec-our-prosime__desc .img-pdf {
margin-top: 20px;
}
}
.p-about .sec-our-prosime img {
border-radius: 30px;
box-shadow: rgb(0, 20, 87) 0px 8px 24px;
}
.p-about .sec-our-prosime ul li {
list-style: none;
margin-top: 20px;
font-size: 14px;
color: #8B8B8B;
}
.p-about .sec-our-prosime ul li:before {
content: "";
position: relative;
display: inline-block;
width: 14px;
height: 16px;
border-radius: 100%;
margin-right: 5px;
top: 2px;
background: url(//frapharma.fr/wp-content/themes/frapharma/assets/images/about/h-icon.png) no-repeat;
} .p-our-service .box-top {
padding-top: 60px;
}
@media (max-width: 999px) {
.p-our-service .box-top {
padding-top: 30px;
}
}
.p-our-service .box-top p {
margin-top: 20px;
text-align: justify;
}
.p-our-service .box-top p:first-child {
margin-top: 0;
}
.p-our-service .box-img {
padding: 30px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 999px) {
.p-our-service .box-img {
display: block;
padding: 20px 0;
}
}
.p-our-service .box-img__img {
width: 49%;
}
@media (max-width: 999px) {
.p-our-service .box-img__img {
width: 100%;
margin-bottom: 20px;
}
}
.p-our-service .box-img__desc {
width: 49%;
text-align: justify;
}
@media (max-width: 999px) {
.p-our-service .box-img__desc {
width: 100%;
}
}
.p-our-service .box-img__desc strong {
color: #000;
display: block;
margin-bottom: 5px;
}
.p-our-service .box-img--right {
flex-direction: row-reverse;
}
.p-blog .list-news {
margin-top: 60px;
border: 1px solid rgba(0, 0, 0, 0.125);
border-top: 0;
border-radius: 10px;
overflow: hidden;
}
.p-blog .list-news__ttl {
font-size: 1.8rem;
overflow: hidden;
color: #000;
font-weight: 400;
border-top: 1px solid rgba(0, 0, 0, 0.125);
padding: 15px 20px;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 999px) {
.p-blog .list-news__ttl {
padding: 10px 20px;
font-size: 1.6rem;
}
}
.p-blog .list-news__ttl:after {
flex-shrink: 0;
width: 20px;
height: 20px;
margin-left: auto;
content: "";
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23212529"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
background-repeat: no-repeat;
background-size: 100% 100%;
transition: transform 0.2s ease-in-out;
}
.p-blog .list-news__ttl.is-active {
background-color: #e7f1ff;
color: #0c63e4;
}
.p-blog .list-news__ttl.is-active:after {
transform: rotate(-180deg);
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}
.p-blog .list-news__content {
display: none;
padding: 10px 20px;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.p-product {
background-color: #f0f0f0;
margin-bottom: 0;
}
.p-product .list-product {
display: flex;
flex-wrap: wrap;
padding-top: 50px;
margin: -30px 0 0 -30px;
}
@media (max-width: 999px) {
.p-product .list-product {
padding-top: 30px;
margin: -20px 0 0 0;
overflow: hidden;
}
}
.p-product .list-product li {
width: calc(33.33% - 30px);
margin: 30px 0 0 30px;
border: 1px solid #e3e3e3;
background: var(--white);
border-radius: 5px;
}
@media (max-width: 999px) {
.p-product .list-product li {
width: 100%;
margin: 20px 0 0 0;
}
}
.p-product .list-product a {
display: block;
padding: 10px;
}
.p-product .list-product .thumb {
position: relative;
margin-top: 10px;
}
.p-product .list-product .thumb:after {
padding-top: 80%;
display: block;
content: "";
}
.p-product .list-product .thumb img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-product .list-product .title {
color: #004479;
font-weight: 600;
font-size: 1.9rem;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
height: 35px;
}
.p-product .list-product .title span {
overflow: hidden;
width: 100%;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
word-break: break-all;
}
@media (max-width: 999px) {
.p-product .list-product .title {
font-size: 1.6rem;
}
}
.p-product .list-product .desc {
font-size: 1.4rem;
color: #333;
margin-top: 2px;
font-weight: 600;
margin-top: 10px;
overflow: hidden;
width: 100%;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
word-break: break-all;
height: 22px;
}
.p-product .list-product .pdf {
color: #337ab7;
font-size: 1.4rem;
display: flex;
align-items: center;
border-top: 1px solid #eee;
margin-top: 10px;
padding-top: 10px;
}
.p-product .list-product .pdf svg {
flex-shrink: 0;
}
.p-product .list-product .pdf svg path {
fill: #337ab7;
}
.p-product .list-product .pdf span {
flex: 1;
padding-left: 5px;
}
.p-single-product .inner {
padding-top: 60px;
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
@media (max-width: 999px) {
.p-single-product .inner {
display: block;
padding-top: 30px;
}
}
.p-single-product__thumb {
width: 30%;
}
@media (max-width: 999px) {
.p-single-product__thumb {
width: 100%;
}
}
.p-single-product__thumb img {
width: 100%;
box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.31);
}
.p-single-product__desc {
width: 68%;
padding: 20px;
background: #005dab;
color: var(--white);
}
@media (max-width: 999px) {
.p-single-product__desc {
width: 100%;
position: relative;
z-index: 1;
}
}
.p-single-product__desc .ttl {
background: #183985;
padding: 8px;
font-size: 1.9rem;
font-weight: 400;
}
@media (max-width: 999px) {
.p-single-product__desc .ttl {
font-size: 1.8rem;
}
}
.p-single-product__desc .cmsContent {
padding-top: 20px;
} .p-contact__top {
position: relative;
}
@media (max-width: 999px) {
.p-contact__top {
height: 290px;
}
}
@media (max-width: 999px) {
.p-contact__top .c-mv {
height: 290px;
}
.p-contact__top .c-mv img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.p-contact__info {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: var(--white);
}
.p-contact__info .inner {
width: 100%;
height: 100%;
align-items: center;
justify-content: space-between;
display: flex;
}
@media (max-width: 999px) {
.p-contact__info .inner {
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
}
.p-contact .item__ttl {
font-weight: 700;
width: 80px;
flex-shrink: 0;
border-right: 1px solid var(--white);
padding: 5px 0;
}
@media (max-width: 999px) {
.p-contact .item__ttl {
width: 50px;
border-right: 0;
}
}
.p-contact .item__flex {
display: flex;
}
.p-contact .item p {
flex: 1;
padding: 5px 0 5px 20px;
}
.p-contact .item--follow .item__ttl {
border-right: 0;
width: 100%;
text-align: center;
}
@media (max-width: 999px) {
.p-contact .item--follow .item__ttl {
text-align: left;
}
}
.p-contact .item--follow ul {
display: flex;
margin-top: 5px;
}
.p-contact .item--follow ul a {
display: block;
padding: 5px;
}
.p-contact .item--follow ul svg path {
fill: var(--white);
}
.p-contact__content {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
@media (max-width: 999px) {
.p-contact__content {
display: block;
margin-top: 30px;
}
}
.p-contact form {
width: 48%;
}
@media (max-width: 999px) {
.p-contact form {
width: 100%;
}
}
.p-contact .map {
width: 48%;
}
@media (max-width: 999px) {
.p-contact .map {
width: 100%;
margin-top: 30px;
}
}
.p-contact .map iframe {
width: 100%;
height: 100%;
}
@media (max-width: 999px) {
.p-contact .map iframe {
height: 80vw;
}
}
.p-contact--confirm .c-form {
width: 50%;
margin: 0 auto;
}
.p-contact--confirm .c-form__item {
padding: 10px 0;
}
.p-contact--confirm .c-form__title {
font-weight: 700;
}
.p-contact--confirm .l-btn {
display: flex;
align-items: baseline;
}
.p-contact--confirm .c-btn-back {
text-decoration: underline;
display: block;
margin-left: 20px;
}
.p-contact .box-thanks {
height: 50vh;
padding-top: 60px;
text-align: center;
}
@media (max-width: 999px) {
.p-contact .box-thanks {
height: 35vh;
}
}
.p-contact .box-thanks h2 {
font-size: 1.9rem;
font-weight: 700;
margin-bottom: 10px;
}
.p-contact .box-thanks .c-btn01 {
margin: 0 auto;
margin-top: 20px;
}
.p-page__content {
background-color: var(--white);
margin-top: 20px;
padding: 20px 10px;
} .p-welcome {
height: 100vh;
font-family: "Rubik", sans-serif;
margin: 0;
background-image: url(//frapharma.fr/wp-content/themes/frapharma/assets/images/top/mv.jpg);
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.p-welcome .site-block {
color: var(--white);
text-align: center;
}
.p-welcome .site-block h1, .p-welcome .site-block h2 {
color: var(--white);
text-transform: uppercase;
}
.p-welcome .site-block h2 {
font-weight: 400;
font-size: 1.8rem;
}
@media (max-width: 999px) {
.p-welcome .site-block h2 {
font-size: 1.4rem;
}
}
.p-welcome .site-block h1 {
font-weight: 600;
font-size: 6rem;
line-height: 1.2;
margin-top: 20px;
}
@media (max-width: 999px) {
.p-welcome .site-block h1 {
font-size: 4rem;
}
}
.p-welcome .site-block .c-btn01 {
width: 200px;
margin: 0 auto;
height: 60px;
text-transform: uppercase;
margin-top: 20px;
}
@media (max-width: 999px) {
.p-welcome .site-block .c-btn01 {
width: 180px;
height: 50px;
}
}