.widget_about_style_1 .about-content .description {
margin-bottom: 40px;
}
.widget_about_style_1 .about-content p {
font-size: 14px;
line-height: 25px;
margin-bottom: 20px;
margin-top: 10px;
}
.widget_about_style_1 .about-content ul {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
list-style-type: none;
margin-right: -10px;
margin-bottom: 5px;
margin-top: 5px;
}
.widget_about_style_1 .about-content ul li {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
margin-top: 10px;
font-weight: 600;
color: #777;
position: relative;
padding-right: 10px;
padding-left: 22px;
}
.widget_about_style_1 .button .btn {
margin: 0 0 20px; border-radius: 25px;
padding: 10px 20px;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0;
}
@media(max-width: 768px) {
.widget_about_style_1 .about-content .header-title h3 {
text-align: center;font-size: 30px;
}
}
.widget_box_gallery_1 .grid {
display: grid;
grid-template-columns: var(--gallery-1-template);
grid-gap: var(--gallery-1-grid-gap);
}
.widget_box_gallery_1 .grid-item {
height: 300px;
overflow: hidden;
}
.widget_box_gallery_1 .grid-item img{
width: 100%; height: 100%; object-fit: cover;
}
@media(max-width: 600px) {
.widget_box_gallery_1 .grid {
display: grid;
grid-template-columns: [col1] auto [col2] auto [end];
}
.widget_box_gallery_1 .grid-item {
height: 200px;
}
}.widget_product_category_style_7 .item .img {
height: 160px;
width: 160px;
margin: 0 auto;
border-radius: 50%;
text-align: center;
overflow: hidden;
}
.widget_product_category_style_7 .item .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_product_category_style_7 .item .title .heading {
font-size: 15px; text-align: center; margin: 20px 0;
font-family: var(--font-header);
font-weight: bold;
}
.widget_product_category_style_7 .item .title .heading a {
color:#000;
}
@media (max-width: 768px) {
.widget_product_category_style_7 .item .img {
width: 100px;
height: 100px;
}
.widget_product_category_style_7 .item .title .heading {
font-size: 15px;
}
}
@media (max-width: 500px) {
.widget_product_category_style_7 .item .title .heading {
font-size: 13px;
}
}:root {
--prs6-header: 60px;
--prs6-list-bg:#fff;
--prs6-list-color:#000;
}
.widget_product_style_6 .product_style_6_header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
background: var(--prs6-list-bg);
margin-bottom: 15px;
padding:0;
text-align: left; overflow:hidden;
}
.widget_product_style_6 .product_style_6_header .heading {
float:left;
margin-bottom:0;
border-radius: 0;
position:relative;
overflow: initial;
width: max-content;
height: var(--prs6-header);
background-color: var(--prs6-header-bg);
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 20px;
}
.widget_product_style_6 .product_style_6_header .heading .icon {
width: 50px;
height: 50px;
margin-right: 15px;
}
.widget_product_style_6 .product_style_6_header .heading .icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.widget_product_style_6 .product_style_6_header .heading:before {
content:'';
position: absolute;
top:0;
width: 20px;
height: 100%;
background-color: var(--prs6-header-bg);
clip-path: polygon(100% 50%, 0 0, 0 100%);
left: 100%;
display: block;
}
.widget_product_style_6 .product_style_6_header .heading .header {
font-size: 20px;
line-height: 1.5;
margin-bottom: 0; margin-top: 0;
color: var(--prs6-header-color);
height: var(--prs6-header); line-height: var(--prs6-header);
text-transform: uppercase;
display:inline-block;
position:relative;
padding:0;
padding-right: 20px;
}
.widget_product_style_6 .product_style_6_header .heading .header span {
display: inline-block;
line-height: 40px;
}
.widget_product_style_6 .product_style_6_category_list {
background: var(--prs6-list-bg); overflow: hidden;
float: right; margin-bottom: 0; list-style: none; margin-left:50px;
}
.widget_product_style_6 .product_style_6_category_list li {
float: left;
padding: 7px 0;
font-size: 13px;
height: 50px;
position: relative;
}
.widget_product_style_6 .product_style_6_category_list li.item a:after {
content: '';
color: #dddddd;
position: absolute;
top: 50%;
right: 0;
transform: translate(50%,-50%);
}
.widget_product_style_6 .product_style_6_category_list li span {
padding: 5px;font-size: 14px;
}
.widget_product_style_6 .product_style_6_category_list li a {
font-size: 14px;
line-height: 1.5;
font-weight: bold;
text-transform: uppercase;
color:var(--prs6-list-color);
padding: 6px 10px;
display: block;
background-color: transparent;
}
.widget_product_style_6 .product_style_6_category_list li a:hover,
.widget_product_style_6 .product_style_6_category_list li a.active,
.widget_product_style_6 .product_style_6_category_list li a:focus {
color: var(--theme-color);
text-decoration: none;
outline: none;
}
.widget_product_style_6 .product_style_6_category_list li a.more-link {
margin: 0!important;
}
.widget_product_style_6 .product_style_6_content {
overflow:hidden;
}
.widget_product_style_6 .js_show_tab {
position: absolute; top:15px; right: 5px; display: none;
}
.widget_product_style_6 .js_show_tab .js_btn_show_tab {
width:50px; padding:10px; color:#000;
background-color: #fff; border-radius: 5px;
}
.widget_product_style_6 .product_style_6_content .product-item {
width: 95%;
}
@media (max-width: 600px) {
.widget_product_style_6 {
--prs6-header: 60px;
}
.widget_product_style_6 .js_show_tab { display: block; }
.widget_product_style_6 .product_style_6_category_list {
margin-left: 0;
display: none;
position: absolute;
width: 100%;
top: 55px;
z-index: 999;
border:1px solid #ccc;
}
.widget_product_style_6 .product_style_6_category_list li.item {
display: block; width: 100%;
}
.widget_product_style_6 .product_style_6_category_list li.arrow { display: none; }
.widget_product_style_6 .product_style_6_header {
overflow: visible;
}
.widget_product_style_6 .product_style_6_header .heading {
padding-left: 10px;
}
.widget_product_style_6 .product_style_6_header .heading:before {
content: unset;
}
.widget_product_style_6 .product_style_6_header .heading .icon {
width: 28px;
height: 28px;
margin-right: 10px;
}
.widget_product_style_6 .product_style_6_header .heading .header span {
font-size: 16px;
}
.widget_product_style_6 .product_style_6_category_list li a {
font-size: 14px;
}
}.widget_post_style_1 .box-content { position: relative; }
.widget_post_style_1 .item .img { height: 300px; width: 100%; }
.widget_post_style_1 .item .img img { height: 100%; width: 100%; object-fit: cover; }
.widget_post_style_1 .item .title {
padding: 20px;
}
.widget_post_style_1 .item .title .header {
font-size: 16px; line-height: 24px; height: 48px; font-family: var(--theme-color);
margin:10px 0; color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2;
-webkit-box-orient: vertical;
}
.widget_post_style_1 .item .title .header a {
color: #000; outline: none;
}
.widget_post_style_1 .item .title .description {
margin-bottom: 0; height: 55px;
text-align: initial;
color: #989898;
}
.widget_post_style_1 .item .title .post-info {
margin: 0 0 0 0;
}
.widget_post_style_1 .item .title .read-more a {
color:#000;display: inline-block; position: relative;
transition: all 0.3s;
}
.widget_post_style_1 .item .title .read-more i {
color:red;position: relative;top:1px;
}
.widget_post_style_1 .item .title .read-more a:hover {
padding-left: 20px; color:var(--theme-color);
}
.widget_post_style_1 .item:hover {
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
}
@media (max-width: 1200px) {
.widget_post_style_1 .item .img { height: 250px; }
}
@media (max-width: 600px) {
.widget_post_style_1 .item {padding:0;margin: 10px;}
.widget_post_style_1 .item .img { height: 200px; }
}.widget_videos_style_2 .slick-slide {
margin: 0 0px 10px 0px; outline: none; overflow: hidden;
}
.widget_videos_style_2 .video-img img {
width: 100%; height: 100%; object-fit: cover;outline: none;
}
.widget_videos_style_2 .main-videos .video-img {
position: relative; height: 450px;overflow: hidden;outline: none;border-radius: 5px;
}
.widget_videos_style_2 .main-videos .video-title .heading {
margin: 10px 0; font-weight: bold; font-family: var(--font-header);color:#000; font-size: 18px;
}
.widget_videos_style_2 .main-videos .video-title .heading a {
color:#000; font-size: 18px; outline: none;
}
.widget_videos_style_2 .list-videos .video-item .video-img {
float: left; width: 200px; height: 150px;
position: relative;
overflow: hidden;
outline: none;
border-radius: 5px;
}
.widget_videos_style_2 .list-videos .video-item .video-title {
float: left; width: calc(100% - 200px);
padding-left: 10px;
}
.widget_videos_style_2 .list-videos .video-title .heading {
margin-top: 0; font-weight: bold; font-family: var(--font-header);color:#000; font-size: 15px;
}
.widget_videos_style_2 .list-videos .video-title .heading a {
color:#000; outline: none;
}
.widget_videos_style_2 .list-videos .video-title .description {
color:#999; font-size: 14px; outline: none; height: 80px; overflow: hidden;
}
.widget_videos_style_2 .video-item:hover .video-img {
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
}
@media(max-width: 600px) {
.widget_videos_style_2 .list-videos .video-item .video-img {
width: 100%;
}
.widget_videos_style_2 .list-videos .video-item .video-title {
width: 100%;
}
.widget_videos_style_2 .list-videos .video-title h3 a {
font-size: 15px;
}
}
.widget_videos_style_2 .play-now {
position: absolute;
left: 50%;
top: 50%;
display: block;
border-radius: 50%;
z-index: 10;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform-origin: center center;
}
.widget_videos_style_2 .play-now .icon {
position: absolute;
left: 50%;
top: 50%;
height: 65px;
width: 65px;
text-align: center;
line-height: 65px;
color: #fff;
z-index: 1;
font-size: 20px;
padding-left: 5px;
display: block;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
background-color: var(--theme-color);
}
.widget_videos_style_2 .play-now .ripple,
.widget_videos_style_2 .play-now .ripple:before,
.widget_videos_style_2 .play-now .ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 65px;
width: 65px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.widget_videos_style_2 .play-now .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.widget_videos_style_2 .play-now .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
background-color: var(--theme-color);
}
Warning: Trying to access array offset on value of type bool in /home/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/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/south/domains/southernsurvey.com.vn/public_html/application/helpers/common_helper.php:896
Stack trace:
#0 /home/south/domains/southernsurvey.com.vn/public_html/views/theme-store/theme-child/theme-header/navigation-style/navigation-style-2/navigation.php(53): Option::get()
#1 /home/south/domains/southernsurvey.com.vn/public_html/system/libraries/Hook.php(307): ThemeNavigationStyle2::css()
#2 /home/south/domains/southernsurvey.com.vn/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#3 /home/south/domains/southernsurvey.com.vn/public_html/system/plugin.php(453): WP_Hook->do_action()
#4 /home/south/domains/southernsurvey.com.vn/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#5 /home/south/domains/southernsurvey.com.vn/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#6 /home/south/domains/southernsurvey.com.vn/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#7 /home/south/domains/southernsurvey.com.vn/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#8 /home/south/domains/southernsurvey.com.vn/public_html/system/plugin.php(453): WP_Hook->do_action()
#9 /home/south/domains/southernsurvey.com.vn/public_html/views/theme-store/include/head.php(9): do_action()
#10 /home/south/domains/southernsurvey.com.vn/public_html/application/libraries/template.php(737): include('...')
#11 /home/south/domains/southernsurvey.com.vn/public_html/views/theme-store/template-full-width.php(7): Template::partial()
#12 /home/south/domains/southernsurvey.com.vn/public_html/system/core/Loader.php(840): include('...')
#13 /home/south/domains/southernsurvey.com.vn/public_html/system/core/Loader.php(421): CI_Loader->_ci_load()
#14 /home/south/domains/southernsurvey.com.vn/public_html/application/libraries/template.php(375): CI_Loader->view()
#15 /home/south/domains/southernsurvey.com.vn/public_html/application/controllers/frontend/products.php(20): Template->render()
#16 /home/south/domains/southernsurvey.com.vn/public_html/system/core/CodeIgniter.php(360): products->detail()
#17 /home/south/domains/southernsurvey.com.vn/public_html/index.php(224): require_once('...')
#18 {main}
thrown in /home/south/domains/southernsurvey.com.vn/public_html/application/helpers/common_helper.php on line 896