body {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background-color: var(--light);
}
b, strong {
    font-weight: bold;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.color-title {
    color: #47999D;
}
.color-red {
    color: var(--red);
}
.py-100 {
    padding: 100px 0;
}
.bg-white-50-percent {
    background-color: rgba(255,255,255,.5);
}
.bg-highlight {
    background-color: var(--color-highlight);
}
.white-space-wrap {
    white-space: nowrap;
}
.mx--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.tooltip-inner {
    background-color: var(--color-highlight);
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: var(--color-highlight);
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    border-left-color: var(--color-highlight);
}



.header-top > .container > .row > div {
    display: flex;
}
.header-top > .container > .row > div > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: inherit;
}
.header-top > .container > .row > div > .box-search,
.header-top > .container > .row > div > .account-cart {
    flex: 1 1 0%;
}

.logo-section img{
    max-width: 240px;
    max-height: 90px;
}

.account-cart {
    justify-content: flex-end;
}


/*Button left*/
#back_to_top {
    /*opacity: 0;*/
}
#back_to_top i {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    background-color: var(--color-highlight);
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: var(--white);
    font-size: 25px !important;
}

.contact-fixed {
    z-index: 999;
    left: 15px;
    bottom: 15px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-highlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 44px;
    transform-origin: 0% 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list.show {
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}

.contact-fixed__item {
    position: relative;
    margin-top: 5px;
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
}

.contact-fixed__item-title {
    position: absolute;
    top: 50%;
    left: 125%;
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 25%);
    padding: 3px 10px;
    background-color: var(--white);
    border-radius: 5px;
    font-weight: 500;
    opacity: 0;
}
.contact-fixed__item-title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    z-index: 1;
    display: inline-block!important;
    border-top: 7px solid transparent;
    border-right: 7px solid #FFF;
    border-bottom: 7px solid transparent;
}
.contact-fixed__item:hover .contact-fixed__item-title {
    opacity: 1;
}


/*CSS TRANG CHU*/
.header-top {
    background-color: #b8def3;
}
.border-main {
    border: 1px solid var(--color-highlight);
}
.search-section {
    width: 100%;
    background-color: var(--white);
}
#form_search .input-group, .search-section__categories {
    height: 38px;
    border: 0 !important;
    padding: 0 10px;
    color: #000;
}
.search-section__categories {
    height: 31px;
    border-left: 1px solid var(--gray) !important;
    
}
#form_search .input-group input {
    height: 38px;
}
#form_search .btn-submit {
    white-space: nowrap;
    border-radius: 0;
    height: 38px;
    font-weight: 600;
    color: var(--white) !important;
    background-color: var(--color-highlight);
}

.item-policy .icon img{
    width: 20%;
    padding-right: 5px;
    height: 50px;
    float: left;
    object-fit: contain;
}
.item-policy .desc {
    vertical-align: top;
    text-align: left;
    width: 80%;
    float: left;
}
.item-policy .desc .title {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}
.item-policy .desc .desc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

footer .logo-section img {
    max-width: 160px;
    max-height: unset;
}
/*CSS TRANG CHU*/


@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
/*Button left*/


/*Time thanh toan trang order success*/
.time_counter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.time_counter span{
    direction: inline-block;
    margin: 0 5px;
    text-align: center;
    font-weight: 600;
    float: left;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: var(--color-highlight);
    color: var(--white);
    min-width: 35px;
    font-size: 16px;
    position: relative;
}
.time_counter span:before{
    content: ":";
    position: absolute;
    right: -6px;
    color: var(--color-highlight);
    font-size: 15px;
}
.time_counter span:last-child:before{
    content: none;
}

/*Time thanh toan trang order success*/

/*Module flash sale*/
.slick-arrow {
    background: #f7f7f7;
    border-radius: 50%;
    box-shadow: 0px 2px 3px 0px #5a5a5a8a !important;
}

.product-flash-sale {
    background-color: #dceeef;
    padding: 15px 10px;
    border-radius: 5px;
}
.product-flash-sale .inner-image{
    overflow: visible;
}

.icon-sale {
    bottom: 0 !important;
    top: unset !important;
    height: 33px !important;
    max-width: 80px;
    width: 51px !important;
    left: -8px !important;
}
.product-flash-sale .product-item .inner-content .product-title {
    -webkit-line-clamp: 3;
    line-height: 1.3;
    height: 60px;
    margin-bottom: 10px;
}
.product-flash-sale .product-item .inner-content .product-title a {
    font-size: 13px;
}


