.new-title {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.new-header-background {
    height: 100px;
}

.btn-share {
    background-color: #225da3;
    color: #fff;
    margin-left: 10px;
}

.detail-new {
    height: auto;
}

.other-new-header {
    align-items: center;
}

.other-new-content{
    text-align: center;
}

.other-new-content span {
    font-size: 18px;
}

.btn-more {
    padding: 0px 15px;
    width: 100%;
}

.btn-more .btn{
    background-color: #f7aa52;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.btn-more .btn:hover {
    color: #225da3;
}

.title-other-new {
    text-align: center;
    color: #f6a95a;
    text-transform: uppercase !important;
}

.left-title {
    height: 2px;
    background-color: #f6a95a;
    box-shadow: 2px 0px #ababab;
    padding-left: 0px;
    padding-right: 0px;
}

.image-other-new {
    max-height: 234px;
}

.other-new-content a {
    text-decoration: none;
    color: #000;
}

.other-new-content a:hover {
    color: #f6a95a;
}

/* detail promotion */
.pro-register-btn {
    /* padding-top: 9px; */
    border-radius: 25px;
}

ul.nav-tabs {
    justify-content: center;
    border-bottom: transparent;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent ;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid #f6a95a;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #f6a95a;
}

.nav-tabs .nav-link {
    color: #999999;
    padding-left: 0;
    padding-right: 0;
    margin: 0 1rem;
}

.nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent ;
}

.tab-content {
    max-height: 350px;
    overflow-y: auto;
}

.pro-title {
    font-size: 17px;
}

.pro-detail-mobile {
    display: none;
}

.tab-content table tr td {
    padding-bottom: 25px;
}

.tab-content table p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .pro-detail-mobile {
        display: block;
    }

    .pro-content-scroll {
        max-height: 200px;
        overflow-y: auto;
    }

    .pro-detail-desktop {
        display: none;
    }
}

/* width */
::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #999999; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #666666; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }