@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes zoomInImage {
from {
transform: scale3d(1, 1, 1);
}
to {
transform: scale3d(1.3, 1.3, 1.3);
}
}
@-webkit-keyframes vnt_opacity {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes vnt_opacity {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes vnt_opacity {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes vnt_opacity {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
a {
color: #4ADEDE;
}
a:hover {
color: #ed6732;
}
button {
outline: none;
}
div[id*='attachment_'], img {
max-width: 100%;
height: auto;
}
.vnt_embed_responsive {
width: 100%;
float: left;
position: relative;
overflow: hidden;
padding-top: 56.25%;
margin-bottom: 20px;
}
.vnt_embed_responsive .embed-responsive-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.wp-pagenavi {
text-align: center;
display: block;
margin: 30px 0;
width: 100%;
float: left;
}
.wp-pagenavi span, .wp-pagenavi a {
height: 32px;
line-height: 32px;
display: inline-block;
padding: 0 12px;
margin: 0 3px;
border-radius: 0;
color: #FFFFFF;
font-weight: 600;
background: #4ADEDE;
text-decoration: none;
}
.wp-pagenavi span:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi a.current {
background: #ed6732;
transition: all .25s ease-in-out;
}
.vnt_gallery_1 {
column-count: 1;
column-gap: 15px;
-moz-column-gap: 15px;
-webkit-column-gap: 15px;
}
.vnt_gallery_1 .gallery_item {
margin-bottom: 15px;
}
.vnt_gallery_2 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
column-gap: 15px;
-moz-column-gap: 15px;
-webkit-column-gap: 15px;
}
.vnt_gallery_2 .gallery_item {
margin-bottom: 15px;
}
.vnt_gallery_3 {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
column-gap: 15px;
-moz-column-gap: 15px;
-webkit-column-gap: 15px;
}
.vnt_gallery_3 .gallery_item {
margin-bottom: 15px;
}
.vnt_gallery_4 {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
column-gap: 15px;
-moz-column-gap: 15px;
-webkit-column-gap: 15px;
}
.vnt_gallery_4 .gallery_item {
margin-bottom: 15px;
}
.vnt_gallery_5 {
-moz-column-count: 5;
-webkit-column-count: 5;
column-count: 5;
column-gap: 10px;
-moz-column-gap: 15px;
-webkit-column-gap: 15px;
}
.vnt_gallery_5 .gallery_item {
margin-bottom: 15px;
}
.vnt_gallery_6 {
-moz-column-count: 6;
-webkit-column-count: 6;
column-count: 6;
column-gap: 10px;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
}
.vnt_gallery_6 .gallery_item {
margin-bottom: 10x;
}
.vnt_gallery_7 {
-moz-column-count: 7;
-webkit-column-count: 7;
column-count: 7;
column-gap: 5px;
-moz-column-gap: 5px;
-webkit-column-gap: 5px;
}
.vnt_gallery_7 .gallery_item {
margin-bottom: 5px;
}
.vnt_gallery_8 {
-moz-column-count: 8;
-webkit-column-count: 8;
column-count: 8;
column-gap: 5px;
-moz-column-gap: 5px;
-webkit-column-gap: 5px;
}
.vnt_gallery_8 .gallery_item {
margin-bottom: 5px;
}
.vnt_gallery_9 {
-moz-column-count: 9;
-webkit-column-count: 9;
column-count: 9;
column-gap: 5px;
-moz-column-gap: 5px;
-webkit-column-gap: 5px;
}
.vnt_gallery_9 .gallery_item {
margin-bottom: 5px;
}
.gallery-icon {
display: inline-block;
margin-bottom: 15px;
padding: 5px;
background: #F8F8F8;
border-radius: 4px;
}
.gallery_item {
display: block;
}
.gallery_item a, .gallery_item img {
display: block;
width: 100%;
}
.gallery-caption {
display: none;
font-size: 80%;
text-align: center;
font-style: italic;
}
.gallery-icon:first-child .gallery_item {
margin-top: 0;
}
.vnt_gallery + p {
width: 100%;
float: left;
margin-top: 15px;
}
div.wpcf7 br {
margin: 0;
padding: 0;
content: '';
display: block;
}
div.wpcf7 br::before, div.wpcf7 br::after {
content: '';
}
div.wpcf7 span.wpcf7-form-control-wrap {
display: block;
}
div.wpcf7 span.wpcf7-not-valid-tip {
font-size: 11px;
}
div.wpcf7 .wpcf7-not-valid {
border-color: red !important;
}
div.wpcf7 .ajax-loader {
display: none;
margin: 0;
}
div.wpcf7 .ajax-loader.is-active {
display: block;
width: 100%;
margin: 10px 0 0 0;
background-repeat: no-repeat;
background-position: center;
}
div.wpcf7 div.wpcf7-response-output {
margin: 15px 0 0 0;
background: #FFFFFF;
float: left;
width: 100%;
}
div.wpcf7 label span {
color: #FF0000;
}
.btn_button {
transition: all 500ms ease;
}
.vnt_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.vnt_nav li.tree-opened > .toggler:hover,
ul.vnt_nav li.tree-closed > .toggler:hover {
cursor: pointer;
}
ul.vnt_nav li > span.toggler:before, ul.vnt_nav li > span.toggler:after {
font-family: 'FontAwesome';
}
ul.vnt_nav li.tree-empty > .toggler {
display: none !important;
}
ul.vnt_nav li.tree-empty > span.toggler:after {
content: "\f0d7";
}
ul.vnt_nav li.tree-closed > span.toggler:before {
content: "\f0dc";
}
ul.vnt_nav li.tree-opened > span.toggler:before {
content: "\f0de";
}
.title_text2 .title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px;
}
.title_text3 .title {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px;
}
.slick-list, .slick-slide, .slick-slide:focus, .slick-slide a {
outline: none !important;
}
.slick-arrow {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border: 0;
cursor: pointer;
transition: all 400ms ease;
position: absolute;
top: 50%;
transform: translate(0, -50%);
z-index: 9;
cursor: pointer;
}
.slick-arrow::before {
font-family: 'IcoFont';
}
.slick-next {
right: 0;
transform: translate(0, -50%);
}
.slick-next::before {
content: "\ea75";
}
.slick-prev {
left: 0;
transform: translate(0, -50%);
}
.slick-prev::before {
content: "\ea74";
}
.slick-dots {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
.slick-dots li {
float: left;
cursor: pointer;
}
.slick-dots li button {
width: 8px;
height: 8px;
background-size: 0;
border: 0;
padding: 0;
border-radius: 100%;
font-size: 0;
cursor: pointer;
background: #fff;
}
.slick-dots li.slick-active button {
background: #4ADEDE;
}
.simg_item, .sthumb_item {
position: relative;
}
.simg_item .play, .sthumb_item .play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sync_lagre .play {
font-size: 60px;
color: rgba(43, 160, 217, 0.5);
}
.sync_lagre:hover {
color: rgba(43, 160, 217, 0.8);
}
.sync_lagre .slick-arrow {
background: no-repeat;
font-size: 36px;
color: #4ADEDE;
}
.sync_thumb .sthumb_item {
background: #FFFFFF;
border: 1px solid #F2F2F2;
padding: 10px;
cursor: pointer;
transition: all 300ms ease;
}
.sync_thumb .sthumb_item:hover, .sync_thumb .sthumb_item.slick-current {
border-color: #4ADEDE;
}
.sync_thumb .play {
font-size: 20px;
color: rgba(43, 160, 217, 0.5);
}
.sync_thumb .slick-list {
margin: 0 -5px;
}
.sync_thumb .slick-slide {
margin: 0 5px;
}
.vnt_image.hover_more .title {
position: absolute;
bottom: 0;
left: 0;
visibility: visible;
opacity: 1;
transition: all 500ms ease;
}
.vnt_image.hover_more .desc {
height: 100%;
visibility: hidden;
opacity: 0;
position: absolute;
top: -110%;
left: 0;
transition: all 500ms ease;
}
.vnt_image.hover_more:hover .title {
visibility: hidden;
opacity: 0;
bottom: -80px;
}
.vnt_image.hover_more:hover .desc {
visibility: visible;
opacity: 1;
top: 0;
}
#header_search {
position: absolute;
top: 100%;
right: 0;
visibility: hidden;
opacity: 0;
transition: all 500ms ease;
z-index: 99;
}
#header_search.in {
visibility: visible;
opacity: 1;
}
.search_form {
display: grid;
grid-template-columns: auto 40px;
}
.search_form .search_field, .search_form .search_submit {
width: 100%;
border: 1px solid #DCDCDC;
height: 40px;
}
.search_form .search_field {
border-right: 0;
padding: 0 15px;
}
.search_form .search_submit {
border-left: 0;
display: flex;
align-items: center;
justify-content: center;
background: no-repeat;
color: #ed6732;
}
@media only screen and (min-width: 1025px) {
.menu_header ul li a {
white-space: nowrap;
}
.menu_header ul li ul, .menu_header ul li .mega_menu {
position: absolute;
top: 100%;
left: 0%;
visibility: hidden;
opacity: 0;
z-index: -1;
pointer-events: auto;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
.menu_header ul li ul ul, .menu_header ul li .mega_menu ul {
top: 0;
left: 100%;
}
.menu_header ul li:hover > ul, .menu_header ul li:hover .mega_menu {
visibility: visible;
opacity: 1;
z-index: 99;
transform: translate(0, 0);
}
.menu_header ul li.menu-item-has-children {
position: relative;
}
.menu_header ul li.menu-item-has-children {
position: relative;
}
.menu_header ul li.menu-item-has-children > a, .menu_header ul li.has_section > a {
position: relative;
}
.menu_header ul li.menu-item-has-children > a::after, .menu_header ul li.has_section > a::after {
font-family: IcoFont;
content: "\ea73";
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
z-index: 9;
line-height: 0;
font-size: 120%;
opacity: 1;
-webkit-animation: vnt_opacity 3s infinite;
-moz-animation: vnt_opacity 3s infinite;
-o-animation: vnt_opacity 3s infinite;
animation: vnt_opacity 3s infinite;
}
.menu_header ul li.menu-item-has-children li.menu-item-has-children > a::after, .menu_header ul li.menu-item-has-children li.has_section > a::after, .menu_header ul li.has_section li.menu-item-has-children > a::after, .menu_header ul li.has_section li.has_section > a::after {
content: "\ea75";
bottom: auto;
left: auto;
right: 5px;
top: 50%;
transform: translate(0, -50%);
}
.vnt_the_content h2, .vnt_the_content h3, .vnt_the_content h4, .vnt_the_content h5, .vnt_the_content h6 {
font-weight: 600;
}
.vnt_the_content h2 {
font-size: 30px;
line-height: 36px;
margin: 20px 0;
}
.vnt_the_content h3 {
font-size: 24px;
line-height: 30px;
margin: 15px 0;
}
.vnt_the_content h4 {
font-size: 18px;
line-height: 24px;
margin: 15px 0;
}
.vnt_the_content h5 {
font-size: 16px;
line-height: 22px;
margin: 15px 0;
}
.vnt_the_content h6 {
font-size: 14px;
line-height: 22px;
margin: 15px 0;
}
}
@media only screen and (max-width: 1024px) {
#menu_header {
visibility: hidden;
opacity: 0;
z-index: -1;
position: fixed;
top: 0;
left: -110%;
height: 100vh;
transition: all 360ms ease-in-out;
}
#menu_header.in {
visibility: visible;
opacity: 1;
z-index: 9999;
left: 0;
transition: all 360ms ease-in-out;
}
.nav_header {
overflow-y: auto;
height: 100vh;
}
.nav_header li.tree-closed, .nav_header li.tree-opened {
display: flex;
}
.nav_header li.tree-closed > a, .nav_header li.tree-opened > a {
flex: 1;
}
.nav_header li.tree-closed .toggler, .nav_header li.tree-opened .toggler {
order: 2;
}
.nav_header li.tree-closed ul, .nav_header li.tree-closed section, .nav_header li.tree-opened ul, .nav_header li.tree-opened section {
order: 3;
}
.nav_header .sub-menu li li a {
padding-left: 30px !important;
}
}
@media only screen and (max-width: 767px) {
.vnt_the_content .vnt_gallery {
column-count: 2;
}
}
#title_breadcrumb {
background: #f2f2f2;
padding-top: 15px;
padding-bottom: 15px;
}
#title_breadcrumb h1 {
margin-bottom: 0;
}
.hot-line__number {
background: none;
position: fixed;
bottom: 30px;
left: 30px;
height: 60px;
display: flex;
}
.hot-line__number:hover .hot-line__number__text, .hot-line__number:active .hot-line__number__text {
opacity: 1;
width: calc( 100% - 60px);
padding: 10px 20px;
}
.hot-line__number:hover .hot-line__number__icon, .hot-line__number:active .hot-line__number__icon {
border-radius: 0 5px 5px 0;
}
.hot-line__number:hover .hot-line__number__icon i, .hot-line__number:active .hot-line__number__icon i {
animation: none;
}
.hot-line__number:hover .hot-line__number__icon:before, .hot-line__number:hover .hot-line__number__icon:after, .hot-line__number:active .hot-line__number__icon:before, .hot-line__number:active .hot-line__number__icon:after {
display: none;
}
@media (max-width: 767px) {
.hot-line__number {
height: 40px;
}
}
.hot-line__number__text {
opacity: 0;
width: 0;
transition: 0.7s ease all;
background-color: #373737;
border-radius: 3px;
color: #fff;
display: flex;
align-items: center;
overflow: hidden;
font-size: 18px;
text-transform: uppercase;
white-space: nowrap;
border-radius: 5px 0 0 5px;
margin: 0;
padding: 0;
}
.hot-line__number__icon {
background-color: #4ADEDE;
font-size: 40px;
border-radius: 5px;
color: #fff;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
position: relative;
}
.hot-line__number__icon:before, .hot-line__number__icon:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 50%;
border: 1px solid #00aff2;
animation: ripple 2s linear infinite;
}
.hot-line__number__icon:after {
animation-delay: 1s;
}
.hot-line__number__icon svg {
animation: ring 1s linear infinite;
}
@media (max-width: 767px) {
.hot-line__number__icon {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 30px;
}
}
.hot-line_number__icon:after {
animation-delay: 1s;
}
@keyframes ripple {
0% {
transform: scale(1);
}
75% {
transform: scale(1.75);
opacity: 1;
}
100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes ring {
0% {
transform: rotate(0);
}
10% {
transform: rotate(-25deg);
}
20% {
transform: rotate(25deg);
}
30% {
transform: rotate(-25deg);
}
40% {
transform: rotate(25deg);
}
50% {
transform: rotate(0);
}
100% {
transform: rotate(0);
}
}
@media (max-width: 767px) {
.hot-line {
bottom: 15px;
}
.hot-line__facebook__link .ctrlq2.fb-button {
width: 45px;
height: 45px;
}
.hot-line__zalo__link-icon a {
width: 45px;
height: 45px;
position: relative;
left: -2px;
}
.hot-line__facebook__link {
margin: 0px;
}
.hot-line__facebook__link .bubble2, .hot-line__facebook__link .bubble-msg {
display: none;
}
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
background: #ed6732;
color: #fff;
font-size: 14px;
line-height: 1;
padding: 10px 15px;
font-weight: bold;
transition: 0.3s;
text-transform: uppercase;
cursor: pointer;
text-align: center;
border-radius: 2px;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #4ADEDE;
text-decoration: none;
}
.btn--primary {
background: #4ADEDE;
}
.btn--primary:hover {
color: #fff;
background: #ed6732;
text-decoration: none;
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #dedede;
border-radius: 0;
padding: 8px 10px 7px;
transition: 0.3s ease all;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #dedede;
padding: 10px 5px;
width: 100%;
}
textarea {
width: 100%;
}
.section-title {
border-left: 3px solid #ed6732;
font-size: 24px;
padding-left: 5px;
}
.vnt_image.hover_more img {
width: 100%;
}
.site-content {
padding-top: 40px;
padding-bottom: 40px;
}
.kc-elm.more a {
color: #4ADEDE !important;
<<<<<<< Updated upstream
=======
}
body.kc-css-system .kc-css-849819 .thumb {
    overflow: hidden;
    border-radius: 10px;
>>>>>>> Stashed changes
}
#main_footer .type {
border-color: #fff !important;
}
#main_footer .vnt_listing i {
color: #fff !important;
}
@media (max-width: 767px) {
.sidebar {
margin-top: 15px;
}
}
.sidebar > div {
background: #ededed;
padding: 18px;
}
.sidebar > div + div {
margin-top: 30px;
}
.sidebar > div .widgettitle,
.sidebar > div h3 {
font-size: 20px;
line-height: 20px;
font-weight: bold;
margin-top: 0;
border-left: 3px solid #ed6732;
text-transform: uppercase;
padding-left: 10px;
}
.sidebar ul {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar ul a {
display: flex;
padding: 5px 10px;
align-items: center;
font-weight: 500;
color: #333;
}
.sidebar ul a:before {
content: "✪";
font-family: 'IcoFont' !important;
font-style: inherit;
color: #4ADEDE;
margin-right: 10px;
font-size: 19px;
}
.sidebar ul a:hover {
background: #ed6732;
color: #fff;
}
.sidebar ul a:hover:before {
color: inherit;
}
body.kc-css-system .toggler {
color: #ed6732 !important;
}
.alignleft {
display: inline;
float: left;
margin: 0.5em 1.5em 0.5em 0;
}
.alignleft.wp-caption {
margin-bottom: 0.5em;
}
.alignright {
display: inline;
float: right;
margin: 0.5em 0 0.5em 1.5em;
}
.alignright.wp-caption {
margin-bottom: 0.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
table {
width: 100%;
}
.al-modals {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
background: rgba(0, 0, 0, 0.6);
margin: 0;
width: 100%;
height: 100%;
transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.al-modals__background {
width: 100%;
height: 100%;
}
.al-modals__content {
max-width: 900px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
background: #e8ecef;
padding: 45px;
}
.al-modals__title {
text-transform: uppercase;
color: #333;
font-size: 18px;
margin: 0 0 18px;
font-weight: 900;
}
.enable-form-bao-gia-modal .al-modals--form-bao-gia {
z-index: 9999;
opacity: 1;
visibility: visible;
}
.al-modals--form-bao-gia .cf7_dangky {
flex-direction: column;
grid-gap: 10px;
}
.al-modals--form-bao-gia .cf7_dangky .cf7_item {
margin: 0;
}
.vnt-products {
display: grid;
margin-top: 30px;
grid-gap: 30px;
}
@media (min-width: 480px) {
.vnt-products {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.vnt-products {
grid-template-columns: repeat(3, 1fr);
}
.vnt-products .vnt-product.vnt_image.hover_more {
    max-height: 250px;
    align-items: center;
    display: flex;
    border-radius: 5%;
}
}
.vnt-product {
overflow: hidden;
position: relative;
}
.vnt-product__title {
width: 100%;
background: #4ADEDE;
color: #fff;
font-size: 15px;
padding: 2px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
line-height: 32px;
height: 32px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.vnt-product__overlay {
<<<<<<< Updated upstream
background: #4ADEDE;
=======
background: #4adededb;
>>>>>>> Stashed changes
color: #fff;
font-size: 24px;
line-height: 36px;
font-weight: 700;
text-align: center;
padding: 30px 15px 30px 15px;
right: 0;
}
.vnt-product__link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
font-size: 0;
}
.vnt-product-type {
display: flex;
border-bottom: 2px solid #dcdcdc;
justify-content: center;
}
.vnt-product-type h2 {
display: block;
background: #fff;
color: #4ADEDE;
font-size: 30px;
line-height: 48px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
padding-right: 30px;
padding-left: 30px;
margin-bottom: -23px;
}
.vnt-product-type-desc {
margin-top: 30px;
font-size: 16px;
font-weight: 500;
text-align: center;
}
.single-product .site-main {
display: grid;
grid-gap: 30px;
grid-template-columns: 100%;
}
@media (min-width: 768px) {
.single-product .site-main {
grid-template-columns: 75% 25%;
}
}
.single-product-main > div:not(:first-child) {
margin-top: 30px;
}
.form-bao-gia-hotline {
font-size: 18px;
margin-bottom: 15px;
color: #ed6732;
}
.form-bao-gia-hotline a {
font-weight: bold;
color: #4ADEDE;
font-size: 16px;
}
.single-product-form-bao-gia .init-form-bao-gia-modal {
display: table;
margin: 0 auto;
}
.single-product-gallery {
max-width: 100%;
}
.single-product-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single-product-gallery-item {
position: relative;
}
.single-product-gallery-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.single-product-gallery-item:after {
content: '';
display: block;
padding-bottom: 59.22222%;
}
.product-gallery-nav {
margin-top: 15px;
}
.product-gallery-nav .slick-list {
margin-left: -15px;
}
.product-gallery-nav .slick-slide {
border: 2px solid #fff;
margin-left: 15px;
}
.product-gallery-nav .slick-arrow {
width: 21px;
height: 21px;
line-height: 21px;
font-size: 12px;
}
.product-gallery-nav .prev {
left: 2px;
}
.product-gallery-nav .next {
right: 2px;
}
@media (min-width: 480px) {
.product-gallery-nav img {
max-width: 155px !important;
}
}
.product-gallery-nav .single-product-gallery-item {
border: 2px solid transparent;
}
.product-gallery-nav .single-product-gallery-item.slick-current {
border-color: #ed6732;
}
.product-gallery-nav.slick-is-hold .slick-track {
transform: translate3d(0, 0, 0) !important;
}
@media (min-width: 768px) {
.product-gallery-nav.slick-is-hold-desktop .slick-track {
transform: translate3d(0, 0, 0) !important;
}
}
.product-thong-so {
display: flex;
align-items: center;
}
.product-thong-so > * {
flex: 1;
}
.product-thong-so + .product-thong-so {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #d5d9e0;
}
.product-thong-so__name {
text-transform: uppercase;
color: #888;
font-size: 12px;
}
.product-thong-so__value {
font-weight: 700;
font-size: 14px;
line-height: 18px;
}
@media (min-width: 768px) {
.single-product-related-posts {
grid-column: 1 / 3;
}
}
.related-posts {
display: grid;
grid-gap: 30px;
}
@media (min-width: 480px) {
.related-posts {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.related-posts {
grid-template-columns: repeat(4, 1fr);
}
}
.archive .site-content {
display: grid;
grid-gap: 30px;
align-items: flex-start;
}
@media (min-width: 768px) {
.archive .site-content {
grid-template-columns: 75% 25%;
}
}
.archive .site-main .vnt-products {
display: grid;
grid-gap: 30px;
}
@media (min-width: 480px) {
.archive .site-main .vnt-products {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.archive .site-main .vnt-products {
grid-template-columns: repeat(3, 1fr);
}
}


#home_lydo .lydo-wrapper {
    max-width: 900px;
    margin: 50px auto 0;
    position: relative;
}
#home_lydo .lydo-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
    display: none; /* Hide on mobile, show on desktop if desired */
}
#home_lydo .lydo-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    transition: all 0.4s ease;
}
#home_lydo .lydo-item.left-style {
    justify-content: flex-start;
    flex-direction: row;
}
#home_lydo .lydo-item.right-style {
    justify-content: flex-end;
    flex-direction: row-reverse;
}
#home_lydo .lydo-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: #fff;
    width: 75%;
    transition: all 0.3s ease;
}
#home_lydo .lydo-item.left-style .lydo-content {
    margin-right: 30px;
    text-align: right;
}
#home_lydo .lydo-item.right-style .lydo-content {
    margin-left: 30px;
    text-align: left;
}
#home_lydo .lydo-content h3 {
    color: #4ADEDE;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
