@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
body {
line-height: 1; }
ol,
ul {
list-style: none; }
blockquote,
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.mona-content strong,
.mona-content b {
font-weight: bold; }
.mona-content em,
.mona-content i {
font-style: italic; }
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.6em; }
.mona-content h1 {
font-size: 1.7em; }
.mona-content h2 {
font-size: 1.6em; }
.mona-content h3 {
font-size: 1.25em; }
.mona-content h4 {
font-size: 1.125em; }
.mona-content h5 {
font-size: 1em; }
.mona-content h6 {
font-size: 0.85em; }
.mona-content p {
margin: 1em 0; }
.mona-content ul,
.mona-content ol {
margin: 1em 0;
list-style-position: inside; }
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
margin-left: 1em; }
.mona-content ul {
list-style-type: disc; }
.mona-content ol {
list-style-type: decimal; }
.mona-content ul ul,
.mona-content ol ul {
list-style-type: circle; }
.mona-content ol ol,
.mona-content ul ol {
list-style-type: lower-latin; }
.mona-content img,
.mona-content iframe {
margin: 1rem 0 !important;
max-width: 100% !important;
height: auto; }
.mona-content blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1em 0;
padding: 1em;
quotes: "“" "”" "‘" "’"; }
.mona-content blockquote::before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em; }
.mona-content blockquote p {
display: inline; }
.mona-content table {
border-collapse: collapse;
max-width: 100%;
margin: 1em auto;
border: 1px solid #e1e1e1;
width: auto !important; }
.mona-content table th,
.mona-content table td {
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
padding: 5px 10px;
vertical-align: middle; }
.mona-content .mona-youtube-wrap {
position: relative;
height: 0;
padding-top: 56.25%; }
.mona-content .mona-youtube-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.mona-content .mona-table-wrap {
overflow: auto; }
.mona-content a {
color: #0077b3 !important; }
.mona-content a:hover {
color: #ff894c !important; }
.mona-content .wp-block-image figcaption {
text-align: center;
margin-top: 1em;
position: relative;
display: block;
color: #838c82;
font-size: 1.4rem;
line-height: 150%; }
@media screen and (max-width: 767.98px) {
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
text-align: left; } }
:root {
--font-pri: "Arial", sans-serif;
--font-sec: "SVN", sans-serif;
--font-three: "Mulish", sans-serif;
--font-four: "Playfair Display", serif;
--size-hd: 10rem;
--height-pc: 12rem;
--height-sp: 7rem;
--size-sec: 4rem;
--pd-container: 1.5rem;
--w-container: 124.6rem;
--pc: calc((100vw - var(--w-container)) / 2); }
@media screen and (max-width: 768px) {
:root {
--size-sec: 2rem; } }
* {
box-sizing: border-box; }
html {
font-size: 62.5%;
scroll-behavior: smooth; }
@media screen and (min-width: 2000px) {
html {
font-size: 100%; } }
body {
font-family: var(--font-pri);
font-size: 1.6rem;
line-height: 130%;
font-weight: 400;
color: #596670;
letter-spacing: 0.05rem;
overflow: hidden auto; }
@media screen and (min-width: 2000px) {
body {
font-size: 2rem; } }
a {
text-decoration: none;
color: inherit; }
button,
select {
border: none;
outline: none;
cursor: pointer;
-webkit-appearance: none;
cursor: pointer; }
button {
padding: 0;
background-color: transparent;
cursor: pointer; }
input,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.main {
transition: 0.3s ease-in-out; }
.blocker {
z-index: 10002; }
.container {
width: 100%;
max-width: 124.6rem;
height: 100%;
margin: 0 auto;
padding: 0 1.5rem; }
.no-scroll {
touch-action: none;
-webkit-overflow-scrolling: none;
overflow: hidden;
overscroll-behavior: none; }
iframe {
vertical-align: middle; }
img {
max-width: 100%;
height: auto;
display: inline-block;
vertical-align: middle; }
.t-center {
text-align: center; }
.fw-b {
font-weight: bold; }
.fsi {
font-style: italic; }
.t-up {
text-transform: uppercase; }
.tabBtn {
cursor: pointer; }
.gItem {
cursor: pointer; }
.global-title {
max-width: 0;
max-height: 0;
opacity: 0;
visibility: hidden; }
.row {
--col-gap: 4.8rem;
--row-gap: 4.8rem;
display: flex;
flex-wrap: wrap;
margin: 0 calc(var(--col-gap) / 2 * -1); }
.col {
width: 100%;
padding: 0 calc(var(--col-gap) / 2); }
.col-11 {
width: calc(11/12 * 100%); }
.col-10 {
width: calc(10/12 * 100%); }
.col-9 {
width: calc(9/12 * 100%); }
.col-8 {
width: calc(8/12 * 100%); }
.col-7 {
width: calc(7/12 * 100%); }
.col-6 {
width: 50%; }
.col-5 {
width: calc(5/12 * 100%); }
.col-4 {
width: calc(4/12 * 100%); }
.col-3 {
width: calc(3/12 * 100%); }
.col-2 {
width: calc(2/12 * 100%); }
.col-1 {
width: calc(1/12 * 100%); }    .title {
font-size: 3rem;
font-weight: 700;
color: #ffff;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.title {
font-size: 2.7rem; } }
@media only screen and (max-width: 800px) {
.title {
font-size: 2.4rem; } }
@media screen and (max-width: 600px) {
.title {
font-size: 2rem; } }
.title-xl {
color: #ffff;
font-size: 4rem;
font-style: normal;
font-weight: 700;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.title-xl {
font-size: 3.5rem; } }
@media only screen and (max-width: 800px) {
.title-xl {
font-size: 2.7rem; } }
@media screen and (max-width: 600px) {
.title-xl {
font-size: 2.4rem; } }
.title-l {
color: #ffff;
font-size: 2.4rem;
font-weight: 600;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.title-l {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.title-l {
font-size: 1.7rem; } }
@media screen and (max-width: 600px) {
.title-l {
font-size: 1.8rem; } }
.title-popup {
color: #101210;
font-size: 3.2rem;
font-weight: 600;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.title-popup {
font-size: 2.7rem; } }
@media only screen and (max-width: 800px) {
.title-popup {
font-size: 2.2rem; } }
@media screen and (max-width: 600px) {
.title-popup {
font-size: 2.4rem; } }
.sec-hd {
display: flex;
flex-direction: column;
gap: 1.2rem;
margin-bottom: 3rem; }
@media screen and (max-width: 1199px) {
.sec-hd {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1024px) {
.sec-hd {
margin-bottom: 2.4rem;
gap: 0.8rem; } }
.title-md {
font-size: 2.2rem;
font-weight: 700;
line-height: 150%;
color: #15283a; }
@media only screen and (max-width: 1200px) {
.title-md {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.title-md {
font-size: 1.9rem; } }
.title-dic {
font-size: 3.6rem;
color: #15283a;
font-weight: 600;
line-height: 150%;
letter-spacing: 0.072rem;
text-transform: capitalize; }
@media only screen and (max-width: 1200px) {
.title-dic {
font-size: 3.1rem; } }
@media only screen and (max-width: 800px) {
.title-dic {
font-size: 2.6rem; } }
.sub-title {
font-size: 2rem;
font-weight: 600;
line-height: 150%;
color: #596670; }
@media only screen and (max-width: 1200px) {
.sub-title {
font-size: 1.8rem; } }
@media only screen and (max-width: 800px) {
.sub-title {
font-size: 1.6rem; } }
.breadcrumb {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.2rem 1.2rem; }
.breadcrumb-item {
color: #ffff;
font-size: 1.6rem;
font-weight: 400;
line-height: 2.4rem;
position: relative; }
.breadcrumb-item a {
transition: 0.3s ease-in-out; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 3rem; }
.breadcrumb-item + .breadcrumb-item::before {
top: 50%;
left: 0;
color: #5f626b;
content: "";
position: absolute;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-image: url(//luxquartzvietnam.com/template/assets/images/common/ico_breadcrumb.svg);
width: 1.8rem;
height: 1.8rem;
display: inline-block;
transform: translateY(-50%); }
.breadcrumb-item:hover a {
color: #0077b3; }
.breadcrumb-item.is-current a {
pointer-events: none;
cursor: default;
color: #ffff;
font-weight: 700; }
@media screen and (max-width: 575.98px) {
.breadcrumb-item {
font-size: 1.5rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 2rem; }
.breadcrumb-item + .breadcrumb-item::before {
left: -0.4rem;
width: 1.4rem;
height: 1.4rem; } }
.pagination {
margin-top: 4rem; }
@media screen and (max-width: 1199px) {
.pagination {
margin-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.pagination {
margin-top: 2.4rem; } }
.page-numbers {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 1rem; }
.page-numbers li {
padding: 0 0.5rem; }
@media screen and (max-width: 600px) {
.page-numbers li {
padding: 0 0.2rem; } }
.page-numbers .page-numbers {
color: #15283a;
text-align: center;
font-weight: 400;
line-height: 100%;
color: #070e06;
padding: 0.4rem;
border-radius: 0.4rem;
background: #fff;
transition: background 0.3s ease, border 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 4rem;
height: 4rem; }
.page-numbers .page-numbers:hover {
background: #0077b3;
color: #fff; }
.page-numbers .page-numbers.is-current {
background: #0077b3;
border-color: transparent;
color: #fff; }
.page-numbers .page-numbers.is-disable {
border: 0;
background: transparent; }
.page-numbers .page-numbers.is-disable:hover {
background: #fff;
color: #070e06; }
@media screen and (max-width: 575.98px) {
.page-numbers .page-numbers {
width: 3.2rem;
height: 3.2rem; } }
.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
cursor: pointer;
color: #15283a; }
.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
color: #ffff; }
.page-numbers .page-numbers.dot {
opacity: 0.5;
background-color: transparent;
pointer-events: none; }
.page-numbers .page-numbers i {
font-weight: 400; }
.swiper-horizontal .common-pag {
display: flex;
align-items: center; }
.swiper-horizontal .common-pag .swiper-pagination-bullet {
position: relative;
width: 2.6rem;
height: auto;
text-align: left;
border-radius: 0;
opacity: 1;
margin: 0;
background-color: transparent;
transition: 0.3s ease-in-out; }
.swiper-horizontal .common-pag .swiper-pagination-bullet em {
font-size: 1.6rem;
font-weight: 500;
line-height: 195%;
letter-spacing: 0.032rem;
color: #fff;
font-family: var(--font-sec);
transition: 0.3s ease-in-out; }
.swiper-horizontal .common-pag .swiper-pagination-bullet i {
z-index: 1;
width: calc(100% - 2.6rem);
background-color: #fff; }
.swiper-horizontal .common-pag .swiper-pagination-bullet b {
z-index: 2;
width: 0%;
background-color: #bccee4; }
.swiper-horizontal .common-pag .swiper-pagination-bullet i,
.swiper-horizontal .common-pag .swiper-pagination-bullet b {
left: 2.6rem;
height: 0.3rem;
position: absolute;
bottom: 40%; }
.swiper-horizontal .common-pag .swiper-pagination-bullet-active {
background-color: transparent;
margin-right: 1.6rem;
width: 11.8rem; }
.swiper-horizontal .common-pag .swiper-pagination-bullet-active em {
font-size: 2.4rem;
font-weight: 800;
line-height: 130%;
color: #bccee4; }
@media only screen and (max-width: 1200px) {
.swiper-horizontal .common-pag .swiper-pagination-bullet-active em {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.swiper-horizontal .common-pag .swiper-pagination-bullet-active em {
font-size: 1.7rem; } }
.swiper-horizontal .common-pag .swiper-pagination-bullet-active b,
.swiper-horizontal .common-pag .swiper-pagination-bullet-active em {
animation-name: countingBar;
animation-duration: 3s;
animation-timing-function: ease-in;
animation-iteration-count: 1;
animation-direction: alternate;
animation-fill-mode: forwards; }
@media screen and (max-width: 575.98px) {
.swiper-horizontal .common-pag .swiper-pagination-bullet-active {
width: 6.8rem; } }
.swiper-horizontal .banner-pag {
left: calc((100vw - 97.1rem) / 2);
bottom: 5.7rem; }
@media screen and (max-width: 1001.98px) {
.swiper-horizontal .banner-pag {
left: 1.5rem; } }
@media screen and (max-width: 1199.98px) {
.swiper-horizontal .banner-pag {
bottom: 3rem; } }
@media screen and (max-width: 991.98px) {
.swiper-horizontal .banner-pag {
bottom: 1rem; } }
@media screen and (max-width: 575.98px) {
.swiper-horizontal .banner-pag {
bottom: 0; } }
.swiper-horizontal .furn-show-pag .swiper-pagination-bullet {
width: fit-content;
margin-right: 1.6rem; }
.swiper-horizontal .furn-show-pag .swiper-pagination-bullet em {
color: #596670; }
.swiper-horizontal .furn-show-pag .swiper-pagination-bullet-active {
width: fit-content;
margin-right: 1.6rem; }
.swiper-horizontal .furn-show-pag .swiper-pagination-bullet-active em {
color: #0077b3; }
.swiper-horizontal .furn-show-pag .swiper-pagination-bullet-active b {
background-color: #0077b3; }
@keyframes countingBar {
0% {
width: 0; }
100% {
width: calc(100% - 2.6rem); } }
.banner-img {
position: relative;
height: calc((100vw * (754 / 1920)) + 8rem); }
.banner-img img {
object-fit: cover; }
@media screen and (max-width: 767.98px) {
.banner-img img {
min-height: 32rem; } }
@media screen and (max-width: 575.98px) {
.banner-img img {
min-height: 24rem; } }
@media screen and (max-width: 390.98px) {
.banner-img img {
min-height: 23rem; } }
.banner-img::before {
position: absolute;
content: "";
top: 0;
width: 100%;
height: 100%;
left: 0;
z-index: 1;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 43.58%); }
@media screen and (min-width: 1200px) {
.banner-img {
height: calc((100vw * (754 / 1920)) + 12rem); } }
@media screen and (max-width: 991.98px) {
.banner-img::before {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.25) 43.58%); } }
.banner-item {
position: relative; }
.banner-content {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
top: 0;
left: 0; }
.banner-content .container {
max-width: 100.1rem; }
.banner-title {
font-size: 6rem;
line-height: 130%;
letter-spacing: 0.12rem;
text-transform: uppercase;
color: #fff; }
@media only screen and (max-width: 1200px) {
.banner-title {
font-size: 3.5rem; } }
@media only screen and (max-width: 800px) {
.banner-title {
font-size: 2.5rem; } }
.banner-title strong {
font-weight: 800; }
.banner-inner {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
max-width: 73rem; }
.banner-inner .btn {
width: fit-content;
padding: 1.261rem 1.6rem; }
@media screen and (max-width: 575.98px) {
.banner-inner .btn {
padding: 0.4rem !important;
font-size: 1rem !important; }
.banner-inner .btn img {
margin-left: 0.4rem; } }
.banner-inner .btn-box {
display: flex;
flex-wrap: wrap;
gap: 2rem;
position: absolute;
bottom: 15rem; }
@media screen and (max-width: 1199.98px) {
.banner-inner .btn-box {
column-gap: 1rem;
bottom: 10rem; } }
@media screen and (max-width: 991.98px) {
.banner-inner .btn-box {
bottom: 5rem; } }
@media screen and (max-width: 575.98px) {
.banner-inner .btn-box {
bottom: 3rem; } }
.banner-subtitle {
margin-top: 0;
font-size: 2.4rem;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.048rem;
text-transform: uppercase;
color: #fff;
display: flex;
flex-direction: column;
border-top: 0.1rem solid rgba(255, 255, 255, 0.55);
border-bottom: 0.1rem solid rgba(255, 255, 255, 0.55); }
@media only screen and (max-width: 1200px) {
.banner-subtitle {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.banner-subtitle {
font-size: 1.7rem; } }
.banner-subtitle strong {
font-weight: 800; }
.banner-desc {
font-size: 1.8rem;
color: #fff;
line-height: 150%;
margin: 0;
margin-bottom: 1.5rem;
max-width: 68rem; }
@media only screen and (max-width: 1200px) {
.banner-desc {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.banner-desc {
font-size: 1.5rem; } }
.banner-desc strong {
letter-spacing: 0.036rem;
font-weight: 800; }
.cl-pri {
color: #070e06; }
.f-Playfair {
font-family: var(--font-four); }
.cl-blue {
color: #0077b3; }
.space {
padding-top: var(--size-sec);
overflow: hidden; }
.cl-white {
color: #fff; }
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 100;
left: 0;
right: 0;
background: rgba(255, 255, 255, 1); -webkit-transform: translate3d(0, 0, 1px);
transform: translate3d(0, 0, 1px);
display: flex;
align-items: center;
padding-top: 0.3rem; }
@media screen and (min-width: 1200px) {
.header {
height: 12rem; } }
@media screen and (max-width: 1199.98px) {
.header {
height: 8rem;
justify-content: space-between;
align-items: center;
padding-top: 0;
box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.1); } }
.header-logo {
clip-path: polygon(0 0, 93% 0, 74% 100%, 0% 100%);
background: #fff;
width: 25%;
height: 100%;
display: flex;
align-items: center;
padding-left: 1.5rem; }
.header-logo img {
width: 30rem; }
@media screen and (max-width: 1650px) {
.header-logo {
padding-left: 1rem;
width: 30%; } }
@media screen and (max-width: 1400px) {
.header-logo {
width: 26%; }
.header-logo img {
width: 22rem; } }
@media screen and (max-width: 1199.98px) {
.header-logo {
width: 40%; }
.header-logo img {
width: 20rem; } }
@media screen and (max-width: 991.98px) {
.header-logo {
padding-left: 1rem; }
.header-logo img {
width: 15rem; } }
@media screen and (max-width: 767.98px) {
.header-logo {
width: 30%; } }
@media screen and (max-width: 575.98px) {
.header-logo {
padding-left: 0.5rem;
width: 48%; }
.header-logo img {
width: 10rem; } }
@media screen and (max-width: 400.98px) {
.header-logo img {
width: 8rem; } }
@media screen and (max-width: 350.98px) {
.header-logo img {
width: 7rem; } }
.nav {
display: flex;
align-items: center;
justify-content: space-between;
transition: 0.3s ease-in-out; }
.is-fixed {
box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.5);
position: fixed;
transition: 0.3s ease-in-out;
top: 0;
width: 100%;
background: rgba(255, 255, 255, 1) !important;
backdrop-filter: blur(10rem);
-webkit-backdrop-filter: blur(10rem);
z-index: 100;
-webkit-transform: translate3d(0, 0, 1px);
transform: translate3d(0, 0, 1px); }
@media screen and (min-width: 1200px) {
.is-fixed .menu-link,
.is-fixed .header-user {
color: #596670; }
.is-fixed .menu-link::before, .is-fixed .menu-link::after,
.is-fixed .header-user::before,
.is-fixed .header-user::after {
background-color: #596670; }
.is-fixed .icon-down .is-hide {
display: block;
filter: invert(0.2) brightness(0.2); }
.is-fixed .icon-down .is-show {
display: none; }
.is-fixed .icon-search img {
filter: invert(0.2) brightness(0.2); }
.is-fixed .header-user .is-hide {
display: block; }
.is-fixed .header-user .is-show {
display: none; }
.is-fixed .language-text {
color: #596670; }
.is-fixed .language .icon-down img {
filter: invert(0.2) brightness(0.2); } }
.is-fixed .header-top .header-btn .btn {
color: #fff;
border-color: #ff894c; }
.is-fixed .header-top .header-btn p {
color: #596670; }
.is-fixed .header-btn .btn {
border-color: #596670;
color: #596670; }
.is-fixed .header-btn .btn:hover {
color: #fff;
border-color: #fff; }
.is-fixed .header-btn .btn--sec {
border-color: #fff;
color: #fff; }
.is-fixed .menu-icon {
background-color: #596670; }
.is-fixed .menu-icon:after, .is-fixed .menu-icon::before {
background: #596670; }
.nav-main {
transition: 0.3s ease-in-out; }
.nav-main .menu-item {
padding: 1.6rem 1.2rem;
transition: 0.3s ease-in-out; }
@media screen and (min-width: 1200px) {
.nav-main .menu-item:hover {
border-color: #fff; }
.nav-main .menu-item:hover > .menu-link::before, .nav-main .menu-item:hover > .menu-link::after,
.nav-main .menu-item:hover > .sub-icon .menu-link::before,
.nav-main .menu-item:hover > .sub-icon .menu-link::after {
width: 100%; } }
@media screen and (max-width: 1650px) {
.nav-main .menu-item {
padding: 1.6rem 1rem; } }
@media screen and (max-width: 1230px) {
.nav-main .menu-item {
padding: 1.6rem 0.5rem; } }
@media screen and (min-width: 1200px) {
.nav-main {
display: flex;
align-items: center; }
.nav-main .nav {
order: 0; }
.nav-main .header-customer {
order: 2; }
.nav-main .header-btn {
order: 1; } }
@media screen and (max-width: 1300.98px) {
.nav-main {
margin-left: 0; } }
@media screen and (max-width: 1199.98px) {
.nav-main {
display: block;
position: fixed;
z-index: 100;
top: 8rem;
background-color: #fff;
width: 100%;
right: -100%;
height: calc(100vh - 8rem);
transition: 0.3s ease-in-out;
padding: 1.5rem;
overflow: hidden auto; }
.nav-main.is-active {
right: 0; }
.nav-main.is-active.is-children {
overflow: unset; } }
.menu {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%; }
@media screen and (max-width: 1199.98px) {
.menu {
flex-direction: column;
align-items: flex-start; } }
@media screen and (min-width: 1200px) {
.menu-item:hover > .sub-icon .icon-down {
transform: rotate(180deg); }
.menu-item:hover > .dropdown {
display: block;
opacity: 1; } }
@media screen and (max-width: 1199.98px) {
.menu-item {
padding: 1.5rem;
width: 100%; } }
.menu-link {
color: #fff;
font-size: 1.7rem !important;
font-weight: 500;
line-height: 130%;
display: block;
transition: 0.3s ease-in-out; box-sizing: border-box;
transition: 0.4s all ease-in-out;
position: relative; }
.menu-link::before, .menu-link::after {
position: absolute;
background: #fff;
height: 0.1rem;
display: block;
content: "";
width: 0;
transition: 0.4s all ease-in-out; }
.menu-link::before {
top: -1.6rem;
left: 0; }
.menu-link::after {
bottom: -1.6rem;
right: 0; }
@media screen and (max-width: 1400.98px) {
.menu-link {
font-size: 1.3rem; } }
@media screen and (max-width: 1199.98px) {
.menu-link {
font-size: 1.6rem;
color: #15283a; } }
.nav-bar {
position: relative;
cursor: pointer;
padding: 0 1.5rem;
display: none;
height: 100%;
width: 2.4rem; }
.nav-bar.is-active .menu-icon {
background: transparent; }
.nav-bar.is-active .menu-icon::before, .nav-bar.is-active .menu-icon::after {
top: 0;
transition: top ease 0.3s, transform ease 0.3s 0.3s; }
.nav-bar.is-active .menu-icon::before {
transform: rotate(45deg); }
.nav-bar.is-active .menu-icon::after {
transform: rotate(-45deg); }
@media screen and (max-width: 1199.98px) {
.nav-bar {
display: block; } }
.menu-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #0077b3;
display: block;
height: 0.3rem;
transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
width: 3rem; }
.menu-icon::before, .menu-icon::after {
background: #0077b3;
content: "";
display: block;
height: 0.3rem;
position: absolute;
transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
width: 3rem; }
.menu-icon::before {
top: -0.6rem; }
.menu-icon::after {
top: 0.6rem; }
@media screen and (min-width: 1200px) {
.dropdown {
transition: 0.3s ease-in-out;
display: none;
position: absolute;
max-width: 35rem;
min-width: 30rem;
top: 100%;
opacity: 0;
z-index: 100;
background: #fff;
box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.2);
width: fit-content;
padding: 0.8rem; }
.dropdown::before {
position: absolute;
z-index: 0;
content: "";
background-color: transparent;
width: 100%;
height: 4rem;
top: -3rem;
left: 0; }
.dropdown .dropdown {
height: 100%;
box-shadow: rgba(0, 0, 0, 0.15) 0.195rem 0.195rem 0.26rem; }
.dropdown .dropdown::before {
width: 5rem;
height: 100%;
top: 0;
left: -4rem; } }
.dropdown .menu {
flex-direction: column; }
.dropdown .menu-item {
width: 100%;
padding: 0; }
@media screen and (min-width: 1200px) {
.dropdown .menu-item .sub-icon .icon-down {
transform: rotate(-90deg); } }
.dropdown .menu-item:hover > .menu-link {
color: #0077b3; }
.dropdown .menu-item:hover > .sub-icon > .menu-link {
color: #0077b3; }
@media screen and (min-width: 1200px) {
.dropdown .menu-item:hover > .sub-icon .icon-down {
transform: rotate(-90deg); } }
@media screen and (min-width: 1200px) {
.dropdown .menu-item:hover > .dropdown {
top: 0;
left: 100%; } }
.dropdown .menu-link {
color: #15283a;
transition: 0.3s ease-in-out;
padding: 1.2rem 1rem; }
.dropdown .menu-link::before, .dropdown .menu-link::after {
content: unset; }
@media screen and (max-width: 1199.98px) {
.dropdown {
position: relative;
padding: 0;
padding-top: 1.5rem; }
.dropdown .menu-item {
padding: 0; }
.dropdown .icon-down {
margin-left: 0; }
.dropdown .dropdown {
margin-left: 2rem;
padding-top: 0; } }
@media screen and (max-width: 991px) {
.dropdown .menu {
box-shadow: none; }
.dropdown .menu-item {
padding: 0; }
.dropdown .menu-link {
justify-content: flex-start; } }
.dropdown-inner {
display: flex;
flex-wrap: wrap;
gap: 2rem; }
@media screen and (min-width: 1200px) {
.dropdown-inner {
max-height: 40rem;
overflow: hidden auto;
padding-right: 2rem;
padding-left: 1rem; }
.dropdown-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.dropdown-inner::-webkit-scrollbar {
width: 0.4rem; }
.dropdown-inner::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); } }
@media screen and (max-width: 1199.98px) {
.dropdown-inner .menu-link {
font-family: var(--font-three);
font-style: italic; } }
@media screen and (max-width: 575.98px) {
.dropdown-inner {
column-gap: 1.5rem; } }
.sub-icon {
display: flex;
align-items: center;
justify-content: space-between; }
.icon-down {
margin-left: 1rem;
display: flex;
align-items: center;
transition: 0.3s ease-in-out; }
.icon-down img {
width: 2rem; }
.icon-down .is-hide {
display: none; }
@media screen and (max-width: 1199.98px) {
.icon-down .is-hide {
display: block; }
.icon-down .is-show {
display: none; }
.icon-down img {
width: 1.8rem; } }
.icon-down.is-active {
transform: rotate(180deg); }
.header-main {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-right: 1.5rem; }
.header-main > .header-btn {
display: none; }
@media screen and (max-width: 1199.98px) {
.header-main {
width: fit-content;
flex: unset;
column-gap: 1.6rem;
flex-direction: row; }
.header-main > .header-btn {
display: none; } }
@media screen and (max-width: 575.98px) {
.header-main {
column-gap: 0.8rem;
padding-right: 1rem; } }
.header-btn {
display: flex;
align-items: center;
column-gap: 2.4rem;
margin-left: 5.5rem;
display: none; }
@media screen and (max-width: 1650px) {
.header-btn {
margin-left: 1.6rem;
column-gap: 1.6rem; }
.header-btn .btn {
font-size: 1.4rem; } }
@media screen and (max-width: 1400.98px) {
.header-btn {
column-gap: 1rem; }
.header-btn .btn {
padding: 1rem;
font-size: 1.3rem; } }
@media screen and (max-width: 1199.98px) {
.header-btn {
column-gap: 1.6rem;
margin-left: 0;
display: none; } }
@media screen and (max-width: 575.98px) {
.header-btn {
column-gap: 0.8rem; }
.header-btn .btn {
padding: 0.8rem 0.5rem;
font-size: 1rem; } }
.header-user {
order: 1;
color: #fff;
font-size: 1.4rem;
font-weight: 500;
line-height: 130%;
font-family: var(--font-pri); }
@media screen and (max-width: 1199.98px) {
.header-user {
font-size: 1.6rem;
color: #15283a;
padding: 0 0.5rem; } }
.header-search {
position: relative;
order: 2; }
@media screen and (max-width: 1199.98px) {
.header-search {
order: 3;
display: flex;
align-items: center;
width: 100%;
margin-top: 1.5rem;
margin-bottom: 1.5rem; } }
.language {
order: 3; }
.search-form {
position: absolute;
right: 0;
top: 300%;
background-color: #fff;
min-width: 35rem;
border-radius: 0.4rem;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.16) 0 0.1rem 0.4rem;
opacity: 0;
z-index: -1;
transition: 0.3s ease-in-out; }
.search-form.is-active {
top: 180%;
opacity: 1;
z-index: 100; }
.search-form form {
display: flex;
width: 100%;
align-items: center; }
.search-form .form-group {
width: 100%;
height: 100%; }
.search-form .form-control {
border: 0;
width: 100%;
height: 100%;
background-color: #fff; }
.search-form .form-control:focus {
background-color: #fff;
border: 0; }
.search-form button {
width: 4.4rem;
height: 100%;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap; }
@media screen and (max-width: 1199.98px) {
.search-form {
position: relative;
opacity: 1;
z-index: 1; } }
.icon-search {
cursor: pointer;
transition: 0.3s ease-in-out; }
.icon-search img {
transition: 0.3s ease-in-out; }
@media screen and (max-width: 1199.98px) {
.icon-search {
background: #0077b3;
border-radius: 0.5rem;
padding: 1rem; } }
.language {
position: relative;
cursor: pointer; }
.language .icon-down {
margin-left: 0.4rem;
display: inline-block; }
.language .dropdown {
right: 0;
min-width: 12rem; }
.language .dropdown::before {
top: -1.5rem;
right: 0;
height: 2.5rem; }
@media screen and (max-width: 1199.98px) {
.language .dropdown {
padding: 0; }
.language .dropdown .menu-item {
padding: 0; }
.language .dropdown .menu-link {
padding: 1rem;
padding-left: 0; } }
.language .dropdown-inner {
padding: 0; }
.language .menu-link {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
line-height: 100%; }
.language:hover .dropdown {
display: block;
opacity: 1; }
.language:hover .icon-down {
transform: rotate(180deg); }
.header-customer {
display: flex;
align-items: center;
column-gap: 1.6rem;
margin-left: 2.4rem; }
@media screen and (max-width: 1650px) {
.header-customer {
margin-left: 1.6rem; } }
@media screen and (max-width: 1400.98px) {
.header-customer {
column-gap: 1rem; } }
@media screen and (max-width: 1199.98px) {
.header-customer {
flex-direction: column;
align-items: flex-start;
margin-left: 0; } }
.language-show {
display: flex;
align-items: center; }
@media screen and (max-width: 1199.98px) {
.language-show {
display: none; } }
.language-img {
margin-right: 0.8rem;
display: inline-block; }
.language-img img {
width: 2.4rem; }
.language-text {
color: #fff;
font-size: 1.6rem;
font-family: var(--font-sec); }
.header-user .is-hide {
display: none; }
@media screen and (max-width: 1199.98px) {
.header-user {
padding: 1rem 0.5rem; }
.header-user .is-show {
display: none; }
.header-user .is-hide {
display: block; } }
.header-top {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between; }
.header-top .header-btn {
display: flex;
align-items: center;
column-gap: 1rem;
width: 100%;
justify-content: flex-end; }
.header-top .header-btn p {
white-space: nowrap;
font-weight: 600;
color: #fff; }
@media screen and (max-width: 1199.98px) {
.header-top .header-btn p {
color: #0077b3; } }
.header-top .header-btn .btn {
white-space: nowrap;
font-size: 1.4rem; }
.header-top .header-btn .btn:after, .header-top .header-btn .btn::before {
background: #0077b3; }
@media screen and (max-width: 450.98px) {
.header-top .header-btn {
column-gap: 0.6rem; } }
.header-top .header-text p {
color: #0077b3;
font-weight: 600;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical; }
@media screen and (max-width: 991.98px) {
.header-top {
flex-direction: column;
row-gap: 0.5rem; } }
@media screen and (max-width: 575.98px) {
.header-top .header-btn p,
.header-top .header-btn .btn,
.header-top .header-text p,
.header-top .header-text .btn {
font-size: 1.2rem; } }
.header-top .header-btn .btn {
padding: 0.5rem; }
@media screen and (max-width: 420.98px) {
.header-top .header-btn .btn {
font-size: 1rem; } }
@media screen and (max-width: 1199.98px) {
.main {
margin-top: 8rem; } }
.footer-wrap {
background: #111820;
overflow: hidden; }
.footer {
display: flex;
flex-wrap: wrap;
margin: 0 -1.6rem;
row-gap: 4rem;
padding-top: 12.5rem;
padding-bottom: 20rem; }
@media screen and (max-width: 1199.98px) {
.footer {
margin: 0 -0.5rem; } }
@media screen and (max-width: 575.98px) {
.footer {
padding-top: 8rem;
padding-bottom: 8rem; } }
.footer-list {
width: 17%;
padding: 0 1.6rem; }
.footer-list:nth-child(1) {
flex: 1;
min-width: 30rem;
margin-right: 1.5rem; }
.footer-list:nth-child(1) .menu {
max-width: 43.8rem; }
.footer-list:nth-child(4) {
width: 30%; }
.footer-list .menu {
flex-direction: column;
align-items: flex-start; }
.footer-list .menu-item {
padding: 0.6rem 0; }
.footer-list .menu-item,
.footer-list .menu-link {
font-size: 1.6rem;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem;
color: #fff;
text-transform: unset; }
.footer-list .menu-link:hover {
text-decoration: underline; }
@media screen and (max-width: 1199.98px) {
.footer-list {
padding: 0 0.5rem;
width: calc(3 / 12 * 100%); }
.footer-list:nth-child(4) {
width: 50%; } }
@media screen and (max-width: 575.98px) {
.footer-list {
width: 50%; }
.footer-list:nth-child(4) {
width: 100%; } }
.footer-title {
font-size: 2.4rem;
font-weight: 700;
line-height: 150%;
color: #fff;
text-transform: uppercase;
margin-bottom: 1.2rem; }
@media only screen and (max-width: 1200px) {
.footer-title {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.footer-title {
font-size: 1.7rem; } }
.address-list .menu-item {
display: flex;
align-items: flex-start;
column-gap: 1.4rem;
padding: 0; }
.address-list .menu-item:not(:first-child) {
margin-top: 1.2rem; }
.menu-content {
display: flex;
flex-direction: column; }
.social-list {
display: flex;
align-items: center;
column-gap: 2.4rem;
margin-top: 3.2rem; }
.social-item img {
transition: 0.3s ease-in-out; }
.social-item:hover img {
transform: scale(1.05); }
.contact-fixed {
position: fixed;
right: 1.5rem;
z-index: 100;
overflow: hidden;
bottom: 10rem;
transition: 0.3s ease-in-out; }
.contact-fixed .ring {
display: flex;
justify-content: flex-end; }
.contact-fixed .ring-circle {
width: 8rem;
height: 8rem;
background-color: transparent;
border-radius: 100%;
border: 0.2rem solid #fff;
transition: all 0.5s; }
.contact-fixed .ring-phone {
cursor: pointer;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-webkit-transition: visibility 0.5s;
-moz-transition: visibility 0.5s;
-o-transition: visibility 0.5s;
transition: visibility 0.5s;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: fit-content; }
.contact-fixed .ring-img-circle {
width: 5rem;
height: 5rem;
padding: 1.25rem;
position: absolute;
border-radius: 100%;
border: 0.2rem solid transparent;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-wrap: nowrap;
background-color: #fff;
filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.1)); }
.contact-fixed .ring-img-circle a {
display: flex;
align-items: center; }
.contact-fixed .ring-img-circle span {
display: inline-block;
transition: 0.3s ease-in-out;
overflow: hidden; }
.contact-fixed .ring-img-circle:hover {
transition: width 400ms cubic-bezier(0.62, 0.1, 0.5, 1), height 400ms cubic-bezier(0.62, 0.1, 0.5, 1);
height: fit-content;
width: fit-content;
border-radius: 10rem;
padding: 0.5rem 1.6rem; }
.contact-fixed .ring-img-circle:hover img {
margin-right: 1.2rem; }
.contact-fixed .ring-img-circle:hover span {
width: fit-content; }
@keyframes ring-circle-anim {
0% {
transform: rotate(0) scale(0.5) skew(1deg);
opacity: 0.1; }
30% {
transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.5; }
100% {
transform: rotate(0) scale(1) skew(1deg);
opacity: 0.1; } }
@keyframes ring-circle-img-anim {
0% {
transform: rotate(0) scale(1) skew(1deg); }
10% {
transform: rotate(-25deg) scale(1) skew(1deg); }
20% {
transform: rotate(25deg) scale(1) skew(1deg); }
30% {
transform: rotate(-25deg) scale(1) skew(1deg); }
40% {
transform: rotate(25deg) scale(1) skew(1deg); }
50% {
transform: rotate(0) scale(1) skew(1deg); }
100% {
transform: rotate(0) scale(1) skew(1deg); } }
.contact-fixed .btn-box {
margin-top: 1rem;
min-width: 8rem;
display: flex;
justify-content: flex-end; }
.contact-fixed .btn-box .btn {
padding: 0.5rem;
border-radius: 10rem;
border-radius: 50%;
width: 4.4rem;
height: 4.4rem;
background: #fff;
transition: width 300ms, height 300ms;
border-color: transparent; }
.contact-fixed .btn-box .btn img {
margin-left: 0;
margin-right: 0;
max-height: 3rem;
width: auto;
transition: 0.3s ease-in-out;
filter: brightness(0) saturate(100%) invert(82%) sepia(34%) saturate(6495%) hue-rotate(326deg) brightness(101%) contrast(101%); }
.contact-fixed .btn-box .btn span {
display: inline-block;
width: 0;
transition: 0.3s ease-in-out;
overflow: hidden; }
.contact-fixed .btn-box .btn::before, .contact-fixed .btn-box .btn::after {
background: #0077b3; }
.contact-fixed .btn-box .btn:hover {
transition: width 400ms cubic-bezier(0.62, 0.1, 0.5, 1), height 400ms cubic-bezier(0.62, 0.1, 0.5, 1);
min-height: 4.4rem;
height: fit-content;
width: fit-content;
border-radius: 10rem;
padding: 0.5rem 1rem; }
@media screen and (max-width: 575.98px) {
.contact-fixed .btn-box .btn:hover {
padding: 0.5rem 1.2rem;
font-size: 1.2rem;
gap: 1rem; } }
.contact-fixed .btn-box .btn:hover img {
margin-right: 1.2rem;
transform: unset;
filter: unset; }
@media screen and (max-width: 575.98px) {
.contact-fixed .btn-box .btn:hover img {
width: 3rem;
margin-right: 0; } }
.contact-fixed .btn-box .btn:hover span {
width: fit-content; }
.contact-fixed .btn-box.box-phone .btn img {
filter: unset;
animation: ring-circle-img-anim 1s infinite ease-in-out; }
.contact-fixed .btn-box.box-phone:hover .btn img {
filter: invert(99%) sepia(93%) saturate(0%) hue-rotate(56deg) brightness(150%) contrast(100%); }
.contact-fixed .btn-box.box-mess .btn img {
filter: unset;
animation: ring-circle-img-anim 1s infinite alternate-reverse ease-in-out; } @media screen and (max-width: 575.98px) {
.contact-fixed {
right: 0; } }
.copyright {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 2.8rem 1.5rem;
border-top: 0.1rem solid #ffffff1a; }
.copyright span {
opacity: 0.7;
color: #fff;
font-size: 1.4rem;
line-height: 2.2rem;
font-family: var(--font-pri); }
.footer-picture {
display: flex;
align-items: center;
margin-top: 2rem;
gap: 2rem; }
.footer-picture span {
display: block;
overflow: hidden; }
.footer-form {
margin-top: 8rem; }
.footer-form .footer-title {
margin-bottom: 2rem;
font-size: 1.2rem; }
@media screen and (max-width: 1400.98px) {
.footer-form .footer-title {
font-size: 1.1rem; } }
.footer-form .form-it {
margin-bottom: 2rem; }
.footer-form .form-it .form-control {
padding: 1rem;
background: #fff; }
.btn {
font-size: 1.6rem;
font-family: var(--font-pri);
font-weight: 700;
text-transform: uppercase;
color: #fff;
padding: 1rem 1.6rem;
border: 0.1rem solid #fff;
background: transparent;
overflow: hidden;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center; }
.btn > * {
position: relative;
z-index: 5;
transition: 0.3s ease-in-out;
display: block; }
.btn img {
margin-left: 0.8rem;
transition: 0.3s ease-in-out; }
.btn::after, .btn::before {
content: " ";
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
right: 0;
background: #ff894c;
z-index: -1; }
.btn::before {
transform: translateX(-105%);
z-index: 1; }
.btn::after {
z-index: 0;
transform: translateX(105%);
transition: none;
transition: transform 0.35s ease-in-out; }
.btn:hover {
border-color: #fff; }
.btn:hover::before {
transform: translateX(0);
transition: transform 0.35s ease-in-out; }
.btn:hover::after {
opacity: 1;
transform: translateX(0);
transition: transform 0.35s 0.36s ease-in-out; }
.btn:hover img {
transform: translateX(0.4rem); }
.btn--sec {
background: #0077b3;
border-color: #0077b3; }
.btn--orange {
background: #ff894c;
border-color: #ff894c; }
.btn--thi {
background: #ffff;
border-color: #0077b3;
color: #0077b3; }
.btn--thi img {
margin-left: unset; }
.btn--thi:hover {
color: #ffff; }
.btn--thi:hover img {
transform: translateX(0);
filter: brightness(0) invert(1); }
input {
width: 100%; }
textarea {
width: 100%;
min-height: 18rem; }
.form-control {
padding: 1.3rem;
display: inline-block;
font-family: var(--font-pri);
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
color: #101210;
border: 0;
border-bottom: 0.1rem solid #eef2ed;
box-shadow: none;
border-radius: 0;
background: transparent;
outline: 0;
transition: 0.3s ease-in-out; }
.form-control:focus, .form-control:hover {
box-shadow: none;
border: 0;
border-bottom: 0.1rem solid #0077b3;
background: #f5f7f5; }
.form-control::placeholder {
color: #a2aba1;
font-weight: 400;
font-family: var(--font-pri);
font-size: 1.4rem;
position: relative;
z-index: 10; }
.form-list {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 3.2rem 0; }
@media screen and (max-width: 1199px) {
.form-list {
gap: 2.4rem 0; } }
@media screen and (max-width: 1024px) {
.form-list {
gap: 1.6rem 0; } }
.form-it {
width: 100%; }
.form-it .f-input {
position: relative; }
.form-it .f-input .select2-container--default .select2-selection--single {
border: 0;
border-bottom: unset;
box-shadow: none;
border-radius: 0;
background: transparent;
height: 100%; }
.form-it .f-input .form-it .f-input .select2-container--default .select2-selection--single {
width: 100%;
height: 100%; }
.form-it .f-input .select2-container {
width: 100% !important;
height: 100% !important; }
.form-it .f-input .select2-container--default
.select2-selection--single
.select2-selection__rendered {
font-family: var(--font-pri);
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
color: #101210; }
.form-it .f-input .form-it
.f-input
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
font-family: var(--font-pri);
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
color: #101210; }
.form-it .f-input .select2-results__option.select2-results__option--selectable {
font-family: var(--font-pri);
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
color: #101210; }
.form-it .f-input .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 2rem;
text-overflow: unset;
padding-top: 1.6rem;
padding-bottom: 1.6rem;
border-bottom: 0.1rem solid #eef2ed; }
.form-it .f-input .select2-container--default .select2-results > .select2-results__options {
max-height: 15rem; }
.form-it .f-input .select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 100%; }
.form-it .f-input .select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #a2aba1;
font-weight: 400;
font-family: var(--font-pri);
font-size: 1.4rem;
position: relative;
z-index: 10; }
.form-it .icon {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1.6rem;
height: 1.6rem;
cursor: pointer; }
.form-it .icon img {
width: 100%;
height: 100%;
display: block; }
.form-it.per-2 {
width: calc(50% - 1.6rem); }
@media screen and (max-width: 1199px) {
.form-it.per-2 {
width: calc(50% - 1.2rem); } }
@media screen and (max-width: 1024px) {
.form-it.per-2 {
width: 100%; } }
.form-it.per-3 {
width: calc(100% / 3 - 1.6rem); }
@media screen and (max-width: 1199px) {
.form-it.per-3 {
width: calc(100% / 3 - 1.2rem); } }
@media screen and (max-width: 1024px) {
.form-it.per-3 {
width: 100%; } }
.form-it .form-label {
margin-bottom: 1rem;
color: #101210;
font-size: 1.6rem;
font-style: normal;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem; }
.form-it .form-control {
padding: 1.6rem 0;
width: 100%; }
@media screen and (max-width: 1199px) {
.form-it .form-control {
padding: 1.2rem 0; } }
@media screen and (max-width: 1024px) {
.form-it .form-control {
padding: 0.8rem 0; } }
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #0077b3 !important; }
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
width: 0.4rem; }
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
.select2-results__option--selectable {
font-family: var(--font-pri);
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
color: #101210; }
.select2-dropdown {
border: 1px solid #0077b3;
border-radius: 0.4rem;
min-width: 15rem; }
input[type="date"]::-webkit-calendar-picker-indicator {
cursor: pointer; }
.custom-date {
position: relative; }
.checkbox-input + .checkbox-label .dot,
.radio-input + .radio-label .dot {
background: transparent;
display: inline-block;
vertical-align: middle;
text-align: center;
width: 1.6rem;
height: 1.6rem;
border-radius: 0.4rem;
transition: all 0.2s;
border: 0.16rem solid #eef2ed;
flex-shrink: 0;
position: relative; }
.checkbox-label,
.radio-label {
display: flex;
gap: 0.8rem;
color: #475569;
cursor: pointer; }
@media screen and (max-width: 600px) {
.checkbox-label,
.radio-label {
font-size: 1.4rem;
gap: 0.8rem; } }
.checkbox-label .link-acc,
.radio-label .link-acc {
text-decoration: underline;
text-underline-position: under;
transition: all 0.2s; }
.checkbox-label .link-acc:hover,
.radio-label .link-acc:hover {
color: #0077b3; }
.checkbox-input:checked + .checkbox-label .dot::after,
.radio-input:checked + .radio-label .dot::after {
content: "";
cursor: pointer;
width: 1rem;
height: 1rem;
background-image: url(//luxquartzvietnam.com/template/assets/images/common/ic_check.svg);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%; }
.checkbox-input:checked + .checkbox-label .dot,
.radio-input:checked + .radio-label .dot {
background: #0077b3;
border: 0.16rem solid #0077b3; }
.side-overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 100;
background-color: rgba(0, 0, 0, 0.8);
transition: all 0.6s ease;
opacity: 0;
visibility: hidden; }
.side-overlay.open {
opacity: 1;
visibility: visible; }
.popup-block {
position: fixed;
-webkit-transform: translateZ(0);
top: 50%;
transform: translate(50%, -50%);
background-color: #ffff;
width: fit-content;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 1rem;
overflow: hidden;
right: 50%;
z-index: 300;
overflow-y: auto;
max-height: 80vh;
padding: 4rem;
max-width: 56.7rem;
opacity: 0;
display: none; }
.popup-block::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.popup-block::-webkit-scrollbar {
width: 0.4rem; }
.popup-block::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
@media screen and (max-width: 1199px) {
.popup-block {
padding: 3.2rem; } }
@media screen and (max-width: 1024px) {
.popup-block {
padding: 2.4rem; } }
@media screen and (max-width: 900px) {
.popup-block {
min-width: calc(100% - 3rem); } }
.popup-block.open {
display: block;
opacity: 1;
animation-delay: 0.2s; }
.close-popup {
display: block;
width: 2.4rem;
height: 2.4rem;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease;
cursor: pointer;
transform: translate(50%, -50%); }
.close-popup:hover {
transform: translate(50%, -50%) rotate(180deg);
filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(5715%) hue-rotate(186deg) brightness(99%) contrast(101%); }
@media screen and (max-width: 1024px) {
.close-popup::after {
width: calc(100% + 2.4rem);
height: calc(100% + 2.4rem); } }
.close-popup::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 3.2rem);
height: calc(100% + 3.2rem);
background-color: transparent; }
.block-login {
display: none;
opacity: 0;
transition: all 0.2s; }
.block-login.open {
display: block;
opacity: 1; }
.block-regis-prod {
display: none;
opacity: 0;
transition: all 0.2s; }
.block-regis-prod.open {
display: block;
opacity: 1; }
.modal-custom {
max-width: 100rem; }
.modal-custom .furn-img {
border-radius: 0; }
.modal-custom .furn-img::before {
content: unset; }
.modal-custom .furn-img:hover img {
transform: unset; }
.wrapper {
max-width: 148.7rem;
display: flex;
margin: 0 auto;
padding-right: 1.5rem; }
@media screen and (max-width: 991.98px) {
.wrapper {
row-gap: 4rem;
padding-left: 1.5rem;
flex-direction: column; } }
.furn-box:nth-child(1) {
width: 40%; }
@media screen and (max-width: 1199.98px) {
.furn-box:nth-child(1) {
width: 50%; } }
@media screen and (max-width: 991.98px) {
.furn-box:nth-child(1) {
width: 100%; } }
.furn-box:nth-child(2) {
width: calc(60% - 7rem);
margin-left: 7rem; }
@media screen and (max-width: 1487px) {
.furn-box:nth-child(2) {
margin-left: 3rem;
width: calc(60% - 3rem); } }
@media screen and (max-width: 1199.98px) {
.furn-box:nth-child(2) {
margin-left: 2rem;
width: calc(60% - 2rem); } }
@media screen and (max-width: 991.98px) {
.furn-box:nth-child(2) {
margin-left: 0;
text-align: center;
width: 100%; } }
.furn-box .btn-box {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-top: 3rem; }
.furn-box .btn-box .btn img {
margin-left: 0.8rem; }
.furn-box .title-dic {
max-width: 42.5rem;
margin-bottom: 1rem;
color: #0077b3;
text-align: left; }
@media screen and (max-width: 575.98px) {
.furn-box .title-dic {
text-align: center; } }
.furn-box p {
font-size: 1.8rem;
line-height: 150%;
color: #80919e; }
@media only screen and (max-width: 1200px) {
.furn-box p {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.furn-box p {
font-size: 1.5rem; } }
.furn-img {
position: relative;
border-radius: 1rem;
overflow: hidden;
display: block; }
.furn-img::before {
content: unset !important; }
.furn-img:hover img {
transform: scale(1.05); }
.furn-img img {
object-fit: cover;
transition: 0.3s ease-in-out;
width: 100%;
height: auto; }
.furn-img_content {
position: absolute;
z-index: 2;
width: 100%;
bottom: 4rem;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
text-align: center; }
.furn-img_content .title-md {
max-width: 61rem;
font-size: 2rem; }
@media screen and (max-width: 1199.98px) {
.furn-img_content {
bottom: 0; } }
.counter-numner {
display: flex;
align-items: center; }
.counter-numner span {
color: #ff894c;
font-size: 4.8rem;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.048rem;
display: inline-block; }
@media only screen and (max-width: 1200px) {
.counter-numner span {
font-size: 4.3rem; } }
@media only screen and (max-width: 800px) {
.counter-numner span {
font-size: 3.3rem; } }
.counter-numner span:last-child {
font-size: 2.4rem;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.024rem;
color: #ce373f;
margin-left: 1rem; }
@media only screen and (max-width: 1200px) {
.counter-numner span:last-child {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.counter-numner span:last-child {
font-size: 1.7rem; } }
.counter-list {
display: none;
flex-wrap: nowrap;
margin: 0 -2.9rem;
margin-top: 4rem; }
@media screen and (max-width: 991.98px) {
.counter-list {
justify-content: center;
flex-wrap: wrap;
row-gap: 3rem; } }
.counter-item {
width: fit-content;
max-width: 21.5rem;
padding: 0 2.9rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
row-gap: 1rem; }
.counter-item p {
color: #070e06;
font-size: 1.6rem;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem; }
@media screen and (max-width: 575.98px) {
.counter-item {
padding: 0 1.5rem;
width: 50%; } }
.pro-heading {
max-width: 88rem;
padding: 0 1.5rem;
text-align: center;
margin: 0 auto; }
.slide-wrap {
margin: 0 -2rem;
margin-top: 2rem; }
@media screen and (max-width: 991.98px) {
.slide-wrap {
margin-right: -1rem;
margin-left: -1rem; } }
@media screen and (max-width: 575.98px) {
.slide-wrap {
margin-right: -0.75rem;
margin-left: -0.75rem; } }
.pro-list {
padding: 1rem 0; }
.pro-item {
width: 39.3rem;
padding: 1rem 2rem;
transition: 0.3s ease-in-out; }
.pro-item:hover {
transition: 0.3s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.24) 0 0.3rem 0.8rem; }
@media screen and (max-width: 991.98px) {
.pro-item {
padding: 0 1rem; } }
@media screen and (max-width: 575.98px) {
.pro-item {
width: 30.3rem;
padding: 0.75rem; } }
.pro-img {
padding-top: calc(150 / 200 * 100%);
position: relative;
display: block;
overflow: hidden; }
.pro-img img {
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
position: absolute;
transition: 0.3s ease-in-out; }
.pro-img:hover img {
transition: 0.3s ease-in-out;
transform: scale(1.05); }
.pro-content {
margin-top: 3rem; }
.pro-title {
font-size: 2rem;
font-weight: 700;
text-transform: uppercase;
color: #070e06;
transition: 0.3s ease-in-out;
margin-bottom: 1rem;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.pro-title {
font-size: 1.8rem; } }
@media only screen and (max-width: 800px) {
.pro-title {
font-size: 1.6rem; } }
.pro-title a {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.pro-title:hover {
color: #0077b3; }
.pro-title span {
font-weight: 500;
letter-spacing: 0.032rem;
color: #80919e; }
.pro-bg {
padding-bottom: 8rem;
padding-top: 7.5rem;
position: relative;
margin-top: 1.5rem; }
@media screen and (max-width: 1400px) {
.pro-bg {
padding-bottom: 3rem;
padding-top: 3rem; } }
@media screen and (max-width: 575.98px) {
.pro-bg {
padding: 6rem 0; } }
.pro-change-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.pro-change-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.pro-wrap {
position: relative;
z-index: 2; }
.gallery-main {
padding-bottom: 15rem;
margin: 0 auto; }
.gallery-main.swiper {
max-width: 133.6rem;
padding-left: 8rem; }
@media screen and (max-width: 991.98px) {
.gallery-main.swiper {
padding-left: 0; } }
.gallery-main .pro-list {
padding: 0; }
.gallery-main .pro-item {
padding-top: 0; }
.gallery-main .pro-item:hover {
box-shadow: none; }
.gallery-main .pro-inner {
max-width: 80.8rem; }
.gallery-main .pro-title {
font-size: 3.6rem;
font-weight: 600;
color: #fff;
margin: 0;
margin-bottom: 2rem; }
@media only screen and (max-width: 1200px) {
.gallery-main .pro-title {
font-size: 3.1rem; } }
@media only screen and (max-width: 800px) {
.gallery-main .pro-title {
font-size: 2.6rem; } }
.gallery-main .pro-desc {
color: #fff;
font-size: 2rem;
font-weight: 500;
line-height: 150%;
margin-left: 0 !important;
text-align: justify; }
@media only screen and (max-width: 1200px) {
.gallery-main .pro-desc {
font-size: 1.8rem; } }
@media only screen and (max-width: 800px) {
.gallery-main .pro-desc {
font-size: 1.6rem; } }
@media screen and (max-width: 575.98px) {
.gallery-main .pro-desc {
text-align: left; } }
@media screen and (max-width: 575.98px) {
.gallery-main {
padding-bottom: 8rem; } }
.gallery-thumb {
margin-right: 0; }
.gallery-thumb.swiper {
max-width: 120.6rem; }
.gallery-thumb .pro-item {
padding: 0;
width: 43rem;
cursor: pointer; }
.gallery-thumb .pro-item:hover {
box-shadow: none; }
@media screen and (max-width: 1199.98px) {
.gallery-thumb .pro-item {
width: 43rem; } }
@media screen and (max-width: 575.98px) {
.gallery-thumb .pro-item {
width: 100%; } }
.gallery-thumb .pro-inner {
display: flex;
align-items: flex-end;
height: 100%; }
@media screen and (max-width: 575.98px) {
.gallery-thumb .pro-inner {
justify-content: center; } }
.gallery-thumb .pro-img {
width: 8rem;
height: 8rem;
padding-top: 0;
box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
z-index: 2;
margin-left: 3.6rem; }
.gallery-thumb .pro-img img {
position: relative; }
@media screen and (max-width: 575.98px) {
.gallery-thumb .pro-img {
margin-left: 0;
width: 6rem;
height: 6rem; } }
.gallery-thumb .pro-content {
min-width: 32rem;
background: #fff;
padding: 1rem 2rem;
border-radius: 2rem;
margin-bottom: 1rem;
margin-left: -5.7rem;
position: relative;
z-index: 1;
margin-top: 0; }
.gallery-thumb .pro-content span {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
@media screen and (max-width: 575.98px) {
.gallery-thumb .pro-content {
margin-left: -2.5rem; } }
.gallery-thumb .pro-content_inner {
max-width: 21.7rem;
margin-left: auto; }
.gallery-thumb .pro-title {
font-size: 1.6rem;
letter-spacing: 0.04rem;
font-weight: 700;
line-height: 130%;
text-transform: uppercase;
transition: 0.3s ease-in-out;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 4.2rem; }
.gallery-thumb .swiper-slide-thumb-active .pro-img {
width: 10rem;
height: 10rem;
margin-left: 0; }
@media screen and (max-width: 575.98px) {
.gallery-thumb .swiper-slide-thumb-active .pro-img {
margin-left: 0;
width: 6rem;
height: 6rem; } }
.gallery-thumb .swiper-slide-thumb-active .pro-title {
color: #0077b3;
font-size: 2rem;
line-height: 150%;
text-transform: unset; }
@media only screen and (max-width: 1200px) {
.gallery-thumb .swiper-slide-thumb-active .pro-title {
font-size: 1.8rem; } }
@media only screen and (max-width: 800px) {
.gallery-thumb .swiper-slide-thumb-active .pro-title {
font-size: 1.6rem; } }
.gallery-thumb .swiper-slide-thumb-active .pro-content {
min-width: 35rem;
padding: 1.5rem;
padding-right: 3rem; }
.gallery-thumb .swiper-slide-thumb-active .pro-content_inner {
max-width: 23.7rem; }
@media screen and (max-width: 575.98px) {
.gallery-thumb .swiper-slide-thumb-active .pro-content {
min-width: 30rem;
padding: 1rem;
padding-right: 1.5rem; } }
.gallery-thumb .swiper-slide-thumb-active .pro-action {
background: #0077b3; }
.gallery-thumb .swiper-slide-thumb-active .pro-action img {
filter: brightness(0) invert(1); }
.pro-action {
position: absolute;
width: 4.2rem;
height: 4.2rem;
border-radius: 1rem 0;
overflow: hidden;
background: transparent;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap; }
@media screen and (max-width: 991.98px) {
.furniture .wrapper {
padding-left: 0; }
.furniture .furn-box:nth-child(2) {
padding-left: 1.5rem; } }
.furn-box .slide-wrap {
margin: 0; }
.furn-item {
width: 40rem;
transition: 0.3s ease-in-out; }
.furn-item .furn-inner {
position: relative;
transform: scale(0.945);
border-radius: 0.9425rem;
overflow: hidden;
transition: 0.3s ease-in-out; }
.furn-item .furn-img {
backdrop-filter: blur(1.4138rem);
transition: 0.3s ease-in-out; }
.furn-item .furn-img::before {
content: unset; }
.furn-item .furn-content {
position: absolute;
width: 100%;
height: 40%;
left: 0;
bottom: 0;
padding: 3.4rem 2.8rem;
text-align: center;
transition: 0.3s ease-in-out;
background: linear-gradient(0deg, rgba(21, 40, 58, 0.95) 0%, rgba(0, 37, 22, 0) 100%);
flex-direction: column;
align-items: center;
justify-content: flex-end;
display: none; }
.furn-item .furn-title {
font-size: 2.4rem;
font-weight: 700;
text-transform: uppercase;
color: #fff; }
@media only screen and (max-width: 1200px) {
.furn-item .furn-title {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.furn-item .furn-title {
font-size: 1.7rem; } }
.furn-item .furn-desc {
color: #fff;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.032rem;
margin-bottom: 4.4rem;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
margin-top: 1.2rem; }
.furn-item .furn-icon {
margin-bottom: 1.8rem;
display: none; }
.furn-item .furn-text {
transform: translateY(200%);
display: none;
transition: transform 2s 1s, display 1s 0; }
.furn-item.swiper-slide-active {
padding-left: 1rem; }
.furn-item.swiper-slide-active .furn-inner {
transform: scale(1); }
.furn-item.swiper-slide-active .furn-content {
background: linear-gradient(0deg, rgba(21, 40, 58, 0.9) 0%, rgba(150, 199, 224, 0.9) 55.73%, rgba(0, 23, 14, 0) 100%);
height: 100%; }
.furn-item.swiper-slide-active .furn-text {
transform: translateY(0);
display: block; }
@media screen and (max-width: 1500px) {
.furn-item {
width: 39rem; } }
@media screen and (max-width: 480.98px) {
.furn-item {
width: 100%; }
.furn-item.swiper-slide-active {
padding-left: 1.5rem; } }
.fun-show_wrap {
padding-bottom: 6rem; }
.furn-show {
margin-top: 2rem;
display: flex; }
.furn-show_title {
position: relative;
color: #596670;
width: fit-content;
padding: 2rem 0;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-transform: uppercase; }
@media only screen and (max-width: 1200px) {
.furn-show_title {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.furn-show_title {
font-size: 1.7rem; } }
.furn-show_title::before, .furn-show_title::after {
position: absolute;
background: #596670;
height: 0.1rem;
display: block;
content: "";
width: 0;
transition: 1.5s all ease-in-out; }
.furn-show_title::after {
bottom: 0;
right: 0; }
.furn-show_title::before {
top: 0;
left: 0; }
.furn-show_item {
width: 100%; }
.furn-show_item p {
color: #596670;
font-weight: 500;
letter-spacing: 0.032rem;
font-size: 1.6rem;
text-align: left; }
.furn-show_item .btn-box {
justify-content: start;
margin-top: 2.4rem; }
.furn-show_item .btn-box .btn {
padding: 1.25rem 1.6rem; }
.furn-show_item.swiper-slide-active .furn-show_title::before, .furn-show_item.swiper-slide-active .furn-show_title::after {
width: 100%; }
.brochure .wrapper {
max-width: 133.6rem;
margin: 0 auto;
padding-right: 1.5rem;
padding-left: 1.5rem; }
.brochure .furn-box:nth-child(1) {
width: 40%;
margin-right: 2rem; }
.brochure .furn-box:nth-child(2) {
width: 60%;
margin-left: 0; }
@media screen and (max-width: 991.98px) {
.brochure .furn-box:nth-child(1) {
width: 100%;
margin-right: 0; }
.brochure .furn-box:nth-child(2) {
width: 100%; } }
.brochure .title-popup {
margin-top: 1rem; }
.brochure .furn-choose {
font-size: 2.8rem;
color: #596670;
line-height: 150%;
margin-top: 4rem; }
@media only screen and (max-width: 1200px) {
.brochure .furn-choose {
font-size: 2.4rem; } }
@media only screen and (max-width: 800px) {
.brochure .furn-choose {
font-size: 2.1rem; } }
.brochure .furn-choose a {
color: #0077b3;
font-family: inherit;
font-weight: 700; }
.brochure .furn-img {
border-radius: 0;
cursor: pointer; }
.brochure .furn-img::before {
background: rgba(0, 0, 0, 0.33); }
.brochure .furn-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2; }
.brochure .furn-icon img {
width: auto;
height: auto;
object-fit: contain; }
@media screen and (max-width: 575.98px) {
.brochure .furn-choose {
margin-top: 2rem; }
.brochure .furn-icon img {
width: 4rem; } }
.agency {
display: flex;
align-items: center; }
@media screen and (max-width: 991.98px) {
.agency {
flex-wrap: wrap; } }
.agency-img {
position: relative;
overflow: hidden;
padding-top: calc(700 / 1728 * 100%);
min-height: 37rem; }
.agency-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(21, 40, 58, 0.66) -0.58%, rgba(0, 23, 14, 0) 107.28%);
top: 0;
left: 0;
z-index: 1; }
.agency-img img {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover; }
.agency-item {
position: relative; }
.agency-item:nth-child(1) {
width: 75%;
z-index: 1; }
.agency-item:nth-child(2) {
width: 45%;
z-index: 2;
background: #fff;
margin-left: -20%;
height: fit-content;
padding: 3rem 10rem; }
@media screen and (max-width: 1500.98px) {
.agency-item:nth-child(2) {
padding: 3rem 4rem; } }
@media screen and (max-width: 1199.98px) {
.agency-item:nth-child(2) {
padding: 3rem 2rem;
width: 52%; } }
@media screen and (max-width: 991.98px) {
.agency-item:nth-child(1) {
width: 100%; }
.agency-item:nth-child(2) {
width: 100%;
margin-left: 0; } }
.agency-content {
margin-left: calc((100vw - 126.1rem) / 2);
max-width: 62.5rem;
z-index: 2;
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
padding-top: 3rem;
padding-bottom: 3rem; }
.agency-content p {
color: #fff;
font-size: 1.8rem;
line-height: 150%;
text-align: justify;
padding: 0.75rem 0; }
@media only screen and (max-width: 1200px) {
.agency-content p {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.agency-content p {
font-size: 1.5rem; } }
@media screen and (max-width: 1500.98px) {
.agency-content {
margin-left: 0;
padding-left: 1.5rem; } }
@media screen and (max-width: 1199.98px) {
.agency-content {
max-width: 45.5rem; } }
@media screen and (max-width: 991.98px) {
.agency-content {
max-width: unset;
padding-right: 1.5rem; } }
@media screen and (max-width: 767.98px) {
.agency-content {
padding: 3rem 1.5rem; }
.agency-content p {
text-align: left; } }
.agency-title {
font-size: 3.5rem;
font-weight: 500;
line-height: 130%;
text-transform: uppercase;
font-family: var(--font-sec);
color: #fff;
margin-bottom: 1.5rem;
display: flex;
flex-direction: column; }
@media only screen and (max-width: 1200px) {
.agency-title {
font-size: 3rem; } }
@media only screen and (max-width: 800px) {
.agency-title {
font-size: 2.5rem; } }
.agency-title strong {
font-weight: 800; }
@media screen and (max-width: 1199.98px) {
.agency-title {
font-size: 3rem; } }
@media screen and (max-width: 575.98px) {
.agency-title {
font-size: 2.4rem; } }
.agency-form .wpcf7 .form-list {
row-gap: 2rem;
column-gap: 2rem; }
.agency-form .wpcf7 .form-it {
width: calc(50% - 2rem); }
.agency-form .wpcf7 .form-it.w-100 {
width: 100%; }
.agency-form .wpcf7 .form-control {
border-color: #070e064d;
padding: 1rem 0 0.5rem 0; }
.agency-form .wpcf7 .form-control:focus {
border-color: #0077b3; }
.agency-form .wpcf7 .form-label {
color: #070e06;
font-weight: 500;
letter-spacing: 0.032rem; }
.agency-form .wpcf7 .form-label span {
color: #fc0000; }
.agency-form .wpcf7 textarea.form-control {
height: 7.2rem;
min-height: unset; }
.agency-form .wpcf7 .btn {
padding: 1.261rem 1.6rem; }
@media screen and (max-width: 1500px) {
.agency-form .wpcf7 .form-list {
column-gap: 1rem; }
.agency-form .wpcf7 .form-it {
width: calc(50% - 1rem); } }
@media screen and (max-width: 767.98px) {
.agency-form .wpcf7 .form-it {
width: 100%; } }
.prod-news .pro-item {
overflow: hidden;
border: 0.1px solid transparent; }
.prod-news .pro-item.swiper-slide-active, .prod-news .pro-item:hover {
transition: 0.3s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.24) 0 0.3rem 0.8rem;
border-color: #0077b3; }
.mona-content .agency-title {
font-size: 3.5rem;
flex-direction: row !important;
flex-wrap: wrap;
gap: 0.8rem; }
@media screen and (max-width: 1199.98px) {
.mona-content .agency-title {
font-size: 3rem; } }
@media screen and (max-width: 575.98px) {
.mona-content .agency-title {
font-size: 2.4rem; } }
.gallery-next,
.gallery-prev,
.intro-next,
.intro-prev {
background: #fff;
width: 5rem;
height: 5rem;
border-radius: 50%; }
.gallery-next::after,
.gallery-prev::after,
.intro-next::after,
.intro-prev::after {
content: "";
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-image: url(//luxquartzvietnam.com/template/assets/images/common/ico-arrow-right.svg);
width: 1.6rem;
height: 1.6rem; }
@media screen and (max-width: 991.98px) {
.gallery-next,
.gallery-prev,
.intro-next,
.intro-prev {
width: 4rem;
height: 4rem;
top: unset;
bottom: 6rem; } }
.gallery-prev::after,
.intro-prev::after {
transform: rotate(-180deg); }
.intro-prev,
.intro-next {
width: 3.5rem;
height: 3.5rem;
top: 40%; }
.intro-prev::after,
.intro-next::after {
width: 1.2rem;
height: 1.2rem; }
@media screen and (max-width: 1300.98px) {
.intro-prev,
.intro-next {
top: 35%; } }
.banner-con {
position: relative; }
.banner-con .banner-con-img {
position: absolute;
inset: 0; }
.banner-con .banner-con-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.banner-con .banner-con-content {
background-color: rgb(0 118 179 / 50%);
padding-bottom: 2.4rem;
position: relative;
min-height: calc(400 / 1728 * 100vw);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.8rem; }
@media screen and (min-width: 1200px) {
.banner-con .banner-con-content {
padding-top: calc(var(--height-pc) + 2.4rem); } }
@media screen and (max-width: 1199.98px) {
.banner-con .banner-con-content {
padding-top: calc(var(--height-sp) + 2.4rem); } }
@media screen and (max-width: 575.98px) {
.banner-con .title {
font-size: 2.2rem; }
.banner-con .breadcrumb-wrap {
margin-top: 0.4rem; }
.banner-con .banner-con-content {
min-height: calc(0.55 * 100vw) !important; } }
.prod.prod-slide {
padding-top: var(--size-sec); }
@media screen and (max-width: 1199px) {
.prod.prod-slide .prod-slide-lt {
flex-wrap: nowrap;
justify-content: flex-start;
overflow: auto hidden;
scroll-snap-type: x mandatory; }
.prod.prod-slide .prod-slide-lt::-webkit-scrollbar {
display: none; } }
.prod.prod-slide .prod-slide-it {
width: calc(2.2 / 12 * 100%); }
@media screen and (max-width: 1199px) {
.prod.prod-slide .prod-slide-it {
width: calc(3.5 / 12 * 100%);
flex-shrink: 0;
scroll-snap-align: start; } }
@media screen and (max-width: 1024px) {
.prod.prod-slide .prod-slide-it {
width: calc(4.5 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.prod.prod-slide .prod-slide-it {
width: calc(7.5 / 12 * 100%); } }
@media screen and (max-width: 575.98px) {
.prod.prod-slide .prod-slide-it {
width: 50%; } }
.prod .prod-slide-lt {
justify-content: center;
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1024px) {
.prod .prod-slide-lt {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 600px) {
.prod .prod-slide-lt {
--col-gap: 1.6rem;
--row-gap: 1.6rem; } }
.prod .prod-box {
height: 100%;
position: relative;
display: block; }
.prod .prod-box:hover .inner::before {
left: 120%;
transition: left 0.5s ease;
visibility: visible; }
.prod .prod-box:hover .inner img {
transform: translate(-50%, -50%) scale(1.2); }
.prod .prod-box .inner {
display: block;
position: relative;
padding-top: calc(271.25 / 217 * 100%);
width: 100%;
height: auto;
overflow: hidden;
border-radius: 0.4rem; }
.prod .prod-box .inner::after {
content: "";
position: absolute;
inset: 0; }
.prod .prod-box .inner:before {
position: absolute;
top: 0;
left: 0;
width: 8rem;
height: 100%;
content: "";
background: #fff;
opacity: 0.2;
transition: none;
transform: skewX(-20deg);
visibility: hidden;
z-index: 2; }
.prod .prod-box .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.2s; }
.prod .prod-box .content {
position: absolute;
bottom: 2.4rem;
text-align: center;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 4.8rem); }
.prod .prod-box .content .name {
color: #ffff;
text-align: center;
font-weight: 700;
transition: all 0.2s;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 2.4rem; }
.prod .prod-box .content .name:hover {
color: #0077b3; }
.prod-sort-select .select2-container {
width: fit-content !important; }
.prod-sort-select .select2-container--default .select2-selection--single {
background-color: transparent;
border: none;
border-radius: 4px;
font-family: var(--font-pri); }
.prod-sort-select .select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #000; }
.prod-sort-select .select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #0077b3 !important;
color: white; }
.prod-main-sec {
position: relative; }
.prod-main-sec:nth-child(odd) .img-bg {
display: none; }
.prod-main-sec .prod-slide-lt {
justify-content: flex-start;
row-gap: 3.2rem;
transition: all 0.3s; }
@media screen and (max-width: 1024px) {
.prod-main-sec .prod-slide-lt {
row-gap: unset; } }
@media screen and (max-width: 600px) {
.prod-main-sec .prod-slide-lt {
row-gap: unset; } }
.prod-main-sec .img-bg {
position: absolute;
inset: 0;
z-index: -2; }
.prod-main-sec .img-bg img {
width: 100%;
height: 100%;
display: block; }
.prod-main-sec .img-bg::after {
content: "";
position: absolute;
inset: 0;
background: rgba(14, 15, 14, 0.6); }
.prod-main-sec:nth-child(even) .prod-main .title {
color: #ffff; }
.prod-main-sec:nth-child(even) .prod-main .desc {
color: #ffff; }
.prod-main-sec:nth-child(even) .prod-main .content .name {
color: #ffff;
text-align: left; }
.prod-main-sec:nth-child(even) .prod-main .content .name:hover {
color: #0077b3; }
.prod-sort {
background: #fbfbfb;
margin-top: var(--size-sec); }
.prod-sort-wr {
padding-top: 4.8rem;
padding-bottom: 4.8rem; }
@media screen and (max-width: 1199px) {
.prod-sort-wr {
padding-top: 3.2rem;
padding-bottom: 3.2rem; } }
@media screen and (max-width: 1024px) {
.prod-sort-wr {
padding-top: 2.4rem;
padding-bottom: 2.4rem; } }
.prod-sort-hd {
display: flex;
align-items: center;
justify-content: space-between; }
@media screen and (max-width: 575.98px) {
.prod-sort-hd {
flex-direction: column;
row-gap: 2rem;
align-items: flex-start; } }
.prod-sort-search {
position: relative;
height: 100%;
width: calc(4.5 / 12 * 100%); }
@media screen and (max-width: 768px) {
.prod-sort-search {
width: calc(7 / 12 * 100%); } }
@media screen and (max-width: 575.98px) {
.prod-sort-search {
width: 100%; } }
.prod-sort-search .btn-submit {
position: absolute;
right: 1.2rem;
top: 50%;
transform: translateY(-50%);
width: 1.6rem;
height: 1.6rem; }
@media screen and (max-width: 768px) {
.prod-sort-search .btn-submit {
right: 0.4rem; } }
.prod-sort-search .btn-submit::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 3.2rem);
height: calc(100% + 3.2rem);
background: transparent;
transition: all 0.3s;
z-index: -2;
opacity: 0; }
.prod-sort-search .btn-submit img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
position: relative;
z-index: 2;
transition: all 0.4s; }
.prod-sort-search .form-control {
border-bottom: 1px solid #5caf52;
width: 100%;
padding: 1.2rem 3.6rem 1.2rem 1.2rem; }
@media screen and (max-width: 768px) {
.prod-sort-search .form-control {
padding: 0.4rem 2.4rem 0.4rem 0.8rem; } }
.prod-main {
padding-top: 3rem;
padding-bottom: 3rem; }
@media screen and (max-width: 1199px) {
.prod-main {
padding-top: 4.8rem;
padding-bottom: 4.8rem; } }
@media screen and (max-width: 1024px) {
.prod-main {
padding-top: 3.2rem;
padding-bottom: 3.2rem; } }
.prod-main .title {
color: #000;
text-align: center; }
.prod-main .desc {
max-width: 81rem;
text-align: center;
margin-left: auto;
margin-right: auto; }
.prod-main .prod-box {
display: flex;
flex-direction: column;
gap: 1.2rem;
height: 100%; }
.prod-main .prod-box .inner {
padding-top: 85%; }
.prod-main .prod-box .content {
position: relative;
bottom: unset;
text-align: left;
width: unset; }
.prod-main .prod-box .content .name {
color: #000;
font-size: 1.8rem;
font-weight: 600;
text-align: left; }
@media only screen and (max-width: 1200px) {
.prod-main .prod-box .content .name {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.prod-main .prod-box .content .name {
font-size: 1.5rem; } }
@media screen and (max-width: 768px) {
.prod-main .prod-slide-it {
width: calc(6 / 12 * 100%) !important;
margin-bottom: 1.6rem; } }
.prod-main .btn {
display: block;
margin-top: 3rem;
text-align: center;
width: fit-content;
min-width: 12.5rem;
margin-left: auto;
margin-right: auto; }
@media screen and (max-width: 1199px) {
.prod-main .btn {
margin-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.prod-main .btn {
margin-top: 3.2rem; } }
@media screen and (max-width: 768px) {
.prod-main .btn {
margin-top: 0.8rem; } }
@media screen and (max-width: 600px) {
.promo-banner-sec {
padding-top: 1.8rem; } }
.promo-banner {
position: relative; }
.promo-banner .promo-banner-img {
position: absolute;
inset: 0; }
.promo-banner .promo-banner-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.promo-banner .promo-banner-img::after {
content: "";
position: absolute;
inset: 0;
background: rgba(14, 15, 14, 0.6); }
.promo-banner .promo-banner-content {
position: relative;
min-height: calc(100vw * (455 / 1728));
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
color: #ffff;
padding-top: 4.8rem;
padding-bottom: 4.8rem; }
@media screen and (max-width: 1024px) {
.promo-banner .promo-banner-content {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); } }
.promo-banner .promo-banner-content .subtitle {
font-size: 2.4rem;
font-weight: 600;
margin-bottom: 1.2rem; }
@media only screen and (max-width: 1200px) {
.promo-banner .promo-banner-content .subtitle {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.promo-banner .promo-banner-content .subtitle {
font-size: 1.7rem; } }
@media screen and (max-width: 600px) {
.promo-banner .promo-banner-content .subtitle {
margin-bottom: 0.8rem; } }
.promo-banner .promo-banner-content .subtitle > * {
color: #77a0cb;
font-size: 3.2rem;
font-weight: 700;
line-height: 3rem; }
@media only screen and (max-width: 1200px) {
.promo-banner .promo-banner-content .subtitle > * {
font-size: 2.7rem; } }
@media only screen and (max-width: 800px) {
.promo-banner .promo-banner-content .subtitle > * {
font-size: 2.2rem; } }
@media screen and (max-width: 600px) {
.promo-banner .promo-banner-content .subtitle > * {
font-size: 1.8rem; } }
.promo-banner .promo-banner-content .title-xl br:first-child {
display: none; }
@media screen and (max-width: 500px) {
.promo-banner .promo-banner-content .title-xl br:first-child {
display: block; } }
.promo-banner .promo-banner-content .desc {
margin-top: 1.2rem;
margin-bottom: 3rem;
color: #eef2ed;
line-height: 2.4rem; }
@media screen and (max-width: 1199px) {
.promo-banner .promo-banner-content .desc {
margin-bottom: 2.4rem; } }
@media screen and (max-width: 600px) {
.promo-banner .promo-banner-content .desc {
margin-top: 0.8rem;
margin-bottom: 0.8rem; } }
.prod-detail {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec);
text-align: center; }
.prod-detail .title-xl {
color: #070e06; }
@media screen and (max-width: 575.98px) {
.prod-detail .title-xl {
font-size: 2.4rem !important; } }
.prod-detail .prod-detail-img {
margin-left: auto;
margin-right: auto;
display: block;
width: calc(5 / 12 * 100%);
height: auto; }
@media screen and (max-width: 1024px) {
.prod-detail .prod-detail-img {
width: calc(6 / 12 * 100%); } }
@media screen and (max-width: 600px) {
.prod-detail .prod-detail-img {
width: calc(10 / 12 * 100%); } }
.prod-detail .prod-detail-img .inner {
padding-top: 100%;
display: block;
position: relative;
width: 100%;
height: auto; }
.prod-detail .prod-detail-img .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: none; }
.prod-detail-banner.promo-banner .promo-banner-content {
position: absolute;
top: 0;
width: 100%; }
.prod-detail-banner.promo-banner .promo-banner-img {
position: relative; }
.prod-detail-banner.promo-banner .promo-banner-img img {
height: auto;
max-height: 75rem; }
@media screen and (max-width: 767.98px) {
.prod-detail-banner.promo-banner .promo-banner-img img {
min-height: 28rem; } }
.prod-detail-banner.promo-banner .promo-banner-inner {
width: calc(6.5 / 12 * 100%);
margin-left: auto;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column; }
@media screen and (max-width: 1024px) {
.prod-detail-banner.promo-banner .promo-banner-inner {
width: 66.66667%; } }
@media screen and (max-width: 768px) {
.prod-detail-banner.promo-banner .promo-banner-inner {
width: 100%;
row-gap: 1rem; } }
@media screen and (max-width: 575.98px) {
.prod-detail-banner.promo-banner .promo-banner-inner {
row-gap: 0.5rem; }
.prod-detail-banner.promo-banner .promo-banner-inner .title-xl {
font-size: 2rem; } }
.prod-detail-banner.promo-banner .desc {
display: flex;
flex-direction: column;
gap: 0.8rem;
font-weight: 500; }
@media screen and (max-width: 767.98px) {
.prod-detail-banner.promo-banner .desc {
font-size: 1.4rem;
line-height: 150%;
margin: 0; } }
@media screen and (max-width: 600px) {
.prod-detail-banner.promo-banner .desc {
font-weight: 400;
font-size: 1.1rem; } }
.prod-detail-banner.promo-banner .btn-gr {
display: flex;
align-items: center;
gap: 1.2rem;
margin-top: 0.8rem; }
@media screen and (max-width: 600px) {
.prod-detail-banner.promo-banner .btn-gr {
gap: 0.8rem; } }
@media screen and (max-width: 575.98px) {
.prod-detail-banner.promo-banner .btn-gr .btn {
padding: 0.6rem 0.8rem;
font-size: 1.2rem; } }
@media screen and (max-width: 1199px) {
.prod-desc-ct {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.prod-desc-ct {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 600px) {
.prod-desc-ct {
--col-gap: 1.6rem;
--row-gap: 1.6rem; } }
.prod-desc {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.prod-desc .title-xl {
text-align: center;
color: #070e06; }
@media screen and (max-width: 768px) {
.prod-desc .prod-desc-img {
width: 100%;
margin-bottom: 2.4rem; } }
.prod-desc .prod-desc-img .inner-img {
position: relative;
display: block;
width: 100%;
height: auto;
padding-top: calc(451 / 800 * 100%);
overflow: hidden;
border-radius: 1rem;
margin-bottom: 2rem; }
.prod-desc .prod-desc-img .inner-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.prod-desc .prod-desc-img .action-img {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1.2rem; }
@media screen and (max-width: 600px) {
.prod-desc .prod-desc-img .action-img {
gap: 0.4rem; } }
.prod-desc .prod-desc-img .action-img .MagicZoom {
margin: unset; }
.prod-desc .prod-desc-img .action-img .btn > * {
height: 2.4rem;
line-height: 2.4rem; }
@media screen and (max-width: 600px) {
.prod-desc .prod-desc-img .action-img .btn {
padding: 0.4rem 0.6rem;
font-size: 1.2rem; }
.prod-desc .prod-desc-img .action-img .btn > * {
height: 2rem;
line-height: 2rem; } }
.prod-desc .prod-desc-img .action-img .btn img {
width: 2.4rem;
height: 2.4rem;
display: block;
max-width: unset !important;
max-height: unset !important; }
@media screen and (max-width: 575.98px) {
.prod-desc .prod-desc-img .action-img .btn img {
width: 2rem;
height: 2rem; } }
.prod-desc .prod-desc-img .action-img .btn--sec img {
margin-left: unset;
margin-right: 1rem; }
@media screen and (max-width: 575.98px) {
.prod-desc .prod-desc-img .action-img .btn--sec img {
margin-right: 0.6rem; } }
@media screen and (max-width: 768px) {
.prod-desc .prod-desc-txt {
width: 100%; } }
.prod-desc .prod-desc-txt .inner-ct {
padding: 3rem;
padding-bottom: 1rem;
border-radius: 1.5rem;
background: #f7f7f7; }
@media screen and (max-width: 1600px) {
.prod-desc .prod-desc-txt .inner-ct {
padding: 2.4rem; } }
@media screen and (max-width: 1024px) {
.prod-desc .prod-desc-txt .inner-ct {
padding: 1.6rem; } }
.prod-desc .prod-desc-txt .inner-ct .mona-content ul,
.prod-desc .prod-desc-txt .inner-ct .mona-content ol {
padding-left: 2rem; }
.prod-desc .prod-desc-txt .inner-ct .mona-content ul ul,
.prod-desc .prod-desc-txt .inner-ct .mona-content ul ol,
.prod-desc .prod-desc-txt .inner-ct .mona-content ol ul,
.prod-desc .prod-desc-txt .inner-ct .mona-content ol ol {
padding-left: 0; }
.prod-desc .prod-desc-txt .title-l {
color: #070e06;
margin-bottom: 1.6rem; }
.prod-desc .prod-desc-txt .num-list {
display: flex;
flex-direction: column;
gap: 0.4rem; }
.prod-desc .prod-desc-txt .num-list .num-it {
display: flex;
gap: 0.4rem;
color: #3b403a; }
.prod-desc .prod-desc-txt .num-list .num-it .tt {
font-weight: 700; }
.prod-desc .prod-desc-txt .num-list .num-it .desc {
font-weight: 500; }
.prod-dt-slide .prod-dt-img {
display: block;
width: 100%;
height: auto;
padding-top: calc(750 / 1728 * 100%);
position: relative; }
.prod-dt-slide .prod-dt-img::after {
content: "";
position: absolute;
inset: 0;
background: rgba(14, 15, 14, 0.6); }
.prod-dt-slide .prod-dt-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.prod-main-sec:nth-child(even) .prod-other .content .name {
color: #101210; }
.prod-other.prod-main {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
@media screen and (max-width: 600px) {
.prod-other.prod-main {
padding-bottom: 1.6rem; } }
.prod-other .prod-main-hd {
flex-direction: row;
justify-content: space-between;
align-items: center; }
@media screen and (max-width: 600px) {
.prod-other .prod-main-hd {
flex-direction: column;
justify-content: center; } }
.prod-other .btn {
display: inline-block;
margin-top: unset;
margin-right: unset; }
@media screen and (max-width: 600px) {
.prod-other .btn {
margin-right: auto; } }
.mz-expand a {
display: none !important;
opacity: 0 !important; }
.mz-hint {
opacity: 0 !important; }
@media screen and (max-width: 840px) {
.mz-expand .mz-image-stage > figure {
max-width: calc(100% - 3rem);
margin: 0 auto; } }
@media screen and (max-width: 575.98px) {
.promo-banner-inner .title-xl {
font-size: 2rem; } }
@media only screen and (max-width: 575.98px) and (max-width: 1200px) {
.promo-banner-inner .title-xl {
font-size: 1.8rem; } }
@media only screen and (max-width: 575.98px) and (max-width: 800px) {
.promo-banner-inner .title-xl {
font-size: 1.6rem; } }
@media screen and (max-width: 575.98px) {
.promo-banner-inner .title-xl br {
display: none; } }
@media screen and (max-width: 425.98px) {
.promo-banner-inner .title-xl {
font-size: 1.5rem; } }
@media screen and (max-width: 575.98px) {
.promo-banner-inner .desc {
font-size: 1.4rem; } }
@media screen and (max-width: 575.98px) {
.promo-banner-inner .btn {
font-size: 1.2rem;
padding: 1rem; } }
.is-scrollbar .mCSB_container {
display: flex;
flex-wrap: nowrap; }
@media screen and (max-width: 1199.98px) {
.is-scrollbar .prod.prod-slide .prod-slide-it {
width: 35rem; } }
@media screen and (max-width: 767.98px) {
.is-scrollbar .prod.prod-slide .prod-slide-it {
width: 28rem; } }
@media screen and (max-width: 575.98px) {
.is-scrollbar .prod.prod-slide .prod-slide-it {
width: 18rem; } }
.mCSB_scrollTools .mCSB_draggerRail {
background-color: rgba(0, 119, 179, 0.7); }
.acc {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.acc-sidebar-wr {
position: sticky; }
@media screen and (min-width: 1200px) {
.acc-sidebar-wr {
top: calc(var(--height-pc) + 2.4rem); } }
@media screen and (max-width: 1199.98px) {
.acc-sidebar-wr {
top: calc(var(--height-sp) + 2.4rem); } }
@media screen and (max-width: 1199px) {
.acc-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.acc-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 768px) {
.acc-sidebar {
width: 100%;
margin-bottom: var(--size-sec); } }
.acc-form .title-l {
color: #101210;
margin-bottom: 4.8rem; }
@media screen and (max-width: 1199px) {
.acc-form .title-l {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1024px) {
.acc-form .title-l {
margin-bottom: 2.4rem; } }
@media screen and (max-width: 600px) {
.acc-form .title-l {
margin-bottom: 1.6rem; } }
.acc-form .btn-gr {
display: flex;
align-items: center;
gap: 2.4rem;
margin-top: 2.4rem; }
@media screen and (max-width: 1199px) {
.acc-form .btn-gr {
margin-top: 1.6rem; } }
@media screen and (max-width: 1024px) {
.acc-form .btn-gr {
gap: 1.6rem;
margin-top: 0.8rem; } }
@media screen and (max-width: 600px) {
.acc-form .btn-gr {
gap: 0.8rem; } }
.acc-fir .acc-hd {
display: flex;
align-items: center;
gap: 1.2rem;
margin-bottom: 2.4rem; }
@media screen and (max-width: 1024px) {
.acc-fir .acc-hd {
margin-bottom: 1.6rem; } }
@media screen and (max-width: 768px) {
.acc-fir .acc-hd {
flex-direction: column;
gap: unset; } }
.acc-fir .acc-avt {
width: 8rem;
height: auto;
flex-shrink: 0;
cursor: pointer; }
@media screen and (max-width: 1199px) {
.acc-fir .acc-avt {
width: 6rem; } }
.acc-fir .acc-avt .img-avt {
display: block;
width: 100%;
height: auto;
padding-top: 100%;
position: relative;
cursor: pointer; }
.acc-fir .acc-avt .img-avt > img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden;
border-radius: 1rem; }
.acc-fir .acc-avt .ic {
display: flex;
align-items: center;
justify-content: center;
margin-top: auto;
margin-left: auto;
width: 2rem;
height: 2rem;
border-radius: 0.4rem;
background: #f5f7f5;
transform: translate(50%, -50%);
cursor: pointer; }
.acc-fir .acc-avt .ic img {
display: block;
object-fit: contain;
z-index: 1;
width: 1.2rem;
height: 1.2rem; }
.acc-fir .acc-info .name {
color: #101210;
font-weight: 600;
line-height: 125%;
letter-spacing: -0.032rem; }
.acc-fir .acc-info .link {
color: #838c82;
font-size: 1.2rem;
line-height: 166%;
letter-spacing: -0.024rem; }
.acc-fir .acc-bd .info-list {
display: flex;
flex-direction: column;
gap: 2.4rem;
padding-left: 1.2rem; }
@media screen and (max-width: 1024px) {
.acc-fir .acc-bd .info-list {
gap: 1.6rem; } }
.acc-fir .acc-bd .info-item.active .info-link {
color: #0077b3;
font-weight: 700; }
.acc-fir .acc-bd .info-item.active .info-link::after {
height: 2rem; }
.acc-fir .acc-bd .info-link {
color: #838c82;
transition: all 0.2s;
position: relative; }
.acc-fir .acc-bd .info-link::after {
content: "";
height: 0;
width: 0.2rem;
background: #0077b3;
position: absolute;
left: -1.2rem;
top: 0;
transition: all 0.3s ease-in-out; }
.acc-fir .acc-bd .info-link:hover {
color: #0077b3;
font-weight: 700; }
@media screen and (max-width: 768px) {
.acc-fir-info {
width: 100%; } }
@media screen and (max-width: 768px) {
.acc-sec-info {
width: 100%; } }
.acc-sec-info .title-l {
color: #101210; }
.acc-sec-info .prod-slide-lt {
row-gap: var(--row-gap);
justify-content: unset; }
.acc-sec-info .prod-slide-it {
margin-bottom: unset; }
@media screen and (max-width: 1024px) {
.acc-sec-info .prod-slide-it {
width: calc(6 / 12 * 100%); } }
.acc-sec-info .prod-main {
padding-bottom: unset; }
@media screen and (max-width: 768px) {
.acc-sec-info .prod-main {
padding-top: 2.4rem; } }
.acc-sec-info .prod-main .name {
color: #101210; }
.acc-sec-info .prod-box {
height: 100%; }
.acc-sec-info .prod-box .content {
display: flex;
flex-direction: column;
flex: 1; }
.acc-sec-info .prod-box .content .name {
margin-bottom: 3.2rem; }
@media screen and (max-width: 1199px) {
.acc-sec-info .prod-box .content .name {
margin-bottom: 2.4rem; } }
@media screen and (max-width: 1024px) {
.acc-sec-info .prod-box .content .name {
margin-bottom: 1.6rem; } }
.acc-thir-info .acc-form .title-l {
margin-bottom: 2.4rem; }
@media screen and (max-width: 768px) {
.acc-thir-info .acc-form .title-l {
margin-bottom: 1.6rem; } }
.acc-thir-info .auth-prod {
padding-top: var(--size-sec);
transition: all 0.4s; }
.acc-thir-info .auth-prod .title-l {
margin-bottom: 4.8rem; }
@media screen and (max-width: 1199px) {
.acc-thir-info .auth-prod .title-l {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1024px) {
.acc-thir-info .auth-prod .title-l {
margin-bottom: 2.4rem; } }
@media screen and (max-width: 768px) {
.acc-thir-info {
width: 100%; } }
.acc-thir-info .form-label {
color: #3b403a;
font-size: 1.4rem;
font-weight: 500;
line-height: 150%;
margin-bottom: 0.4rem; }
.acc-thir-info .form-label > * {
color: #ec0015; }
.acc-thir-info .f-input {
position: relative; }
.acc-thir-info .f-input .form-control {
padding: 1.6rem 1.6rem 1.6rem 0; }
@media screen and (max-width: 600px) {
.acc-thir-info .f-input .form-control {
padding: 1.2rem 1.2rem 1.2rem 0; } }
.acc-thir-info .f-input .btn-submit {
width: 1.6rem;
height: 1.6rem;
position: absolute;
right: 1.6rem;
top: 50%;
transform: translateY(-50%);
cursor: pointer; }
@media screen and (max-width: 600px) {
.acc-thir-info .f-input .btn-submit {
right: 1.2rem; } }
.acc-thir-info .f-input .btn-submit::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 3.2rem);
height: calc(100% + 3.2rem);
background-color: transparent; }
.acc-thir-info .note {
color: #3b403a;
font-size: 1.2rem;
line-height: 150%;
padding-top: 1.2rem; }
.acc-thir-info .search-lt {
display: flex;
flex-direction: column;
gap: 1.2rem;
padding: 1.2rem;
background: #f5f7f5; }
.acc-thir-info .search-link {
display: flex;
gap: 0.8rem;
align-items: center;
width: 100%;
height: 100%; }
.acc-thir-info .search-link:hover > * {
color: #0077b3; }
.acc-thir-info .search-link:hover .ic {
filter: brightness(0) saturate(100%) invert(26%) sepia(44%) saturate(3490%) hue-rotate(179deg) brightness(102%) contrast(101%); }
.acc-thir-info .search-link .ic {
width: 1.6rem;
height: 1.6rem;
display: inline-block;
transition: all 0.2s;
cursor: pointer; }
.acc-thir-info .search-link .ic img {
width: 100%;
height: 100%;
object-fit: contain; }
.acc-thir-info .search-link > * {
display: inline-block;
color: #101210;
font-size: 1.4rem;
font-weight: 400;
line-height: 100%;
transition: all 0.2s;
line-height: 100%; }
.acc-thir-info .fqa-list {
display: flex;
flex-direction: column;
gap: 1.2rem; }
@media screen and (max-width: 600px) {
.acc-thir-info .fqa-list {
gap: 0.8rem; } }
.acc-thir-info .fqa-list .fqa-item {
transition: all 0.3s; }
.acc-thir-info .fqa-list .fqa-link {
color: #0077b3;
font-size: 1.2rem;
line-height: 150%;
text-decoration: underline;
text-underline-position: under;
transition: all 0.2s ease; }
.acc-thir-info .fqa-list .fqa-link:hover {
font-weight: 600; }
.acc-thir-info .prod-main {
padding-top: unset; }
.acc-thir-info .prod-main .btn {
display: flex;
align-items: center;
margin-top: auto;
margin-left: 0;
margin-bottom: 1rem; }
.popup-block-wr {
position: relative; }
.popup-block .title-popup,
.popup-agency .title-popup {
margin-bottom: 4rem;
text-align: center; }
@media screen and (max-width: 1199px) {
.popup-block .title-popup,
.popup-agency .title-popup {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1024px) {
.popup-block .title-popup,
.popup-agency .title-popup {
margin-bottom: 2.4rem; } }
.popup-block .f-input,
.popup-agency .f-input {
position: relative; }
.popup-block .f-input.is-active .upload-file > *,
.popup-agency .f-input.is-active .upload-file > * {
color: #101210; }
.popup-block .f-input.is-active .upload-file > * img,
.popup-agency .f-input.is-active .upload-file > * img {
display: none; }
.popup-block .f-input.is-active .ic-remove,
.popup-agency .f-input.is-active .ic-remove {
display: flex;
align-items: center;
justify-content: center; }
.popup-block .form-label,
.popup-agency .form-label {
color: #101210;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.032rem; }
.popup-block .ic-remove,
.popup-agency .ic-remove {
width: 2.6rem;
height: 2.6rem;
display: none;
position: absolute;
right: 0;
top: 50%;
cursor: pointer;
transform: translateY(-50%);
z-index: 10;
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(1743%) hue-rotate(270deg) brightness(97%) contrast(107%); }
.popup-block .ic-remove img,
.popup-agency .ic-remove img {
width: 1.6rem;
height: 1.6rem;
display: block; }
.popup-block .upload-file,
.popup-agency .upload-file {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.6rem 0;
gap: 2rem;
transition: 0.3s ease-in-out;
cursor: pointer;
border-bottom: 0.1rem solid transparent; }
.popup-block .upload-file:hover,
.popup-agency .upload-file:hover {
box-shadow: none;
border: 0;
border-bottom: 0.1rem solid #0077b3;
background: #f5f7f5; }
.popup-block .upload-file input,
.popup-agency .upload-file input {
width: 100%; }
.popup-block .upload-file > *,
.popup-agency .upload-file > * {
color: #a2aba1;
font-size: 1.4rem;
font-weight: 400;
line-height: 150%; }
.popup-block .upload-file > * img,
.popup-agency .upload-file > * img {
width: 1.6rem;
height: 1.6rem;
display: block; }
.popup-block .btn,
.popup-agency .btn {
margin-left: auto;
margin-right: auto; }
.acc-success {
text-align: center;
padding-top: var(--size-sec); }
.acc-success .acc-success-ic {
width: 8rem;
height: 8rem;
background-color: #f5f7f5;
border-radius: 100%;
margin: 0 auto 2.4rem;
display: flex;
align-items: center;
justify-content: center; }
.acc-success .acc-success-ic .ic {
width: 3.2rem;
height: 3.2rem;
display: block; }
.acc-success .acc-success-ic .ic img {
width: 100%;
height: 100%;
display: block; }
.acc-success .acc-success-btn {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 2.4rem; }
@media screen and (max-width: 1024px) {
.acc-success .acc-success-btn {
gap: 1.2rem; } }
@media screen and (max-width: 600px) {
.acc-success .acc-success-btn .btn {
width: 100%; } }
.action-search .search-lt {
opacity: 0;
transition: all 0.4s ease;
display: none;
pointer-events: none; }
.action-search .search-lt.is-active {
transition: all 0.4s ease;
opacity: 1;
display: block;
pointer-events: visible; }
.banner-hd {
overflow: hidden;
height: var(--height-pc);
width: 100%;
display: block; }
@media screen and (min-width: 1200px) {
.banner-hd {
height: var(--height-pc); } }
@media screen and (max-width: 1199.98px) {
.banner-hd {
height: var(--height-sp); } }
.banner-hd img {
display: block;
height: 100%;
width: 100%;
object-fit: cover; }
.err-page {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.err-page .err-page-wr {
align-items: center;
--col-gap: 4rem;
--row-gap: 4rem; }
@media screen and (max-width: 1199px) {
.err-page .err-page-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.err-page .err-page-wr {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 600px) {
.err-page .err-page-wr {
flex-direction: column-reverse; } }
@media screen and (max-width: 1024px) {
.err-page .err-page-content {
width: calc(7/12*100%); } }
@media screen and (max-width: 600px) {
.err-page .err-page-content {
width: 100%;
text-align: center; } }
.err-page .title {
margin-bottom: 4rem;
color: #101210; }
@media screen and (max-width: 1199px) {
.err-page .title {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1199px) {
.err-page .title {
margin-bottom: 2.4rem; } }
.err-page .title > * {
color: #0077B3; }
@media screen and (max-width: 1024px) {
.err-page .err-page-img {
width: calc(5/12*100%); } }
@media screen and (max-width: 600px) {
.err-page .err-page-img {
width: 100%; } }
.err-page .err-page-img .inner {
width: calc(100% + var(--pc));
position: relative; }
@media screen and (max-width: 1246px) {
.err-page .err-page-img .inner {
width: calc(100% + 1.5rem); } }
@media screen and (max-width: 600px) {
.err-page .err-page-img .inner {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2.4rem; } }
.err-page .err-page-img .img {
display: block;
padding-top: calc(789/918*100%);
width: 100%;
height: 100%;
position: relative; }
.err-page .err-page-img .img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.popup-register {
max-width: unset;
width: fit-content; }
.popup-register .form-regis {
max-width: 108.8rem; }
.popup-register .form-login {
max-width: 59.2rem;
transition: all .3s; }
.popup-register .form-label {
color: var(10, #101210);
font-size: 1.6rem;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem; }
.popup-register .form-label > * {
color: #F00; }
.popup-register .btn {
display: flex;
width: fit-content;
margin-top: 4rem;
justify-content: center; }
@media screen and (max-width: 1199px) {
.popup-register .btn {
gap: 1.6rem;
margin-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.popup-register .btn {
margin-top: 2.4rem; } }
.popup-register .note-login {
display: block;
margin-top: 2.4rem;
color: #3B403A;
font-size: 1.4rem;
text-align: center; }
.popup-register .note-login > * {
color: #0077B3;
font-weight: 600;
transition: all .3s;
font-family: var(--font-pri); }
.popup-register .note-login > *:hover {
color: #ff894c; }
.popup-register .action-pass {
margin-top: 1.2rem;
display: flex;
align-items: center;
justify-content: space-between; }
@media screen and (max-width: 600px) {
.popup-register .action-pass {
flex-direction: column;
align-items: flex-start;
gap: 0.8rem; } }
.popup-register .action-pass .forget-pass {
display: inline-block;
transition: all .2s; }
.popup-register .action-pass .forget-pass:hover {
color: #0077b3; }
.popup-register .social-list {
text-align: center;
margin-top: 4rem;
display: flex;
flex-direction: column;
gap: 2.4rem;
width: 100%; }
@media screen and (max-width: 1199px) {
.popup-register .social-list {
gap: 1.6rem;
margin-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.popup-register .social-list {
margin-top: 2.4rem; } }
@media screen and (max-width: 768px) {
.popup-register .social-list {
gap: 1.6rem; } }
.popup-register .social-item {
width: 100%; }
.popup-register .social-link {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 1.6rem;
gap: 0.8rem;
background-color: #F9F9F9;
line-height: 100%;
transition: all .2s;
cursor: pointer; }
.popup-register .social-link:hover {
color: #0077b3;
background-color: #eef2ed; }
.popup-register .social-link .ic {
width: 1.8rem;
height: 1.8rem; }
.popup-register .social-link .ic img {
width: 100%;
height: 100%;
display: block; }
.popup-app {
max-width: unset;
width: fit-content; }
.popup-app .form-app {
max-width: 108.8rem; }
.popup-app .btn {
display: flex;
width: fit-content;
margin-top: 4rem; }
@media screen and (max-width: 1199px) {
.popup-app .btn {
margin-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.popup-app .btn {
margin-top: 2.4rem; } }
.contact {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.contact-map {
padding-bottom: var(--size-sec); }
@media screen and (max-width: 1199px) {
.contact-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.contact-wr {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.contact-sb {
width: calc(4 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.contact-sb {
width: 100%;
margin-bottom: var(--size-sec); } }
.contact-sb .contact-sb-hd {
color: #3b403a;
margin-bottom: 2.4rem; }
.contact-sb .contact-sb-hd .title {
color: #0077b3;
margin-bottom: 0.8rem; }
.contact-sb .contact-lt {
display: flex;
flex-direction: column;
gap: 2.4rem; }
.contact-sb .contact-it {
display: flex;
flex-direction: column;
gap: 0.8rem; }
.contact-sb .contact-it .txt {
font-weight: 600;
color: #070e06; }
.contact-sb .contact-it .link {
word-break: break-word;
transition: all 0.2s; }
.contact-sb .contact-it .link:hover {
color: #0077b3; }
.contact-sb .social-lt {
display: flex;
align-items: center;
gap: 0.8rem; }
.contact-sb .social-lk {
display: block;
width: 3.2rem;
height: 3.2rem; }
.contact-sb .social-lk:hover img {
transform: translateY(-0.4rem); }
.contact-sb .social-lk img {
width: 100%;
height: 100%;
display: block;
transition: all 0.3s; }
@media screen and (max-width: 1024px) {
.contact-main {
width: calc(8 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.contact-main {
width: 100%; } }
.contact-main .block-radio {
display: flex;
align-items: center;
gap: 3.2rem; }
.contact-main .form-label {
font-weight: 500;
color: #070e06;
letter-spacing: 0.032rem; }
.contact-main .form-label > * {
color: #ec0015; }
.contact-main .btn {
margin-top: 1.6rem; }
.contact-map-wr {
position: relative;
padding-top: calc(620 / 1216 * 100%);
width: 100%;
height: auto; }
@media screen and (max-width: 600px) {
.contact-map-wr {
min-height: 40rem; } }
.contact-map-wr iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.popup-agency {
max-width: unset;
margin: 0 auto;
width: 100%;
overflow: hidden;
min-width: unset; }
@media screen and (max-width: 1500px) {
.popup-agency {
padding: 0; } }
.popup-agency .title-popup {
text-align: left; }
@media screen and (max-width: 1500px) {
.popup-agency .title-popup {
margin-bottom: 2rem; } }
.popup-agency .acc-form {
width: 100%; }
.popup-agency .popup-block-wr {
padding: 10rem 1.5rem; }
@media screen and (max-width: 575.98px) {
.popup-agency .popup-block-wr {
padding: 6rem 1.5rem; } }
.popup-agency .close-popup {
width: 4rem;
height: 4rem;
right: 2.4rem;
top: 2.4rem;
transform: translate(0); }
.popup-agency .close-popup:hover {
transform: translate(0) rotate(180deg); }
@media screen and (max-width: 1024px) {
.popup-agency .close-popup {
width: 3.2rem;
height: 3.2rem; } }
@media screen and (max-width: 768px) {
.popup-agency .close-popup {
width: 2.4rem;
height: 2.4rem;
right: 0rem;
top: 0rem; } }
.popup-agency .close-popup img {
width: 100%;
height: 100%;
display: block; }
.popup-agency .close-popup::after {
width: 0;
height: 0; }
.popup-agency .form-list {
justify-content: space-between;
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.popup-agency .form-list {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
.popup-agency .form-it {
width: calc(5 / 12 * 100%); }
@media screen and (max-width: 900px) {
.popup-agency .form-it {
width: calc(6 / 12 * 100%); } }
@media screen and (max-width: 600px) {
.popup-agency .form-it {
width: 100%; } }
.popup-agency .btn {
margin-right: 0; }
@media screen and (max-width: 600px) {
.popup-agency .btn {
width: 100%; } }
.popup-agency .map-sec {
padding-top: var(--size-sec); }
@media screen and (max-width: 1500px) {
.popup-agency .map-sec {
padding-top: 4rem; } }
@media screen and (max-width: 1199.98px) {
.popup-agency .map-sec {
padding-top: 3rem; } }
@media screen and (max-width: 575.98px) {
.popup-agency .map-sec {
padding-top: 2rem; } }
.popup-agency .map-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.popup-agency .map-wr {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.popup-agency .map-wr {
--col-gap: 1.6rem;
--row-gap: 1.6rem; } }
.popup-agency .map-list {
display: flex;
flex-direction: column;
gap: 5.8rem;
padding-right: 1.2rem;
max-height: 40rem;
overflow-y: auto; }
.popup-agency .map-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.popup-agency .map-list::-webkit-scrollbar {
width: 0.4rem; }
.popup-agency .map-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
@media screen and (max-width: 1500px) {
.popup-agency .map-list {
gap: 3rem;
max-height: 35rem; } }
@media screen and (max-width: 600px) {
.popup-agency .map-list {
gap: 2.4rem; } }
@media screen and (max-width: 768px) {
.popup-agency .map-left {
width: 100%;
margin-bottom: 2rem; } }
@media screen and (max-width: 768px) {
.popup-agency .map-right {
width: 100%; } }
.popup-agency .map-block {
cursor: pointer; }
.popup-agency .map-block:hover .title-l, .popup-agency .map-block.is-active .title-l {
color: #0077b3; }
.popup-agency .map-block:hover .link, .popup-agency .map-block.is-active .link {
color: #0077b3; }
.popup-agency .map-block .title-l {
color: #0f172a;
transition: all 0.2s;
margin-bottom: 0.8rem;
font-size: 1.6rem; }
.popup-agency .map-block .link {
display: flex;
align-items: center;
gap: 0.8rem;
color: #070e06;
font-size: 1.6rem;
font-weight: 400;
transition: all 0.2s; }
.popup-agency .panel-map {
display: block;
height: 100%;
width: 100%;
overflow: hidden;
border-radius: 1rem;
position: sticky;
top: 2.4rem; }
@media screen and (max-width: 768px) {
.popup-agency .panel-map {
min-height: 35rem; } }
.popup-search {
max-width: unset;
width: fit-content;
min-width: calc(100vw - var(--pc));
overflow: hidden; }
@media screen and (max-width: 1246px) {
.popup-search {
min-width: calc(100vw - 3rem); } }
.popup-search .title-popup {
text-align: center; }
.popup-search .acc-form {
width: 100%; }
.popup-search .popup-block-wr {
padding-top: calc(var(--size-sec) - 4rem);
padding-bottom: calc(var(--size-sec) - 4rem); }
.popup-search .f-input {
position: relative; }
.popup-search .f-input .form-control {
padding-right: 6rem;
padding-left: 1.5rem; }
@media screen and (max-width: 600px) {
.popup-search .f-input .form-control {
padding-right: 4.8rem; } }
.popup-search .f-input .btn-submit {
position: absolute;
right: 1.6rem;
top: 50%;
transform: translateY(-50%); }
@media screen and (max-width: 600px) {
.popup-search .f-input .btn-submit {
right: 0.8rem; } }
.popup-search .f-input .btn-submit::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 3.2rem);
height: calc(100% + 3.2rem);
background-color: transparent; }
@media screen and (max-width: 600px) {
.popup-search .f-input .btn-submit::after {
width: calc(100% + 1.6rem);
height: calc(100% + 1.6rem); } }
.popup-search .search-lt {
display: flex;
flex-direction: column;
padding: 1.2rem;
max-height: 40rem;
overflow-y: auto; }
.popup-search .search-lt::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.popup-search .search-lt::-webkit-scrollbar {
width: 0.4rem; }
.popup-search .search-lt::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
.popup-search .search-lt .search-it:not(:first-child) {
padding-top: 1.2rem; }
.popup-search .search-lt .search-link {
display: flex;
gap: 0.8rem;
width: 100%;
border-bottom: 0.1rem solid #eef2ed; }
.contact {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.contact-map {
padding-bottom: var(--size-sec); }
@media screen and (max-width: 1199px) {
.contact-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.contact-wr {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.contact-sb {
width: calc(4 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.contact-sb {
width: 100%;
margin-bottom: var(--size-sec); } }
.contact-sb .contact-sb-hd {
color: #3b403a;
margin-bottom: 2.4rem; }
.contact-sb .contact-sb-hd .title {
color: #0077b3;
margin-bottom: 0.8rem; }
.contact-sb .contact-lt {
display: flex;
flex-direction: column;
gap: 2.4rem; }
.contact-sb .contact-it {
display: flex;
flex-direction: column;
gap: 0.8rem; }
.contact-sb .contact-it .txt {
font-weight: 600;
color: #070e06; }
.contact-sb .contact-it .link {
word-break: break-word;
transition: all 0.2s; }
.contact-sb .contact-it .link:hover {
color: #0077b3; }
.contact-sb .social-lt {
display: flex;
align-items: center;
gap: 0.8rem; }
.contact-sb .social-lk {
display: block;
width: 3.2rem;
height: 3.2rem; }
.contact-sb .social-lk:hover img {
transform: translateY(-0.4rem); }
.contact-sb .social-lk img {
width: 100%;
height: 100%;
display: block;
transition: all 0.3s; }
@media screen and (max-width: 1024px) {
.contact-main {
width: calc(8 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.contact-main {
width: 100%; } }
.contact-main .block-radio {
display: flex;
align-items: center;
gap: 3.2rem; }
.contact-main .form-label {
font-weight: 500;
color: #070e06;
letter-spacing: 0.032rem; }
.contact-main .form-label > * {
color: #ec0015; }
.contact-main .btn {
margin-top: 1.6rem; }
.contact-map-wr {
position: relative;
padding-top: calc(620 / 1216 * 100%);
width: 100%;
height: auto; }
@media screen and (max-width: 600px) {
.contact-map-wr {
min-height: 40rem; } }
.contact-map-wr iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.popup-agency {
max-width: unset;
margin: 0 auto;
width: 100%;
overflow: hidden;
min-width: unset; }
@media screen and (max-width: 1500px) {
.popup-agency {
padding: 0; } }
.popup-agency .title-popup {
text-align: left; }
@media screen and (max-width: 1500px) {
.popup-agency .title-popup {
margin-bottom: 2rem; } }
.popup-agency .acc-form {
width: 100%; }
.popup-agency .popup-block-wr {
padding: 10rem 1.5rem; }
@media screen and (max-width: 575.98px) {
.popup-agency .popup-block-wr {
padding: 6rem 1.5rem; } }
.popup-agency .close-popup {
width: 4rem;
height: 4rem;
right: 2.4rem;
top: 2.4rem;
transform: translate(0); }
.popup-agency .close-popup:hover {
transform: translate(0) rotate(180deg); }
@media screen and (max-width: 1024px) {
.popup-agency .close-popup {
width: 3.2rem;
height: 3.2rem; } }
@media screen and (max-width: 768px) {
.popup-agency .close-popup {
width: 2.4rem;
height: 2.4rem;
right: 0rem;
top: 0rem; } }
.popup-agency .close-popup img {
width: 100%;
height: 100%;
display: block; }
.popup-agency .close-popup::after {
width: 0;
height: 0; }
.popup-agency .form-list {
justify-content: space-between;
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.popup-agency .form-list {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
.popup-agency .form-it {
width: calc(5 / 12 * 100%); }
@media screen and (max-width: 900px) {
.popup-agency .form-it {
width: calc(6 / 12 * 100%); } }
@media screen and (max-width: 600px) {
.popup-agency .form-it {
width: 100%; } }
.popup-agency .btn {
margin-right: 0; }
@media screen and (max-width: 600px) {
.popup-agency .btn {
width: 100%; } }
.popup-agency .map-sec {
padding-top: var(--size-sec); }
@media screen and (max-width: 1500px) {
.popup-agency .map-sec {
padding-top: 4rem; } }
@media screen and (max-width: 1199.98px) {
.popup-agency .map-sec {
padding-top: 3rem; } }
@media screen and (max-width: 575.98px) {
.popup-agency .map-sec {
padding-top: 2rem; } }
.popup-agency .map-wr {
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.popup-agency .map-wr {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.popup-agency .map-wr {
--col-gap: 1.6rem;
--row-gap: 1.6rem; } }
.popup-agency .map-list {
display: flex;
flex-direction: column;
gap: 5.8rem;
padding-right: 1.2rem;
max-height: 40rem;
overflow-y: auto; }
.popup-agency .map-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.popup-agency .map-list::-webkit-scrollbar {
width: 0.4rem; }
.popup-agency .map-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
@media screen and (max-width: 1500px) {
.popup-agency .map-list {
gap: 3rem;
max-height: 35rem; } }
@media screen and (max-width: 600px) {
.popup-agency .map-list {
gap: 2.4rem; } }
@media screen and (max-width: 768px) {
.popup-agency .map-left {
width: 100%;
margin-bottom: 2rem; } }
@media screen and (max-width: 768px) {
.popup-agency .map-right {
width: 100%; } }
.popup-agency .map-block {
cursor: pointer; }
.popup-agency .map-block:hover .title-l, .popup-agency .map-block.is-active .title-l {
color: #0077b3; }
.popup-agency .map-block:hover .link, .popup-agency .map-block.is-active .link {
color: #0077b3; }
.popup-agency .map-block .title-l {
color: #0f172a;
transition: all 0.2s;
margin-bottom: 0.8rem;
font-size: 1.6rem; }
.popup-agency .map-block .link {
display: flex;
align-items: center;
gap: 0.8rem;
color: #070e06;
font-size: 1.6rem;
font-weight: 400;
transition: all 0.2s; }
.popup-agency .panel-map {
display: block;
height: 100%;
width: 100%;
overflow: hidden;
border-radius: 1rem;
position: sticky;
top: 2.4rem; }
@media screen and (max-width: 768px) {
.popup-agency .panel-map {
min-height: 35rem; } }
.popup-search {
max-width: unset;
width: fit-content;
min-width: calc(100vw - var(--pc));
overflow: hidden; }
@media screen and (max-width: 1246px) {
.popup-search {
min-width: calc(100vw - 3rem); } }
.popup-search .title-popup {
text-align: center; }
.popup-search .acc-form {
width: 100%; }
.popup-search .popup-block-wr {
padding-top: calc(var(--size-sec) - 4rem);
padding-bottom: calc(var(--size-sec) - 4rem); }
.popup-search .f-input {
position: relative; }
.popup-search .f-input .form-control {
padding-right: 6rem;
padding-left: 1.5rem; }
@media screen and (max-width: 600px) {
.popup-search .f-input .form-control {
padding-right: 4.8rem; } }
.popup-search .f-input .btn-submit {
position: absolute;
right: 1.6rem;
top: 50%;
transform: translateY(-50%); }
@media screen and (max-width: 600px) {
.popup-search .f-input .btn-submit {
right: 0.8rem; } }
.popup-search .f-input .btn-submit::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% + 3.2rem);
height: calc(100% + 3.2rem);
background-color: transparent; }
@media screen and (max-width: 600px) {
.popup-search .f-input .btn-submit::after {
width: calc(100% + 1.6rem);
height: calc(100% + 1.6rem); } }
.popup-search .search-lt {
display: flex;
flex-direction: column;
padding: 1.2rem;
max-height: 40rem;
overflow-y: auto; }
.popup-search .search-lt::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.popup-search .search-lt::-webkit-scrollbar {
width: 0.4rem; }
.popup-search .search-lt::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
.popup-search .search-lt .search-it:not(:first-child) {
padding-top: 1.2rem; }
.popup-search .search-lt .search-link {
display: flex;
gap: 0.8rem;
width: 100%;
border-bottom: 0.1rem solid #eef2ed; }
.policy {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.policy .policy-sb {
width: calc(3 / 12 * 100%); }
@media screen and (max-width: 768px) {
.policy .policy-sb {
width: 100%;
margin-bottom: var(--size-sec); } }
.policy .policy-sb-wr {
position: sticky; }
@media screen and (min-width: 1200px) {
.policy .policy-sb-wr {
top: calc(var(--height-pc) + var(--size-sec)); } }
@media screen and (max-width: 1199.98px) {
.policy .policy-sb-wr {
top: calc(var(--height-pc) + var(--size-sec)); } }
.policy .policy-lt {
display: flex;
flex-direction: column;
gap: 2.4rem; }
.policy .policy-it {
width: 100%;
height: 100%; }
.policy .policy-it.is-active .policy-lk {
color: #0077b3;
font-weight: 700; }
.policy .policy-it.is-active .policy-lk::after {
height: 100%; }
.policy .policy-it:hover .policy-lk {
font-weight: 700;
color: #0077b3; }
.policy .policy-lk {
width: 100%;
height: 100%;
padding-left: 1.2rem;
position: relative;
transition: all 0.2s; }
.policy .policy-lk::after {
content: "";
position: absolute;
left: -1.2rem;
width: 0.2rem;
background-color: #0077b3;
transition: all 0.2s; }
.faq {
width: calc(9 / 12 * 100%); }
@media screen and (max-width: 768px) {
.faq {
width: 100%; } }
.faq-heading {
text-align: center; }
.faq-heading .title-l {
color: #101210; }
@media screen and (max-width: 600px) {
.faq-heading .title-l {
font-size: 2rem; } }
.faq-heading .desc {
color: #3b403a;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.032rem; }
.fqa-list {
display: flex;
flex-direction: column;
gap: 4rem; }
@media screen and (max-width: 1199px) {
.fqa-list {
gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.fqa-list {
gap: 2.4rem; } }
.fqa-block {
padding-left: calc(1 / 10 * 100%);
padding-right: calc(1 / 10 * 100%);
transition: all 0.3s; }
@media screen and (max-width: 1199px) {
.fqa-block {
padding-left: 2.4rem;
padding-right: 2.4rem; } }
@media screen and (max-width: 1024px) {
.fqa-block {
padding-left: 1.6rem;
padding-right: 1.6rem; } }
.fqa-block .ic-plus {
display: block;
transition: all 0.2s; }
.fqa-block .ic-sub {
display: none;
transition: all 0.2s; }
.fqa-block.active {
padding-top: 4rem;
border-radius: 1rem;
background: #f5f7f5;
padding-bottom: 2.4rem; }
@media screen and (max-width: 1199px) {
.fqa-block.active {
padding-top: 3.2rem; } }
@media screen and (max-width: 1024px) {
.fqa-block.active {
padding-top: 2.4rem; } }
.fqa-block.active .ic-plus {
display: none; }
.fqa-block.active .ic-sub {
display: block; }
@media screen and (max-width: 1024px) {
.fqa-block.active {
padding-bottom: 1.6rem; } }
.fqa-block .fqa-bd {
display: none;
font-size: 1.6rem;
color: #3b403a;
font-weight: 500;
line-height: 150%;
margin-top: 1.4rem; }
@media screen and (max-width: 600px) {
.fqa-block .fqa-bd {
font-weight: 500;
line-height: 120%;
margin-top: 0.8rem; } }
.fqa-block .fqa-hd {
display: flex;
align-items: center;
justify-content: space-between;
color: #101210;
font-size: 1.8rem;
font-weight: 700;
line-height: 150%;
cursor: pointer;
gap: 1.2rem; }
@media only screen and (max-width: 1200px) {
.fqa-block .fqa-hd {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.fqa-block .fqa-hd {
font-size: 1.5rem; } }
.fqa-block .fqa-hd:hover {
color: #0077b3; }
.fqa-block .fqa-hd:hover img {
filter: brightness(0) saturate(100%) invert(31%) sepia(97%) saturate(1116%) hue-rotate(173deg) brightness(90%) contrast(101%);
filter: brightness(0) saturate(100%) invert(31%) sepia(97%) saturate(1116%) hue-rotate(173deg) brightness(90%) contrast(101%); }
.fqa-block .fqa-hd > * {
transition: all 0.2s; }
.fqa-block .fqa-hd .icon {
width: 1.6rem;
height: 1.6rem;
flex-shrink: 0; }
@media screen and (max-width: 600px) {
.fqa-block .fqa-hd .icon {
width: 1rem;
height: 1rem; } }
.fqa-block .fqa-hd .icon img {
width: 100%;
height: 100%; }
.policy-main {
width: calc(9 / 12 * 100%); }
@media screen and (max-width: 768px) {
.policy-main {
width: 100%; } }
.policy-main-wr {
display: flex;
flex-direction: column;
gap: 4.8rem; }
@media screen and (max-width: 1199px) {
.policy-main-wr {
gap: 3.2rem; } }
@media screen and (max-width: 1024px) {
.policy-main-wr {
gap: 2.4rem; } }
@media screen and (max-width: 600px) {
.policy-main-wr {
gap: 1.6rem; } }
.policy-main-wr .btn {
margin-left: auto;
margin-right: auto;
display: block;
width: fit-content; }
.policy-main-wr .policy-main-content ul {
display: flex;
flex-direction: column;
gap: 1rem;
color: #3b403a; }
.policy-main-wr .policy-main-content ul .title-l {
color: #101210;
margin-bottom: 0.8rem; }
.blog-new {
padding-top: var(--size-sec);
padding-bottom: var(--size-sec); }
.blog-new .blog-new-hd .title-md {
color: #0077b3;
letter-spacing: 0.044rem; }
.blog-new .blog-new-hd .title {
color: #101210; }
.blog-new .blog-new-item:nth-child(5n + 1) {
grid-column: 1/2;
grid-row: 1/2; }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 1) {
grid-column: 1/3;
grid-row: 1/2; } }
.blog-new .blog-new-item:nth-child(5n + 2) {
grid-column: 1/2;
grid-row: 2/3; }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 2) {
grid-column: 1/3;
grid-row: 2/3; } }
.blog-new .blog-new-item:nth-child(5n + 3) {
grid-column: 1/2;
grid-row: 3/4; }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 3) {
grid-column: 1/3;
grid-row: 3/4; } }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block {
padding: unset;
display: block;
position: relative;
height: 100%;
width: 100%;
border: none; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block:hover,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block:hover {
border: none; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block:hover .blog-ct .blog-name,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block:hover .blog-ct .blog-name {
color: #fff; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct {
height: unset;
display: flex;
flex-direction: column;
gap: 0.4rem; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-time,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-time {
color: #f5f7f5;
font-size: 1.8rem;
font-weight: 500; }
@media only screen and (max-width: 1200px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-time,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-time {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-time,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-time {
font-size: 1.5rem; } }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-name,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-name {
color: #ffff;
font-size: 3.2rem;
font-weight: 700;
line-height: 130%;
text-transform: uppercase;
max-width: 85.5rem; }
@media only screen and (max-width: 1200px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-name,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-name {
font-size: 2.7rem; } }
@media only screen and (max-width: 800px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-name,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-name {
font-size: 2.2rem; } }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-name,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-name {
font-size: 1.8rem; } }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct .blog-desc,
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct .blog-desc {
display: none; }
.blog-new .blog-new-item:nth-child(5n + 4) {
grid-column: 2/3;
grid-row: 1/4; }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 4) {
grid-column: 1/3;
grid-row: 4/5; } }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block {
min-height: 20rem;
height: 100%; } }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .inner {
display: block;
width: 100%;
height: auto;
position: absolute;
inset: 0;
padding-top: unset; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%; }
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct {
position: absolute;
bottom: 4.8rem;
left: 2.4rem;
width: calc(100% - 4.8rem); }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n + 4) .blog-new-block .blog-ct {
bottom: 1.6rem;
left: 1.6rem;
width: calc(100% - 3.2rem); } }
.blog-new .blog-new-item:nth-child(5n) {
grid-column: 1/3;
grid-row: 4/5; }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n) {
grid-column: 1/3;
grid-row: 5/6; } }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n) .blog-new-block {
min-height: 20rem;
height: 100%; }
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .inner {
display: block;
width: 100%;
height: auto;
position: absolute;
inset: 0;
padding-top: unset; } }
@media screen and (max-width: 768px) and (max-width: 1199px) {
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .inner {
padding: unset;
margin-left: unset; } }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: unset;
margin-left: unset; } }
@media screen and (min-width: 769px) {
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .inner {
display: block;
width: 100%;
height: auto;
position: relative;
padding-top: calc(501 / 1216 * 100%); }
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-img {
width: 100%;
height: 100%;
position: relative;
padding: unset;
margin-left: unset; } }
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct {
position: absolute;
bottom: 4.8rem;
left: 4.8rem;
width: calc(100% - 4.8rem); }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item:nth-child(5n) .blog-new-block .blog-ct {
bottom: 1.6rem;
left: 1.6rem;
width: calc(100% - 3.2rem); } }
.blog-new .blog-new-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.blog-new .blog-new-list {
grid-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.blog-new .blog-new-list {
grid-gap: 1.6rem; } }
.blog-new .blog-new-item .blog-new-block {
padding: 1.2rem;
display: flex;
align-items: center;
height: 100%;
border-radius: 1.8rem;
border: 0.1rem solid transparent;
flex-direction: row;
transition: all 0.2s;
gap: 0 3.2rem; }
@media screen and (max-width: 1199px) {
.blog-new .blog-new-item .blog-new-block {
padding: 0.8rem;
gap: 0 1.6rem; } }
@media screen and (max-width: 600px) {
.blog-new .blog-new-item .blog-new-block {
padding: 0; } }
@media screen and (min-width: 769px) {
.blog-new .blog-new-item .blog-new-block:hover {
border: 0.1rem solid #e2e8e1; }
.blog-new .blog-new-item .blog-new-block:hover .inner img {
transform: translate(-50%, -50%) scale(1.05); }
.blog-new .blog-new-item .blog-new-block:hover .blog-ct .blog-name {
color: #0077b3; } }
@media screen and (max-width: 768px) {
.blog-new .blog-new-item .blog-new-block {
gap: 0 1.6rem; }
.blog-new .blog-new-item .blog-new-block:hover {
border: 0.1rem solid transparent; }
.blog-new .blog-new-item .blog-new-block:hover .inner img {
transform: translate(-50%, -50%) scale(1.2); }
.blog-new .blog-new-item .blog-new-block:hover .blog-ct .blog-name {
color: #0077b3; }
.blog-new .blog-new-item .blog-new-block .blog-img {
width: calc(2.5 / 6 * 100%); } }
.blog-new .blog-new-item .blog-new-block .blog-img {
width: calc(3 / 6 * 100%);
height: auto;
flex-shrink: 0;
overflow: hidden; }
.blog-new-item .blog-new-block {
display: flex;
align-items: center;
flex-direction: column;
height: 100%;
transition: all 0.2s; }
.blog-new-item .blog-new-block .blog-img {
width: calc(2.5 / 6 * 100%); }
.blog-new-item .blog-new-block .inner {
display: block;
padding-top: calc(180 / 280 * 100%);
width: 100%;
height: auto;
position: relative;
overflow: hidden;
border-radius: 1rem; }
.blog-new-item .blog-new-block .inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s ease-in-out; }
.blog-new-item .blog-new-block .blog-ct {
display: flex;
flex-direction: column;
gap: 0.4rem; }
@media screen and (max-width: 768px) {
.blog-new-item .blog-new-block .blog-ct {
gap: 0.2rem; } }
.blog-new-item .blog-new-block .blog-ct .blog-time {
color: #546881;
font-size: 1.2rem;
font-weight: 500; }
.blog-new-item .blog-new-block .blog-ct .blog-name {
color: #15283a;
font-size: 1.8rem;
font-weight: 600;
line-height: 130%;
transition: all 0.2s;
cursor: pointer; }
@media only screen and (max-width: 1200px) {
.blog-new-item .blog-new-block .blog-ct .blog-name {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.blog-new-item .blog-new-block .blog-ct .blog-name {
font-size: 1.5rem; } }
.blog-new-item .blog-new-block .blog-ct .blog-desc {
color: #80919e;
font-size: 1.2rem;
font-weight: 400;
line-height: 150%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden; }
.blog-all {
padding-bottom: var(--size-sec); }
.blog-all .title {
color: #101210;
text-align: center; }
@media screen and (max-width: 1024px) {
.blog-all .blog-new-item {
width: calc(4 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.blog-all .blog-new-item {
width: calc(6 / 12 * 100%); } }
@media screen and (min-width: 1200px) {
.blog-all .blog-new-item .blog-new-block {
padding: 1.2rem;
padding-bottom: 2rem;
margin: -1.2rem -1.2rem 0 -1.2rem;
border-radius: 1rem; }
.blog-all .blog-new-item .blog-new-block:hover {
transition: 0.3s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.24) 0 0.3rem 0.8rem; }
.blog-all .blog-new-item .blog-new-block:hover .inner img {
transform: translate(-50%, -50%) scale(1.2); }
.blog-all .blog-new-item .blog-new-block:hover .blog-ct .blog-name {
color: #0077b3; } }
@media screen and (max-width: 1199px) {
.blog-all .blog-new-item .blog-new-block:hover {
transition: 0.3s ease-in-out;
box-shadow: unset; }
.blog-all .blog-new-item .blog-new-block:hover .inner img {
transform: translate(-50%, -50%) scale(1.2); }
.blog-all .blog-new-item .blog-new-block:hover .blog-ct .blog-name {
color: #0077b3; } }
.blog-all .blog-new-item .blog-new-block .blog-img {
display: block;
width: 100%;
height: 100%; }
.blog-all .blog-new-item .blog-ct {
margin-top: 1.2rem;
gap: 0.6rem; }
@media screen and (max-width: 768px) {
.blog-all .blog-new-item .blog-ct {
margin-top: 0.8rem; } }
.blog-all .blog-new-item .blog-time {
margin-bottom: 0.6rem; }
@media screen and (max-width: 768px) {
.blog-all .blog-new-item .blog-time {
margin-bottom: 0; } }
.blog-all .blog-new-list {
--col-gap: 3.2rem;
--row-gap: 1.2rem;
row-gap: var(--row-gap); }
@media screen and (max-width: 1199px) {
.blog-all .blog-new-list {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.blog-all .blog-new-list {
--col-gap: 1.6rem;
--row-gap: 1.6rem; } }
.blog-dt {
padding-top: var(--size-sec); }
.blog-dt .blog-dt-hd {
text-align: center; }
.blog-dt .blog-dt-hd .title-md {
color: #0077b3;
letter-spacing: 0.044rem;
font-size: 4rem;
font-weight: 700;
line-height: 150%; }
@media only screen and (max-width: 1200px) {
.blog-dt .blog-dt-hd .title-md {
font-size: 3.5rem; } }
@media only screen and (max-width: 800px) {
.blog-dt .blog-dt-hd .title-md {
font-size: 2.7rem; } }
@media screen and (max-width: 600px) {
.blog-dt .blog-dt-hd .title-md {
font-size: 2.2rem; } }
.blog-dt .blog-dt-hd .title {
color: #101210;
text-align: center;
line-height: 150%;
font-weight: 600; }
.blog-dt .blog-dt-hd .desc {
display: flex;
align-items: center;
justify-content: center;
gap: 1.2rem;
color: #3b403a;
font-size: 1.4rem; }
@media screen and (max-width: 600px) {
.blog-dt .blog-dt-hd .desc {
gap: 0.8rem; }
.blog-dt .blog-dt-hd .desc .auth::after {
padding-left: 0.4rem !important; } }
.blog-dt .blog-dt-hd .desc .auth {
position: relative; }
.blog-dt .blog-dt-hd .desc .auth > * {
font-weight: 500; }
.blog-dt .blog-dt-hd .desc .auth::after {
content: "|";
padding-left: 1.2rem; }
.blog-dt .blog-dt-img {
display: block;
padding-top: calc(567 / 1216 * 100%);
position: relative;
width: 100%;
height: auto;
overflow: hidden;
border-radius: 1rem; }
.blog-dt .blog-dt-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; }
.blog-dt .blog-dt-ct {
margin-top: 3.2rem;
justify-content: space-between;
--col-gap: 3.2rem;
--row-gap: 3.2rem; }
@media screen and (max-width: 1199px) {
.blog-dt .blog-dt-ct {
--col-gap: 2.4rem;
--row-gap: 2.4rem; } }
@media screen and (max-width: 1024px) {
.blog-dt .blog-dt-ct {
--col-gap: 1.6rem;
--row-gap: 1.6rem;
margin-top: 2.4rem; } }
@media screen and (max-width: 768px) {
.blog-dt .blog-dt-ct {
margin-top: 1.4rem; } }
.blog-dt .blog-dt-ct .mona-content {
display: flex;
flex-direction: column;
color: #3b403a;
font-family: "Roboto", sans-serif; }
.blog-dt .blog-dt-ct .mona-content .title-l {
color: #101210; }
.blog-dt .blog-dt-ct .mona-content h3 {
color: #101210;
font-size: 2.4rem;
font-weight: 600; }
@media only screen and (max-width: 1200px) {
.blog-dt .blog-dt-ct .mona-content h3 {
font-size: 2rem; } }
@media only screen and (max-width: 800px) {
.blog-dt .blog-dt-ct .mona-content h3 {
font-size: 1.7rem; } }
@media screen and (max-width: 600px) {
.blog-dt .blog-dt-ct .mona-content h3 {
font-size: 1.8rem; } }
.blog-dt .blog-dt-ct .mona-content ul {
counter-reset: section;
padding-left: 2.4rem;
margin: 1rem 0; }
.blog-dt .blog-dt-ct .mona-content ul li {
counter-increment: section;
margin-top: 2rem; }
.blog-dt .blog-dt-ct .mona-content ul li .title-l:before {
content: counter(section) ". ";
font-weight: 600;
color: #101210; }
.blog-dt .blog-dt-ct .mona-content ul .inner-img {
margin-top: 4.8rem; }
@media screen and (max-width: 1024px) {
.blog-dt .blog-dt-ct .mona-content ul .inner-img {
margin-top: 3.2rem; } }
@media screen and (max-width: 600px) {
.blog-dt .blog-dt-ct .mona-content ul .inner-img {
margin-top: 2.4rem; } }
@media screen and (max-width: 575.98px) {
.blog-dt .blog-dt-ct .mona-content h1,
.blog-dt .blog-dt-ct .mona-content h2,
.blog-dt .blog-dt-ct .mona-content h3,
.blog-dt .blog-dt-ct .mona-content h4,
.blog-dt .blog-dt-ct .mona-content h5,
.blog-dt .blog-dt-ct .mona-content h6 {
text-align: left; }
.blog-dt .blog-dt-ct .mona-content h2 {
font-size: 2rem; } }
.blog-dt .blog-dt-ct .inner-img {
position: relative;
width: 100%;
height: 100%;
margin-top: 2.6rem; }
@media screen and (max-width: 1024px) {
.blog-dt .blog-dt-ct .inner-img {
margin-top: 2.2rem; } }
@media screen and (max-width: 600px) {
.blog-dt .blog-dt-ct .inner-img {
margin-top: 1.4rem; } }
.blog-dt .blog-dt-ct .inner-img .img {
position: relative;
padding-top: calc(373 / 800 * 100%);
width: 100%;
height: auto;
display: block; }
.blog-dt .blog-dt-ct .inner-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 1rem; }
.blog-dt .blog-dt-ct .inner-img .note-img {
position: relative;
display: block;
margin-top: 1.2rem;
color: #838c82;
font-size: 1.4rem;
line-height: 150%;
padding-left: 1.2rem;
border-left: 0.2rem solid #0077b3; }
@media screen and (max-width: 768px) {
.blog-dt-main {
width: 100%;
margin-bottom: var(--size-sec); } }
.blog-dt-sub.blog-all {
padding-bottom: unset; }
@media screen and (max-width: 1199px) {
.blog-dt-sub {
width: calc(4 / 12 * 100%); } }
@media screen and (max-width: 1024px) {
.blog-dt-sub .blog-new-item {
width: 100%; } }
.blog-dt-sub .blog-new-list {
display: flex;
flex-direction: column; }
@media screen and (max-width: 768px) {
.blog-dt-sub {
width: 100%; }
.blog-dt-sub .blog-new-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
--col-gap: 1.6rem;
--row-gap: 1.6rem;
row-gap: var(--row-gap);
margin: 0 calc(var(--col-gap) / -2); }
.blog-dt-sub .blog-new-item {
width: calc(6 / 12 * 100%);
padding: 0 calc(var(--col-gap) / 2); } }
.blog-dt-sub .title-l {
color: #101210;
margin-bottom: 2.4rem; }
@media screen and (min-width: 1200px) {
.blog-dt-sub .blog-new-item .blog-new-block {
padding: 1.2rem; } }
.blog-dt-sub .blog-new-item .blog-new-block .blog-img {
width: 100%; }
.prod-blog .btn {
display: block;
width: fit-content;
margin: 3.2rem auto; }
.fixedbar {
position: fixed;
top: 50%;
z-index: 20;
left: calc(var(--pc) - 4rem);
transform: translateX(-100%);
display: none; }
@media screen and (min-width: 2001px) {
.fixedbar {
left: 4.8rem; } }
@media screen and (max-width: 1400px) {
.fixedbar {
left: 4.8rem; } }
.fixedbar-list {
display: flex;
flex-direction: column;
gap: 1.2rem 0; }
.fixedbar-item {
position: relative; }
.fixedbar-link {
position: relative;
width: 3.2rem;
height: 3.2rem;
display: flex;
align-items: center;
justify-content: center;
background-color: #f5f7f5;
border-radius: 100rem;
z-index: 2;
transition: all 0.4s ease-in-out; }
.fixedbar-link:hover img {
transition: all 0.2s ease-in-out;
transform: scale(1.1);
filter: brightness(0) saturate(100%) invert(19%) sepia(80%) saturate(4445%) hue-rotate(186deg) brightness(100%) contrast(102%); }
.fixedbar-link::after {
content: "";
position: absolute;
height: calc(100% + 0.8rem);
width: calc(100% + 0.8rem);
background: transparent;
border: 0.2rem solid #f5f7f5;
border-radius: inherit;
z-index: -3;
animation: ring-circle-anim 1.2s infinite ease-in-out; }
.fixedbar-link img {
border-radius: 0;
position: relative;
z-index: 5;
width: 2.4rem;
height: 2.4rem; }
.blog-category {
display: flex;
flex-wrap: wrap;
align-items: center;
row-gap: 1rem;
margin-bottom: 4rem; }
.blog-category_item {
transition: 0.3s ease-in-out;
font-size: 1.6rem;
color: #596670;
font-weight: 600;
line-height: 120%; }
.blog-category_item:not(:first-child) {
padding-left: 1rem;
border-left: 0.1rem solid #80919e; }
.blog-category_item:not(:last-child) {
padding-right: 1rem; }
.blog-category_item a {
transition: 0.3s ease-in-out; }
.blog-category_item:hover a, .blog-category_item:hover {
color: #0077b3; }
@media screen and (max-width: 575.98px) {
.blog-category_item {
font-size: 1.4rem; }
.blog-category_item:not(:first-child) {
padding-left: 0.5rem; }
.blog-category_item:not(:last-child) {
padding-right: 0.5rem; } }
.blog-form {
margin-top: 5rem;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 0.8rem;
padding: 2rem 1rem;
text-align: center;
font-size: 1.4rem;
background: rgba(0, 119, 179, 0.1); }
.blog-form .title-l {
text-transform: uppercase;
font-size: 2rem;
color: #0077b3;
margin-bottom: 1.5rem; }
@media only screen and (max-width: 1200px) {
.blog-form .title-l {
font-size: 1.8rem; } }
@media only screen and (max-width: 800px) {
.blog-form .title-l {
font-size: 1.6rem; } }
.blog-form .form-it {
margin-top: 1.5rem; }
.blog-form .form-it .form-control {
padding: 1rem;
height: 4.5rem;
border-radius: 4px;
font-weight: 600;
color: #3b403a;
background: #fff;
border: 0; }
.blog-form .btn {
font-size: 1.2rem;
margin-top: 1.5rem;
min-width: 20rem;
background: #0077b3;
color: #fff;
border: 0; }
.blog-form .select2 {
width: 100% !important; }
.blog-form .select2-container .select2-selection--single {
height: 4.5rem; }
.blog-form .select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 4.5rem;
color: #3b403a;
font-weight: 600;
text-align: left; }
.blog-form .select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 4.3rem; }
.blog-form .select2-container--default .select2-selection--single {
border: 0; }
.ab-intro {
padding-top: var(--size-sec); }
.ab-intro .ab-intro-hd {
color: #616960;
width: calc(7.2 / 12 * 100%); }
@media screen and (max-width: 1400px) {
.ab-intro .ab-intro-hd {
width: calc(8 / 12 * 100%); } }
@media screen and (max-width: 768px) {
.ab-intro .ab-intro-hd {
width: 100%; } }
.ab-intro .ab-intro-hd .title {
color: #101210;
margin-bottom: 1.2rem; }
.ab-intro .ab-intro-hd .title > * {
color: #0077b3; }
.ab-intro .ab-intro-hd .desc > * {
color: #101210; }
.ab-intro .counter-list {
display: none;
justify-content: space-between;
flex-wrap: nowrap;
margin: unset;
margin-top: unset;
margin-top: 4.8rem;
gap: 0 2.4rem; }
@media screen and (max-width: 1024px) {
.ab-intro .counter-list {
margin-top: 3.2rem; } }
@media screen and (max-width: 768px) {
.ab-intro .counter-list {
gap: 0 1.2rem; } }
@media screen and (max-width: 500px) {
.ab-intro .counter-list {
gap: 0 0.8rem; } }
.ab-intro .counter-list .counter-item {
width: fit-content;
max-width: unset;
padding: unset;
text-align: left;
display: flex;
align-items: flex-start; }
@media screen and (max-width: 500px) {
.ab-intro .counter-list .counter-item p {
font-size: 1.2rem; } }
.ab-intro .counter-list .counter-numner {
position: relative; }
.ab-intro .counter-list .counter-numner span {
color: #0077b3;
font-size: 8rem;
font-weight: 700;
line-height: 100%;
display: inline-block; }
@media screen and (max-width: 1199px) {
.ab-intro .counter-list .counter-numner span {
font-size: 6rem; } }
@media screen and (max-width: 768px) {
.ab-intro .counter-list .counter-numner span {
font-size: 4rem; } }
.ab-intro .counter-list .counter-numner p {
color: #3b403a;
font-size: 1.6rem;
font-weight: 400;
line-height: 140%;
letter-spacing: 0.032rem; }
.ab-intro .counter-list .counter-numner .plus {
top: 0;
position: absolute;
right: -0.8rem;
transform: translate(100%, -50%); }
@media screen and (max-width: 1024px) {
.ab-intro .counter-list .counter-numner .plus {
right: -0.4rem; } }
@media screen and (max-width: 500px) {
.ab-intro .counter-list .counter-numner .plus {
right: 0; } }
.ab-intro-img {
padding-bottom: calc(var(--size-sec) + 2.4rem); }
@media screen and (max-width: 1199px) {
.ab-intro-img {
padding-bottom: var(--size-sec); } }
.ab-img-main {
display: block;
width: 100%;
height: 100%;
position: relative; }
.ab-img-main .inner {
display: block;
width: 100%;
height: 100%;
min-height: calc(796 / 1728 * 100%);
margin-top: -2.4rem;
transition-delay: 0.8s !important; }
@media screen and (max-width: 768px) {
.ab-img-main .inner {
margin-top: 0rem; } }
.ab-img-main .inner img {
width: 100%;
height: 100%;
object-fit: cover; }
.ab-img-main .ab-img-sub {
position: absolute;
bottom: -10%;
width: 38%; }
.ab-img-main .ab-img-sub img {
width: 100%;
height: 100%;
object-fit: cover; }
.ab-reason {
padding-bottom: var(--size-sec); }
.ab-reason-wr {
display: flex;
align-items: center;
gap: 0 3.4rem; }
@media screen and (max-width: 900px) {
.ab-reason-wr {
flex-direction: column; } }
@media screen and (max-width: 1024px) {
.ab-reason-wr {
gap: 0 2.4rem; } }
.ab-reason-wr .ab-reason-img {
width: 50%;
position: relative; }
@media screen and (max-width: 900px) {
.ab-reason-wr .ab-reason-img {
width: 100%;
margin-bottom: 2.4rem; } }
.ab-reason-wr .ab-reason-ct {
width: 50%;
position: relative; }
@media screen and (max-width: 1246px) {
.ab-reason-wr .ab-reason-ct {
padding-left: var(--pd-container);
padding-right: var(--pd-container); } }
@media screen and (max-width: 900px) {
.ab-reason-wr .ab-reason-ct {
width: 100%; } }
.ab-reason-wr .inner-content {
position: relative;
min-height: calc(600 / 864 * 50vw);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end; }
@media screen and (max-width: 900px) {
.ab-reason-wr .inner-content {
align-items: center; } }
.ab-reason-wr .tag-list {
min-width: 45.8rem;
width: fit-content; }
@media screen and (max-width: 1199px) {
.ab-reason-wr .tag-list {
min-width: 40rem; } }
@media screen and (max-width: 900px) {
.ab-reason-wr .tag-list {
padding: 2.4rem; } }
@media screen and (max-width: 500px) {
.ab-reason-wr .tag-list {
min-width: 33rem; } }
@media screen and (max-width: 400px) {
.ab-reason-wr .tag-list {
min-width: fit-content; } }
.ab-reason-wr .inner-img {
position: absolute;
inset: 0; }
.ab-reason-wr .inner-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.ab-reason-wr .ab-tag {
padding: 2.6rem;
display: flex;
align-items: center;
gap: 2.4rem;
background: rgba(255, 255, 255, 0.22);
backdrop-filter: blur(0.6rem);
color: #ffff;
font-family: var(--font-sec);
font-size: 1.8rem;
font-weight: 700;
line-height: 130%;
text-transform: uppercase;
position: relative;
transition: all 0.3s ease;
cursor: pointer;
width: 100%; }
@media screen and (max-width: 1199px) {
.ab-reason-wr .ab-tag {
padding: 1.6rem;
gap: 0.8rem; } }
@media screen and (max-width: 768px) {
.ab-reason-wr .ab-tag {
padding: 0.8rem;
font-size: 1.6rem; } }
@media screen and (max-width: 1024px) {
.ab-reason-wr .ab-tag::after {
width: 2.4rem; } }
.ab-reason-wr .ab-tag::after {
content: "";
position: absolute;
top: 0;
left: 100%;
height: 100%;
width: 3.4rem;
background-color: transparent;
backdrop-filter: blur(0);
clip-path: polygon(100% 50%, 0 0, 0 100%);
transition: all 0.3s ease; }
@media screen and (max-width: 1024px) {
.ab-reason-wr .ab-tag::after {
width: 2.4rem; } }
@media screen and (max-width: 400px) {
.ab-reason-wr .ab-tag::after {
width: 0; } }
.ab-reason-wr .tag-item.is-active .ab-tag {
background-color: rgba(0, 119, 179, 0.55);
backdrop-filter: blur(0.5rem); }
.ab-reason-wr .tag-item.is-active .ab-tag::after {
background-color: rgba(0, 119, 179, 0.55);
backdrop-filter: blur(0.5rem); }
.ab-reason-wr .tag-item:hover .ab-tag {
background-color: rgba(0, 119, 179, 0.55);
backdrop-filter: blur(0.5rem); }
.ab-reason-wr .tag-item:hover .ab-tag::after {
background-color: rgba(0, 119, 179, 0.55);
backdrop-filter: blur(0.5rem); }
.ab-reason-wr .tag-item .ic {
width: 4.8rem;
height: 4.8rem;
flex-shrink: 0;
border-radius: 100rem;
display: flex;
align-items: center;
justify-content: center; }
@media screen and (max-width: 768px) {
.ab-reason-wr .tag-item .ic {
width: 3.2rem;
height: 3.2rem; } }
.ab-reason-wr .tag-item .ic img {
display: block;
width: 2.4rem;
height: 2.4rem;
animation: rotating 2s linear infinite; }
@media screen and (max-width: 768px) {
.ab-reason-wr .tag-item .ic img {
width: 1.8rem;
height: 1.8rem; } }
.ab-reason-wr .tag-item:nth-child(3n + 1) {
transition-delay: 0.4s !important; }
.ab-reason-wr .tag-item:nth-child(3n + 1) .ic {
background-color: #ffff; }
.ab-reason-wr .tag-item:nth-child(3n + 2) {
transition-delay: 0.5s !important; }
.ab-reason-wr .tag-item:nth-child(3n + 2) .ic {
background-color: #ff894c; }
.ab-reason-wr .tag-item:nth-child(3n + 2) .ab-tag {
border-top: 1px solid rgba(255, 255, 255, 0.22);
border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.ab-reason-wr .tag-item:nth-child(3n) {
transition-delay: 0.6s !important; }
.ab-reason-wr .tag-item:nth-child(3n) .ic {
background-color: #0077b3; }
.reason-content {
max-width: 51.8rem;
margin-left: auto;
margin-right: auto; }
@media screen and (max-width: 900px) {
.reason-content {
max-width: unset; } }
.reason-content .reason-content-hd {
margin-bottom: 5.4rem;
display: flex;
flex-direction: column;
gap: 1rem; }
@media screen and (max-width: 1400px) {
.reason-content .reason-content-hd {
margin-bottom: 3.2rem; } }
@media screen and (max-width: 1199px) {
.reason-content .reason-content-hd {
margin-bottom: 2.4rem;
gap: 0.8rem; } }
@media screen and (max-width: 1024px) {
.reason-content .reason-content-hd {
margin-bottom: 1.6rem;
gap: 0.4rem; } }
.reason-content .reason-content-hd .sub-tt {
color: #0077b3;
font-size: 1.8rem;
font-weight: 800;
line-height: 150%;
letter-spacing: 0.036rem; }
.reason-content .reason-content-hd .title-xl {
color: #070e06;
font-weight: 600;
line-height: 130%; }
@media screen and (max-width: 1500px) {
.reason-content .reason-content-hd .title-xl {
font-size: 4rem;
line-height: 120%; } }
@media screen and (max-width: 1199px) {
.reason-content .reason-content-hd .title-xl {
font-size: 3.2rem; } }
@media screen and (max-width: 1024px) {
.reason-content .reason-content-hd .title-xl {
font-size: 2.4rem; } }
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
.reason-content .reason-content-hd .title-xl {
font-size: 2rem; } }
@media only screen and (max-width: 1024px) and (max-width: 800px) {
.reason-content .reason-content-hd .title-xl {
font-size: 1.7rem; } }
.reason-content .penal-block {
color: #80919e;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem;
display: flex;
flex-direction: column;
gap: 1rem;
text-align: justify; }
@media screen and (max-width: 1199px) {
.reason-content .penal-block {
gap: 0.8rem;
max-width: 90%; } }
@media screen and (max-width: 1024px) {
.reason-content .penal-block {
font-size: 1.4rem;
gap: 0.4rem; } }
@media screen and (max-width: 900px) {
.reason-content .penal-block {
max-width: unset;
width: 100%; } }
@media screen and (max-width: 575.98px) {
.reason-content .penal-block {
text-align: left; } }
.reason-content .penal-block .title-l {
color: #070e06;
text-transform: uppercase; }
@media screen and (max-width: 1024px) {
.reason-content .penal-block .title-l {
font-size: 1.8rem; } }
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
.reason-content .penal-block .title-l {
font-size: 1.6rem; } }
@media only screen and (max-width: 1024px) and (max-width: 800px) {
.reason-content .penal-block .title-l {
font-size: 1.5rem; } }
.reason-content .penal-block .note {
color: #596670;
font-weight: 400; }
.reason-content .penal-block .num {
font-family: var(--font-sec);
font-size: 30rem;
font-weight: 900;
line-height: 100%;
letter-spacing: 0.6rem;
opacity: 0.05;
background: linear-gradient(90deg, #89c540 -0.01%, #5caf52 99.99%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: absolute;
right: 0;
bottom: 0; }
@media screen and (max-width: 1199px) {
.reason-content .penal-block .num {
font-size: 24rem; } }
.reason-content .penal-item {
display: none; }
.ab-feedback {
padding-bottom: var(--size-sec); }
.ab-feedback .ab-feedback-hd .sub-tt {
color: #0077b3;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 150%;
letter-spacing: 0.044rem; }
@media only screen and (max-width: 1200px) {
.ab-feedback .ab-feedback-hd .sub-tt {
font-size: 1.6rem; } }
@media only screen and (max-width: 800px) {
.ab-feedback .ab-feedback-hd .sub-tt {
font-size: 1.5rem; } }
.ab-feedback .ab-feedback-hd .title-xl {
color: #070e06;
text-align: center;
font-weight: 600; }
.ab-feedback .ab-feedback-map .img-map {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
height: auto;
position: relative; }
.ab-album {
padding-bottom: var(--size-sec); }
.ab-album .ab-album-hd .title-xl {
color: #070e06;
font-weight: 600; }
.ab-album .gallery-thumb .pro-img {
box-shadow: none; }
.ab-album .gallery-thumb .pro-img img {
position: unset;
top: unset;
left: unset;
width: 100%;
height: auto; }
.ab-album-slide .gallery-thumb {
width: calc(100% + var(--pc)); }
@media screen and (max-width: 1246px) {
.ab-album-slide .gallery-thumb {
width: calc(100% + 1.5rem); } }
.ab-album-slide .pro-content {
min-width: 35rem;
padding: 2.4rem 4rem; }
@media screen and (max-width: 575.98px) {
.ab-album-slide .pro-content {
min-width: 30rem;
padding: 2rem;
padding-right: 4rem; } }
.ab-album-slide .pro-action {
border-radius: 10px 0px;
background: var(--white, #fff);
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
.ab-album-slide .swiper-slide-active .pro-img {
transform: scale(1.25); }
.ab-album-slide .swiper-slide-active .pro-title {
color: #0077b3; }
@media screen and (max-width: 575.98px) {
.ab-album-slide .swiper-slide-active {
transform: scale(1.01); } }
.ab-album-slide .swiper-slide-active .pro-action {
background-color: #0077b3; }
.ab-album-slide .swiper-slide-active .pro-action img {
filter: brightness(0) invert(1); }
@keyframes rotating {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.visualizer-view .header,
.visualizer-view .footer-wrap,
.visualizer .header,
.visualizer .footer-wrap,
.tax-cat_visualizer .header,
.tax-cat_visualizer .footer-wrap {
display: none; }
.visua-intro {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 120;
background: #111820;
text-align: center;
overflow: hidden auto; }
.visua-intro::-webkit-scrollbar {
width: 0; }
.visua-intro_icon {
margin-top: 4rem;
width: 5.6rem;
height: 5.6rem;
border-radius: 1.6rem;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap; }
.visua-intro_icon img {
width: 4rem;
height: 4rem; }
.visua-logo img {
width: 35rem; }
@media screen and (max-width: 991.98px) {
.visua-logo img {
width: 20rem; } }
.visual-desc {
width: 65%; }
@media screen and (max-width: 991.98px) {
.visual-desc {
width: 100%; } }
.visua-box {
width: 80%;
margin-right: auto;
margin-left: auto;
margin-top: 0;
padding-bottom: 4rem;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
row-gap: 3rem;
overflow: hidden; }
@media screen and (max-width: 1199.98px) {
.visua-box {
width: 70%; } }
@media screen and (max-width: 991.98px) {
.visua-box {
width: 90%;
row-gap: 2.4rem; } }
@media screen and (max-width: 767.98px) {
.visua-box {
width: 100%;
row-gap: 2rem; } }
@media screen and (max-width: 575.98px) {
.visua-box {
margin-top: 3rem;
row-gap: 3rem; } }
.visua-heading .title {
margin-bottom: 1.2rem; }
.visua-desc {
color: #fff;
font-size: 1.6rem;
line-height: 150%;
max-width: 65.3rem; }
.visua-space {
width: 100%; }
.visua-space .title-md {
text-transform: uppercase; }
.visua-space_list {
display: flex;
row-gap: 2rem;
width: 100%;
margin-top: 2.4rem;
justify-content: center;
column-gap: 1.5rem;
align-items: center; }
@media screen and (max-width: 575.98px) {
.visua-space_list {
column-gap: 0.75rem; } }
.visua-space_item {
width: 30%; }
.visua-space_item:nth-child(2) {
width: 40%; }
@media screen and (max-width: 575.98px) {
.visua-space_item {
width: calc(100% / 3 - (1 - 1 / 3) * 0.75rem);
display: flex;
flex-direction: column-reverse; } }
.visua-space_img {
position: relative;
padding-top: calc(300 / 380 * 100%);
border-radius: 1rem;
display: block;
overflow: hidden; }
.visua-space_img::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg); }
.visua-space_img img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0; }
.visua-space_img:hover::before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s; }
.visua-space_title {
margin-top: 2rem;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 150%;
letter-spacing: 0.032rem;
text-align: center; }
@media screen and (max-width: 575.98px) {
.visua-space_title {
font-size: 1.3rem;
margin-top: 0;
margin-bottom: 1rem; } }
@media screen and (max-width: 425.98px) {
.visua-space_title {
font-size: 1.2rem; } }
@keyframes shine {
100% {
left: 125%; } }
.visua-header {
background: #111820;
padding-left: 4.5rem;
padding-right: 3.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
justify-content: space-between;
align-items: center;
height: 9rem;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 120; }
.visua-header .language .dropdown .menu-item {
display: flex;
align-items: center;
justify-content: center; }
@media screen and (max-width: 1199.98px) {
.visua-header {
padding-left: 1.5rem;
padding-right: 1.5rem; }
.visua-header .language-show {
display: flex; }
.visua-header .language:hover .dropdown {
display: block;
opacity: 1; }
.visua-header .dropdown {
transition: 0.3s ease-in-out;
display: none;
position: absolute;
min-width: 12rem;
top: 100%;
opacity: 0;
z-index: 100;
background: #fff;
box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.2);
width: fit-content;
padding: 0.8rem; } }
@media screen and (max-width: 991.98px) {
.visua-header {
height: 8rem; } }
@media screen and (max-width: 767.98px) {
.visua-header {
position: unset;
height: fit-content;
flex-direction: column;
row-gap: 2rem; } }
.visua-header_logo img {
height: 5.4rem;
width: auto; }
@media screen and (max-width: 991.98px) {
.visua-header_logo img {
height: 4rem; } }
.visua-btn {
display: flex;
align-items: center;
column-gap: 2.4rem; }
.visua-btn .btn img {
margin-left: 0;
margin-right: 1rem; }
@media screen and (max-width: 991.98px) {
.visua-btn {
column-gap: 1rem; }
.visua-btn .btn {
padding: 0.5rem 1rem;
font-size: 1.4rem; } }
@media screen and (max-width: 767.98px) {
.visua-btn {
flex-wrap: wrap;
row-gap: 1rem;
justify-content: center; } }
@media screen and (max-width: 400.98px) {
.visua-btn .btn {
padding: 0.5rem;
font-size: 1.2rem; }
.visua-btn .btn img {
margin-right: 0.5rem;
width: 1.6rem; } }
.visua-action {
display: flex;
align-items: center;
column-gap: 2.4rem; }
.visua-action .language {
width: fit-content; }
@media screen and (max-width: 991.98px) {
.visua-action {
column-gap: 1rem; } }
@media screen and (max-width: 767.98px) {
.visua-action {
flex-wrap: wrap;
row-gap: 1rem;
justify-content: center; } }
.visua-main {
display: flex;
margin-top: 9rem; }
@media screen and (max-width: 991.98px) {
.visua-main {
flex-wrap: wrap;
flex-direction: column;
margin-top: 8rem; } }
@media screen and (max-width: 767.98px) {
.visua-main {
margin-top: 0; } }
.visua-item {
position: relative; }
.visua-item:nth-child(1) {
width: 75%;
height: fit-content; }
.visua-item:nth-child(2) {
width: 25%; }
.visua-item:nth-child(2) .filter {
display: none; }
@media screen and (max-width: 991.98px) {
.visua-item:nth-child(1) {
width: 100%; }
.visua-item:nth-child(2) {
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin-top: 0;
margin-bottom: 3rem; }
.visua-item:nth-child(2) .filter {
width: fit-content;
display: none; }
.visua-item:nth-child(2) .filter img {
width: 2.4rem;
margin-left: 0;
margin-right: 1rem; } }
@media screen and (max-width: 575.98px) {
.visua-item:nth-child(2) {
display: block; } }
.visua-bg {
position: relative;
z-index: 1; }
.visua-bg > img {
width: 100%;
height: calc(920 / 1296 * 100%);
object-fit: cover; }
.visua-img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.visua-img img {
width: 100%;
height: 100%;
object-fit: cover; }
.visua-img.visua--1 {
z-index: 2; }
.visua-img.visua--2 {
z-index: 3; }
.visua-img.visua--3 {
z-index: 4; }
.visua-img.visua--4 {
z-index: 5; }
.visua-img.visua--5 {
z-index: 6; }
.visua-img.visua--6 {
z-index: 7; }
.visua-img.visua--7 {
z-index: 8; }
.visua-img.visua--8 {
z-index: 9; }
.visua-img.visua--9 {
z-index: 10; }
.visua-img.visua--10 {
z-index: 11; }
.visua-posi {
position: absolute;
z-index: 6;
display: flex;
align-items: center; }
.visua-posi .visual-text {
padding: 1.2rem;
border-radius: 1rem;
display: block;
background: rgba(235, 241, 234, 0.4);
color: #fff;
font-size: 1.4rem;
font-weight: 700;
line-height: 150%;
letter-spacing: 0.032rem;
text-transform: uppercase;
transition: 0.3s ease-in-out;
cursor: pointer; }
@media screen and (max-width: 1199.98px) {
.visua-posi .visual-text {
padding: 1rem;
font-size: 1.2rem; } }
.visua-posi .line {
width: 7rem;
height: 0.1rem;
background: #fff;
position: relative; }
.visua-posi .line::before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
background: #fff;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
right: 0; }
@media screen and (max-width: 575.98px) {
.visua-posi .line::before {
width: 0.5rem;
height: 0.5rem; } }
.visua-posi.is-active .visual-text {
background: #0077b3; }
@media screen and (max-width: 1199.98px) {
.visua-posi .line {
width: 4rem; } }
@media screen and (max-width: 767.98px) {
.visua-posi .visual-text {
font-size: 1rem;
padding: 0.5rem;
border-radius: 0.5rem; } }
@media screen and (max-width: 575.98px) {
.visua-posi .visual-text {
font-size: 0.8rem; }
.visua-posi .line {
width: 2rem; } }
.visua-wall {
top: 26%;
right: 10%; }
@media screen and (max-width: 1550px) {
.visua-wall {
top: 24%; } }
@media screen and (max-width: 1199.98px) {
.visua-wall {
right: 10%; } }
@media screen and (max-width: 767.98px) {
.visua-wall {
top: 16%; } }
@media screen and (max-width: 575.98px) {
.visua-wall {
top: 20%;
right: 7%; } }
.visua-cabinet {
top: 34%;
left: 27%;
display: none; }
@media screen and (max-width: 1550px) {
.visua-cabinet {
left: 23%; } }
@media screen and (max-width: 1300px) {
.visua-cabinet {
left: 20%; } }
@media screen and (max-width: 1199.98px) {
.visua-cabinet {
left: 15%; } }
@media screen and (max-width: 767.98px) {
.visua-cabinet {
left: 20%; } }
@media screen and (max-width: 575.98px) {
.visua-cabinet {
left: 4%; } }
.visua-surface {
bottom: 40%;
right: 23%; }
@media screen and (max-width: 1500px) {
.visua-surface {
right: 18%; } }
@media screen and (max-width: 1300px) {
.visua-surface {
right: 16%;
bottom: 38%; } }
@media screen and (max-width: 1199.98px) {
.visua-surface {
right: 18%; } }
@media screen and (max-width: 575.98px) {
.visua-surface {
right: 16%;
bottom: 29%; } }
.visua-floor {
bottom: 6%;
right: 10%; }
@media screen and (max-width: 575.98px) {
.visua-floor {
right: 9%; } }
.visua-wall1 {
bottom: 75%;
left: 40.5%; }
@media screen and (max-width: 1440px) {
.visua-wall1 {
left: 35.5%; } }
@media screen and (max-width: 1199.98px) {
.visua-wall1 {
left: 40.5%; } }
@media screen and (max-width: 575.98px) {
.visua-wall1 {
left: 23.5%; } }
.visua-posi2 {
flex-direction: row-reverse; }
.visua-posi2 .line::before {
left: 0;
right: unset; }
.visua-like {
position: absolute;
bottom: 4rem;
left: 2%;
z-index: 6; }
.visua-like .btn img {
margin-left: 0;
margin-right: 1rem;
width: 2.4rem;
height: 2.4rem; }
.visua-like .btn .ico-hide {
display: none; }
.visua-like .btn.is-active .icon-show {
display: none; }
.visua-like .btn.is-active .ico-hide {
display: inline-block; }
@media screen and (max-width: 1550px) {
.visua-like {
bottom: 2rem; } }
@media screen and (max-width: 991.98px) {
.visua-like .btn {
font-size: 1.2rem;
padding: 0.8rem; }
.visua-like .btn img {
width: 2rem;
height: 2rem; } }
@media screen and (max-width: 767.98px) {
.visua-like {
bottom: 1rem;
left: 2%; }
.visua-like .btn {
padding: 0.5rem;
font-size: 1rem; }
.visua-like .btn img {
width: 1.6rem;
height: 1.6rem;
margin-right: 0.8rem; } }
@media screen and (max-width: 575.98px) {
.visua-like .btn {
font-size: 0.8rem; }
.visua-like .btn img {
width: 1.2rem;
height: 1.2rem;
margin-right: 0.8rem; } }
.visua-choose {
position: relative;
min-height: 65vh;
overflow: hidden auto; }
.visua-choose::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.visua-choose::-webkit-scrollbar {
width: 0.6rem; }
.visua-choose::-webkit-scrollbar-thumb {
background-color: #0077b3; }
@media screen and (max-width: 991.98px) {
.visua-choose {
width: 100%;
min-height: unset; } }
.choose-list {
display: flex;
align-items: center;
justify-content: space-evenly; }
.choose-item {
color: #a5b1bc;
font-size: 1.6rem;
font-weight: 500;
line-height: 24px;
border-bottom: 0.2rem solid transparent;
transition: 0.3s ease-in-out;
width: fit-content;
padding: 1.5rem 0; }
.choose-item.is-active {
font-weight: 700;
border-color: #0077b3;
color: #0077b3; }
.choose-title {
color: #101210;
font-size: 1.6rem;
font-weight: 700;
line-height: 150%;
letter-spacing: 0.032rem;
margin-bottom: 1.2rem;
text-transform: uppercase; }
.choose-group .choose-title {
transition: 0.3s ease-in-out;
background: transparent; }
.choose-group.is-active {
scroll-margin-top: 2rem; }
.choose-group:not(:first-child) {
margin-top: 4.8rem; }
@media screen and (max-width: 991.98px) {
.choose-group:not(:first-child) {
margin-top: 2rem; } }
@media screen and (max-width: 575.98px) {
.choose-group {
width: 100%; } }
.choose-panel {
display: none;
padding: 3.8rem 3.8rem;
padding-bottom: 20rem; }
@media screen and (max-width: 1500px) {
.choose-panel {
padding: 3.8rem 2rem;
padding-bottom: 20rem; } }
@media screen and (max-width: 1300px) {
.choose-panel {
padding: 3rem 1.5rem;
padding-bottom: 20rem; } }
.choose-panel.is-active {
display: block; }
@media screen and (max-width: 991.98px) {
.choose-panel {
padding: 2.4rem 1.5rem; }
.choose-panel:nth-child(2) {
flex-wrap: wrap;
row-gap: 2.4rem;
column-gap: 2rem; } }
@media screen and (max-width: 575.98px) {
.choose-panel:nth-child(2) .mCSB_horizontal.mCSB_inside > .mCSB_container {
display: grid;
gap: 2rem 0;
height: 100%;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
grid-auto-rows: min-content;
display: -webkit-grid;
-webkit-grid-template-columns: auto auto;
-webkit-grid-template-rows: auto auto;
-webkit-grid--auto-rows: min-content;
padding-bottom: 2rem; }
.choose-panel:nth-child(2) .mCSB_horizontal.mCSB_inside > .mCSB_container .choose-group {
direction: ltr; }
.choose-panel:nth-child(2) .mCSB_container {
direction: rtl; }
.choose-panel:nth-child(2) .mCSB_scrollTools.mCSB_scrollTools_horizontal
.mCSB_dragger
.mCSB_dragger_bar {
height: 2px;
margin: 7px auto; }
.choose-panel:nth-child(2) .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #0077b3; }
.choose-panel:nth-child(2) .mCSB_scrollTools .mCSB_draggerRail {
background: rgba(0, 0, 0, 0.3); } }
.checkbox-list {
display: flex;
flex-wrap: wrap;
margin: 0 -0.6rem;
overflow: hidden auto;
max-height: 18.2rem; }
.checkbox-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff; }
.checkbox-list::-webkit-scrollbar {
width: 0.2rem; }
.checkbox-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 119, 179, 0.7); }
@media screen and (max-width: 1199.98px) {
.checkbox-list {
margin: 0 -0.4rem; } }
@media screen and (max-width: 575.98px) {
.checkbox-list {
max-height: unset;
margin: 0; } }
.checkbox-item {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: fit-content;
padding: 0.6rem; }
.checkbox-item input {
display: none; }
.checkbox-item input:checked ~ .checkbox-item_label {
border-color: #0077b3; }
.checkbox-item input:checked ~ .checkbox-item_label::before {
opacity: 1; }
@media screen and (max-width: 1500px) {
.checkbox-item {
padding: 0.4rem; } }
@media screen and (max-width: 1270.98px) {
.checkbox-item {
padding: 0.2rem; } }
@media screen and (max-width: 991.98px) {
.checkbox-item {
width: fit-content; } }
@media screen and (max-width: 575.98px) {
.checkbox-item {
width: fit-content; } }
.checkbox-item_label {
display: block;
width: 8rem;
height: 8rem;
border-radius: 1rem;
overflow: hidden;
border-radius: 10px;
border: 0.5rem solid transparent;
transition: 0.3s ease-in-out;
position: relative;
cursor: pointer; }
.checkbox-item_label::before {
position: absolute;
content: "";
width: 1.6rem;
height: 1.6rem;
top: 0.6rem;
right: 0.6rem;
z-index: 1;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-image: url(//luxquartzvietnam.com/template/assets/images/3D/ico_check.svg);
transition: 0.3s ease-in-out;
opacity: 0; }
.checkbox-item_label img {
width: 100%;
height: 100%;
object-fit: cover; }
@media screen and (max-width: 1500px) {
.checkbox-item_label {
width: 6.5rem;
height: 6.5rem; } }
@media screen and (max-width: 1199.8px) {
.checkbox-item_label {
width: 6rem;
height: 6rem; } }
.like-list {
display: flex;
flex-direction: column;
width: 100%; }
.like-item {
width: 100%; }
.like-item:not(:first-child) {
margin-top: 4.8rem; }
.like-heading {
display: flex;
justify-content: space-between;
align-items: center; }
.like-heading .icon-download {
display: none !important; }
.like-heading .icon-download .btn {
padding: 0.4rem; }
.like-heading_action {
display: flex;
align-items: center; }
.like-title {
color: #101210;
font-weight: 600;
font-size: 1.6rem;
line-height: 150%;
letter-spacing: 0.032rem; }
.icon-delete {
cursor: pointer;
padding: 0 1rem; }
.like-img {
margin-top: 1.2rem;
position: relative;
padding-top: calc(266 / 356 * 100%);
overflow: hidden;
border-radius: 1rem;
transition: 0.3s ease-in-out;
display: block; }
.like-img > img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.like-img::after {
position: absolute;
content: "";
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-image: url(//luxquartzvietnam.com/template/assets/images/common/ico_download.svg);
width: 2.4rem;
height: 2.4rem;
opacity: 0;
z-index: 2;
transition: 0.3s ease-in-out; }
.like-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
transition: 0.3s ease-in-out;
opacity: 0; }
.like-img .icon-download {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
transition: 0.3s ease-in-out;
z-index: 2;
opacity: 1;
display: none; }
.like-img:hover::before, .like-img:hover::after {
opacity: 1; }
@media screen and (max-width: 575.98px) {
.like-img {
padding-top: calc(432 / 768 * 100%); }
.like-img::before {
opacity: 0.5; }
.like-img::after {
opacity: 1; } }
.visualizer-view .main {
overflow: hidden; }
.choose-modal {
position: relative; }
@media screen and (max-width: 991.98px) {
.choose-modal {
padding: 1rem 0;
padding-bottom: 8rem; }
.choose-modal .choose-panel {
padding: 3rem; } }
@media screen and (max-width: 575.98px) {
.choose-modal .choose-panel {
padding: 2rem 1rem; } }
.watch-stone {
position: absolute;
left: -30rem;
top: 6.8rem;
border-radius: 1rem;
border: 0.4rem solid #606060;
background: #333;
box-shadow: 0 3.3506rem 6.7012rem 0 rgba(0, 0, 0, 0.2);
padding: 2rem 1rem;
width: 32rem;
opacity: 0;
transition: 0.3s ease-in-out;
z-index: 2;
visibility: hidden; }
.watch-stone .btn {
display: flex;
width: fit-content;
margin: 0 auto; }
.watch-stone.is-active {
opacity: 1;
visibility: visible; }
@media screen and (max-width: 1350.98px) {
.watch-stone {
left: -32rem; } }
@media screen and (max-width: 991.98px) {
.watch-stone {
left: 50%;
transform: translateX(-50%);
top: -5rem; } }
.watch-stone_heading {
color: #fff;
font-size: 1.6rem;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.032rem;
margin-bottom: 1.5rem; }
.watch-stone_heading h3 {
font-weight: 700; }
.load-img_item {
display: none;
opacity: 0; }
.load-img_item img {
opacity: 0; }
.load-img_item.is-active {
opacity: 1;
display: block; }
.load-img_item.is-active img {
opacity: 1; }
.visua-room .visua-surface {
bottom: 13%;
right: 5%;
transform: unset; }
.visua-room .visua-floor {
bottom: 2%;
right: 14%; }
.visua-room .visua-wall {
top: 40%;
left: 10%;
right: unset; }
.visua-room .visua-wall.visua-posi2 {
flex-direction: row; }
.visua-room .visua-wall.visua-posi2 .line::before {
left: unset;
right: 0; }
.visua-room .visua-wall1 {
bottom: 26%;
left: 6.5%; }
.visua-room .visua-brick {
top: 41%;
left: unset;
right: 11%; }
@media screen and (max-width: 1440.98px) {
.visua-room .visua-posi .visual-text {
padding: 1rem 2rem;
font-size: 1.4rem; }
.visua-room .visua-floor {
right: 3%; } }
.visua-room .visua-like {
bottom: 1rem; }
.visua-room .visua-like .btn {
font-size: 1.4rem;
padding: 0.5rem 1rem; }
@media screen and (max-width: 575.98px) {
.visua-room .visua-like .btn {
font-size: 1.2rem; } }
@media screen and (max-width: 1199.98px) {
.visua-room .visua-posi .visual-text {
padding: 1rem;
font-size: 1.2rem; }
.visua-room .visua-floor {
right: 10%; } }
@media screen and (max-width: 767.98px) {
.visua-room .visua-wall {
top: 32%; }
.visua-room .visua-posi .visual-text {
padding: 0.5rem; } }
@media screen and (max-width: 575.98px) {
.visua-room .visua-floor {
right: 2%;
bottom: 1%; }
.visua-room .visua-surface {
bottom: 14%;
right: 12%; }
.visua-room .visua-posi .visual-text {
font-size: 0.8rem; } }
.visua-bathroom .visua-img.visua--1 {
z-index: -1; }
.visua-bathroom .visua-surface {
bottom: 18%;
right: unset;
left: 24%;
transform: unset; }
.visua-bathroom .visua-floor {
bottom: 3%;
right: unset;
left: 28%; }
@media screen and (max-width: 1350.98px) {
.visua-bathroom .visua-floor {
left: 35%; } }
@media screen and (max-width: 1199.98px) {
.visua-bathroom .visua-floor {
left: 40%;
bottom: 2%; } }
.visua-bathroom .visua-wall {
right: 20%;
top: 8%; }
.visua-bathroom .visua-wall1 {
top: 13%;
left: 24.5%;
bottom: unset; }
.visua-bathroom .like-img {
display: flex;
flex-direction: column; }
.visua-bathroom .like-img img:nth-child(3) {
order: -1; }
.term-633 .modal-like .image-popup2,
.term-605 .modal-like .image-popup2 {
z-index: -1; }
@media screen and (max-width: 1199.98px) {
.tax-cat_visualizer .main,
.visualizer-view .main {
margin-top: 0; } }
.visua-header .language .dropdown {
padding: 0.4rem 0;
min-width: 10rem; }
@media screen and (max-width: 991.98px) {
.visua-header .language:hover .icon-down {
transform: unset; }
.visua-header .language:hover .dropdown {
display: none;
opacity: 0; }
.visua-header .language.is-active .icon-down {
transform: rotate(180deg); }
.visua-header .language.is-active .dropdown {
display: block;
opacity: 1; } }
.modal-like {
max-width: unset;
padding: 0;
max-width: 150rem;
background: transparent;
box-shadow: none; }
.modal-like.modal a.close-modal {
background-image: url(//luxquartzvietnam.com/template/assets/images/3D/ico_close.svg);
background-color: #fff;
border-radius: 50%;
right: 0;
top: -4rem; }
.modal-like_inner {
position: relative;
padding-top: calc(920 / 1920 * 100%);
max-height: 70rem; }
@media screen and (max-width: 575.98px) {
.modal-like_inner {
padding-top: calc(432 / 768 * 100%); } }
.modal-like .image-popup1 img,
.modal-like .image-popup2 img,
.modal-like .image-popup3 img,
.modal-like .image-popup4 img,
.modal-like .image-popup5 img {
max-height: 70rem;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute; }
.modal-like .image-popup1 img {
z-index: 1; }
.modal-like .image-popup2 img {
z-index: 2; }
.modal-like .image-popup3 img {
z-index: 3; }
.modal-like .image-popup4 img {
z-index: 4; }
.modal-like .image-popup5 img {
z-index: 5; }
.modal-like .icon-download {
padding: 0;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0 auto;
cursor: pointer;
position: absolute;
bottom: 0.5rem;
right: 0.5rem;
z-index: 20; }
@media screen and (min-width: 1680px) {
.modal-like .icon-download {
bottom: 2.5rem; } }
.modal-like .icon-download .btn {
text-transform: unset; }
@media screen and (max-width: 575.98px) {
.modal-like {
width: 100%; }
.modal-like .icon-download .btn {
padding: 0.8rem 1rem; } }
.popup-register-pro .upload-file .wpcf7-form-control-wrap {
display: none; }
.remember-pass .checkbox-label {
align-items: center; }
.prod-news .swiper-wrapper,
.ab-album-slide .swiper-wrapper {
transition-timing-function: linear !important; }
#ez-toc-container {
width: 100% !important;
border-color: #0077b3 !important;
padding: 2rem; }
#ez-toc-container a:visited {
color: #0077b3 !important; }
.social {
display: flex;
align-items: center;
gap: 0 2rem;
font-size: 1.6rem;
justify-content: flex-end;
margin-top: 1rem; }
.social .share {
list-style: none; }
.share {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem; }
.share-item {
border-radius: 50%;
border: 1px solid #0077b3;
padding: 0.5rem;
cursor: pointer;
filter: grayscale(1);
transition: 0.3s ease-in-out; }
.share-item img {
width: 2rem;
height: 2rem; }
.share-item:hover {
filter: unset;
transform: translateY(-5px); }
.mona-content .social .share .share-item {
margin-top: 0; }
.page-template-3D_visualizer-template .header,
.page-template-3D_visualizer-template .footer-wrap {
display: none; }
.f-input .wpcf7-not-valid-tip {
font-size: 1.4rem; }
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
margin: 0;
margin-top: 0.5rem; }
.agency-form .wpcf7 .btn {
margin-top: 0; }
html:lang(en-US) .visua-wall1 {
left: 20.7%; }
@media screen and (max-width: 1500.98px) {
html:lang(en-US) .visua-wall1 {
left: 14.7%; } }
@media screen and (max-width: 1300.98px) {
html:lang(en-US) .visua-wall1 {
left: 12%; } }
@media screen and (max-width: 1199.98px) {
html:lang(en-US) .visua-wall1 {
left: 13%; } }
@media screen and (max-width: 767.98px) {
html:lang(en-US) .visua-wall1 {
left: 10%; } }
@media screen and (max-width: 400.98px) {
html:lang(en-US) .visua-wall1 {
left: 8%; } }
@media screen and (max-width: 380.98px) {
html:lang(en-US) .visua-wall1 {
left: 6.5%; } }
html:lang(en-US) .visua-surface {
bottom: 34%; }
@media screen and (max-width: 1500.98px) {
html:lang(en-US) .visua-room .visua-posi .visual-text {
padding: 0.5rem 1rem;
font-size: 1.2rem; } }
@media screen and (max-width: 575.98px) {
html:lang(en-US) .visua-room .visua-posi .visual-text {
padding: 0.5rem;
font-size: 0.8rem; } }
html:lang(en-US) .visua-surface {
right: 20%; }
@media screen and (max-width: 1500px) {
html:lang(en-US) .visua-surface {
right: 16%; } }
@media screen and (max-width: 1300px) {
html:lang(en-US) .visua-surface {
right: 13%; } }
@media screen and (max-width: 1199.98px) {
html:lang(en-US) .visua-surface {
right: 12%; } }
@media screen and (max-width: 575.98px) {
html:lang(en-US) .visua-surface {
right: 7%; } }
@media screen and (max-width: 400.98px) {
html:lang(en-US) .visua-surface {
right: 5%; } }
html:lang(en-US) .visua-room .visua-brick {
right: 22%; }
@media screen and (max-width: 1199.98px) {
html:lang(en-US) .visua-room .visua-brick {
right: 18%; } }
@media screen and (max-width: 575.98px) {
html:lang(en-US) .visua-room .visua-brick {
right: 15%; } }
html:lang(en-US) .visua-room .visua-wall {
left: 7%; }
@media screen and (max-width: 1500.98px) {
html:lang(en-US) .visua-room .visua-wall {
left: 5%; } }
@media screen and (max-width: 1300.98px) {
html:lang(en-US) .visua-room .visua-wall {
left: 2%; } }
@media screen and (max-width: 575.98px) {
html:lang(en-US) .visua-room .visua-wall {
left: -1%; } }
html:lang(en-US) .visua-room .visua-wall1 {
bottom: 28%;
left: 10.5%; }
@media screen and (max-width: 1440.98px) {
html:lang(en-US) .visua-room .visua-wall1 {
left: 8.5%; } }
@media screen and (max-width: 1300.98px) {
html:lang(en-US) .visua-room .visua-wall1 {
left: 5.5%; } }
@media screen and (max-width: 1199.98px) {
html:lang(en-US) .visua-room .visua-wall1 {
left: 8.5%; } }
@media screen and (max-width: 991.98px) {
html:lang(en-US) .visua-room .visua-wall1 {
left: 7.5%; } }
@media screen and (max-width: 575.98px) {
html:lang(en-US) .visua-room .visua-wall1 {
bottom: 25%;
left: 6.5%; } }
html:lang(en-US) .visua-bathroom .visua-surface {
bottom: 19%;
right: unset;
left: 24%; }
html:lang(en-US) .visua-bathroom .visua-wall1 {
top: 13%;
left: 24.5%;
bottom: unset; }
@media screen and (max-width: 1199.98px) {
html:lang(en-US) .visua-bathroom .visua-floor {
bottom: 1%; } }
html:lang(en-US) .visua-room .visua-surface {
bottom: 13%;
right: 5%;
transform: unset; }
.list-item-image {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%; }
.list-item-image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.list-item-image1 {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%; }
.list-item-image1 img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.list-item-image2 {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%; }
.list-item-image2 img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.list-item-image3 {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%; }
.list-item-image3 img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.list-item-image4 {
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%; }
.list-item-image4 img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out; }
.bathroom .list-item-image1,
.phong-tam .list-item-image1 {
z-index: 1; }
.bathroom .list-item-image2,
.phong-tam .list-item-image2 {
z-index: 1; }
.bathroom .list-item-image3,
.phong-tam .list-item-image3 {
z-index: 1; }
.bathroom .list-item-image4,
.phong-tam .list-item-image4 {
z-index: 1; }
.bathroom .list-item-image,
.phong-tam .list-item-image {
z-index: 1; }
.bathroom .list-item-image1,
.phong-tam .list-item-image1 {
z-index: 0; }
.bathroom .image-popup1 img,
.phong-tam .image-popup1 img {
z-index: 1; }
.bathroom .image-popup2 img,
.phong-tam .image-popup2 img {
z-index: 1; }
.bathroom .image-popup3 img,
.phong-tam .image-popup3 img {
z-index: 1; }
.bathroom .image-popup4 img,
.phong-tam .image-popup4 img {
z-index: 1; }
.bathroom .image-popup5 img,
.phong-tam .image-popup5 img {
z-index: 1; }
.bathroom .image-popup2 img,
.phong-tam .image-popup2 img {
z-index: 0; }
.visua-room .visua-brick {
top: 22%;
left: unset;
right: 27%;
flex-direction: column; }
.visua-room .visua-brick .line {
transform: rotate(270deg);
top: 3.2rem; }
@media screen and (max-width: 1199.98px) {
.visua-room .visua-brick .line {
top: 2rem; } }
@media screen and (max-width: 575.98px) {
.visua-room .visua-brick {
top: 15%;
right: 20%; }
.visua-room .visua-brick .line {
top: 1.3rem; } }
.visua-bathroom .visua-wall {
flex-direction: column;
right: 33%;
top: 2%; }
.visua-bathroom .visua-wall .line {
transform: rotate(270deg);
top: 3.2rem; }
@media screen and (max-width: 1199.98px) {
.visua-bathroom .visua-wall .line {
top: 2rem; } }
@media screen and (max-width: 575.98px) {
.visua-bathroom .visua-wall .line {
top: 1.3rem; } }
.space-custom {
padding-top: 0;
padding-bottom: 5rem; }
.space-custom .pro-item {
padding: 1rem; }
.space-custom .pro-title {
font-size: 1.6rem; }
.space-custom .pro-img {
height: 14rem;
width: 100%;
border-radius: 0;
overflow: hidden;
padding-top: 0;
margin: 0 auto; }
.space-custom .pro-img img {
position: unset;
top: unset;
left: unset; }
.space-custom .btn {
margin-top: 1.5rem;
font-size: 1.4rem;
width: fit-content;
margin-right: auto;
margin-left: auto;
display: flex;
margin-top: 2rem; }
@media screen and (max-width: 575.98px) {
.space-custom .btn {
padding: 1rem;
font-size: 1.2rem; } }
.space-custom .pro-content {
text-align: center; }
.space-custom .review-text {
display: block; }
html:lang(vi-VN) .visua-wall1 {
bottom: 64%;
left: 26.7%; }
@media screen and (max-width: 1728.98px) {
html:lang(vi-VN) .visua-wall1 {
left: 24.8%; } }
@media screen and (max-width: 1600.98px) {
html:lang(vi-VN) .visua-wall1 {
left: 23.2%; } }
@media screen and (max-width: 1199.98px) {
html:lang(vi-VN) .visua-wall1 {
left: 23.5%; } }
@media screen and (max-width: 767.98px) {
html:lang(vi-VN) .visua-wall1 {
left: 22.5%; } }
@media screen and (max-width: 575.98px) {
html:lang(vi-VN) .visua-wall1 {
left: 21.5%; } }
html:lang(vi-VN) .visua-surface {
bottom: 34%;
right: 28%; }
@media screen and (max-width: 1728.98px) {
html:lang(vi-VN) .visua-surface {
bottom: 33%;
right: 25%; } }
@media screen and (max-width: 767.98px) {
html:lang(vi-VN) .visua-surface {
right: 23%; } }
@media screen and (max-width: 575.98px) {
html:lang(vi-VN) .visua-surface {
right: 21%; } }
html:lang(vi-VN) .visua-room .visua-wall {
left: 12%; }
@media screen and (max-width: 1440.98px) {
html:lang(vi-VN) .visua-room .visua-wall {
left: 8%; } }
@media screen and (max-width: 1300.98px) {
html:lang(vi-VN) .visua-room .visua-wall {
left: 7%; } }
@media screen and (max-width: 1199.98px) {
html:lang(vi-VN) .visua-room .visua-wall {
left: 11%; } }
@media screen and (max-width: 575.98px) {
html:lang(vi-VN) .visua-room .visua-wall {
left: 9%; } }
html:lang(vi-VN) .visua-room .visua-wall1 {
bottom: 28%;
left: 10.5%; }
@media screen and (max-width: 1440.98px) {
html:lang(vi-VN) .visua-room .visua-wall1 {
left: 6.5%; } }
@media screen and (max-width: 1300.98px) {
html:lang(vi-VN) .visua-room .visua-wall1 {
left: 3.5%; } }
@media screen and (max-width: 1199.98px) {
html:lang(vi-VN) .visua-room .visua-wall1 {
left: 8.5%;
bottom: 26%; } }
@media screen and (max-width: 991.98px) {
html:lang(vi-VN) .visua-room .visua-wall1 {
left: 7.5%; } }
@media screen and (max-width: 575.98px) {
html:lang(vi-VN) .visua-room .visua-wall1 {
bottom: 25%;
left: 7%; } }
@media screen and (max-width: 1440.98px) {
html:lang(vi-VN) .visua-room .visua-brick {
top: 18%; } }
html:lang(vi-VN) .visua-bathroom .visua-surface {
bottom: 19%;
right: unset;
left: 24%; }
html:lang(vi-VN) .visua-bathroom .visua-wall1 {
bottom: 78%; }
html:lang(vi-VN) .visua-room .visua-surface {
bottom: 13%;
right: 5%;
transform: unset; }
@media screen and (max-width: 1199.98px) {
html:lang(vi-VN) .visua-room .visua-surface {
right: 9%; } }
@media screen and (max-width: 1199.98px) {
.mona-empty-product .text {
margin: 0 20rem !important; } }
@media screen and (max-width: 991.98px) {
.mona-empty-product .text {
margin: 0 10rem !important; } }
@media screen and (max-width: 767.98px) {
.mona-empty-product .text {
margin: 0 3rem !important; } }
@media screen and (max-width: 575.98px) {
.mona-empty-product .text {
margin: 0 !important; } }
@media screen and (max-width: 575.98px) {
.mona-empty-product .image-empty-product {
width: 40% !important; } }
.plogin-fb .nsl-container-block,
.plogin-fb .nsl-container-buttons {
width: 100%; }
.plogin-fb .nsl-container-buttons a {
margin: 0; }
.plogin-fb .nsl-container-buttons a .nsl-button-google {
box-shadow: none !important;
border-radius: none !important;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 0.6rem;
background-color: #f9f9f9 !important;
line-height: 100%;
transition: 0.3s ease-in-out;
cursor: pointer; }
.plogin-fb .nsl-container-buttons a .nsl-button-google .nsl-button-svg-container {
padding: 8px 0.4rem; }
.plogin-fb .nsl-container-buttons a .nsl-button-google .nsl-button-label-container {
flex: unset;
margin-left: 0;
font-size: 1.6rem;
font-family: var(--font-pri);
color: #101210;
transition: 0.3s ease-in-out; }
.plogin-fb .nsl-container-buttons a .nsl-button-google:hover {
background-color: #eef2ed !important; }
.plogin-fb .nsl-container-buttons a .nsl-button-google:hover .nsl-button-label-container {
color: #0077b3; }