.widget_slider_style_7 .slider_content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
}
.widget_slider_style_7 .slider_content .slider_slider{
width: 100%;
display:block;
overflow: hidden;
grid-row: 1/span 2;
grid-column: 1/span 2;
border-radius:10px;
}
.widget_slider_style_7 .slider_content .sliderNoTitle .slick-dots{
z-index: 1;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.widget_slider_style_7 .slider_content .sliderNoTitle .slick-dots li{
width: 50px;
height: fit-content;
margin-top: 10px;
}
.widget_slider_style_7 .slider_content .sliderNoTitle .slick-dots li button{
background-color: #fff;
width: 50px;
height: 6px;
border-radius: 5px;
padding: 0;
opacity: 0.6;
}
.widget_slider_style_7 .slider_content .sliderNoTitle .slick-dots li.slick-active button{
opacity: 1;
}
.widget_slider_style_7 .slider_content .slider_slider .slick-slide .item{ display:block!important; }
.widget_slider_style_7 .slider_content .banner {
position: relative;
display: block;
width: 100%;
padding-top: 50%;
height: inherit;
overflow: hidden;
border-radius: 10px;
}
.widget_slider_style_7 .slider_content .banner a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_slider_style_7 .slider_content .banner a img {
height: 100%;
width: 100%;
position: relative;
display: block;
transition: all .5s ease-in-out;
object-fit: cover;
}
@media(max-width: 768px) {
.widget_slider_style_7 .slider_content{
grid-template-columns: repeat(2, 1fr);
grid-gap: 7px;
}
.widget_slider_style_7 .slider_content .banner:nth-of-type(n+4){
display: none;
}
}.widget_product_style_21 { overflow: hidden; }
.widget_product_style_21 .box-header{
display:flex;
justify-content:space-between;
align-items: center;
padding: 5px 10px;
border: 1px solid var(--header-border-color);
border-radius: 5px 5px 0 0;
}
.widget_product_style_21 .box-header .header-title {
margin-bottom:0; padding:10px 0;
}
.widget_product_style_21 .box-header .header-title .header{ color: var(--header-title-color); font-size:20px; }
.widget_product_style_21 .box-header .more-link {
color: var(--header-more-color);
font-size: 15px;
}
.widget_product_style_21 .box-header .icon img{ height:50px }
.widget_product_style_21 .js_product_style_21_data{ padding: 10px; border-radius: 0 0 5px 5px; }
@media(max-width: 768px){
.widget_product_style_21 .box-header{
flex-wrap: wrap;
padding: 15px;
}
.widget_product_style_21 .box-header .header-title{ margin-right:20px }
.widget_product_style_21 .box-header .icon { display:none; }
}
.widget_product_style_1 { overflow: hidden; }
.widget_email_style_1 .description {
margin-top: 20px;
color: var(--descriptionColor);
}
.widget_email_style_1 .box-content {
max-width: 400px;
margin: 0 auto;
}
.widget_email_style_1 .form-group {
display: grid;
grid-template-columns: auto 35px;
border-radius: 45px;
grid-gap: 10px;
padding: 5px;
border: 1px solid var(--borderColor);
}
.widget_email_style_1 .form-group .input .form-control {
border:0;
height: 35px;
line-height: 35px;
border-radius: 0;
margin-bottom: 0;
width: 100%;
padding: 0 10px;
outline: none;
color: var(--borderColor);
background-color: transparent;
}
.widget_email_style_1 .form-group .input .form-control:focus{
outline: none;
box-shadow: unset;
background-color: transparent;
}
.widget_email_style_1 .form-group .input .form-control::-webkit-input-placeholder{
color: var(--borderColor);
}
.widget_email_style_1 .form-group .button button {
width:100%;
height: 35px;
line-height: 35px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 50%;
}.widget_album_tab_style_1 .album_tab_style_1_category_list {
display: inline-block;
background: transparent;
overflow: hidden;
list-style: none;
margin: 0 0 20px 0;
}
.widget_album_tab_style_1 .album_tab_style_1_category_list li {
float: left;
padding: 0;
margin-right: 25px;
position: relative;
}
.widget_album_tab_style_1 .album_tab_style_1_category_list li:last-child {
margin-right: 0px;
}
.widget_album_tab_style_1 .album_tab_style_1_category_list li a {
color:#000;
display: block;
font-size: 15px;
transition: all 0.5s;
text-transform: capitalize;
text-decoration: none;
}
.widget_album_tab_style_1 .album_tab_style_1_category_list li a.active,
.widget_album_tab_style_1 .album_tab_style_1_category_list li a:hover {
color:var(--theme-color);
}
.widget_album_tab_style_1 .item .img {
position: relative;
display: block;
width: 100%;
padding-top: 100%;
height: 100%;
overflow: hidden;
border-radius: 5px;
}
.widget_album_tab_style_1 .item .img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_album_tab_style_1 .item .img a img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_album_tab_style_1 .readmore{
margin-top: 20px;
}.widget_post_style_2 .box-content { position: relative; }
.widget_post_style_2 .displayHorizontal .slick-slide{
margin: 0 calc(var(--bs-gutter-x)/2);
}
.widget_post_style_2 .displayHorizontal .slick-list{
margin: 0 calc( var(--bs-gutter-x)/-2);
}
.widget_post_style_2 .displayList{
display: grid;
grid-template-columns: repeat(var(--numberShow), 1fr);
grid-gap: var(--bs-gutter-x);
}
.widget_post_style_2 .item {
border-radius: 12px; border: 2px solid #DFDADE; padding: 10px;
}
.widget_post_style_2 .item .img {
position: relative;
display: block;
width: 100%;
padding-top: 77%;
height: inherit;
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.widget_post_style_2 .item .img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_post_style_2 .item .img a img {
height: 100%;
width: 100%;
position: relative;
display: block;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_post_style_2 .item .title {
position: relative; margin-top: 10px;
}
.widget_post_style_2 .item .title .header {
margin:0;
}
.widget_post_style_2 .item .title .header a {
color: #000; outline: none;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2;
font-size: 16px;
-webkit-box-orient: vertical;
}
.widget_post_style_2 .item .title .description {
margin-bottom: 0;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3;
-webkit-box-orient: vertical;
}
@media(max-width: 1000px){
.widget_post_style_2 .displayList{
grid-template-columns: repeat(var(--numberShowTablet), 1fr);
}
}
@media(max-width: 600px){
.widget_post_style_2 .displayList{
grid-template-columns: repeat(var(--numberShowMobile), 1fr);
}
}.widget_feedback_style_1 .box-content {
position: relative;
}
.widget_feedback_style_1 .item{ position:relative; overflow: hidden; padding: 100px 0;}
.widget_feedback_style_1 .item .bg{
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.widget_feedback_style_1 .item .bg svg{ height:100%; width:auto; }
.widget_feedback_style_1 .item .bg svg{
transform: skew(90deg, 90deg);
transition: transform 1s ease-in-out;
}
.widget_feedback_style_1 .swiper-slide-active .item .bg svg{
transform: unset;
}
.widget_feedback_style_1 .item .info{
position:relative; z-index:2;
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-gap: 30px;
align-items: center;
}
.widget_feedback_style_1 .item .img .avatar {
text-align: center;
max-width: 400px;
margin: 0 auto;
}
.widget_feedback_style_1 .item .img .avatar img {
width: 100%;
height: 100%;
object-fit: contain;
}
.widget_feedback_style_1 .item .title {
text-align: left;
padding: 15px;
background-color: #FFFFFF;
box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.15);
border-radius: 10px;
margin: 0 10px 0 0;
}
.widget_feedback_style_1 .item .title .feedback-content {
margin: 0 0 15px auto;
max-width: 100%;
padding-bottom: 10px;
border-bottom: 2px solid var(--theme-color);
}
.widget_feedback_style_1 .item .title .feedback-content p{
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
height: 100px;
}
.widget_feedback_style_1 .item .title .feedback-name {
text-align: left; font-size: 18px; font-weight: bold; margin-bottom: 7px;
}
.widget_feedback_style_1 .item .title .feedback-office {
font-size: 16px;
}
Warning: Trying to access array offset on value of type bool in /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/smart202/domains/smartcityvn.com/public_html/application/helpers/common_helper.php:878
Stack trace:
#0 /home/smart202/domains/smartcityvn.com/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-5/header.php(77): Option::get()
#1 /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle5::css()
#2 /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#3 /home/smart202/domains/smartcityvn.com/public_html/system/plugin.php(453): WP_Hook->do_action()
#4 /home/smart202/domains/smartcityvn.com/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#5 /home/smart202/domains/smartcityvn.com/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#6 /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#7 /home/smart202/domains/smartcityvn.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#8 /home/smart202/domains/smartcityvn.com/public_html/system/plugin.php(453): WP_Hook->do_action()
#9 /home/smart202/domains/smartcityvn.com/public_html/views/theme-store/include/head.php(9): do_action()
#10 /home/smart202/domains/smartcityvn.com/public_html/application/libraries/template.php(708): include('/home/smart202/...')
#11 /home/smart202/domains/smartcityvn.com/public_html/views/theme-store/template-full-width.php(7): Template::partial()
#12 /home/smart202/domains/smartcityvn.com/public_html/system/core/Loader.php(839): include('/home/smart202/...')
#13 /home/smart202/domains/smartcityvn.com/public_html/system/core/Loader.php(420): CI_Loader->_ci_load()
#14 /home/smart202/domains/smartcityvn.com/public_html/application/libraries/template.php(346): CI_Loader->view()
#15 /home/smart202/domains/smartcityvn.com/public_html/application/controllers/frontend/products.php(13): Template->render()
#16 /home/smart202/domains/smartcityvn.com/public_html/system/core/CodeIgniter.php(360): products->index()
#17 /home/smart202/domains/smartcityvn.com/public_html/index.php(224): require_once('/home/smart202/...')
#18 {main}
thrown in /home/smart202/domains/smartcityvn.com/public_html/application/helpers/common_helper.php on line 878