.article-content *, .product-detail-footer .tab-content * {
    font-size: 18px !important;
    
}

body {
    font-family: "Times New Roman";
}

html, body{
    overflow-x: hidden;
}

span {
    font-family: "Times New Roman" !important;
    font-size: 18px !important;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.bg-higtlight {
    background: var(--color-hightlight);
}

.contact-header a{
    font-size: 18px;
}
.bg-orange{
    background-color: var(--orange);
}
.bg-blue{
    background-color: var(--blue);
}

.py-7{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}



.font-weight-500{
    font-weight: 500;
}

.rounded-10{
    border-radius: 10px;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

.bg-before:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}


.title-section span{
    display: inline-block;
    border-radius: 20px;
    color: var(--white);
    padding: 5px 20px;
    background-color: var(--color-main);
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.bg-about {
    background: url(/templates/ecommerce01/assets/media/template/bg.png);
}

.item-des-category,
.article-home .inner-content.bottom-me.text-center {
    background: rgb(9 60 76 / 71%);
    bottom: 0;
}

.bg-construction {
    background: url(/templates/ecommerce01/assets/media/template/bg-cong-trinh.jpg) no-repeat;
    background-size: cover;
}

.bg-construction .title-section {
    color: #fff;
}

.bg-reg {
    background: url(/templates/ecommerce01/assets/media/template/contact_form.png) no-repeat;
    background-size: cover;
}

.product-item .inner-content {
    min-height: 105px;
}

.article-home .inner-content{
    min-height: 75px;
}

/*Chi tiet san pham*/
.title-content{
    font-weight: 600;
    margin-bottom: 20px;
}
.product-detail-footer .inner-content table{
    border: 0;
    display: table;
    width: 100% !important;
    border-color: transparent;
}
.product-detail-footer .inner-content table tbody > tr:nth-child(2n+1){
    background-color: var(--light);
}
.product-detail-footer .inner-content table td{
    padding: 7px 15px;
}

.product-description ul,
.product-description ol{
    list-style: none;
}

.product-description li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: var(--black);
    font-size: 17px;
}
.product-description li:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(/templates/ecommerce01/assets/media/template/icon-tick.png);
    background-size: cover;
}

/*Chi tiet san pham*/

/*Danh sach bai viet*/
.list-article > .row > div:first-child .col-sm-4{
    flex: 0 0 50%;
    max-width: 50%;
}
.list-article > .row > div:first-child .col-sm-8{
    flex: 0 0 50%;
    max-width: 50%;
}
/*Danh sach bai viet*/



/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.btn-contact{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color-main);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 5px 0 0 0 ;
}
.btn-contact:hover{
    color: var(--white);
}
.icon-call.show{
    transform: translateX(0%);
}
.icon-call {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 1024;
    transform: translateX(100%);
    transition: all .4s;
}

.icon-call li {
    margin-top: 10px;
    list-style: none;
}

.title-footer{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: var(--white);
}
address i,
.link-fb i{
    padding: 5px;
    border-radius: 5px;
    background-color: var(--white);
    display: inline-block;
    color: var(--color-main);
    margin-right: 10px;
    font-size: 18px;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width: 1366px){
    .container, .container-md, .container-sm{
        max-width: 1366px;
    }
}
@media (min-width: 1024px){
    .setting-menu .container > .row {
        margin: 0;
        background-color: var(--color-main);
        border-radius: 5px 5px 0 0;
    }

    .menu-section>ul{
        /* display: table; */
        /* margin: auto; */
    }
    
    .menu-section>ul>li>a{
        border-right: 1px solid rgba(255,255,255,0.1);
    }
    
}
@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
    
    .btn-action-header{
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--color-main);
        border-radius: 5px;
        text-align: center;
        color: var(--white) !important;
        margin-right: 5px;
    }
}

