/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: Mulish-bold;
    src: url(./assets/fonts/Mulish-Bold.ttf);
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Mulish-extrabold;
    src: url(./assets/fonts/Mulish-ExtraBold.ttf);
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Mulish-regular;
    src: url(./assets/fonts/Mulish-Regular.ttf);
    font-weight: normal;
    font-display: swap;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
span,
a {
    font-family: 'Mulish';
}

body.home #main {background-color: #fffaf2 !important;}

.new_icon {
	max-width: 26px;
    margin-left: 6px;
}

.icon_user {
    width: 18px;
    height: 21px;
    background: url("assets/image/user-w.svg") no-repeat center;
    background-size: contain;
}

.icon_hotline {
    display: inline-block;
    width: 19px;
    height: 21px;
    background: url("assets/image/hotline-w.svg");
}

.icon_cart {
    width: 18px;
    height: 21px;
    background: url("https://tadu.cloud/wp-content/uploads/2022/05/cart-w.svg") no-repeat center;
    background-size: contain;
}

.pd0 {
    padding: 0 !important;
}

.home_inner {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
}

.sec_1 {
    padding-bottom: 230px !important;
    padding-top: 100px !important;
}

.sec_1.child_page {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.header-nav-main {
    margin: 0;
}

.sec_2 {
    margin-top: -230px !important;
}

.search_home input[type=search]::placeholder {
    color: #333;
    font-size: 16px;
}

.search_home input[type=search] {
    border: none;
    border-radius: 30px;
    box-shadow: none;
}

.search_home .searchform {
    background: #FFF;
    border-radius: 30px;
    padding: 5px;
}

.search_home .button.icon i+span {
    font-size: 16px;
}

.search_home .searchform .button.icon {
    background: linear-gradient(to right, #F17024, #E82428);
    border-radius: 30px !important;
}

.slide_domain .box_item {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}

.slide_domain .box_item span {
    background: -webkit-linear-gradient(45deg, #F17024, #E82428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Mulish-extrabold';
    line-height: 1;
}

.slide_domain .item_slider {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* giúp các slide cao đều mà không cần resize */
.slide_service .slick-track { display: flex; align-items: stretch; }
.slide_service .slick-slide { height: auto; display: flex; }
.slide_service .slick-slide > div { width: 100%; }

.slick-list {
    width: 99%;
    margin: 0 auto;
}

.slick-next:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("assets/image/next_b.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}

.slick-prev:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("assets/image/prev_b.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}

.ttl_r h3 b {
    color: transparent;
}

.ttl_r h3 {
    border-bottom: none;
    color: #222D3A;
    font-size: 32px;
    font-family: "Mulish-extrabold";
    position: relative;
    margin-bottom: 0;
}

.ttl_r h3 span {
    border-bottom: none;
}

.ttl_1000.ttl_normal h2 {
    padding-bottom: 10px;
}

.ttl_r h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 120px;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to right, #F17024, #E82428);
}

.ttl_r.no_af h3:after {
    content: none !important;
}

.ttl_1000 h2 {
    color: #222d3a;
    font-weight: 800;
    font-size: 32px;
}

.ttl_1000 h2 .num {
    background: -webkit-linear-gradient(45deg, #F17024, #E82428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    padding-right: 10px;
}

.ttl_1000 h2 .head-color {
    background: -webkit-linear-gradient(45deg, #F17024, #E82428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    padding-right: 10px;
    font-weight: 800;
}

.ttl_1000 h2 .txt_color {
    color: #E82428;
    font-family: 'Mulish-extrabold';
}

.block_strengh h3 {
    font-size: 18px;
    color: #E82428 !important;
    font-family: 'Mulish-extrabold';
    margin-bottom: 0;
}

.block_strengh .icon-box {
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    position: relative;
}

.block_strengh .icon-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    bottom: -15px;
    background: #bc8b762e;
    z-index: -1;
    border-radius: 10px;
}


/*nhi css*/

.section-title-container.ttl-cauhoi h4.section-title.section-title-center {
    font-size: 22px;
}

.icon-box.featured-box.ibox-textleft.icon-box-left p {
    text-align: left;
}

.az_list_customer img {
    max-width: 85%;
    margin: 12px auto;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 20%);
}

.text.ttl_1000.camket h2 .head-color {
    background: -webkit-linear-gradient(45deg, #F17024, #E82428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    padding-right: 10px;
    font-weight: 800;
}

h4.gachchan:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 120px;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to right, #F17024, #E82428);
}

.text.ttl_1000.camket h3 {
    font-size: 30px;
}

.navigation-post .nav-next a {
    color: #666;
}

.navigation-post .nav-next a:hover {
    color: #f04e23;
}

h4.gachchan {
    position: relative;
}

.single-post .entry-content.single-page p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}

.feature .func_detail .col-inner {
    border-radius: 20px;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 20%);
    padding: 15px !important;
}

.feature .func_detail .col-inner .icon-box-left,
.feature .func_detail .col-inner .icon-box-right {
    align-items: center;
}

.feature .func_detail .col-inner ul li {
    list-style: none;
    margin: 10px 0;
}

.feature .func_detail .col-inner ul li:before {
    display: inline-block;
    content: "\e00a";
    font-family: "fl-icons";
    color: #fff;
    background: #009245;
    padding: 1px 4px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 12px;
}


/*nhi css end*/


/*slider service*/

.slide_service .img img {
    width: 30%;
    margin: 0 auto;
}

.slide_service .item_serive {
    background: transparent;
    text-align: center;
    padding: 20px 15px;
}

.slide_service .i_card {
    background: #FFF;
    border-radius: 10px;
    /* border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 15px 20px;
}

.slide_service .ttl {
    color: #222D3A;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Mulish-bold";
}

.slide_service .txt {
    color: #4D4D4D;
    font-size: 16px;
    font-family: "Mulish-regular";
}

.slide_service .price {
    color: #000;
    font-weight: bold;
}

.slide_service .price span {
    color: #E82428;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
}

.btn_read_m {
    margin-bottom: 0;
}

.btn_read_m a {
    color: #FFF;
    background: linear-gradient(to right, #F17024, #E82428);
    padding: 7px 30px;
    border-radius: 30px;
    transition: 0.2s;
}

.btn_read_m a:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    transition: 0.2s;
}

.slide_service .slick-next:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("assets/image/next_black.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}

.slide_service .slick-prev:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("assets/image/prev_black.png") no-repeat center;
    background-size: contain;
    z-index: 99;
}

.header {
	position: relative !important;
}

.header .top-divider {
    border: none;
}

.header-nav .menu-item a {
    color: #333;
    font-size: 16px;
}

.header-nav .menu-item a:hover {
    color: #e82428;
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#content {
	padding-top: 0px;
}

#content.blog-wrapper {
	padding-top: 30px;
}

.sec_red_line {
    margin-top: -200px;
}

.az_list_customer {
    display: flex;
    flex-wrap: wrap;
}

.az_list_customer li {
    max-width: 16.66%;
    flex: 0 0 16.66%;
    list-style-type: none;
    margin: 0 !important;
}

.testimonial {
    margin-top: -100px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    height: 265px;
    border-radius: 10px;
}

.testimonial-box {
    padding: 35px 50px 20px;
}

.testimonial .col {
    padding: 0 !important;
}

.testimonial-box h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Mulish-bold";
    color: #E82428;
    position: relative;
    margin-bottom: 20px !important;
}

.testimonial-box h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #ccc;
    bottom: -10px;
    left: 0;
}

.testimonial-box h3 span {
    font-size: 16px;
    color: #222D3A;
}

.r_post {
    padding-top: 35px;
}

.r_post .post-date .badge-inner {
    background: #E82428;
}

.box_txt_ques .accordion-item {
    border: 1px solid #E82428;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box_txt_ques .accordion-title {
    background: #E82428;
    border-radius: 9px;
    color: #FFF;
    font-size: 18px;
    font-family: "Mulish-bold";
    border: none;
    transition: 0.2s;
}

.box_txt_ques .accordion-title.active {
    background: none;
    border: none;
    color: #222D3A;
    padding-bottom: 0;
    transition: 0.2s;
}

.box_txt_ques .accordion-title .toggle {
    display: none;
}

.box_ques .ttl_r h3 {
    border-bottom: none;
}

.box_ques .ttl_r h3 span {
    border-bottom: none;
}

.box_ques .ttl_r h3:after {
    left: 0;
    transform: translateY(0);
}

.cart-item .header-cart-link {
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}

.header-cart-title {
    margin: 0px 0 0 5px;
}

.header-cart-icon .cart-img-icon {
    width: 19px;
}

.slick-arrow {
    z-index: 9;
}

.list_product .slick-arrow {
    z-index: 9;
    border: 1px solid #c8c8c8;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_test .ttl_r h3:after {
    content: none;
}

.header-wrapper.stuck {
    background: #FFF;
    z-index: 99;
}

.stuck .header-nav .menu-item a {
    color: #222D3A;
}

.strength {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-left: 115px;
}

.strength_left {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: right;
}

.strength_right {
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 60px;
    margin-left: -20px;
}

.red_notes {
    /*color: #FFF;
    background: #E82428;
    border-radius: 13px;
    padding: 10px 20px;
    margin: 15px 0;*/
}

.footer_r2 h4.section-title {
    font-size: 16px;
    border: none;
}

.footer_r2 h4.section-title span {
    border: none;
}

.box_app .col-inner .img {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
}

.box_app .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.list_footer {
    list-style-type: none;
    margin: 0;
}

.list_footer li {
    margin-left: 0 !important;
}

.list_footer li a {
    color: #FFF;
}

.footer_r2 {
    padding-top: 20px;
}

.footer_r2 .ct-media {
    display: flex !important;
}

.footer_r2 .ct-media a.facebook {
    order: 0;
    color: #3a589d !important;
    background: #3a589d;
}

.footer_r2 .ct-media a i {
    color: #FFF !important;
}

.footer_r2 .ct-media a.youtube {
    order: 1;
    color: #c33223 !important;
    background: #c33223;
}

.footer_r2 .ct-media a.instagram {
    order: 2;
    color: #3b6994 !important;
    background: #3b6994;
}

.footer_r2 .ct-media a.twitter {
    order: 3;
    color: #2478ba !important;
    background: #2478ba;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.line_foot {
    background: rgba(255, 255, 255, 0.1);
    /*width: 100%;*/
    height: 1px;
    display: block !important;
    margin-bottom: 0;
}

.footer_r1 {
    align-content: center;
    padding: 6px 0;
}

.footer_r1 h3 {
    font-size: 16px;
}

.footer_r1 .icon-box {
    align-items: center;
}

.pb0 {
    padding-bottom: 0;
}

#header .menu-item-has-block .nav-dropdown {
    padding: 0 15px !important;
}

.pd15 {
    padding: 15px !important;
}

.bgf2 {
    background: #f2f2f2;
}

.menu-host-server h3 {
    font-size: 16px;
    color: #222D3A !important;
    line-height: 1.4;
}

.menu-host-server .icon-box:hover h3 {
    color: #E62428 !important;
}

.absolute-footer {
    display: none;
}

#top-bar .nav-divided>li+li>a:after {
    content: none;
}

.only_pc {
    display: block;
}

.footer_r1 .mgb0 .col-inner {
    margin-bottom: 0 !important;
}

#header .nav>li {
    margin: 0px 0;
}