.inner-image > .btn-product-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(46,97,100,.8);
    text-align: center;
    color: Var(--white);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: translateY(100%);
    z-index: 20;
}

.slick-slider .product-item {
    margin-bottom: 0;
}

/*Module flash sale*/

/*Module bai viet*/
.article-item .inner-image {
    overflow: hidden;
}
.article-item .inner-image img {
    transform: scale(1);
    transition: transform .7s ease,opacity .7s ease;
}
.article-item .inner-image > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity .7s ease;
}
.post-image-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -22px;
    text-align: center;
    font-size: 0;
    z-index: 2;
}
.post-image-mask:after, .post-image-mask:before {
    content: "";
}
.post-image-mask:after, .post-image-mask:before, .post-image-mask span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: wd-fadeOutRight .3s ease;
}
.post-image-mask:before {
    transition-delay: .15s;
    animation-delay: .15s;
}
.post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
}
.post-image-mask:after {
    margin-right: 0;
}

.article-item:hover a:before {
    opacity: 1;
}
.article-item:hover a img {
    transform: scale(1.03);
}
.article-item:hover .post-image-mask:before {
    transition-delay: .2s;
    animation-delay: .2s;
}
.article-item:hover .post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
}

.article-item:hover .post-image-mask:after, 
.article-item:hover .post-image-mask:before, 
.article-item:hover .post-image-mask span {
    opacity: 1;
    animation: wd-fadeInLeft .3s ease;
}

.article-item .article-title {
    height: 70px;
    overflow: hidden;
}

@-webkit-keyframes wd-fadeOutRight {
    0% {
        transform: none;
    }
    100% {
        transform: translate3d(50px, 0, 0);
    }
}

@-webkit-keyframes wd-fadeOutLeft {
    0% {
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        transform: none;
    }
}
/*Module bai viet*/

/*Module san pham theo danh muc - trang chu*/
.section-list-category-product .title-section{
    font-size: 20px !important;
    color: var(--black) !important;
}
.section-list-category-product .sub-category li{
    position: relative;
}
.section-list-category-product .sub-category li:first-child:before {
    content: none;
}
.section-list-category-product .sub-category li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: var(--gray);
}
.section-list-category-product .product-item {
    border: 1px solid transparent !important;
    border-radius: 0;
    transition: all .4s;
}
.section-list-category-product .product-item:hover {
    border: 1px solid #dee2e6!important;
}

.socials img {
    width: 35px;
    height: 35px;
}
/*Module san pham theo danh muc - trang chu*/

/*CSS NEXT - PREV SLIDE*/
.slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}
.slick-slider .slick-arrow{
    opacity: 1;
    filter: opacity(1);
    top: calc(50% - 30px);
    width: 33px;
    height: 50px;
    border-radius: 3px;
    background-color: var(--color-highlight);
}
.slick-slider .slick-arrow:before {
    color: var(--white);
}
.slick-slider:hover .slick-prev {
    left: -15px;
}
.slick-slider:hover .slick-next {
    right: -15px;
}

.slick-slider .slick-track {
    margin: unset;
}

.product-item .inner-content a.btn-product-action {
    font-weight: 500;
    color: var(--color-highlight);
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid var(--color-highlight);
}
/*CSS NEXT - PREV SLIDE*/

/*Module slide image - nh-light-gallery*/
.box-image {
    background-color: #dceeef;
    padding: 20px 10px 10px;
    border-radius: 5px;
}

.article-video {
    background-color: var(--light);
}
.article-video .article-title {
    height: auto;
}
/*Module slide image - nh-light-gallery*/


/*Img thumb slide*/
.lg-outer .lg-thumb-item img {
    object-fit: contain;
}
/*Img thumb slide*/




@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
    
    .header-top > .container > .row > div:nth-child(2) {
        justify-content: center;
    }
    
    .logo-section img {
        max-width: 240px;
        max-height: 60px;
    }
}

@media (max-width: 576px) {
    footer .container > .row > [class='*'] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .is-mobile .product-item {
        margin-bottom: 10px;
    }
    
    .section-list-category-product .title-section {
        font-size: 15px !important;
    }
}









