body.home{
    background: var(--light);
}
header {
    background: var(--white);
}
.topbar-header>.container>.row {
    align-items: center;
}
.logo-section img {
    height: 80px;
    object-fit: scale-down;
}
.search-section form {
    border-radius: 4px;
}
.search-section .btn-submit:hover{
    background-color: var(--color-main);
}
.search-section input[type=text] {
    border: none;
    border-radius: 4px;
}
.info-topbar a {
    padding-left: 30px;
}
.info-topbar a:first-child {
    padding: 0;
}

.info-topbar p {
    margin: 0;
    text-decoration: underline;
    font-size: 13px;
}
.right-info b {
    /* text-transform: uppercase; */
    font-size: 15px;
}


/*css chi tiet san pham*/
.w-13px{
    width: 13px;
}

.btn-main{
    background-color: var(--color-hightlight);
}

.table-attribute-product tr th{
    font-size: 15px;
}
.table-attribute-product tr th,
.table-attribute-product tr td{
    vertical-align: middle;
    padding: 5px 10px;
}

@media (max-width: 576px){
    .table-attribute-product tr th, 
    .table-attribute-product tr td{
        white-space: nowrap;
    }
}
/*css chi tiet san pham*/

.info-topbar a i {
    font-size: 20px;
    padding-right: 5px;
    color: var(--color-hightlight);
}

@media (max-width:1200px){
    .right-info b {
        font-size: 14px;
    }
    
    .info-topbar p {
        font-size: 12px;
    }

}

.title-nav-vertical {
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}
.nav-vertical {
    z-index:10;
    display: none !important;
}
.category-vertical:hover .nav-vertical {
    display: block !important;
}
.category-vertical {
    padding: 5px 0;
}
.list-category-vertical {
    left: 0;
    z-index: 10;
    top: 100%;
}
.nav-vertical .categories-section {
    flex-wrap: wrap;
    align-self: flex-start;
    left: 0;
    z-index: 10999;
    display: flex;
    max-width: 1200px;
    margin: 15px auto 0;
    right: 0;
}

.nav-vertical .categories-section>li.has-child>.list-child {
    left: 100%;
    top: -1px;
}
.nav-vertical .categories-section .dropdown-toggle {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}
.nav-vertical .categories-section>li.has-child>.active {
    display: none !important;
}
.nav-vertical .categories-section>li.has-child>.list-child a {
    padding: 11px 10px 10px;
}

.nav-vertical .categories-section>li {
    margin: 0 0 16px 16px !important;
    flex: 0 1 215px;
    min-height: 91px;
}

.nav-vertical .categories-section a{
    padding: 10px;
    background: var(--light);
    display: flex;
    align-items: center;
}
.nav-vertical .categories-section a img{
    width: 55px;
    height: 55px;
    object-fit: scale-down;
}
.nav-vertical .categories-section a span{
    padding-left:10px
}
.nav-vertical .categories-section a:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 36%);
}

.slider-section, .slider-section .item img {
    object-fit: cover;
    height: 30vw;
}
.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-section .inner-title {
    position: relative;
    transition: none 0s ease 0s;
    padding: 0px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--white);
    font-weight: 600;
    text-shadow: 2px 2px var(--color-main);
}

.slider-section .inner-description {
   font-size: 20px;
   line-height: 1.7;
   color: var(--white);
   margin-bottom: 30px;
}
.slider-section .btn-slide{
    color: var(--color-hightlight);
    padding: 12px 28px;
    min-width: 250px;
}
.slider-section .btn-slide:hover{
    color: var(--white);
    background-color: var(--color-hightlight) !important;
}
.slider-section .slick-next, .slider-section .slick-prev {
    top: calc(50% - 35px);
}
.list_category {
    margin-bottom: 20px;
}
.bg-product-white {
    border-radius: 3px;
    border: 1px solid #ecf2f4;
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.product-item .star-rating {
    margin: 0 auto;
    line-height: 26px;
    height: 26px;
}
.xem-them {
    margin-bottom: 25px;
}

.title-block {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ececec;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 1.5em;
}
.title-block h3 {
    color: var(--color-main);
    margin: 0;
    border-bottom: 2px solid var(--color-main);
    padding: 0 0 10px;
    margin-bottom: -2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.catalogue-title {
    font-size: 30px;
}

.comp_name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
     text-transform: uppercase;
}

.entire-info-website {
    color: #333;
}
footer .entire-map {
    padding-top: 65%;
}

#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.article-content ul li, .article-content ol li {
    line-height: 30px;
}
.view-small .product-item .inner-content .product-title a {
    font-size: 14px;
}
.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
}
.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.is-mobile .entry-topbar .left-topbar {
    display: none;
}
.is-mobile .logo-section img , .is-mobile .setting-menu.fixed .logo-section img{
    height: 45px;
}
table td, table th, .entry-order-review th, .entry-order-review td, .entire-cart-totals .order-total th , .entire-cart-totals .order-total td{
    padding: 1rem .75rem;
	border:1px solid #ddd
}
.product-detail-footer table tr:first-child {
    background: #5b9bd5;
}
.product-detail-footer table tr:nth-child(2n):not(:first-child) {
    background: #deeaf6;
}
.entry-topbar .left-topbar a:hover {
    color: var(--color-main);
    font-weight: 600;
}
.setting-menu.fixed, .menu-mobile.fixed{
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 10;
}
.setting-menu.fixed .logo-section img {
    width: 70px;
}


