/* main.css*/
*, ::after, ::before {
    box-sizing: border-box;
}
h1, h2, h3, h4 {
    color: #4C4C4C;
}
h3 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.suggest-product .product-img, .product-block-img, .product-item ,
.item-img{
    position: relative;
}
.percent-label{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    background: #24242466;
    font-size: 18px;
    padding: 0 15px 0 5px;
    font-weight: 700;
    border-radius: 10px 0 0 10px;
}
.hide{
    display: none !important;
}
.fix-breadcrumb .breadcrumb li+li a:before {
    content: "\2f";
    font-family: "Font Awesome 6 Pro";
    padding: 0 5px;
    color: #8E8E8E;
    font-weight: 300;
    font-size: 13px;
}
.fix-breadcrumb .breadcrumb{
    margin-bottom: 20px;
}
.fix-breadcrumb .breadcrumb li{
    font-weight: 600;
    font-size: 16px;
}
.fix-breadcrumb .breadcrumb li:first-child{
    color: #8E8E8E;
    font-weight: 400;
}
.fix-breadcrumb{
    margin-top: 10px;
}
.fix-breadcrumb .name-product h1{
    font-size: 48px;
    font-weight: 500;
}
body{
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #FFF6F7;
    font-weight: 300;
    color: #4C4C4C;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy-Regular.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy SemiBold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: 'Gallery', sans-serif;
    src: url('/fonts/SVN-GALLERYMODERN/SVN-GALLERYMODERN.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Georgia';
    src: url('/fonts/Georgia/SVN-Georgia-Italic.OTF');
}

a,a:hover{
    color: #000;
    text-decoration: none;
}
ul,li{
    list-style: none;
    color: #000;
    margin: 0;
    padding-left: 0;
}
input.form-control:focus{
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}
img.lazyloading {
    opacity: 0.01;
}
img.lazyloaded {
    opacity: 1;
    transition: 0.3s;
}

/* end main.css*/


/*home page*/
.banner-home{
    background: #FFF6F7;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot{
    margin: 0 5px;
    border: none;
}
.owl-theme .owl-dots .owl-dot.active{
    border: 1px solid #869791;
    border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span{
    padding: 0;
    width: 13px;
    height: 13px;
}
.owl-theme .owl-dots .owl-dot span{
    padding: 10.3px;
    margin: 3px;
}
.banner-home .owl-dots,.img-mid-mobile .owl-dots{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.product-hot{
    background: #FFF6F7;
    padding-top: 30px;
}
.title-album-hot{
    text-align: center;
}
.title-album-hot h3{
    font-family: 'SVN-Georgia';
    margin-bottom: 2rem;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.title-album-hot h3:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #000;
    bottom: -5px;
    left: 0;
}
.item-border{
    position: relative;
    overflow: hidden;
}
.item-border a {
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    display: block;
}
.item-border a img{
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}
.item-border:hover img{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.item-border .background-item{
    min-height: 131px;
    width: 100%;
    background: #24242466;
    position: absolute;
    bottom: 0;
    border-radius: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-album .item img{
    border-radius: 11px;
    width: 100%;
    object-fit: cover;
}
.item-border .background-item .name-item{
    color: #fff;
    opacity: 1;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    max-width: 70%;
    text-transform: uppercase;
    font-family: 'SVN-Georgia';
}
.item-border .info{
    position: absolute;
    height: 100%;
    border-radius: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #242424CC;*/
    width: 100%;
    top: 0;
}
.album-contact{
    display: none;
}
.info_title {
    opacity: 1;
    max-width: 80%;
}
.album-content,.time-line {
    font-size: 16px;
    line-height: 16.8px;
    color: #fff;
    font-weight: 400;
    font-family: 'SVN-Georgia';
}
h3.album-name {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 31.5px;
    font-family: 'SVN-Georgia';
}
.time-line{
    margin: 30px 0;
}
.info_title .uni-item__btn {
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SVN-Georgia';
}
.button-share_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-border:hover .background-item{
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item-border:hover .album-contact{
    display: block;

}
.button-share_btn .uni-item__btn:hover{
    border: 1px solid #FFFFFF;
    background: #D9D9D9;
    color: #242424CC;
    font-weight: 700;
}
.list-tags{
    position: absolute;
    top: 10px;
    left: 0;
    border: 1px solid #555;
    background: #555;
    color: #fff;
    padding: 4px 15px;
    border-radius: 0 5px 20px 0;
}
.before-tags {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 10px solid #555;
    border-bottom: 20px solid transparent;
}


.bg-text{
    position: absolute;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 70px;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.bg-text h4{
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 300;
    display: none;
}
.product-item a {
    display: block;
}
.product-item img.first-img {
    position: relative;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
    border-radius: 10px;
}
.product-item img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
    border-radius: 10px;
}
.product-block-img:hover a img.hover-img {
    opacity: 1;
    visibility: visible;
}
.product-content{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 50%);
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.prd-name{
    position: absolute;
    bottom: 40px;
    left: 15px;
}
.prd-name span{
    color: #fff;
    white-space: normal;
    height: 21px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.prd-price-box{
    display: flex;
    color: #fff;
    position: absolute;
    bottom: 15px;
    align-items: center;
    left: 15px;
}
.prd-price{
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
}
.prd-old-price{
    font-size: 12px;
}
.product-item:hover .product-content{
    opacity: 1;
    visibility: visible;
}
.img-mid-wrap img{
    width: 100%;
}
.list-album{
    padding-top: 30px;
    background: #FFF6F7;
}
.img-mid{
    background: #FFF6F7;
    padding-top: 30px;
}
.news-homepage .title-news h3{
    font-family: 'Gallery', sans-serif;
}
.news-homepage{
    background: #FFF6F7;
    padding-top: 30px;
}
.news-homepage .row{
    flex-direction: row-reverse;
}
.rn-item {
    margin-bottom: 25px;
}
.rn-desc {
    margin-left: 15px;
}
.fn-item {
    position: relative;
}
.fn-desc {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 10%;
}
.title-news{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 5px;
}
.title-news a{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
}
.title-news:after{
    position: absolute;
    content: '';
    background: #000;
    height: 1px;
    width: 100%;
    bottom: 15px;
    left: 0;
}
.rn-title {
    white-space: normal;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.rn-intro{
    white-space: normal;
    height: 63px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.rn-publish{
    margin-bottom: 0;
}
.newsletter-block{
    background: #fff;
    padding: 30px 0;
}
.border-ticker{
    margin: 0 auto;
    background-image: url('/tp/T0462/img/bg.png');
    background-size: 100% 100%;
    padding: 20px 120px 50px;
}
.title-newsletter{
    text-align: center;
}
.title-newsletter h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 31.5px;
}
.form-contact input {
    border-radius: 15px;
    margin-bottom: 15px;
    background: #F4F4F4;
    border-color: #f4f4f4;
    text-indent: 200px;
    min-height: 100%;
    height: 40px;
}
.form-contact .form-group {
    position: relative;
    width: 670px;
    height: 40px;
    margin-bottom: 20px;
}
.form-contact label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25px;
    border-right: 1px solid #000;
    font-size: 18px;
    width: 180px;
    line-height: 16px;
}
.email_register::placeholder{
    font-style: italic;
}
.send_contact {
    margin: 0 auto;
    background: #242424;
    color: #fff;
    padding: .5rem 80px;
    border-radius: 15px;
    font-weight: 500;
    width: 240px;
    height: 40px;
}
button.send_contact:hover{
    color: #fff;
}
.checkbox-wrap {
    margin-bottom: 15px;
}
.accept-checkbox {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}
.checkbox-wrap span {
    font-size: 16px;
}

/*}*/





/*end home page*/



/* footer*/
.main-footer{
    background: #FFF6F7;
    padding: 30px 0;
}
.title-company h2,.title-policy h2,.title-social h2{
    font-size: 20px;
    line-height: 21px;
}
.title-company h2,.title-policy h2{
    min-height: 42px;
}
.title-social{
    padding-bottom: 10px;
}
.title-company,.title-policy{
    padding-bottom: 20px;
}
.info-company li{
    display: flex;
    align-items: start;
}
.info-company li i{
    margin-right: 10px;
    padding-top: 4px;
}
.f-policy li{
    padding-bottom: 8px;
}
.f-social ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.f-social ul li{
    margin-right: 20px;
}
/* end footer */
.box_fixRight {
    position: fixed;
    top: 50%;
    right: -110px;
    width: auto;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
}
.box_fixRight:hover {
    right: 0;
    transition: all 0.2s ease-in-out 0s;
}
.box_fixRight .box_content {
    background: #fff;
    padding: 10px;
    box-shadow: 10px 0px 30px #888888;
    border-radius: 10px 0 0 10px;
}
.box_fixRight .box_content .item {
    display: block;
    padding: 13px 10px 13px 50px;
    color: #111;
    position: relative;
}
.box_fixRight .box_content .item:hover {
    color: #ffc200;
}
.box_fixRight .box_content .item svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
footer.tp_footer{
    background: #fff;
    padding-top: 15px;
    margin-top: 50px;
}
.fn-title h4{
    color: #fff;
}
.modal#modalAddSuccess {
    height: auto;
    top: 15px;
    left: auto;
    right: 15px;
    width: 300px;
    padding: 0 !important;
}

#modalAddSuccess.modal.fade .modal-dialog {
    transform: translate3d(100vh,0,0);
    transition: all .6s;
}

#modalAddSuccess.modal.show .modal-dialog {
    transform: translate3d(0,0,0);
}

#modalAddSuccess .modal-content {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}

.mb-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mb-item img {
    width: 28%;
    height: 75px;
    border-radius: 7px;
}

.mb-info {
    width: 68%;
}

.mb-info * {
    margin: 0;
}

.mb-name {
    display: block;
    height: 50px;
}

.mb-cart-btn {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #3d3950;
    font-weight: 600;
}

#modalAddSuccess .modal-dialog-scrollable .modal-content {
    border-radius: 0.5rem;
}
.see-now{
    padding: 30px 0 5px;
    text-align: center;
}
.see-now a{
    display: inline-block;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 5px 10px;
}
.footer-coupon{
    position: fixed;
    right: 0;
    bottom: 60%;
    z-index: 999;
}
.footer-coupon .f-list-banner {
    box-shadow: 10px 0 30px #888888;
    display: flex;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
}
.footer-coupon .f-bg-img{
    background: #FFE7EA;
    display: block;
    width: 100%;
    position: relative;
}
.footer-coupon .f-bg-img:nth-child(1){
    border-radius: 10px 0 0 0;
}
.footer-coupon .f-bg-img:nth-child(2){
    border-radius: 0 0 0 10px;
}
.footer-coupon .f-bg-img a{
    display: block;
    padding: 15px;
}
.footer-coupon .f-bg-img img{
    max-width: 60px;
}
.footer-coupon .f-bg-img:hover{
    background: #ffbac1;
}
.f-bg-img span{
    position: absolute;
    top: 10px;
    background: #ffbac1;
    color: #fff;
    width: 150px;
    font-size: 16px;
    right: 105px;
    border-radius: 10px;
    padding: 5px 10px;
    opacity: 0;
    display: none;
}
.f-bg-img span:before {
    right: -10px;
    top: 14px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ffbac1;
    border-bottom: 10px solid transparent;
    opacity: 0;
    display: none;
}
.footer-coupon .f-bg-img:hover span{
    opacity: 1;
    display: block;
}
.footer-coupon .f-bg-img:hover span:before{
    opacity: 1;
    display: block;
}
button.close {
    position: absolute;
    right: 0;
    border: none;
    z-index: 2;
    top: -23px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

button.close:hover {
    cursor: pointer;
}
.campaign-paginator .paginator a.paging-next:before{
    content: "\f105";
    font-family: FontAwesome;
}
.campaign-paginator .paginator a.paging-last:before{
    content: "\f101";
    font-family: FontAwesome;
}
.campaign-paginator .paginator a.paging-previous:before{
    content: "\f104";
    font-family: FontAwesome;
}
.campaign-paginator .paginator a.paging-first:before{
    content: "\f100";
    font-family: FontAwesome;
}