#header .nav-left {
    justify-content: flex-start;
}

#header .icon-box .icon-box-text p {
    font-size: 14px;
}

.header-nav .menu-item {
	margin: 0px 16px !important;
}

.pd4_3 {
    padding: 40px 30px !important;
}

.has_l:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    background: #E6E6E6;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.has_l {
    position: relative;
}

.header.on #top-bar {
    display: none;
}

.header.on #masthead {
    background: rgba(255, 255, 255, 1);
    transition: 0.3s;
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
}

.header.on .menu-item a {
    color: #333;
}

/* child page */

.box_shadow {
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
}

.icon_ttl_host {
    padding: 20px;
}

.icon_ttl_host .icon-box {
    padding: 0 4% 0 8%;
}

.icon_ttl_host .col {
    border-right: 1px solid #E5E5E5;
}

.icon_ttl_host .col:last-child {
    border-right: none;
}

.icon_ttl_host .icon-box .icon-box-text {
    display: flex;
    align-items: center;
    color: #333333;
}

.icon_ttl_host .icon-box .icon-box-img {
    display: flex;
    align-items: center;
}

.box_title_page {
    position: relative;
    margin-bottom: 50px;
}

.box_title_page:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 120px;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to right, #F17024, #E82428);
}

.box_title_page p {
    color: #4D4D4D;
}