#home_lydo .lydo-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.8;
}
#home_lydo .lydo-icon {
    width: 80px;
    height: 80px;
    background: #4ADEDE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(43, 160, 217, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}
#home_lydo .lydo-item:hover .lydo-icon {
    transform: rotate(15deg) scale(1.1);
    background: #fff;
    color: #4ADEDE;
}
#home_lydo .lydo-item:hover .lydo-content {
    background: rgba(255, 255, 255, 0.12);
    border-color: #4ADEDE;
    transform: translateY(-5px);
}
@media (min-width: 768px) {
    #home_lydo .lydo-wrapper::before {
        display: block;
    }
    #home_lydo .lydo-item.left-style {
        width: 55%;
        margin-right: auto;
    }
    #home_lydo .lydo-item.right-style {
        width: 55%;
        margin-left: auto;
    }
    /* Offset items to create a staggered effect */
    #home_lydo .lydo-item.right-style {
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    #home_lydo .lydo-item {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
        margin-bottom: 30px;
    }
    #home_lydo .lydo-item.left-style {
        flex-direction: row !important; /* Keep icon left even if it was right on PC */
    }
    #home_lydo .lydo-item.right-style {
        flex-direction: row !important; /* Consistent icon left on mobile */
    }
    #home_lydo .lydo-content {
        width: calc(100% - 70px);
        margin: 0 0 0 15px !important;
        padding: 15px 20px;
        text-align: left !important;
    }
    #home_lydo .lydo-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin: 0 !important;
        flex-shrink: 0;
    }
    #home_lydo .lydo-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #home_lydo .lydo-content p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Cuốn sổ đứng */
#home_lydo .notebook {
  width: 380px;
  height: 520px;
  background: #ffffff;
  border: 6px solid #1e40af; /* viền xanh đậm */
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
  max-width: 100%;

  /* Tạo dòng kẻ */
  background-image: repeating-linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 34px,
    #c7d2fe 35px
  );
}

#home_lydo .notebook h2 {  
    text-align: center;
    margin-bottom: 40px;
    color: #1e3a8a;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 15px;
}

/* Mỗi dòng */
#home_lydo .line {
  display: flex;
  align-items: self-end;
  height: 35px;
  font-size: 18px;
  color: #1e3a8a;
  cursor: pointer;
  /* padding-top: 4px; */
}

#home_lydo .line input {
  margin-right: 10px;
  transform: scale(1.2);
  accent-color: #2563eb; /* checkbox xanh */
}
 
#home_lydo .line i.fa.fa-check{
    border: 2px solid;
    margin-right: 8px;
    padding: 3px;
}

#home_lydo input[type="checkbox" i]:disabled {
    background-color: #2563eb !important;
    accent-color: #2563eb;
    color: #2563eb;
}