/*
Theme Name: Flatsome Child
Description: Liên hệ 0905 692 314 để lấy giao diện
Author: SAGO
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.product-thumbnails img{
	aspect-ratio: 1 / 1;
	object-fit:cover;
}
.header-block {
    flex: 1;
}

.hotline-header {
    align-items: center;
    gap: 10px;
}

.hotline-header .icon-box-text {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.hotline-header .icon-box-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.hotline-header .icon-box-text p {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    color: transparent;
    animation: rainbow 5s linear infinite;
    background-size: 400% 100%;
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.button.alt,
.button.checkout,
.checkout-button,
.secondary,
.ux-buy-now-button {
    border-radius: 5px;
}

.img-hover-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.img-hover-effect img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.img-hover-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.img-hover-effect:hover::after {
    animation: shine 0.8s ease;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.phongvt-hieu-ung-toa-hinh {
    display: block;
    position: relative;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden
}

.phongvt-hieu-ung-toa-hinh:hover {
    transform: translateY(-5px);
}

.phongvt-hieu-ung-toa-hinh:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
    .phongvt-hieu-ung-toa-hinh:hover:before {
        -webkit-animation: circle 0.75s;
        -ms-animation: circle 0.75s;
        -o-animation: circle 0.75s;
        animation: circle 0.75s
    }
}

@-ms-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-o-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.phongvt-text-km {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    display: flex;
    color: #fb0c0c;
}

.section-title-main-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title-main-link img,
.section-title-main-link a {
    animation: blink 2s infinite;
}

.section-title-main-link img {
    height: 40px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.section_product.pr_sale h3.section-title-main-link a {
    font-size: 26px;
    color: var(--fs-color-secondary) !important;
}

.product-small.box {
    border: 1px solid #f3dfe7 !important;
    border-radius: 5px !important;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s ease;
}

.product-small.box:hover {
    border-color: var(--fs-color-secondary) !important;
    ;
}

.product-small .box-text,
.product-small .price-wrapper {
    padding: 10px 15px !important;
}

.product-main .product-info {
    padding-bottom: 0px;
}

.product-info .ux-quantity {
    flex: 1 1 100%;
}

.section-ban-chay .product_list_widget li {
    margin-left: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-ban-chay .product_list_widget li:hover {
    border-color: var(--fs-color-secondary)!important;
}

.section-ban-chay .product_list_widget li img {
    left: 7px;
}

#mega-menu-title {
    padding: 0px 0 0px 15px;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.header-top {
    border-bottom: 1px solid #ebebeb;
}

.col {}


/*Ô tìm kiếm*/

.header-inner li.html input {
    height: 40px;
}

#mega-menu-wrap {
    width: 100%;
    background: #F18E33;
    position: relative;
}

.product-category .box-text-inner {
    width: 50%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.flex-right .header-bottom-nav li a {
    font-size: 16px;
}

.div-no-padding {
    padding-bottom: 0px !important;
}

#mega_menu>li>a {
    line-height: 39px;
    padding: 0em 1em;
    border-top: 1px solid #ddd;
    font-size: .9em;
}

.box-normal .box-text {
    background: #f7f7f7;
}

.new_title .title-home {
    width: auto;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}

.new_title .title-home::before {
    border: 2px double #ebebeb;
    border-left: 2px double #fff;
    border-right: 2px double #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.new_title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.div-no-padding {
    padding-bottom: 0px !important;
}

.box-normal .box-text .product-title {
    font-weight: bold;
}