.box_title_page h3 {
    font-size: 32px;
    color: #222D3A;
    margin-bottom: 0;
}

.box_txt_banner {
    display: flex;
    align-items: center;
    /* background: transparent; */
}

.box_txt_banner h3,
.box_txt_banner h3 span {
    border-bottom: none;
}

.box_txt_banner .ttl_r h3:after {
    bottom: 0;
    left: 0;
    transform: translateX(-0%);
}

.box_txt_banner p {
    color: #333;
    font-size: 18px;
}

.box_txt_banner a.button {
    color: #FFF;
    background: linear-gradient(to right, #F17024, #E82428);
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 30px;
    transition: 0.2s;
}

.bd1px {
    border: 1px solid #ececec;
}

.bd_left {
    border-left: 1px solid #ececec;
}

.row_feature .icon-box-center .icon-box-img {
    margin: 0 auto 10px;
}

.row_feature .icon-box .icon-box-text h3 {
    color: #444;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.row_feature .icon-box .icon-box-text p {
    color: #333;
    text-align: center;
}

.r_question .ttl_r h3:after {
    left: 0;
    transform: translateX(0);
    bottom: -5px;
}

.slide_review .slider-wrapper {
    margin-top: 50px;
    box-shadow: none;
    background: #f2f2f2;
    height: auto;
}

.slide_review .testimonial-box h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.slide_review .slider-nav-light .flickity-prev-next-button .arrow {
    fill: #333;
}

.ttl_r.ttl_left h3 {
    justify-content: left;
}

.ttl_r.ttl_left h3:after {
    bottom: -5px;
    left: 0;
    transform: translateX(0%);
}

.box_txt_banner h3 {
    justify-content: center;
}

ul.list_product {
    display: flex;
    flex-wrap: wrap;
}

.page-id-794 ul.list_product {
    justify-content: center;
}

li.box_san_pham.match-height {
    width: 23%;
    margin: 1%;
    list-style: none;
}

.page-id-760 li.box_san_pham.match-height,
.page-id-779 li.box_san_pham.match-height,
.page-id-583 li.box_san_pham.match-height {
    width: 23%;
}

.list_product .box_san_pham .ttl_sp {
    color: #222D3A;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.list_product .box_san_pham {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.1);
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ECECEC;
    position: relative;
}

.list_product .slick-track {
    padding-top: 20px;
}

.list_product .box_san_pham .khuyen_nghi {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    background: #FFA900;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
}

.list_product .box_san_pham .ban_chay {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    background: #E62428;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
}

.list_product .box_san_pham .price {
    color: #E72428;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding: 16px 0 5px 0;
}

.list_product .box_san_pham .price span+span {
    font-size: 16px;
}

.list_product .box_san_pham .btn_buy {
    text-align: center;
}

.list_product .box_san_pham .btn_buy a {
    display: inline-block;
    padding: 7px 30px;
    background: #7FC927;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border-bottom: 3px solid #3f7105;
}

.list_product .box_san_pham .btn_buy a:hover {
    opacity: 0.9;
}

.short_des p {
    margin-bottom: 5px;
    text-align: center;
    color: #666;
}

.vat {
    text-align: center;
    color: #989898;
}

.short_des {
    padding-bottom: 15px;
}

.function_box .row {
    justify-content: flex-end;
}

.function_box .func_detail {
    padding: 20px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 15px;
    background: #fff;
}

.function_box .func_detail .col-inner h3 {
    font-size: 18px;
    color: #E62428;
}

.function_box .func_detail .col-inner p {
    margin-bottom: 0;
}

.list_func .row {
    border: 1px solid #eee;
}

.list_func .item_func {
    border: 1px solid #eee;
    padding: 15px;
}

.list_func .item_func .icon-box-text h3 {
    color: #444;
    line-height: 1.3;
    font-size: 18px;
}

.list_func .item_func .icon-box-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.box_title_page h4 .red {
    color: #E62428;
}

.red {
    color: #E62428;
}

.register .col .col-inner {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 15px !important;
}

.register .icon-box-text h3 {
    color: #333;
    font-size: 16px;
}

.btn_base {
    color: #FFF;
    background: linear-gradient(to right, #F17024, #E82428);
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 30px;
    transition: 0.2s;
}

.box_txt_banner a.button.bg_base {
    background: #222D3A;
}

.icon-box .icon-box-text .text.iconbox_justify p {
    text-align: justify;
}

.bg_white {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.box_txt_banner.center .col-inner {
    justify-content: center !important;
    text-align: inherit;
}

.row_table_price table tr:nth-child(odd) {
    background: #e9f0f4;
}

.row_table_price table tr:first-child {
    background: none;
}

.row_table_price table tr td,
.row_table_price table tr th {
    border: 2px solid #fff;
}

.row_table_price table {
    border-collapse: collapse;
    width: 99%;
    margin: 0 auto;
}

.row_table_price table tr td:first-child {
    padding: 15px 30px;
    width: 50%;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    color: #333;
}

.row_table_price table tr td:last-child {
    width: 25%;
}

.row_table_price table tr td:not(:first-child) {
    text-align: center;
    padding: 15px 10px;
    color: #333;
}

.row_table_price th:first-child {
    background: #f17024;
    color: #fff;
}

.row_table_price table tr th {
    padding: 15px;
    text-align: center;
}

.bg_orange {
    background: #F06F24;
    color: #fff;
}

.bg_base {
    background: #f17024;
    color: #fff;
}

.row_table_price table tr th:first-child {
    border: none;
}

.ovf_auto .col-inner {
    overflow-x: auto;
}

.page_title {
    background: url(../../uploads/2021/06/bg_head.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.page_title .entry-title {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}

.page_title .breadcrumbs {
    color: #fff;
}

.page_title .breadcrumbs a {
    color: #fff;
}

.new_post_sb .col {
    padding-bottom: 0;
}

.new_post_sb .col .col-inner {
    border-bottom: 1px solid #ececec;
    padding: 16px;
}

.new_post_sb .col:last-child .col-inner {
    border-bottom: none;
}

.new_post_sb .box-text {
    padding: 0 0 0 10px;
}

.new_post_sb .box-text .post-title {
    font-size: 15px;
    font-weight: 600;
}

.new_post_sb .box-text .is-divider {
    display: none;
}

.block_content {
    padding: 30px 0;
}

.sidebar_news {
    padding: 0 15px;
}

.sidebar_news .is-divider {
    display: none;
}

.sidebar_news .widget-title {
    color: #fff;
    background: #E72428;
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
    /* box-shadow: 8px 7px 8px 0px #ccc; */
}

.sidebar_news .ttl_r {
    display: none;
}

.sidebar_news .slide_review {
    padding: 0 15px;
}

.sidebar_news .testimonial-box {
    padding: 15px 15px 0;
}

.sidebar_news .testimonial-text p {
    text-align: left;
}

.sidebar_news .slide_review .col-inner {
    padding: 0 !important;
}

.sidebar_news .slide_review .slider-wrapper {
    background: none;
    margin-top: 0;
}

.row_post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0 15px;
}

.row_post .box_img {
    flex: 0 0 35%;
    max-width: 35%;
}

.row_post .box_txt {
    flex: 0 0 65%;
    max-width: 65%;
    background: #F6F6F6;
    padding: 15px 15px 15px 25px;
}

.row_post .box_img p {
    margin-bottom: 0;
}

.row_post .ttl_post {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.row_post .ttl_post:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #bbb;
}

.content_detail_post {
    padding-top: 50px;
}

.content_detail_post .entry-header {
    display: none;
}

.blog-single .page_title .entry-title {
    font-size: 28px;
    text-transform: inherit;
}

.dly_tadu table {
    border-collapse: collapse;
}

.dly_tadu table tr td:first-child {
    background: #f1f1f1;
    width: 20%;
    text-align: left;
    font-weight: bold;
    color: #333333;
}

.dly_tadu table tr th {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.dly_tadu table tr th .small {
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: initial;
    padding-top: 5px;
}

.dly_tadu table tr td .small {
    display: block;
    font-size: 10px;
    padding-top: 5px;
}

.dly_tadu table tr td.none {
    display: none;
}

.dly_tadu table tr td {
    width: 10%;
    text-align: center;
    border: 1px solid #ececec;
    padding: 20px 10px;
}

.ct_bg td:nth-child(odd) {
    background: #EAEAEA;
}

.ct_bg td {
    background: #f7f7f7;
}

.form_contact .wpcf7-form-control-wrap {
    width: 47%;
    float: left;
    margin-bottom: 6px;
}

.page-id-261 .form_contact .wpcf7-form-control-wrap {
    width: auto;
    float: none;
}

.page-id-261 .wpcf7 {
    max-width: 600px;
    margin: auto;
}

.form_contact .wpcf7-submit {
    background: linear-gradient(to right, #F17024, #E82428);
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 30px;
    transition: 0.2s;
    display: block;
    clear: both;
}

.mb0 p {
    margin-bottom: 0;
}

.align_center .icon-box-text {
    display: flex;
    align-items: center;
}

.align_center {
    display: flex;
    align-items: center;
}

.pd20 {
    padding: 20px;
}

.ttl_normal {
    font-size: 28px;
    color: #222D3A;
    position: relative;
    margin-bottom: 20px;
}

.ttl_normal h3 {
    font-size: 26px;
    color: #222D3A;
    position: relative;
    border-bottom: none;
    margin-bottom: 20px;
}

.block_ck h2 {
    font-size: 60px;
    color: #222D3A;
    font-weight: bold;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
}

.block_ck p {
    font-size: 20px;
    margin-bottom: 15px;
}

.block_ck p.red {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.block_ck .container {
    margin-bottom: 0;
}

.block_ck h2 span {
    border-bottom: none;
    padding: 0;
}

.ttl_normal h3 span {
    border-bottom: none;
}

.ttl_normal:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 120px;
    height: 1px;
    background: linear-gradient(to right, #F17024, #E82428);
}

.ct_address h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}

#newsletter-signup-link .wpcf7-submit {
    margin: 0 auto;
}

#newsletter-signup-link .tx-div {
    position: relative !important;
}

#newsletter-signup-link .banner-layers {
    padding: 0;
}

#newsletter-signup-link .wpcf7 p {
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

#newsletter-signup-link .tx-div .icon_form {
    position: absolute;
    left: 50%;
    top: -15%;
    transform: translate(-50%, -15%);
}

#newsletter-signup-link .wpcf7 {
    padding: 15px 30px;
    top: 27%;
    text-align: center;
}

#newsletter-signup-link .banner {
    background-color: #F7F8FA;
    padding-top: 430px;
}