@media (max-width: 576px){
    .slick-slider .slick-list{
        margin: 0 -5px;
    }
    .slick-slider .slick-slide{
        margin: 0 5px;
    }
    
    footer .container > .row > div{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .list-article > .row > div:first-child .col-sm-4,
    .list-article > .row > div:first-child .col-sm-8{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}


/*CSS BY HIEUTX*/


.product-detail-head .slogan {
    font-size: 18px;
    background: var(--light);
    padding: 10px 20px;
    border-left: 4px solid var(--color-main);
}
.product-detail-head a.phone {
    color: var(--blue);
}
.product-detail-footer {
    font-size: 17px;
}
.title-tu-van-contact a {
    color: var(--blue);
}

.is-mobile .logo-section img {
    max-height: 60px;
}
.product-content-detail .btn-block+.btn-block {
    margin-top: 0;
}
.product-content-detail .btn-block {
    display: inline-block;
    width: auto;
}
@media (max-width:576px){
    .contact-header {
        justify-content: space-between !important;
    }
    .slick-next, .slick-prev {
        height: 30px;
        width: 30px;
    }
    
    .slick-next:before, .slick-prev:before {
        font-size: 19px;
    }
    .slick-arrow {
        background-color: rgb(34 34 34 / 25%);
    }
}

@media (max-width:1200px){
    .contact-header .slogan a {
        display: inline-block;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    
}
.slider-section .slick-prev {
  left: 0px !important;
  padding-right: 7px;
  border-radius: 0 100px 100px 0;
}
.slider-section .slick-arrow {
    color: var(--white);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    width: 30px;
    height: 60px;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

.slider-section .slick-arrow:before {
    color: var(--white);
    opacity: 1 !important;
}
.slider-section .slick-next {
  right: 0px !important;
  padding-left: 7px;
  border-radius: 100px 0 0 100px;
}
article.article-item-lien-quan .article-title a {
    font-size: 14px;
}

article.article-item-lien-quan .article-title {
    line-height: 1.5 !important;
}

/*Call now*/
.call-now {
    position: fixed;
    left: 0;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 101 !important;
}
.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #1777c3;
}
.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #03a9f4;
    opacity: .75 !important;
}
.big-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #1777c3;
    opacity: .5;
}

.phone-number {
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    padding: 7px 15px;
    border-radius: 15px;
    background: #d24b44;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.skew {
    -webkit-animation-name: skew;
    animation-name: skew;
}

@-webkit-keyframes zoomIn{
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@-webkit-keyframes skew{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
/*Call now*/

a.zalo {
    position: fixed;
    bottom: 110px;
    left: 33px;
    z-index: 10;
}
.product-detail-footer .title-content {
    font-size: 25px;
}
.slick-active .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
        }
        @-webkit-keyframes slideInUp {
            0% 
        {
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
          visibility: visible;
        }
            100% 
        {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
  @keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% 
    {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  } 
/*CSS BY HIEUTX*/

.logo-section img {
    max-height: 80px;
}

@media (max-width:576px){
    .center-left-me {
        top: 14%;
        width: 80% !important;
        left: 5%;
    }
}
.w-30-px {
    width: 30px !important;
}
.top-menu>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lh-1-5 {
    line-height: 1.5;
}
.btn-mini-compare {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-mini-compare .items-number {
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #f00;
    font-weight: bold;
    border-radius: 100px;
}
.compare-modal .line-af {
    display: none;
}
.inner-compare ul {
    margin-left: 15px;
}
.inner-compare table {
    width: 100% !important;
}
/*.list-attribute .space-0:nth-child(2n) {*/
/*    background: #f1f1f1*/
/*}*/
.space-0 > div:first-child {
    flex: 0 0 20%;
}

#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: #f34532;
    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);
    }
}

.setting-menu >.container > .row {
    margin: 0;
    background-color: var(--color-main);
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.setting-menu>.container > .row > div {
    padding: 0;
}

/*Menu danh muc san pham doc*/
.title-category{
    font-weight: 600;
    font-size: 18px;
    line-height: 47.4px;
    padding: 0 15px;
    color: var(--white);
    display: flex;
    align-items: center;
    background: #fe0002;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.category-vertical .list-category{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    background-color: var(--white);
    width: 100%;
    z-index: 100;
}
.category-vertical .list-category ul li:last-child > a{
    border-bottom: 0 !important;
}
.category-vertical .list-category a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: var(--color-text);
}

.category-vertical .list-category > li:last-child a {
    border-bottom: 0 !important;
}
.category-vertical .list-category a img{
    width: 25px;
    height: 25px;
}

body:not(.home) .category-vertical:hover .list-category{
    display: block;
}
    
body.home .category-vertical .list-category{
    display: block;
}
.title-category:hover{
    cursor: pointer;
}

.position-right{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.sub-category, .sub-category-child{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100%);
    background-color: var(--white);
    display: table;
    width: 100%;
    /* height: 100%; */
    box-shadow: 3px 2px 8px rgb(0 0 0 / 15%);
    transform: translateY(30px);
    opacity: 0;
    transition: all .4s;
    pointer-events: none
}

.sub-category-2{
    width: 200%;
}
.border-transparent{
    border-bottom: 1px solid transparent;
}

.list-category > ul > li:hover .sub-category{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/*Menu danh muc san pham doc*/
.slider-bg .container > .row {
    margin: 0;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    background-color: var(--white);
    box-shadow: 0 2px 3px rgb(136 136 136 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0 2px 3px rgb(136 136 136 / 30%);
}
.slider-bg .container > .row > div:nth-child(2) {
    padding-left: 0;
}

.slider-section, .slider-section img {
    height: 440px;
    width: 100%;
    object-fit: cover;
}
body:not(.home) .category-vertical .list-category {
    border: 1px solid #fe0002;
    border-top:0
}
.list-category > ul > li .sub-category li:hover .sub-category-child {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
body.home .sticky-menu.fix .category-vertical .list-category {
    display: none;
}

body.home .sticky-menu.fix .category-vertical:hover .list-category {
    display: block;
}
.product-detail-footer .nav li a.active, .product-detail-footer .nav li a:hover {
    background: var(--color-main);
    color: white;
}
@media (min-width: 1200px) {
    .center-left-me .inner-title {
        font-size: 40px !important;
    }
}

@media (max-width:991px) {
    .slider-section, .slider-section img {
        height: 52vw;
    }

}
.lh-32 {
    line-height: 32px;
}

@media (max-width: 768px) {
    .is-mobile .product-detail-head [nh-btn-action=compare] {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.table-attribute tr:nth-child(2n) {
    background: #f5f5f5;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}