.product-title  a{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotline span {
    display: block;
}

.hotline .evo-title {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.hotline .evo-hotline {
    color: #EF7A15;
    font-size: 17px;
    font-weight: bold;
}

.nav-spacing-xlarge>li {
    margin: 0 20px;
}

.ux-search-box .search-field {
    border-radius: 5px;
}

.searchform .button.icon i {
    font-size: 1em;
}

.search_categories {
    width: 90px !important;
    height: 40px;
    border-right: none;
    border-radius: 4px 0px 0px 4px;
}

#wide-nav .flex-col.hide-for-medium.flex-left {
    min-height: 50px;
    line-height: 50px;
}


/* .nav-dropdown-default {
    padding: 0px;
}

.nav-dropdown {
    padding: 0px;
    border: 1px solid #fff;
}

.nav-dropdown-default .nav-column li:not(.cart-item) a,
.nav-dropdown.nav-dropdown-default>li:not(.cart-item) a {
    color: #0a0a0a;
    border-bottom: none;
}

.nav-dropdown-default .nav-column li:not(.cart-item) a:hover,
.nav-dropdown.nav-dropdown-default>li:not(.cart-item) a:hover {
    color: var(--primary-color);
    border-bottom: none;
} */


/*icon holtine email*/

.icon-lien-he h5 {
    margin-bottom: 0px;
    font-size: 105%;
}


/*tab sp home*/

.tab-sp-trang-chu .nav-pills>li>a {
    padding: 0 0.75em;
    border-radius: 3px;
    line-height: 2.3em;
    font-size: 95%;
    margin-left: 5px;
    margin-right: 5px;
    background: #F4F5F9;
    font-weight: 500 !important;
}

.tab-sp-trang-chu .nav-pills>li.active>a {
    background: #f68e2e !important;
}

.tab-sp-trang-chu h4 {
    font-size: 130%;
    font-weight: 500;
    color: #474c5f;
    line-height: 30px;
}

li.tab.has-icon {
    margin-bottom: 8px;
}


/*row sản phẩm*/

del span.amount {
    color: #333;
}

span.amount {
    color: var(--fs-color-secondary);
}

ul.header-bottom-nav li.cart-item:hover {
    background: #ffffff00 !important;
}

.box-info-sago p {
    margin-bottom: 0px;
}

.info {
    padding: 30px;
    border: 1px dashed #fff;
}

.badge-container {
    margin: 5px 0 0 10px;
}

.badge {
    height: 2.0em;
}


/*title*/

.section-title-normal span {
    border: none;
}

.section-title-normal {
    border: none;
}

.section-title-normal:before {
    content: "";
    width: 100%;
    height: 3px;
    background: transparent url(http://noithat15.giaodienwebmau.com/wp-content/uploads/2019/09/duong-line.png) center;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1;
}

.section-title-normal:after {
    content: "";
    width: 16%;
    border-top: 3px solid var(--primary-color);
    position: absolute;
    top: 35px;
    background: #fff;
    left: 0;
    z-index: 11;
}


/*footer*/

.absolute-footer {
    padding: 8px 0 25px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    margin-left: 0px;
}


/*hedding*/

.shop-page-title.category-page-title.page-title {
    background: #f0f0f0;
    font-weight: 500;
}

.page-title-inner {
    padding: 10px 0px;
}


/*sibar*/

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: none;
    }
	
}


/*chuyên mục tin tức*/

h5.post-title.is-large {
    font-size: 105%
}

.blog-archive p.from_the_blog_excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.widget {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 0px;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 5px 12px;
}

.widget .is-divider {
    height: 2px;
    display: block;
    background-color: rgb(240, 240, 240);
    max-width: 100%;
    width: 100%;
    margin: 6px 0px;
}

.widget ul {
    padding: 0px 12px;
    font-weight: 500;
}

.widget ul li a {
    font-weight: 400 !important;
}

.blog-archive .box-text {
    background: #fff;
    padding: 10px 5px;
}

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

ul.menu>li+li,
.widget>ul>li+li,
.widget>ul>li ul {
    border: none;
}

.shop-container .box-text-products {
    background: #fff;
    padding: 10px 5px
}

.product-container {
    background: #fff;
}

@media screen and (min-width: 850px) {
    .col-divided {
        padding-right: 30px;
        border-right: none;
    }
	.post-title a{
		height:40px;
		display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
}

.ct-sp {
    border: 1px solid var(--primary-color);
    border-radius: 3px;
}

ul.product_list_widget li+li {
    border-top: none;
}

h1.product-title.product_title.entry-title {
    font-size: 130%;
    color: #2E3553;
}

p.price.product-page-price {
    font-size: 120%;
}

.header-block-block-1 .icon-box-text span {
    color: #EF7A15;
    font-weight: bold;
}

@media(max-width: 855px) {
    .section-sp .banner {
        padding-top: 80px !important;
        margin-bottom: 15px;
    }
    .section-sp .banner h2 {
        font-size: 17px;
    }
	.back-to-top{
		bottom:80px;
	}
	.product-tabs li{
		width:auto;
	}
}

.entry-content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.6;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

.entry-content>div {
    overflow: auto;
}

.entry-content table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@keyframes blink {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}