#newsletter-signup-link .wpcf7 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px !important;
    position: relative;
    margin-top: 0;
}

#newsletter-signup-link .wpcf7 h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: linear-gradient(to right, #F17024, #E82428);
}

#newsletter-signup-link .wpcf7 input[type="text"],
#newsletter-signup-link .wpcf7 input[type="email"],
#newsletter-signup-link .wpcf7 input[type="tel"] {
    border: none;
    box-shadow: none;
    outline: none;
    background: #E5E5E5;
}

.home .none_home {
    display: none;
}

#header .nav>li.active a {
    color: #ffa700;
}

.box_txt_ques .accordion-title {
    padding: 11px 37px;
}

.accordion-inner {
    padding: 16px 37px;
}

.row_feature .text-right {
    text-align: right !important;
}

.archive .block_content .row_post .box_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.single-post .page_title .breadcrumbs .divider:last-child {
    display: none;
}

.icon-box-img svg,
.icon-box-img img {
    padding-top: 0;
}

section.error-404 {
    padding-top: 100px;
}

.widget ul .cat-item a {
    color: #000;
    font-weight: bolder;
}

#tab-description ul {
    list-style-type: none;
}

#tab-description ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 7px 0;
}

#tab-description ul li:last-child {
    border-bottom: none;
}

