/*index*/
/*//banner-top*/
#homepage_slider {
    position: relative;
}
#homepage_slider .owl-nav button.owl-prev{
    left: 30px;
}
#homepage_slider .owl-nav button.owl-next{
    right: 30px;
}
#homepage_slider .owl-nav button{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}
#homepage_slider .owl-dots button span{
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: white;
    margin: 0 10px;
}
#homepage_slider .owl-dots button.active span{
    background-color: #f15b67;
    border: 0;
    width: 10px;
    height: 10px;
}
#homepage_slider .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.language-items img{
    width: 30px;
}
.language-items a:first-child{
    margin: 0 5px;
}
/*banner khuyến mãi*/
.colection a img {
    width: 100%;
}
.block .title-block {
    text-align: center;
    margin: 50px 0;
    font-size: 2.125rem;
    color: #f15b67;
    position: relative;
    line-height: 1;
}
/*product-item*/
.product-item {
    margin-bottom: 30px;
    position: relative;
    padding: 1px;
}
.product-item .product-image {
    border: 1px solid white;
}
.product-item .product-image a {
    display: block;
    position: relative;
}
.block .title-block .view-all {
    position: absolute;
    right: 0;
    bottom: 0;
}
.product-item .product-image a .avatar {
    width: 100%;
    display: flex;
}
.product-item:hover .product-image {
    border: 1px solid #f15b67;
}
.product-item .product-title {
    line-height: 34px;
    margin-bottom: 10px;
    height: 68px;
}
.product-item .product-title a {
    text-decoration: none;
    color: #000000;
}
.product-item .product-tem .percent-discount {
    background-color: #f15b67;
    color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin-right: 18px;
    height: 27px;
    font-size: 0.875rem;
    width: fit-content;
}
.block .view-all {
    text-decoration: none;
    color: #808080;
    font-size: 1.25rem;
    padding-right: 20px;
    background-image: url(../../../tp/T0333/img/tmp/next-line.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 7px;
    text-align: center;
    display: inline-block;
}
.product-item .price-home span{
    display: block;
    color: #f15b67;
    margin-right: 25px;
}
.product-item .price-home {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-item .product-title {
    line-height: 34px;
    margin-bottom: 10px;
    height: 68px;
}
.product-item .product-title a {
    color: #000000;
}
.product-item .product-image a .label-sold img{
    display: block;
    width: 100%;
}
.product-item .product-image a .label-sold {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 50%;
}
/*product slide*/

.block .product-slide .owl-nav button:hover{
    background: transparent;
}
.block .product-slide .owl-nav button{
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.block .product-slide .owl-nav .owl-next {
    right: -58px;
}
.block .product-slide .owl-nav .owl-prev {
    left: -58px;
}

/*Custom Scrollbars*/
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*erro top*/
#toast-container {
    position: fixed;
    z-index: 999;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}
#toast-container > .toast-error {
    background-image: url(../../../tp/T0333/img/erroproduct.png) !important;
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.toast-error {
    background-color: #bd362f;
}

/*section-warranty*/
.section-warranty{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-warranty-name {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.form-inline-warranty input{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 1rem;
    margin-bottom: 50px;
}
.form-inline-warranty .btn-warranty:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #b3b3b3;
}
.form-inline-warranty .btn-warranty{
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 15px 70px;
    background-color: #f15b67;
    border: 1px solid #f15b67;
    color: #fff;
}
.form-inline-warranty{
    width: 62%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 30px;
    border-bottom: 1px solid #b3b3b3;
}
.section-warranty .text-bottom{
    color: #666666;
    margin-top: 25px;
    font-size: 14px;
}
.section-warranty .warranty-class{
    width: 25%;
    float: left;
    border-right: 1px solid;
    text-align: center;
    padding: 5px 0;
}
.section-warranty .warranty-table-title .warranty-class:last-child{
    border-right: none;
}
.section-warranty .warranty-table-title ,.warranty-table-list {
    border: 1px solid;
    display: flex;
}
.section-warranty-table{
    margin-top: 20px;
}
.warranty-table-list{
    border-top: none;
}
.warranty-none{
    text-align: center;
    width: 100%;
    padding: 5px;
    border-top: none;
}
.section-warranty .btn-view-product {
    text-align: center;
}
.section-warranty .btn-view-product a {
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #f0ad4e;
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

/*promotion*/
.title-page {
    font-size: 1.625rem;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}
#news45 figure {
    margin-bottom: 30px;
}
#news45 figure img {
    width: 100%;
    max-height: 300px;
}
#news45 img {
    max-width: 100%;
}
#news45 figure figcaption {
    border: 1px solid #e6e6e6;
}
#news45 figure figcaption .info {
    padding: 20px 20px 15px;
}
#news45 figure figcaption .info h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
}
#news45 figure figcaption .info h3 a {
    color: #111;
    line-height: 24px;
    font-weight: 700;
}
.no-padding {
    padding: 0;
}
.size-guide {
    margin-top: 20px;
}
.size-guide>a {
    text-decoration: underline;
}
#size-guide-modal .modal-header h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
/*Album Page*/
.product-album-item {
    padding-top: 10px;
}
.album-intro{
    text-align: center;
    padding: 20px 0 5px;
}
.album-intro img{
    max-width: 430px;
}
.title-album{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.title-album h2{
    font-size: 36px;
}
.main-album{
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 60px;
}
.see-more-album{
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
}
.see-more-album span{
    font-size: 25px;
    color: #fff;
}
.see-more-album p{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    width: 26%;
    margin: 10px auto;
}
.slide_itemAlbum.owl-carousel{
    width: 90%;
    margin: 0 auto;
}
.owl-carousel.slide_itemAlbum .owl-nav button.owl-next{
    transform: translateX(50px);
}
.owl-carousel.slide_itemAlbum .owl-nav button.owl-prev{
    transform: translateX(-50px);
}
.list-album .image{
    position: relative;
    display: block;
}
.list-album .image img{
    height: 400px;
    width: 100%;
    object-fit: scale-down;
}
.main-footer .logo img{
    max-width: 280px;
    padding-bottom: 30px;
}
.banner-album-2{
    padding: 15px 0;
    position: relative;
}
.textSubAlbum{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 90px 30px 25px;
    z-index: 1;
}
.textSubAlbum h4{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.textSubAlbum a{
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
}
.titleMainAlbum{
    font-size: 75px;
    line-height: 70px;
    color: #454545;
    font-weight: 800;
}
.textAlbumCustom{
    font-size: 12px;
    color: #636363;
    margin-top: 20px;
}
.textAlbumCustom .text1{
    margin-bottom: 30px;
}
.contenAlbumView{
    margin-top: 20px;
}
.AlbumGallery{
    margin-top: 100px;
}
.imageAlbumMain{
    margin-top: 40px;
}
.list-album{
    padding-top: 15px
}
.product-image {
    position: relative;
}

.product-image .tagGift {
    position: absolute !important;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.gift-box {
    padding: 10px 0;
    line-height: 2;
}

@media (max-width: 1024px) {
    .list-album .image img{
        height: 255px;
        width: 100%;
        object-fit: contain;
    }
    .see-more-album{
        display: none;
    }
    .list-album .product-album-item{
        padding: 5px 10px;
    }
}

#gift-box>div>img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-10%);
}
.group-footer ul>li>a>img{
    max-width: 20px;
}