/*
Theme Name:   Flatsome Child - Maxweb
Theme URI:    https://maxweb.vn
Description:  Child theme cÃ¡Â»Â§a Flatsome dÃƒÂ¹ng cho khung web mÃ¡ÂºÂ«u chuÃ¡ÂºÂ©n nhÃ¡ÂºÂ­n diÃ¡Â»â€¡n Maxweb. KÃ¡Â»Â¹ thuÃ¡ÂºÂ­t tÃƒÂ¹y biÃ¡ÂºÂ¿n code tÃ¡ÂºÂ¡i Ã„â€˜ÃƒÂ¢y, khÃƒÂ´ng sÃ¡Â»Â­a trÃ¡Â»Â±c tiÃ¡ÂºÂ¿p theme cha Ã„â€˜Ã¡Â»Æ’ Ã„â€˜Ã¡ÂºÂ£m bÃ¡ÂºÂ£o cÃ¡ÂºÂ­p nhÃ¡ÂºÂ­t an toÃƒÂ n.
Author:       Maxweb
Author URI:   https://maxweb.vn
Template:     flatsome
Version:      1.0.0
Text Domain:  flatsome-child
*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
/* =========================================================
   BIÃ¡ÂºÂ¾N MÃƒâ‚¬U NHÃ¡ÂºÂ¬N DIÃ¡Â»â€ N MAXWEB
   Ã„ÂÃ¡Â»â€¢i nhanh nhÃ¡ÂºÂ­n diÃ¡Â»â€¡n toÃƒÂ n site tÃ¡ÂºÂ¡i Ã„â€˜ÃƒÂ¢y (hoÃ¡ÂºÂ·c chÃ¡Â»â€°nh trong
   plugin Maxweb Setting). Khi cÃƒÂ³ mÃƒÂ£ mÃƒÂ u chÃƒÂ­nh thÃ¡Â»Â©c cÃ¡Â»Â§a khÃƒÂ¡ch,
   thay giÃƒÂ¡ trÃ¡Â»â€¹ bÃƒÂªn dÃ†Â°Ã¡Â»â€ºi.
   ========================================================= */
:root {
    --mw-primary: #e30613;      /* Ã„ÂÃ¡Â»Â chÃ¡Â»Â§ Ã„â€˜Ã¡ÂºÂ¡o Maxweb (nÃƒÂºt, hotline) */
    --mw-primary-dark: #b30410;
    --mw-secondary: #0068ff;    /* Xanh Zalo / phÃ¡Â»Â¥ */
    --mw-dark: #1f2733;
    --mw-light: #f7f7f7;
}

/* =========================================================
   CSS TÃƒâ„¢Y BIÃ¡ÂºÂ¾N CHUNG
   Ghi chÃƒÂº: CSS chi tiÃ¡ÂºÂ¿t nÃƒÂªn viÃ¡ÂºÂ¿t trong assets/css/custom.css
   Ã„â€˜Ã¡Â»Æ’ dÃ¡Â»â€¦ quÃ¡ÂºÂ£n lÃƒÂ½. File style.css nÃƒÂ y chÃ¡Â»Â§ yÃ¡ÂºÂ¿u khai bÃƒÂ¡o theme.
   ========================================================= */

html,body,span,label,a,p,button,b,div {
    font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6,:is(h1,h2,h3,h4,h5,h6)>span {
    font-family: "Saira", sans-serif !important;
}
.logo a {
    font-family: "Saira", sans-serif!important;
    font-size: 25px;
}
.logo-tagline {
    font-size: 25px;
    font-style: normal;
    line-height: 0;
    margin: 19px 0;
   font-family: "Saira", sans-serif!important;
    padding: 0;
    color: #e00404;
    font-weight: bold;
    text-transform: uppercase;
}
#logo:before {
    left: 0;
    animation: light-left 5s infinite alternate linear;
}
#logo:after {
    right: -5%;
    animation: light-right 5s infinite alternate linear;
}
#logo:after, #logo:before {
    transform: skewX(-25deg) translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 100%;
    background-color: white;
    z-index: 0;
}
@keyframes light-left {
    0% { left: -5%; opacity: 0; }
    50% { left: 50%; opacity: 1; }
    100% { left: 105%; opacity: 0; }
}
@keyframes light-right {
    0% { right: -5%; opacity: 0; }
    50% { right: 50%; opacity: 1; }
    100% { right: 105%; opacity: 0; }
}
.cart-item {
    padding-bottom: 10px !important;
    left: 5px;
}
form{
	margin:0 !important;
}
form input:not([type=submit]), textarea, select {
    box-shadow: none !important;
}
input[type=submit]{
	margin:0;
}
.search-field {
    height: 40px !important;
    border-radius: 99px 0px 0px 99px !important;
}
.ux-search-submit {
    height: 40px !important;
    border-radius: 0px 99px 99px 0px !important;
}
.header-bottom .nav-outline>li.active>a {
    background-color: var(--fs-color-primary);
    color: #fff;
    opacity: 1;
}
.nav-top-link {
    border-radius: 5px;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.nav-top-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}