#tab-description ul li span:first-child {
    width: 30%;
}

#tab-description ul li span {
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .header-nav .menu-item a {
        font-size: 13px;
    }
    .row_post .box_txt .txt {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }
    .row_post .ttl_post {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        padding-bottom: 5px;
    }
    .row_post .box_img {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row_post .box_txt {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 1000px) {
    .testimonial-box {
        background: #FFF;
        display: block;
        padding: 15px;
    }
    .az_list_customer {
        margin-bottom: 40px;
    }
    .testimonial-image {
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .testimonial-box h3 {
        text-align: center;
    }
    .testimonial-box h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .testimonial {
        height: auto;
        margin-top: -140px;
    }
    .ttl_r h3 {
        font-size: 22px;
    }
    .strength {
        padding-left: 0;
    }
    .slick-prev {
        left: -7px;
    }
    .slick-next {
        right: -7px;
    }
    .icon_ttl_host .icon-box {
        padding: 0 10px;
    }
    .icon_ttl_host .icon-box .icon-box-text p {
        font-size: 15px;
    }
    .align_center {
        display: flex;
        align-items: center;
    }
    .pd15_mb {
        padding: 15px !important;
    }
    .list_product .box_san_pham {
        height: auto;
    }
    .blog_post .post-title {
        font-size: 10px;
    }
    .blog_post .box-text p {
        font-size: 10px;
    }
    .header-cart-icon {
        width: 20px;
        height: 20px;
        background: url("assets/image/icon-cart.svg") no-repeat center;
        background-size: contain;
    }
}

@media screen and (max-width: 767px) {
    li.box_san_pham.match-height {
        width: 100% !important;
        margin-top: 40px;
    }
    .only_pc {
        display: none;
    }
    .sec_1 {
        padding-bottom: 70px !important;
        padding-top: 50px !important;
    }
    .sec_2 {
        margin-top: -140px !important;
    }
    .ttl_r h3 {
        font-size: 20px;
        justify-content: center;
        text-align: center;
    }
    .box_ques .ttl_r h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .tl_sp {
        text-align: left;
    }
    .strength {
        padding-left: 0;
    }
    .strength_right {
        margin-left: 0;
    }
    .testimonial {
        height: auto;
        margin-top: 0;
    }
    .az_list_customer li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .az_list_customer {
        margin-bottom: 0;
    }
    .pbm0 {
        padding-bottom: 0 !important;
    }
    .slide_service .item_serive {
        padding: 20px 40px;
    }
    .az_list_customer>ul {
        display: none;
    }
    .block_strengh .icon-box {
        margin-bottom: 30px;
    }
    .ttl_1000 h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .text.ttl_1000.camket h3 {
        font-size: 25px;
    }
    .text.ttl_1000.camket h2 .head-color {
        font-size: 40px;
    }
    .ttl_1000 h2 .head-color {
        font-size: 27px;
    }
    .ttl_1000 h2 .num {
        font-size: 27px;
    }
    .footer_r1 .mgb0 {
        margin-bottom: 20px;
    }
    .ttl_1000 h2 .txt_color {
        font-size: 22px;
        line-height: 1.2;
    }
	
    /*child-page*/
    .box_title_page h4 {
        font-size: 22px;
    }
    .box_txt_banner p {
        font-size: 16px;
    }
    .box_txt_banner a.button {
        left: 50%;
        transform: translateX(-50%);
    }
    .icon_ttl_host .col {
        border-right: none;
        margin-bottom: 15px;
    }
    .icon_ttl_host .icon-box {
        padding: 0;
    }
    .ttl_r.ttl_left h3:after,
    .r_question .ttl_r h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .slide_review .col-inner {
        padding-bottom: 0 !important;
    }
    .r_question {
        padding-bottom: 10px !important;
    }
    .box_txt_banner .ttl_r h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .ttl_r.ttl_left h3 {
        justify-content: center;
    }
    .sec_1.child_page {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .new_post_sb .box-text .post-title {
        font-size: 16px;
        padding: 10px;
    }
    .new_post_sb .box-text {
        padding: 0;
    }
    .new_post_sb .col .col-inner {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .blog_post .post-title {
        font-size: inherit;
    }
    .blog_post .box-text p {
        font-size: inherit;
    }
    .row_post .box_img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row_post .box_txt {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
    .row_post .box_txt .txt {
        font-size: inherit;
    }
    .row_post .ttl_post {
        font-size: inherit;
    }
    .dly_tadu .col-inner {
        overflow: auto;
    }
    .dly_tadu table {
        width: 700px;
    }
    .form_contact .wpcf7-form-control-wrap {
        width: 100%;
    }
    .page_title .entry-title {
        font-size: 25px;
    }
    .page_title .breadcrumbs {
        font-size: 12px;
    }
    #newsletter-signup-link .banner {
        padding-top: 550px;
    }
    #newsletter-signup-link .banner-layers {
        overflow: inherit;
    }
    #newsletter-signup-link .wpcf7 {
        top: 20%;
    }
    #newsletter-signup-link .wpcf7 h3 {
        color: #333;
    }
    .row_feature .text-right {
        text-align: inherit !important;
    }
    .bg_position_inherit .section-bg {
        background-position: inherit !important;
    }
    .nav>li>a>i+span {
        font-size: 11px;
    }
    .off-canvas:not(.off-canvas-center) li.html {
        padding: 15px 20px;
    }
    .ttl_normal {
        font-size: 20px;
    }
    .ttl_1000.ttl_normal:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .icon_user {
        background: url("assets/image/user-w.svg") no-repeat center;
    }
    .icon_hotline {
        background: url("assets/image/hotline-w.svg");
    }
}


/* 
by yennq at 25/04/2022 
sưả lại chút css coi
*/

.button,
button,
input,
textarea,
select,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0em !important;
}

