﻿body {
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.bread-img {
    background-image: url(../../Images/Guitar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 100px;
}

    .bread-img div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-wrap : nowrap;
    }

        .bread-img div h3 {
            color: #fff !important;
        }

.breadcrumb li {
    display: inline-flex;
    list-style-type: none;
}

    .breadcrumb li a {
        color: white !important;
        text-decoration: none;
    }

.breadcrumb ol {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    --bs-breadcrumb-divider: '>';
    color: white !important;
}


.contact {

    display: flex;
    justify-content: space-between;
    padding: 100px 50px;
    align-items: center;
    margin-top: 50px;
    border-radius: 4px;
}

.contact-text > span {
    color: white;
}
.contact-text > p {
    color: white;
}

.up-text {
    font-family: sans-serif;
    font-size: 43px;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
}
.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    display: flex ;
    justify-content: center;
}
.pager li {
    display: inline;
}
.pager ul {
    padding :0;
    margin:0;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
}

.disable-np-chapter {
    background-image: none !important;
    color: #f0f0f0;
    background-color: rgb(161 161 161 / 50%);
}
@media (min-width: 992px) {
    .suggestsearch {
        width: 422px;
    }
}
.suggestsearch {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    max-height: 375px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.search-container {
    position:relative;
}
.suggestsearch ul li {
    padding: 5px 0;
    list-style: none;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
.suggestsearch ul {
    margin: 0;
    padding: 0;
}
.suggestsearch ul li a {
    padding: 0;
    display: block;
    text-decoration : none;
    min-height: 50px;
}
.suggestsearch ul li a img {
    float: left;
    margin: 0 5px 0 0;
    width: 50px;
    height: 50px;
}
.suggestsearch ul li a h3, .suggestsearch ul li a h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.suggestsearch ul li a i {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.resultseach {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    max-height: 375px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.resultseach ul li {
    padding: 5px 0;
    list-style: none;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
.resultseach ul {
    margin: 0;
    padding: 0;
}
.resultseach ul li a {
    padding: 0;
    display: block;
    text-decoration : none;
    min-height: 50px;
}
.resultseach ul li a img {
    float: left;
    margin: 0 5px 0 0;
    width: 50px;
    height: 50px;
}
.resultseach ul li a h3, .resultseach ul li a h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resultseach ul li a i {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dark-mode {
        background-color: #252525; /* Màu nền đen */
        color: #ffffff; /* Màu chữ trắng */
    }


.dark-mode-link {
        color: #fff !important; /* Màu chữ trắng */
    }



.hover-img-animate > a {
    position : relative;
}
.hover-img-animate > a:hover {
    box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.hover-img-animate > a:hover::before,.hover-img-animate > a:hover::after {
    display: block;
  content: '';
  position: absolute;
  background: #FDA8CF;
  border-radius: 75px;
  z-index: -1;
  animation: 1s clockwise infinite;
}

.hover-img-animate > a:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}