.nav-top-link:hover::before { left: 100%; }
.nav-dropdown {
    font-size: 86%!important;
	min-width: max-content;
	border-radius: 15px;
}
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    color: #111;
    margin: 0;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 15px;
    min-width: max-content;
    margin-top: 3px;
    text-transform: inherit;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    background-color: var(--fs-color-primary);
    color: #fff !important;
}
.nav-dropdown>li.nav-dropdown-col {
    padding: 0 15px;
}
.nav-dropdown>li.image-column:not(:last-child), .nav-dropdown>li.nav-dropdown-col:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}
.nav-dropdown-default .nav-column li>a{
    border-bottom: 0;
    color: #111;
    margin: 0;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 3px;
    font-size: 15px;
}
.nav-dropdown-default .nav-column li>a:hover {
    background-color: var(--fs-color-primary);
    color: #fff !important;
}

.icon1 h3 {
    font-family: "Saira", sans-serif !important;
    color: #e00404;
    margin-bottom: 0;
}
.icon1 p{
    line-height: 17px;
    font-size: 15px;
}
.is-divider{
	display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0
}
tr td,th {
    border: .9px solid #000;
    padding: 12px 10px!important;
    font-size: 16px;
    color: #111;
}
table tr:nth-child(even) {
    background-color: hsl(195deg 47% 33%/3%)
}
.product-gallery.large-6{
    transition: top .6s;
    position: sticky;
    top: 65px;
    align-self: flex-start;
}
.su-box{
    border-radius: 3px;
    max-width: none;
	margin: 0 0 1.5em;
    border: 2px solid #aa0000;
}
.su-box h3{
    background-color: #DD3333;
    color: #FFFFFF;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
	padding: 5px;
}
.su-box p{
	padding: 15px 15px 0;
}
.woocommerce-loop-product__title,
.product-small .name,
.product-small .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
}
.product-small.box .add_to_cart_button {
    font-size: 13px;
    border-radius: 2px;
}
span.amount {
    font-size: 17px;
}
.text-luu-y blockquote{
    font-size: 16px;
    background: #f7dfd8;
    padding: 15px 15px 1px;
    border-radius: 3px;
}
.su-button-center {
    text-align: center;
}
.su-button-center a {
    background-color: #d33;
    color: #FFFFFF;
    padding: 9px 18px;
    font-size: 14px;
    line-height: 28px;
    border-color: #e87171;
    border-radius: 6px;
    text-shadow: none;
    border-bottom-style: solid;
    border-bottom-width: 6px;
}
.su-button-center a:hover {
    position: relative;
    top: 3px;
    border-bottom-width: 3px;
}
#menu-item-1324 a, #menu-item-1333 a{
	font-weight: bold;
}
#menu-item-1324 i {
    color: #e00404;
}
#menu-item-1324:hover i{
	color: #fff;
}
.fa-bolt::before, .fa-circle-notch::before {
    color: #dbbc0f;
}
.post-item .col-inner::before,
.post-item .col-inner::after {
    content: "";
    width: 0;
    height: 2px;
    z-index: 1;
    position: absolute;
    transition: all 0.2s linear;
    background: #d33;
    box-shadow: 0 0 0;
    transition: 400ms ease all;
    transition-delay: 0.3s;
}
.post-item .col-inner .box::before,
.post-item .col-inner .box::after {
    content: "";
    width: 2px;
    height: 0;
    z-index: 1;
    position: absolute;
    transition: all 0.2s linear;
    background: #d33;
    transition: 400ms ease all;
    transition-delay: 0s;
}
.post-item .col-inner:hover::before,
.post-item .col-inner:hover::after {
    width: 100%;
}
.post-item .col-inner:hover .box::before,
.post-item .col-inner:hover .box::after {
    height: 100%;
}
.post-item .col-inner::before { right: 0; top: 0; }
.post-item .col-inner::after { left: 0; bottom: 0; }
.post-item .col-inner .box::before { left: 0; top: 0; }
.post-item .col-inner .box::after { right: 0; bottom: 0; }
.post-item .col-inner:hover::before,
.post-item .col-inner:hover::after { transition-delay: 0s; }
.post-item .col-inner:hover .box::before,
.post-item .col-inner:hover .box::after { transition-delay: 0.3s; }
.fa-arrow-trend-up::before {
    color: #dbbc0f;
}
.fancy-underline {
    position: relative;
    font-family: "Dancing Script", cursive;
}
.wpcf7-spinner {
    display: none;
}
.form-lh {
    padding: 20px !important;
    background-color: #efefef !important;
    border-radius: 10px !important;
    box-shadow: 1px 4px 4px 1px !important;
	    text-align: left;
}
.form-lh input{
	height: 45px;
	border-radius: 3px;
	box-shadow: none;
}
.form-lh .col{
	padding: 0 15px 5px;
}
.form-lh textarea{
	border-radius: 3px;
	box-shadow: none;
}
.p-count {
    margin-top: 15px;
    line-height: 65px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
	color: #dd3333;
}
.fa-circle::before, .fa-circle-xmark::before, .fa-check-double::before, .fa-circle-question::before, .fa-cog::before, .fa-wrench::before {
    color: #d33;
}
.fa-circle-check::before, .fa-square-check::before, .fa-check::before {
    color: #58c649;
}
.widget>ul>li>a, .widget>ul>li>span:first-child, ul.menu>li>a, ul.menu>li>span:first-child {
    color: #111;
    font-size: 16px;
}
.widget>ul>li li>a, ul.menu>li li>a {
    display: inline-block;
    font-size: 16px;
    padding: 3px 0;
}
.product-sidebar-small .widget-title {
    text-align: center;
    background: #e52f32;
    display: block;
    color: #fff;
    border-radius: 2px;
    padding: 10px;
}
.product-small.box {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.product-small.box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.term-64 .products.row, .term-68 .products.row{
	display: none;
}
.sec-footer h3{
	font-family: "Saira", sans-serif !important;
	font-weight: 500;
}
.sec-footer ul{
    list-style-type: square;
}
.text-fancy ul{
    list-style: none;
    font-size: 25px;
    display: flex;
    justify-content: center;
}
.text-fancy li {
    position: relative;
}
.text-fancy ul li:after {
    background: url(/wp-content/uploads/2020/03/underline.png) 50% top no-repeat;
    background-size: 100% 9px;
    border-radius: 999px;
    color: green;
    content: "";
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.titlenew h3 {
    font-size: 25px;
    border-bottom: 1px solid #d33;
    padding-bottom: 10px;
    font-weight: normal;
    max-width: max-content;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.absolute-footer {
    background-color: #1c1c1c!important;
    padding: 15px 0 10px;
    color: #fff !important;
}
.max-product-info {
    width: 100%;
    margin: 20px 0 0;
}
.max-info-box {
    position: relative;
    border: 1px solid #e52f32;
    border-radius: 6px;
    margin: 0 0 20px;
    padding: 25px 10px 10px;
    background: #fff;
}
.max-info-title {
    position: absolute;
    top: -14px;
    left: 10px;
    min-width: 215px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 18px 0 10px;
    background: #e52f32;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 15px;
    z-index: 2;
}
.max-info-icon {
    margin-right: 6px;
    font-weight: 700;
    font-size: 17px;
}
.max-info-content {
    font-size: 16px;
    line-height: 1.6;
    color: #111;
}
.max-info-content p {
    margin: 0 0 5px;
}
.max-info-content p:last-child {
    margin-bottom: 0;
}
.max-loi-ich-item {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #111;
}
.max-loi-ich-item:last-child {
    border-bottom: none;
}
.max-check {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    background: #48bd4b;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}
.product-info .product_meta {
    margin-top: 10px;
}
@media (min-width: 850px) {
    .product-main > .row > .product-gallery {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
    .product-main > .row > .product-info {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }
    .product-main > .row > #product-sidebar {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}