.icon-box-img svg,
.icon-box-img img {
    padding-top: auto;
}

.bg-white {
    background-color: white !important;
}

.is-outline {
    color: white !important;
}

.bg-size-cover .bg-fill {
    background-size: cover !important;
}

.bg-size-contain .bg-fill {
    background-size: contain !important;
}

.new_icon {
    position: absolute;
    width: 30px;
    right: -32px;
    top: 0px;
    /* background: #fcc;
    padding: 3px 5px;
    border-radius: 3px; */
}

ul.ul-menu li {
    margin-bottom: 2px;
}

ul.ul-menu li a {
    color: #555;
    font-weight: 300;
}

ul.ul-menu li a:hover {
    color: #cc1818;
    font-weight: 300;
}

.menu-host-server h3 {
    font-size: 16px;
    color: #cc1818 !important;
    line-height: 1.4;
    font-weight: 600;
}

.has_l:after {
    height: 60%;
}

.header-nav .menu-item a {
    color: #333;
    font-size: 15px;
}

.heading-center h1 {
    color: #ed4d26;
    font-size: 30px;
}

.heading-center h1 {
    color: #ed4d26;
    font-size: 30px;
}

.heading-center p {
    font-weight: 600;
    color: #666;
    letter-spacing: 0.1em;
    font-size: 18px;
}

