.menu-bds {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.item-menubds {
    float: left;
}

.item-menubds a {
    display: flex;
    color: white;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.item-menubds a>i {
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 8px;
}

.list-image {
    display: flex;
    width: 100%;
}

.list-image div {
    width: 150px;
    margin: 10px 10px 0px 0px;
}

.list-image div img {
    width: 100%;
}

.thongtinduan {
    background-color: #F4F4F4;
    padding: 30px 20px 5px 20px;
    ;
}

.thongtinduan .tenduan-bds {
    font-size: 22px;
    text-transform: uppercase;
    color: #2A3373;
    font-weight: 600;
}

.thongtinduan hr {
    width: 20%;
    float: left;
    margin-top: 0px;
    border-top: 3px solid #edab21;
    margin-bottom: 0px;
}

.thongtinduan div>ul {
    margin-top: 15px;
    /* margin-left: -20px; */
}

.selected img {
    border: 3px solid #edab21 !important;
}

.thongtinduan div {
    margin-top: 30px;
}

.muclucduan {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.muclucduan h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0px;
}

.muclucduan .titlemucluc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.muclucduan .listtitle li>a {
    color: #000;
}

.muclucduan .listtitle li>a:hover {
    color: #edab21;
}

.description-danhmuc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.description-danhmuc p>a {
    color: #2a3373;
}

.left-bg-bds {
    background-color: #EDAB21;
padding:13px;
font-size: 22px;
margin-right: 10px;
color: #ffff;
}
.normalcss {
    /* width: auto; */
    display: inline-flex;
align-items: center;
/* max-width: 100%; */
}
.right-bg-bds {
    font-size: 18px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.active-mucluc {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

.tag-icons {
    display: flex;
    align-items: center;
    width: 10%;
}

.tag-icons i {
    color: #2A3373;
}

@media only screen and (max-width: 768px) {
    .menu-bds-desktop {
        display: none;
    }
    .right-bg-bds {
        font-size: 17px;
    }
    .left-bg-bds {
        background-color: #EDAB21;
        padding: 18px 13px;
        font-size: 22px;
        margin-right: 10px;
        color: #ffff;
        margin-left: 0px;
    }
    .tag-icons {
        width: 15%;
    }
    .responsive-slide {
        display: flex;
    }
    .modalcustom-content {
        width: 98% !important;
        border: 2px solid #EDAB21 !important;
    }
    .modal-custom {
        padding-top: 25px;
    }
    .paddingbds {
        padding: 0;
    }
    .absolutepicture {
        display: none;
    }
    .csstext {
        display: none !important;
    }
    .h3textds {
        font-size: 16px;
    }
    .relativecss {
        position: relative;
        top: -23px;
    }
}
.h3textds {
    font-size: 18px;
}
.gallery {
    /* margin: 2rem auto 5rem; */
    width: 100%;
    /*#*/
    grid-template-rows: 80px 360px;
    gap: 8px;
    justify-content: center;
    align-content: end;
}

.mySlides {
    border: none;
}

.listslide {
    display: flex;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .gallery {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .gallery {
        max-width: 720px;
    }
    article {
        margin-left: 3rem!important;
    }
}

@media (min-width: 992px) {
    .gallery {
        max-width: 960px;
    }
}

.gallery div.mySlides {
    position: relative;
    grid-column: span 4;
    /*#*/
}

.img-thumb {
    padding: 0.25rem;
    max-width: 100%;
    height: auto;
    background-color: LightSalmon;
    border-radius: 0.25rem;
}

.gallery .listslide>img {
    width: 25%;
    height: auto;
    vertical-align: middle;
    -webkit-animation: animatezoom 600ms;
    animation: animatezoom 600ms;
}

@keyframes animatezoom {
    from {
        transform: scale(0.2)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0.2)
    }
    to {
        -webkit-transform: scale(1)
    }
}

.transluz {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-backface-visibility: hidden;
}

.solid {
    opacity: 1;
    filter: alpha(opacity=100);
}

.copy {
    position: fixed;
    bottom: 0;
    width: calc(100% - 16px);
    text-align: center;
}

.listTagdc {
    display: flex;
    width: 90%;
}

.listTagdc .itemtag {
    padding: 0px 8px 0px 8px;
    background-color: #EEEEEE;
    margin: 0px 0px 0px 10px;
}

.shareinfor {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #dddddd;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
}

.shareinfor div>.rightsection {
    display: flex;
    flex-wrap: wrap;
}

.taitailieu {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 35px 20px 35px 20px;
}

.heading-title {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 600;
}

.news-relative {
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
}

.news-relative div>a {
    color: inherit
}

.news-relative div>a:hover {
    text-decoration: none;
}

.fixaac {
    position: fixed;
    width: 360px;
    top: 55px;
}

.b2btra {
    display: flex;
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.b2btra i {
    color: #edab21;
    font-size: 25px;
}

.b2btra span {
    color: white
}

div.b2btra:nth-last-child() {
    border-bottom: none;
}

.project-relative {
    margin: 20px 0px;
}

.project-relative h3 {
    font-size: 24px;
    color: #2A3373;
    font-weight: 600;
}

#slide-go .item {
    border: 1px solid #ddd;
}

.modal-custom {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 33331;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modalcustom-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 65%;
}
.paddingbds {
    padding-left: 25px;
    padding-right: 30px
}

.absolutepicture {
    position: absolute;
    width: 44%;
    right: -70px;
    top: 80px;
}

.remove-class {
    position: absolute;
    left: 66%;
    bottom: 10px;
}

.carousel {
    position: relative;
}

.carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    left: 0;
    right: 0;
}

#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}

#carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, .3);
}

#carousel-thumbs .selected img {
    border-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}



.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.carousel-item img {
    object-fit: cover;
}

.w-100 {
    width: 100%!important;
}

.d-block {
    display: block!important;
}

.ml-0,
.mx-0 {
    margin-left: 0!important;
}

.mr-0,
.mx-0 {
    margin-right: 0!important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem!important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem!important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem!important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem!important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ( (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ( (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ( (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ( (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.row {
    cursor: auto;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    opacity: .5;
  }
 .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next {
    right: 0;
  }