body {
    &::-webkit-scrollbar {
        width: 12px;
    }

    &::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    &::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, #6ba1ff, var(--pbmit-global-secondary-color));
        border-radius: 6px;
        border: 2px solid #f0f0f0;
    }

    &::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #6ba1ff, var(--pbmit-global-secondary-color));
    }
}

@media (min-width: 1200px) {
    .header-style-2 .site-navigation {
        border-radius: 30px;
        background-color: #dae5f1;
    }
}

.header-style-2 .pbmit-header-search-btn a {
    background-color: #dae5f1;
}

.site-header .site-branding img {
    width: 250px;
    max-height: 100%;
}

#header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.2s ease-in-out;
}

.headroom--pinned {
    animation: slideDown 0.5s ease forwards;
}

.headroom--unpinned {
    animation: slideUp 0.5s ease forwards;
}

.pbmit-title-bar-wrapper {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.pbmit-breadcrumb {
    color: rgb(189, 240, 255);
}

.pbmit-title-bar-wrapper::after {
    content: none;
}

.pbmit-tbar-title {
    display: inline-block;
    letter-spacing: 1px;
    opacity: 0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    animation: tbar-in 2s cubic-bezier(0.5, 0.5, 0, 1) 0.2s forwards;
    line-height: 1.2;
}

.pbmit-breadcrumb-inner {
    display: inline-block;
    opacity: 0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    animation: tbar-in 2s cubic-bezier(0.5, 0.5, 0, 1) 1s forwards;
}

.site-navigation ul.navigation > li > a.active {
    color: var(--pbmit-global-secondary-color);
}

.site-navigation ul.navigation > li > a,
.main-menu .navigation > li > ul a {
    font-size: 1rem;
    font-weight: 500;
}

.pbmit-backtotop > div.pbmit-arrow i,
.pbmit-backtotop:hover > div.pbmit-hover-arrow i {
    font-size: 1.2rem;
}

.site-header .pbmit-btn {
    padding: 18px 60px 18px 30px;
}

.site-header .pbmit-btn .pbmit-button-text:before {
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 8px;
}

.site-header .pbmit-btn:hover {
    background-color: var(--pbmit-global-secondary-color);
}

.site-header .pbmit-btn:hover .pbmit-button-text:before {
    color: var(--pbmit-global-secondary-color);
    transform: rotate(-90deg);
}

.mobile-contact-link,
.mobile-langauge {
    display: none;
}

.langauge .nice-select {
    margin-right: 15px;
}

.pbmit-title-bar-wrapper .pbmit-tbar-title {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.lang-vi .pbmit-tbar-title{
    line-height: 1.5;
}

@keyframes tbar-in {
    to {
        opacity: 1;
        transform: scale(1) translate(0, 0);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@media (width>=1201px) {
    .pbmit-title-bar-wrapper {
        border-radius: 20px;
        max-width: 98%;
        overflow: hidden;
        margin: auto;
    }
}

@media (width <=1700px) {
    .site-header .site-branding img {
        width: 200px;
    }
}

@media (width <=1450px) {
    .site-header .pbmit-btn {
        padding: 14px 15px 14px 15px;
        font-size: 0.85rem;
    }

    header .pbmit-btn .pbmit-button-text:before {
        content: none;
    }

    .langauge .nice-select {
        min-width: 120px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        height: 53px;
    }

    .langauge .nice-select .current {
        font-size: 0.85rem;
    }
}

@media (width <=1335px) {
    .header-style-2 .main-menu .navigation > li {
        margin: 0 18px;
    }

    .header-style-2 {
        padding: 0 10px;
    }
}

@media (width <=1200px) {
    .pbmit-header-content {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .site-branding {
        flex-grow: 1;
    }

    .langauge {
        margin-right: 65px;
    }

    .mobile-contact-link {
        display: block;
    }

    .header-style-2 .main-menu .navigation > li:first-child {
        margin-left: 8px;
    }

    .site-header .site-navigation ul.navigation > li > a.righticon{
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.80);
        padding: 0;
    }
}

@media (width <=991px) {
    .pbmit-title-bar-wrapper {
        background-attachment: initial;
    }

	.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
        min-height: 50px;
    }
}

@media (width <=567px) {
	.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
        min-height: 350px;
    }
    
    .mobile-langauge {
        display: block;
    }

    .langauge {
        display: none;
    }

    .mobile-langauge .form-select {
        background-color: transparent;
        margin-top: 30px;
        width: 80%;
        margin-inline: 25px;
        font-size: 1rem;
        padding: 10px 10px 10px 25px;
    }

    .navbar-toggler {
        font-size: 1.75rem;
    }

    .site-header .site-branding img {
        width: 180px;
    }
}

.header-style-2 .site-navigation ul.navigation > li > a:hover {
    color: var(--pbmit-global-secondary-color);
}

.header-style-2 .site-navigation ul.navigation > li > a{
    font-weight: 700;
}

input:hover{
    -webkit-appearance:auto;
}

.content ul.todo-list,
.content-text ul.todo-list,
.description ul.todo-list,
.pbmit-entry-content ul.todo-list {
    margin: 0;
    padding: 0;
}

.content ul,
.pbmit-entry-content ul,
.description ul,
.content-text ul {
    padding-left: 2rem;
}