.widget_item_style_2 { overflow: hidden; text-align: center; } .widget_item_style_2 .row-flex { position: relative; display: grid; grid-template-columns: var(--item-per-row); grid-gap:10px; align-items: center; } .widget_item_style_2 .service-block { position: relative; } .widget_item_style_2 .item { position: relative; text-align: center; background-position: center; display: grid; grid-template-columns: var(--item-height) auto; grid-gap: 10px; align-items: center; } .widget_item_style_2 .item:before, .widget_item_style_2 .item:after { content: ""; position: absolute; background-repeat: no-repeat; opacity: 0; transition: all .5s; -webkit-transform: scale(.1); transform: scale(.1); z-index: 0; } .widget_item_style_2 .item:before { background-image: url('views/theme-store/widget/item/image/item-before.png'); height: 150px; top: -30px; left: -100px; width: 100%; } .widget_item_style_2 .item:after { background-image: url('views/theme-store/widget/item/image/item-after.png'); height: 200px; bottom: -40px; right: 100px; width: 250px; } .widget_item_style_2 .item.active:after, .widget_item_style_2 .item.active:before, .widget_item_style_2 .item:hover:after, .widget_item_style_2 .item:hover:before { opacity: 1; -webkit-transform: scale(0.3); transform: scale(0.3); } .widget_item_style_2 .item .img { } .widget_item_style_2 .item .img img { width: 100%; height: 100%; object-fit: contain; } .widget_item_style_2 .item:hover .img img { -webkit-animation: toTopFromBottom .5s forwards; animation: toTopFromBottom .5s forwards; } .widget_item_style_2 .item:hover .img img { } .widget_item_style_2 .item .title { text-align: left; } .widget_item_style_2 .item .title p.heading { color: var(--item-title); font-size: 17px; font-weight: bold; margin: 0; } .widget_item_style_2 .item .title p.heading a { color: var(--item-title); } .widget_item_style_2 .item .title p.description { color: var(--item-des); font-size: 14px; line-height: 20px; margin: 5px 0 0 0; } .widget_item_style_2 .item .title p.description a { color: var(--item-des); } @media (max-width: 768px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-tablet); } } @media (max-width: 600px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-mobile); } } :root { --prs6-header-color: var(--theme-color); --prs6-header-bg:#b3b3b3; --prs6-list-bg:#fff; --prs6-list-color:#8F9091; } .widget_product_style_6 .product_style_6_header { position: relative; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--prs6-header-bg); background: var(--prs6-list-bg); margin-bottom: 15px; padding-bottom:10px; text-align: left; } .widget_product_style_6 .product_style_6_header .heading { margin-bottom:0; border-radius: 0; position:relative; overflow: initial; display: flex; align-items: center; justify-content: center; } .widget_product_style_6 .product_style_6_header .heading .header { font-size: 25px; 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; } .widget_product_style_6 .product_style_6_category_list { background: var(--prs6-list-bg); overflow: hidden; margin: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; padding-left: 0; } .widget_product_style_6 .product_style_6_category_list li { position: relative; margin-left: 30px; } .widget_product_style_6 .product_style_6_category_list li a:after { content: ''; background-color: var(--prs6-list-color); position: absolute; top: 50%; right: -18px; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; } .widget_product_style_6 .product_style_6_category_list li a { color:var(--prs6-list-color); padding: 0; display: block; } .widget_product_style_6 .product_style_6_category_list li a:hover { color: var(--theme-color); } .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; display: none; top: 0; right: 0; } .widget_product_style_6 .js_show_tab .js_btn_show_tab { padding: 7px 10px; color: #000; background-color: #fff; border-radius: 5px; display: inline-block; box-shadow: 0 0 5px #ccc; line-height: 20px; } @media (max-width: 600px) { .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: calc(100% + 5px); z-index: 999; border:1px solid #ccc; padding: 10px; } .widget_product_style_6 .product_style_6_category_list li { display: block; width: 100%; margin: 0; } .widget_product_style_6 .product_style_6_category_list li a:after{ display: none; } }/*Phần chung*/ .widget_post_style_16 .item{ position: relative; } .widget_post_style_16 .box-posts-grid .item:nth-of-type(n+2), .widget_post_style_16 .box-posts-scroll .post-list .item{ padding-left: 40px; } .widget_post_style_16 .item .img { position: relative; display: block; width: 100%; padding-top: 45%; height: inherit; overflow: hidden; z-index: 2; } .widget_post_style_16 .item .img a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: all .5s ease-in-out; } .widget_post_style_16 .item .img a img { height: 100%; width: 100%; position: relative; display: inherit; transition: all .5s ease-in-out; object-fit: cover; } .widget_post_style_16 .item .title{ position: absolute; } .widget_post_style_16 .box-posts-grid .item:first-of-type .title, .widget_post_style_16 .box-posts-scroll .post-main .item .title{ right: 0; top: 50%; transform: translateY(-50%); z-index: 2; width: 70%; background-color: rgba(0, 0, 0, 0.8); border: 4px solid var(--theme-color); padding: 20px; height: 70%; display: flex; flex-direction: column; justify-content: space-evenly; } .widget_post_style_16 .box-posts-grid .item:nth-of-type(n+2) .title, .widget_post_style_16 .box-posts-scroll .post-list .item .title{ left: 0; top: 70%; transform: translateY(-70%); z-index: 2; padding: 10px; border-radius: 5px; background-color: var(--theme-color); width: 50%; } .widget_post_style_16 .item .title .header{ margin: 0; } .widget_post_style_16 .item .title .header a{ color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 16px; } .widget_post_style_16 .item .title .description{ color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 20px; margin: 5px 0 0 0; } .widget_post_style_16 .box-posts-grid .item:nth-of-type(n+2) .read-more, .widget_post_style_16 .box-posts-scroll .post-list .item .read-more{ display: none; } .widget_post_style_16 .item .title .read-more .btn{ border-radius: 0; } /*Post grid*/ .widget_post_style_16 .box-posts-grid{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px; } .widget_post_style_16 .box-posts-grid .item:first-of-type{ grid-column: 2; grid-row: 1/span 2; padding-right: 40px; } .widget_post_style_16 .box-posts-grid .item:first-of-type .img{ height: 100%; } /*Post scroll*/ .widget_post_style_16 .box-posts-scroll .row-post{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px; } .widget_post_style_16 .box-posts-scroll .post-list { overflow-y: auto; } .widget_post_style_16 .box-posts-scroll .post-list .item{ margin-bottom: 30px; } .widget_post_style_16 .box-posts-scroll .post-list .item:last-of-type{ margin-bottom: 0; } .widget_post_style_16 .box-posts-scroll .post-main .item{ padding-right: 40px; } .widget_post_style_16 .box-posts-scroll .post-main .item .img{ padding-top: 100%; } /*Reponsive*/ @media(max-width: 768px){ .widget_post_style_16 .box-posts-grid{ grid-template-columns: repeat(1, 1fr); } .widget_post_style_16 .box-posts-scroll .row-post{ grid-template-columns: repeat(1, 1fr); } .widget_post_style_16 .box-posts-grid .item:first-of-type { grid-column: 1; } .widget_post_style_16 .box-posts-grid .item:first-of-type .img{ padding-top: 100%; } .widget_post_style_16 .box-posts-scroll .col-post-main{ grid-row: 1; } }.badge-style-3 { position: absolute; width: 200px; height: 24px; text-align: center; background-color: var(--badge-style3-bgColor, #00adef); } .badge-style-3 span { vertical-align: middle; font-weight: bold; text-transform: uppercase; font-size: 13px; color: var(--badge-style3-textColor, #ffffff); } .badge-style-3.top-left { top: 20px; left: -70px; transform: rotate(-45deg); } .badge-style-3.top-right { top: 20px; right: -70px; transform: rotate(45deg); } .badge-style-3.bottom-left { bottom: 20px; left: -70px; transform: rotate(45deg); } .badge-style-3.bottom-right { bottom: 20px; right: -70px; transform: rotate(-45deg); }
Warning: Trying to access array offset on value of type bool in /home/x295o8x0k4ge/nine.com.vn/system/libraries/Cache/drivers/Cache_file.php on line 63

Warning: Trying to access array offset on value of type bool in /home/x295o8x0k4ge/nine.com.vn/system/libraries/Cache/drivers/Cache_file.php on line 63

Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/x295o8x0k4ge/nine.com.vn/application/helpers/common_helper.php:896 Stack trace: #0 /home/x295o8x0k4ge/nine.com.vn/views/theme-store/theme-header/header-style/header-style-3.2/header.php(68): Option::get('logo_height') #1 /home/x295o8x0k4ge/nine.com.vn/system/libraries/Hook.php(307): ThemeHeaderStyle3_2::css('') #2 /home/x295o8x0k4ge/nine.com.vn/system/libraries/Hook.php(331): WP_Hook->apply_filters('', Array) #3 /home/x295o8x0k4ge/nine.com.vn/system/plugin.php(453): WP_Hook->do_action(Array) #4 /home/x295o8x0k4ge/nine.com.vn/views/theme-store/theme-setting/theme-setting.php(21): do_action('theme_custom_cs...') #5 /home/x295o8x0k4ge/nine.com.vn/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss() #6 /home/x295o8x0k4ge/nine.com.vn/system/libraries/Hook.php(307): Theme_Style::renderCssMinify('') #7 /home/x295o8x0k4ge/nine.com.vn/system/libraries/Hook.php(331): WP_Hook->apply_filters(NULL, Array) #8 /home/x295o8x0k4ge/nine.com.vn/system/plugin.php(453): WP_Hook->do_action(Array) #9 /home/x295o8x0k4ge/nine.com.vn/views/theme-store/include/head.php(9): do_action('cle_header') #10 /home/x295o8x0k4ge/nine.com.vn/application/libraries/template.php(736): include('/home/x295o8x0k...') #11 /home/x295o8x0k4ge/nine.com.vn/views/theme-store/template-full-width.php(7): Template::partial('include/head') #12 /home/x295o8x0k4ge/nine.com.vn/system/core/Loader.php(839): include('/home/x295o8x0k...') #13 /home/x295o8x0k4ge/nine.com.vn/system/core/Loader.php(420): CI_Loader->_ci_load(Array) #14 /home/x295o8x0k4ge/nine.com.vn/application/libraries/template.php(374): CI_Loader->view('theme-store/tem...', Array) #15 /home/x295o8x0k4ge/nine.com.vn/application/controllers/frontend/products.php(20): Template->render() #16 /home/x295o8x0k4ge/nine.com.vn/system/core/CodeIgniter.php(360): products->detail('the9-w01-107') #17 /home/x295o8x0k4ge/nine.com.vn/index.php(224): require_once('/home/x295o8x0k...') #18 {main} thrown in /home/x295o8x0k4ge/nine.com.vn/application/helpers/common_helper.php on line 896