.font-weight-600{
    font-weight: 600 !important;
}

a {
    color: #0750b5;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
.mb-6,.my-6 {
    margin-bottom: 4rem !important;
}
.mt-6,.my-6 {
    margin-top: 4rem !important;
}

.pb-6,.py-6 {
    padding-bottom: 4rem !important;
}
.pt-6,.py-6 {
    padding-top: 4rem !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.letter-spacing-13 {
    letter-spacing: 1.3px;
}
.hover-img {
    overflow: hidden;
}
.hover-img img{
    transition: 1s ease 0s;
}
.hover-img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1{
    box-shadow: 4px 3px 5px 5px rgb(0 0 0 / 3%)
}
.fs-10{
    font-size: 10px;
}
.color-red {
    color: var(--red);
}

.logo-section {
    font-size: 25px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: white;
    opacity: 0.5;
}

.price-absolute {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

.price-absolute * {
    color: white !important;
}

.price-absolute .price-amount.old-price::after {
    background-color: white;
}

.price-absolute .price-amount:not(.old-price) {
    font-size: 16px;
    font-weight: 700;
}
.thuoc-tinh i{
    font-size: 16px;
}
.logo-footer img {
    height: 77px;
}
.border-highlight-cus {
    border-color: #71a7e3 !important;
}
.product-image-detail .inner-image {
    padding-top: 66.66%;
}
.img-breadcrumb+ .container .breadcrumbs-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}

.img-breadcrumb+ .container .breadcrumbs-section * {
    color: white;
    font-size: 2rem;
}

.img-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}
.img-breadcrumb img {
    width: 100%;
    object-fit: cover;
    height: 36vw;
}

/*Module tim kiem tour*/
.box-search-tour {
    position: absolute;
    top: 50%;
    left: calc((100% - 1170px)/2);
    transform: translateY(-50%);
    z-index: 1;
    width: 30%;
    min-width: 300px;
    background-color: rgba(255,255,255,.85);
    border-radius: 5px;
    padding: 15px;
}
/*Module tim kiem tour*/

/*Trang chi tiet san pham*/
.schedule .cooperation-process .card {
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.cooperation-process .card .item-title-process {
    border: 1px solid rgba(0,0,0,.02);
    background-color: var(--color-highlight);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    align-items: center;
}
.description-process {
    padding: 15px 0;
}
/*Trang chi tiet san pham*/

@media (min-width:767px) {
    .product-title {
        min-height: 55px;
    }
}

@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}

@media (max-width:767px) {
    .img-breadcrumb+ .container .breadcrumbs-section * {
        font-size: 14px;
    }
    
    .product-detail-footer .nav {
        flex-direction: column;
        text-align: center;
    }
    .product-detail-footer .nav li a {
        border-right: 1px solid #dee2e6 !important;
    }
}