.pre-form-contact { overflow: hidden; margin-bottom: 10px; } .pre-form-contact__title { font-weight: 700; margin: 15px 0; } .pre-form-contact__box { background-color: var(--pre-form-contact-bg_box); padding: var(--pre-form-contact-padding); width: 100%; border-radius: 5px; } .pre-form-contact__box .form-group { display: flex; flex-wrap: wrap; margin-bottom: 0; } .pre-form-contact__box .form-group .input { width: calc(100% - 60px); } .pre-form-contact__box .form-group .form-control { background-color: var(--pre-form-contact-bg_input); box-shadow: none; border-radius: 5px 0 0 5px; font-size: 15px; border: 0; min-height: 41px; } .pre-form-contact__box .form-group button { background-color: var(--pre-form-contact-bg_button); color:var(--pre-form-contact-color_button); width: 60px; border-radius: 0 5px 5px 0; font-size: 20px; border: 0; } .pre-form-contact__box .form-group button:hover { background-color: var(--pre-form-contact-bg_button_hover); color:var(--pre-form-contact-color_button_hover); } .breadcrumb span a.btn.btn-default { color: #333; background-color: #fff; border-color: #ccc;height:37px; position: relative; float: left;border: 0; border-radius: 0; } .btn-breadcrumb a.btn.btn-default { color:#fff;background-color: transparent;border-color: transparent;height:37px; position: relative; float: left;border: 0; border-radius: 0; } .badge__item { z-index: 1; } .product-slider-horizontal .list-item-product .item .product { overflow:hidden; position: relative; } .widget_slider_style_12 .row-slider { display: grid; grid-template-columns: 2.5fr 1fr; grid-gap: 20px; } .widget_slider_style_12 .row-slider .col-slider{ width: 100%; display: block; overflow: hidden; } .widget_slider_style_12 .sliderWidthTitle .slider_list_thumb .item .heading{ display: block; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; height: 40px; } .widget_slider_style_12 .slider-form{ padding: 15px; border-radius: 5px; } .widget_slider_style_12 .slider-form-register { } .widget_slider_style_12 .slider-form-register-box .heading { display: none; } .widget_slider_style_12 .slider-form-register .form-control { border: 1px solid #ccc; background: #fff; box-shadow: none; color: #000; margin-bottom: 10px; height: 40px; } .widget_slider_style_12 .slider-form-register textarea.form-control { height: 50px; } @media(max-width: 768px){ .widget_slider_style_12 .row-slider{ grid-template-columns: 1fr; } }.widget_videos_style_1 .slick-list{ margin-left: calc(var(--bs-gutter-x)/-2); } .widget_videos_style_1 .slick-slide { margin: 0 calc(var(--bs-gutter-x)/2);outline: none; overflow: hidden; } .widget_videos_style_1 .video-item .video-img { position: relative; display: block; width: 100%; padding-top: 70%; height: 100%; overflow: hidden; border-radius: 0px; } .widget_videos_style_1 .video-item .video-img a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; } .widget_videos_style_1 .video-item .video-img a img { height: 100%; width: 100%; position: relative; display: block; transition: all .5s ease-in-out; object-fit: cover; } .widget_videos_style_1 .video-title .heading { margin: 10px 0 0 0; } .widget_videos_style_1 .video-title .heading a { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #000; font-weight: 500; font-size: 14px; } .widget_videos_style_1 .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_1 .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_1 .play-now .ripple, .widget_videos_style_1 .play-now .ripple:before, .widget_videos_style_1 .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_1 .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_1 .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); } :root { --prs6-header-color: #000; --prs6-header-bg:#000; --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; 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; } }:root { --question-title-color:#fff; --feedback-title-color:#000; } .widget_question_feedback .question-box { text-align: center; overflow: hidden; position: relative; } .widget_question_feedback .question-box .panel-group{ border-radius: 7px; overflow: hidden; } .widget_question_feedback .question-box .panel-body { padding:15px 0 15px 30px; text-align: left; color: #ccc; } .widget_question_feedback .question-box .panel-default { border-color: #fff; box-shadow: none; background-color: var(--theme-color); } .widget_question_feedback .question-box .panel-default>.panel-heading { background-color: transparent; border: #fff; overflow: hidden; } .widget_question_feedback .question-box .panel { transition: all 0.3s ease; } .widget_question_feedback .question-box .panel-group .panel+.panel { margin-top: 0;} .widget_question_feedback .question-box .panel-title { line-height: 27px; text-align: left; } .widget_question_feedback .question-box .panel-title h4 { font-size: 18px; overflow: hidden; margin-top: 0; margin-bottom: 0; cursor: pointer; color:var(--question-title-color); } .widget_question_feedback .question-box .panel-title .plus-main { width: 25px; height: 25px; float: left; font-size: 8px; } .widget_question_feedback .question-box .panel-title .plus-main i { font-weight: 400; font-size: 25px; color: var(--question-title-color); } .widget_question_feedback .question-box .panel-title .title-po { width: calc(100% - 30px); float: right; color: var(--question-title-color); font-size: 17px; } .widget_question_feedback .feedback-box .box-content { position: relative; } .widget_question_feedback .feedback-box .item{ background-color: #F0F0F0; padding: 15px; } .widget_question_feedback .feedback-box .item .info{ display: grid; grid-template-columns: 100px auto; grid-gap: 30px; align-items: center; margin-bottom: 10px; } .widget_question_feedback .feedback-box .item .avatar { text-align: center; } .widget_question_feedback .feedback-box .item .avatar img { width:100px; height: 100px; object-fit: cover; border-radius: 50%; display: inline-block; } .widget_question_feedback .feedback-box .item .title { text-align: center; } .widget_question_feedback .feedback-box .item .title .feedback-name { text-align: center; font-size: 18px; font-weight: bold; } .widget_question_feedback .feedback-box .item .title .feedback-office { font-size: 13px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .widget_question_feedback .feedback-box .item .title .feedback-content { /*margin: 20px auto;*/ font-size: 14px; }
Warning: Trying to access array offset on value of type bool in /home/myxdoldh/public_html/thietbivesinhvn.vn/system/libraries/Cache/drivers/Cache_file.php on line 63

Warning: Trying to access array offset on value of type bool in /home/myxdoldh/public_html/thietbivesinhvn.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/myxdoldh/public_html/thietbivesinhvn.vn/application/helpers/common_helper.php:896 Stack trace: #0 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/plugins/badge-management/module/collections.php(46): Option::get() #1 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/libraries/Hook.php(307): ProductBadgeCollections::renderCss() #2 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/libraries/Hook.php(331): WP_Hook->apply_filters() #3 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/plugin.php(453): WP_Hook->do_action() #4 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/theme-store/theme-setting/theme-custom-css.php(31): do_action() #5 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/theme-store/theme-setting/theme-setting.php(20): include_once('/home/myxdoldh/...') #6 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss() #7 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/libraries/Hook.php(307): Theme_Style::renderCssMinify() #8 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/libraries/Hook.php(331): WP_Hook->apply_filters() #9 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/plugin.php(453): WP_Hook->do_action() #10 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/theme-store/include/head.php(9): do_action() #11 /home/myxdoldh/public_html/thietbivesinhvn.vn/application/libraries/template.php(737): include('/home/myxdoldh/...') #12 /home/myxdoldh/public_html/thietbivesinhvn.vn/views/theme-store/template-sidebar-left.php(7): Template::partial() #13 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/core/Loader.php(840): include('/home/myxdoldh/...') #14 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/core/Loader.php(421): CI_Loader->_ci_load() #15 /home/myxdoldh/public_html/thietbivesinhvn.vn/application/libraries/template.php(375): CI_Loader->view() #16 /home/myxdoldh/public_html/thietbivesinhvn.vn/application/controllers/frontend/products.php(13): Template->render() #17 /home/myxdoldh/public_html/thietbivesinhvn.vn/system/core/CodeIgniter.php(360): products->index() #18 /home/myxdoldh/public_html/thietbivesinhvn.vn/index.php(225): require_once('/home/myxdoldh/...') #19 {main} thrown in /home/myxdoldh/public_html/thietbivesinhvn.vn/application/helpers/common_helper.php on line 896