.text-justify p {
    text-align: justify;
}

.youtube_background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

.br-10 {
    border-radius: 10px;
    overflow: hidden;
}

#wrapper,
#main {
    background-color: #ffffff !important;
}

.overflow-hidden {
    overflow: hidden;
}

.box-image img,
.box-push .box-text {
    border-radius: 0px;
}

.widget_categories ul li a {
    padding: 10px 16px;
    width: 100%;
}

.block_widget .slider,
.block_widget .row-slider {
    background: white;
    border-radius: 10px;
}

.block_widget .box-image {
    width: 30% !important;
}

.mt16 {
    margin-bottom: 16px;
}

.list_product .short_des ul {
    margin: 0 !important;
}

.list_product .short_des ul li {
    text-align: center;
    list-style: none !important;
}

.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

.chat-zalo,
.chat-facebook,
.call-hotline {
    display: block;
    margin-bottom: 6px;
    line-height: 0;
}

@media (max-width: 480px) {
    .chat-zalo,
    .chat-facebook,
    .call-hotline {
        display: inline-block;
    }
}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    margin: 0 auto;
    min-width: 360px;
}

.flickity-viewport .box-image img,
.flickity-viewport .box-push .box-text {
    border-radius: 10px;
}

.br-0, .br-0 .wp-post-image {
    border-radius: 0 !important;
}

.fl {
    float: left;
}

#site_footer .wp-block-image img {
    max-width: 91%;
}

.entry-content ol li, .entry-summary ol li, .col-inner ol li, .entry-content ul li, .entry-summary ul li, .col-inner ul li {
    font-size: 18px;
}

.wp-block-image .size-full, .wp-block-image .size-full img {
    width: 100%;
}

.tagcloud a {
    font-size: 18px !important;
    text-transform: lowercase;
}

.wp-block-image.aligncenter > figcaption {
    text-align: right;
    font-size: 14px;
    font-style: italic;
}

.br-website-preview {
	border: 5px solid #ffffff;
    box-shadow: 0 0 6px 0px #dcdcdc;
    border-radius: 3px;
}