.page-title-section.page-categories .inner-title {
    color: var(--white);
}
.footer-menu-section ul li a:hover {
    color: var(--color-hightlight);
}
.view-small .product-item .inner-content .star-rating {
    margin: 0;
}
.bg-title {
    display: block !important;
    width: 110px;
    height: 13px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    background-repeat: no-repeat;
}
footer .title-footer {
    display: block !important;
}
.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}
.product-item:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 36%);
}
.product-image-detail .results {
    position: absolute;
    bottom: 15px;
    right: 40px;
    font-size: 22px;
    color: var(--color-hightlight);
    z-index: 9999;
}

.language-section {
    margin: 11px 0 11px 15px;
}
.box-file {
    margin-bottom: 10px;
}
.entry-order-review .entry-table {
    margin-bottom: 15px;
}
.proceed-to-checkout {
    margin-top: 15px;
}
.list-category-vertical {
    overflow-y: scroll;
    max-height: calc(100vh - 185px);
}

.list-category-vertical::-webkit-scrollbar {
	width: 5px;
}


.list-category-vertical::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	border-radius: 10px;
}
@media (min-width:1200px){
    .category-product-list-hx>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width:1024px){
    .box-file {
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 0;
        margin: 0;
    }
    
    .article-item:hover .box-file{
        opacity:1;
    }
}

@media (max-width: 991px){
    a.language-picker {
        color: var(--white);
    }
    
    .menu-container {
        padding: 5px 0;
    }
    
    .language-section {
        margin: 15px 0;
    }
    .logo-section img{
        height: 45px;
    }
    .hight-light-left {
        bottom: 60px !important;
    }
   
}


@media (max-width:920px){
    .title-block h3 {
        font-size: 19px;
    }
}
@media (max-width:767px){
    .footer-mb>.container>.row>div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .entire-map {
        padding-top: 50%;
    }
    .orderby-section .orderby-title {
        min-width: 50px;
        padding-right: 20px;
    }
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    .slider-section .slick-next,.slider-section .slick-prev {
       top: calc(50% - 40px);
    }
    .article-title-detail {
        font-size: 20px;
    }
    .catalogue-info {
        text-align: center;
        margin-bottom: 40px;
    }

}


/*css by hieutx*/
.hight-light-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.hight-light-left .entry-content>li {
    width: 50px;
    height: 50px;
    list-style: none;
    margin-bottom: 10px;
}
.hight-light-right {
    left: unset;
    right: 20px;
}
.hight-light-left .entry-content>li img {
    width: 50px;
    height: 50px;
}
.btn-export {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    border-width: 0;
    display: inline-block;
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    transition: all .2s ease-in-out;
}
.btn-export i {
    font-size: 19px;
}
.export-pdf {
    color: red;
}
.header-pdf .logo {
    width: 40%;
    float: left;
    padding: 0 15px;
}
.header-pdf .logo .title-baogia {
    width: 60%;
    float: left;
    padding: 0 15px;
}
.title-baogia h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 61px;
    font-family: 'Roboto';
    text-align: right;
    line-height: 1.4;
    margin-bottom: 0;
}
.info-order-pdf table {
    width: 100% !important;
    overflow: hidden;
}
.rules-pdf table {
    width: 100% !important;
    overflow: hidden;
}
.rules-pdf table thead th, .rules-pdf table thead tr {
    background: #cba416;
}
.rules-pdf table thead tr:first-child th {
    width: 100px;
}
.rules-pdf table tr td:first-child {
    font-weight: bold;
    color: #1688cb;
}
.rules-pdf table td, .rules-pdf table th {
    border-left: 0;
    border-right: 0;
}
.list-action .btn {
    width: 200px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    border-width: 0;
    display: inline-block;
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    transition: all .2s ease-in-out;
}
.list-action .w-50 {
    width: 50%;
    float: left;
    margin-top: 30px;
}
.info-order-pdf .w-50 {
    width: 50%;
    float: left;
    margin-top: 30px;
    padding: 0 !important;
}
.header-pdf, .info-order-pdf {
    font-size: 12px;
}
.info-order-pdf table td, .info-order-pdf table th {
    padding: 5px;
}
.info-order-pdf table {
    display: inline-block;
    width: 100% !important;
}
table.custom-table thead th {
    background: #ed6607 !important;
    padding: 7px 5px;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}
.order-section {
    border:  0 !important;
}

.phone-zalo-product .icon img {
    width: 38px;
}

.phone-zalo-product .icon {
    flex: 0 0 50px;
}

.phone-zalo-product .text-info {
    text-transform: uppercase;
    color: var(--black) !important;
    font-size: 16px;
}

.phone-zalo-product .text-info p {
    color: var(--black);
    font-size: 16px;
}
.text-phone-mail {
    margin-bottom: 15px;
}