nav,
nav ul,
nav ul li {
margin: 0px;
}
nav ul {
display: flex;
justify-content: center;
align-items: center;
}
nav ul li {
display: flex;
justify-content: center;
align-items: center;
gap: var(--size-1);
padding: var(--size-0) var(--size-6);
font-size: var(--size-1);
font-weight: 600;
border-right: 1px solid #D3D3D3;
}
nav ul li:last-child {
border: none;
}
.sec_banners .banners,
.sec_certificates .certificates,
.sec_feedbacks .feedbacks,
.sec_staffs .staffs {
display: flex; }
.sec_banners .banners .img {
display: none;
}
.sec_banners .banners .img:first-child {
display: block;
}
.sec_banners .banners .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sec_banners .banners .img img.mb {
display: none;
}
.sec_banners .banners .slick-prev {
left: 16px;
}
.sec_banners .banners .slick-next {
right: 16px;
}
.sec_ordering_process .steps {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: var(--size-1);
}
.sec_ordering_process .steps .step {
flex: 0 0 calc(33.33% - var(--size-1));
display: grid;
grid-template-columns: var(--size-6) 1fr;
gap: 16px;
padding: var(--size-1);
border-radius: var(--size-1);
box-shadow: var(--box-shadow);
border: 1px solid var(--color-border);
}
.sec_ordering_process .steps .step img {
width: 100%;
height: 60px;
object-fit: contain;
}
.sec_ordering_process .steps .step p strong {
display: block;
font-size: var(--size-f);
}
.sec_collections .collections {
list-style: none;
display: flex;
justify-content: space-between;
}
.sec_collections .collections .collection {
flex: 0 0 calc(20% - var(--size-1));
margin-bottom: 0;
}
.sec_collections .collections .collection img {
width: 100%;
max-width: 200px;
height: 200px;
object-fit: cover;
display: block;
margin: auto;
border-radius: 99px;
background-color: var(--color-gray);
box-shadow: var(--box-shadow);
}
.sec_collections .collections .collection strong {
display: block;
font-size: 20px;
line-height: 1.2;
text-align: center;
}
.sec_images .images {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--size-2);
}
.sec_images .images img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sec_products_cate .tab-labels {
display: flex;
justify-content: center;
align-items: start;
gap: var(--size-3)
}
.sec_products_cate .tab-labels .tab-label {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
margin: 0px;
}
.sec_products_cate .tab-labels .tab-label:hover {
cursor: pointer;
}
.sec_products_cate .tab-labels .tab-label img {
max-width: 120px;
min-width: 120px;
height: 120px;
border-radius: 99px;
object-fit: cover;
border: 1px solid var(--color-border);
box-shadow: var(--box-shadow);
}
.sec_products_cate .tab-labels .tab-label .title {
font-weight: 600;
}
.sec_products_cate .tab-labels .tab-label:hover .title,
.sec_products_cate .tab-labels .tab-label.active .title {
color: var(--color-primary);
}
.sec_why_choose .boxs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--size-2);
list-style: none;
}
.sec_why_choose .boxs .box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: var(--color-light-primary);
border-radius: var(--size-1);
}
.sec_why_choose .boxs .box img {
width: 100px;
height: 100px;
background-color: var(--color-light);
box-shadow: var(--box-shadow);
border-radius: 99px;
}
.sec_why_choose .boxs .box .title {
font-weight: 700;
}
.sec_why_choose .boxs .box:hover,
.sec_achievements .boxs .box:hover {
background-color: var(--color-primary);
}
.sec_why_choose .boxs .box:hover .title,
.sec_why_choose .boxs .box:hover .desc,
.sec_achievements .boxs .box:hover .title,
.sec_achievements .boxs .box:hover .desc {
color: var(--color-light);
}
.sec_certificates .certificates img {
width: fit-content !important;
display: block !important;
margin: auto;
max-height: 520px;
height: 100%;
object-fit: contain;
border: 1px solid var(--color-border);
}
.sec_achievements .boxs {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--size-2);
list-style: none;
}
.sec_achievements .boxs .box {
display: flex;
align-items: center;
flex-direction: column;
gap: var(--size-1);
background-color: var(--color-light-primary);
border-radius: var(--size-1);
}
.sec_achievements .boxs .box img {
max-width: 100px;
height: 100px;
object-fit: contain;
}
.sec_achievements .boxs .box .box-content {
text-align: center;
}
.sec_press_saying .btns {
display: flex;
justify-content: center;
align-items: center;
gap: var(--size-2);
}
.sec_content_box .cb-gallery .slick-list .slick-track .slick-slide,
.sec_short_ytb .list-short-ytb .slick-list .slick-track .slick-slide,
.sec_feedbacks .feedbacks .slick-list .slick-track .slick-slide,
.sec_staffs .staffs .slick-list .slick-track .slick-slide,
.sec_blogs .posts .slick-list .slick-track .slick-slide {
padding: 0 var(--size-1-mb);
}
.sec_staffs .staffs .staff {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sec_staffs .staffs .staff .staff-img {
position: relative;
max-width: 200px;
}
.sec_staffs .staffs .staff .staff-img .info {
width: 0%;
height: 100%;
background-color: rgba(247, 81, 148, 0.3);
position: absolute;
top: 0px;
border-radius: 100%;
overflow: hidden;
}
.sec_staffs .staffs .staff:hover .staff-img .info {
width: 100%;
transition: 0.5s all ease-in;
display: flex;
align-items: center;
justify-content: center;
gap: var(--size-1);
}
.sec_staffs .staffs .staff:hover .staff-img .info a {
width: var(--size-3);
height: var(--size-3);
background-color: var(--color-light);
border-radius: 99px;
display: flex;
justify-content: center;
align-items: center;
}
.sec_staffs .staffs .staff .staff-img img {
border-radius: 100%;
width: 100%;
height: 100%;
aspect-ratio: 1/1;
object-fit: cover;
}
.sec_blogs .tab-labels {
display: flex;
justify-content: center;
align-items: center;
gap: var(--size-1);
list-style: none;
}
.sec_blogs .tab-labels .tab-label {
cursor: pointer;
}
.sec_blogs .tab-labels .btn {
font-size: var(--size-f);
}
.sec_blogs .posts {
display: flex;
}
.sec_blogs .posts .post:nth-child(n+4) {
display: none;
}
.sec_blogs .posts .post {
box-shadow: 0px 4px 10px -2px #585C5F29;
border-radius: var(--size-1);
}
.sec_blogs .posts .post img {
border-radius: var(--size-1) var(--size-1) 0 0;
aspect-ratio: 16/9;
object-fit: cover;
object-position: top;
}
.sec_blogs .posts .post .post-title {
font-size: var(--size-f);
font-weight: 600;
line-height: 1.2;
}
.sec_blogs .posts .post .post-title,
.sec_blogs .posts .post .post-content {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.sec_blogs .posts .post .post-date {
margin: 8px 0px;
}
.sec_blogs .posts .post .post-date,
.sec_blogs .posts .post .post-content {
line-height: 1.2;
}
.video-main-container {
position: relative;
width: 100%;
max-width: 640px;
cursor: pointer;
overflow: hidden;
border-radius: 10px;
}
.video-main-container img {
width: fit-content !important;
display: block !important;
margin: auto;
max-height: 720px;
height: 100%;
object-fit: contain;
transition: transform 0.3s;
}
.play-button1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
background: rgba(255, 0, 0, 0.9);
border-radius: 50%;
}
.play-button1::after {
content: "";
position: absolute;
top: 18px;
left: 23px;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent #fff;
}
@media (max-width:1024px) {
main nav {
display: none;
}
.video-container {
position: relative !important;
width: 100%;
max-width: 600px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
cursor: pointer;
border-radius: 10px;
}
.video-container img {
width: 100%;
display: block;
transition: transform 0.3s;
}
.video-container:hover img {
transform: scale(1.05);
}
@media (max-width:1024px) {
main nav {
display: none;
}
main .row {
flex-direction: column;
}
main .row.nowrap {
flex-direction: row;
}
main .sec_content_box iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
.sec_ordering_process .steps {
gap: var(--size-0);
}
.sec_ordering_process .steps .step {
flex: 0 0 calc(33.33% - var(--size-0));
grid-template-columns: var(--size-5-5) 1fr;
gap: var(--size-0);
}
.sec_ordering_process .steps .step img {
width: fit-content;
height: var(--size-5-5);
}
.sec_ordering_process .steps .step p strong {
font-size: var(--size-1);
}
.sec_ordering_process .steps .step p.size-1 {
font-size: var(--size-1-mb);
}
.sec_collections .collections {
gap: 0;
}
.sec_collections .collections .collection {
flex: 100%;
padding: 0 4px;
}
.sec_collections .collections .collection img {
max-width: 125px;
min-width: 125px;
height: 125px;
}
.sec_collections .collections .collection strong {
font-size: var(--size-1);
}
.sec_why_choose .boxs {
grid-template-columns: repeat(3, 1fr);
gap: var(--size-0);
}
.sec_why_choose .boxs .box img {
width: 80px;
height: 80px;
}
.sec_why_choose .boxs .box .title {
font-size: var(--size-1);
}
.sec_certificates .certificates img {
height: 450px;
}
.sec_achievements .boxs {
gap: var(--size-0);
}
.sec_achievements .boxs .box img {
width: 72px;
height: 72px;
margin-bottom: 8px;
}
.sec_products_cate .tab-labels {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
justify-content: flex-start;
gap: var(--size-0);
}
.sec_products_cate .tab-labels .tab-label {
max-width: 125px;
}
.sec_products_cate .tab-labels .tab-label img {
max-width: 100px;
min-width: 100px;
height: 100px;
}
.sec_products_cate .tab-labels .tab-label .title {
font-size: 13px;
}
.sec_feedbacks img {
max-height: 450px;
object-fit: contain;
}
}
@media (max-width:768px) {
.sec_banners .banners .img img.desk {
display: none;
}
.sec_banners .banners .img img.mb {
display: block;
}
main .row.nowrap {
flex-direction: column;
}
.sec_ordering_process .steps .step {
flex: 0 0 calc(50% - var(--size-0));
}
.sec_why_choose .boxs {
grid-template-columns: repeat(2, 1fr);
}
.sec_achievements .boxs,
.sec_banners .banners,
.sec_certificates .certificates,
.sec_feedbacks .feedbacks,
.sec_staffs .staffs {
margin-bottom: 0px;
}
.sec_achievements .boxs {
grid-template-columns: repeat(2, 1fr);
}
.sec_achievements .boxs .box {
flex-direction: column;
}
.sec_achievements .boxs .box .box-content {
margin-left: 0px;
}
.sec_achievements .boxs .box .box-content .title,
.sec_achievements .boxs .box .box-content .desc {
text-align: center;
}
.sec_achievements .boxs .box .box-content .title {
font-size: 16px;
}
.sec_feedbacks .feedbacks .slick-list .slick-track .slick-slide,
.sec_staffs .staffs .slick-list .slick-track .slick-slide,
.sec_blogs .posts .slick-list .slick-track .slick-slide {
padding: 0 var(--size-0) var(--size-0);
}
.sec_short_ytb .list-short-ytb .slick-list .slick-track .slick-slide {
padding: 0 var(--size-0) var(--size-0);
position: relative !important;
width: 100%;
max-width: 600px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
cursor: pointer;
border-radius: 10px;
}
.sec_staffs .staffs .staff .staff-img {
margin-bottom: 8px;
}
.sec_staffs .staffs .staff .size-2 {
font-size: var(--size-1);
}
.sec_blogs .tab-labels {
gap: 8px;
}
.sec_blogs .tab-labels .tab-label {
margin-bottom: 0px;
}
.sec_blogs .tab-labels .btn {
font-size: 13px;
padding: 8px;
white-space: wrap;
text-align: center;
}
.sec_blogs .posts .post {
margin-bottom: 0px;
}
.sec_blogs .posts .post .post-title {
font-size: 16px;
}
.sec_blogs .posts .post .post-date,
.sec_blogs .posts .post .post-content {
font-size: 13px;
}
.sec_products_cate .tab-labels .tab-label img {
max-width: 80px;
min-width: 80px;
height: 80px;
}
}
@media (max-width:576px) {
.sec_ordering_process .steps .step {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.sec_images .images {
grid-template-columns: 1fr;
gap: var(--size-1);
}
}