﻿
/*
    Add font
*/
@font-face {
    font-family: 'Roboto';
    src: url('~/fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 1.4rem;
    font-size: 1rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

/*.title-content {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    max-height: calc(1.5em * 3); /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    font-size: 16px;
}

/*Footer*/
.bg-footer {
    background-color: #02346cfa;
}

.container-footer {
    color: rgb(255 255 255 / 58%);
}

.mail-phone-style {
    color: rgb(255 255 255 / 58%) !important;
}
/*Top Page Style*/
.container-navbar {
    background-color: #fff;
}

.hover-primary:hover {
    transition: all 0.3s ease;
    background-color: #1b483a;
}


.fixed-element {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-top-bar {
    background-color: #fff;
    padding-top: 0px;
}



.icon-bar {
    background-color: #15624b; /* Dark-grey background */
    height: 100%;
    align-items: center;
    font-size: 24px;
    display: flex;
}

    .icon-bar a {
        display: block; /* Make the links appear below each other instead of side-by-side */
        text-align: center; /* Center-align text */
        padding-left: 10px;
        padding-right: 10px; /* Add some padding */
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: white; /* White text color */
        font-size: 18px; /* Increased font-size */
        height: 100%;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
    }

        .icon-bar a:hover {
            background-color: #1b483a; /* Add a hover color */
        }

/* icon plus tree view padding */
.fa.fa-plus:before, .fa.fa-minus:before {
    padding: 10px;
}


.btn-flag {
    text-decoration: underline;
    color: white;
    outline: none;
    border: none;
    border-radius: 0px;
}

    .btn-flag:hover {
        transform: scale(1.2);
    }


/*Begin Menu Navbar*/

.main-menu .navbar-nav {
    text-align: center;
}

.navbar-nav a {
    font-size: 1em;
    font-weight: 550;
    color: black;
}

    .navbar-nav a:hover {
        color: #006CB5 !important;
    }

.nav-hover:hover {
    border-bottom: 2px solid #006CB5;
    color: #006CB5 !important;
}



.navbar-nav .dropdown-menu > li a {
    font-size: 1em;
    font-weight: 400;
    transition: .3s;
}

    .navbar-nav .dropdown-menu > li a:hover .nav-hover {
        color: #2b725c !important;
    }

    .navbar-nav .dropdown-menu > li a:hover {
        color: #2b725c;
    }

    .navbar-nav .dropdown-menu > li a:active {
        background-color: #09559a;
        color: #fff;
    }

.navbar-nav .dropdown-menu .dropdown-divider {
    border-color: #2b725c4d;
}

    .navbar-nav .dropdown-menu .dropdown-divider:last-child {
        display: none;
    }

.nav-item a {
    font-size: 16px !important;
    text-transform: uppercase;
}


.btn-dropdown {
    padding-left: 4px;
    padding-right: 0px;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .dropdown:focus,
.navbar-light .navbar-nav .dropdown:hover {
    cursor: pointer;
}

.dropdown-menu-navbar {
    border-radius: 0;
    left: 0;
}

.nav-item-navbar > ul > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.nav-item {
    transition: .4s;
}

.container-navbar .navbar .navbar-brand {
    display: none;
}


@media(max-width: 576px) {
    .container-navbar .navbar .navbar-brand {
        display: block;
    }

    .header-top-bar .navbar-brand {
        display: none;
    }
}

@media (max-width: 1199px) {
    .nav-item-navbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-nav .nav-item.nav-item-navbar > div,
    .navbar-nav .nav-item > a {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav li {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* effect of dropdown */
@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* Chỉ áp dụng hover dropdown cho menu header khi màn hình lớn hơn 992px  */
@media only screen and (min-width: 576px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
    }

    .navbar .dropdown > .dropdown-menu {
        top: 100%;
    }
}

.separator {
    margin: 0 5px; /* Khoảng cách giữa các dấu phân cách */
    transform: translateY(3px);
}

.search-input {
    width: 250px;
}

.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 30%;
}

/*End Menu navbar*/

/*Menu Sidebar*/
.btn-toggle {
    padding: .0rem 1.5rem;
    color: #333;
    background-color: transparent;
    position: relative;
    font-size: 17px;
    font-weight: normal;
}

    .btn-toggle:hover {
        color: #086aa5;
    }

.list-item-sidebar:hover {
    border-radius: 5px;
    background-color: #dedede;
}


.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: whitesmoke;
    }

.scrollarea {
    overflow-y: auto;
}

/*LegoWeb/Webpart/Contentlist */

.content__title--smail {
    font-size: 0.9rem;
    line-height: 0.75rem;
}

/*======================================LegoWeb/Webpart/ContentBrowser (duclv)============================= */

.lgw-content .content-body img {
    max-width: 100% !important;
    height: auto !important;
}

.lgw-content .content-body a {
    word-break: break-all;
}

    .lgw-content .content-body a span {
        word-break: break-all;
    }

.lgw-content .content-body iframe {
    max-width: 100% !important;
    height: max-content !important;
    aspect-ratio: 16/9 !important;
}




/*========================================================================================================== */
/*ContentListTopHit*/
.content-tophit {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.scrolling-content {
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateY(0);
    }
    /* Bắt đầu từ vị trí ban đầu */
    to {
        transform: translateY(-100%);
    }
    /* Cuộn lên trên 100% chiều cao */
}

/*ContentHorizontalScroller*/
.carousel__carousel-inner {
    height: 450px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
    align-items: center;
    display: flex;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(29%) sepia(97%) saturate(4380%) hue-rotate(196deg) brightness(93%) contrast(101%);
}

.btn-carousel-prev {
    opacity: 1 !important;
    border-radius: 50%;
    border: 2px solid #0e5bca;
    width: 45px;
    height: 45px;
    line-height: 35px;
    box-shadow: 0 0 15px #0081f3cc;
    position: absolute;
    top: 50%;
    left:10px !important;
}

.btn-carousel-next {
    opacity: 1 !important;
    border-radius: 50%;
    border: 2px solid #0e5bca;
    width: 45px;
    height: 45px;
    line-height: 35px;
    box-shadow: 0 0 15px #0081f3cc;
    position: absolute;
    top: 50%;
    right: 10px !important;
}

.owl-dots {
    position: absolute;
    top: 100%;
}

.owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #0e66e7 !important;
}

.prev-icon-custom {
    left: -40px;
}

.next-icon-custom {
    right: -40px;
}

.title-content-horizontalscroll {
    color: black;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .col-carousel {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 250px;
        height: 280px;
    }
}

@media (min-width: 576px) {
    .carousel-scroller {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 200px;
        height: 350px;
    }
}

.title-scroller {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*LegoWeb/Webpart/ContentTab01Style*/
@media (min-width:768px) {
    .a-custom {
        display: block;
    }

    .figure-custom {
        width: 100%;
        height: 250px;
    }
}
.figure-customs{
    object-fit: contain;
}

@media (max-width:767px) {
    .a-custom {
        height: auto;
        display: block;
    }

    .figure-custom {
        width: 100%;
        height: auto;
    }
}
/*LegoWeb/Webpart/ContentViewer*/
.content-media-image {
    max-width: 100%;
    height: auto;
}
/*Forums*/
.thread-creator {
    font-size: 14px;
}

/*Forum/ThreadPost*/


.content-topic img {
    max-width: 100% !important;
    height: auto !important;
}

.cke_editable img {
    max-width: 100% !important;
    height: auto !important;
}

body.cke_editable img {
    max-width: 100% !important;
    height: auto !important;
}

.custom-img {
    overflow: hidden;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .custom-img {
        width: 20%;
        height: auto;
        margin-right: 15px;
    }

    .message-user {
        flex-flow: row;
    }

    .message-userArrow {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -16px;
        left: 24px;
        /* border: none; */
        border: 10px solid transparent;
        border-top-width: 0;
        border-bottom-color: #c3c6c9;
    }

        .message-userArrow:after {
            position: absolute;
            content: " ";
            top: auto;
            right: auto;
            left: -9px;
            bottom: -11px;
            border: 9px solid transparent;
            border-top-width: 0;
            border-bottom-color: #F5F5F5;
        }

    .message-cell-user {
        border: 1px solid;
        border-color: #c3c6c9;
    }

    .message-cell-main {
        border: 1px solid;
        border-color: #c3c6c9;
        border-top: 0;
    }

    .btn-upFile {
        display: flex;
        flex-flow: column;
    }
}

@media(min-width: 768px) {
    .custom-img {
        width: 75%;
        height: auto;
    }

    .message-user {
        flex-flow: column;
    }

    .message-userArrow {
        position: absolute;
        top: 20px;
        right: -16px;
        border: 10px solid transparent;
        border-left-width: 0;
        border-right-color: #c3c6c9;
    }

        .message-userArrow:after {
            position: absolute;
            content: " ";
            top: -9px;
            right: -11px;
            border: 9px solid transparent;
            border-left-width: 0;
            border-right-color: #fff;
        }

    .message-cell-user {
        border: 1px solid;
        border-color: #c3c6c9;
    }

    .message-cell-main {
        border: 1px solid;
        border-color: #c3c6c9;
        border-left: 0;
    }
}
/*================================================== Patron (hiepch) ==========================================================*/
/*Patron/WebPart/Profile*/
.patron-image {
    max-width: 100%;
    height: auto;
}

/*================================================== Ejournal (hiepch) ==========================================================*/


/*/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.dropdownlist {
    background-color: white;
    color: black;
    border: 1px solid black;
    width: 100%;
}

.card.mb-4.rounded-3.shadow-sm {
    border: 0;
}

.card-header {
    background-color: #0c6da5;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-header-custom {
    background-color: transparent !important;
    color: black !important;
    text-align: start !important;
    border-left: 4px solid #2b725c;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header-homepage h2 {
    display: inline-block;
    margin: 0 !important;
    padding: 0 20px;
    border: none !important;
    position: relative;
    color: #0957b4;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}

    .card-header-homepage h2:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #2585be;
        left: -50px;
        bottom: 16px;
        z-index: 9;
    }

    .card-header-homepage h2:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #2585be;
        right: -50px;
        bottom: 16px;
        z-index: 9;
    }

.card-header-homepage1 h2 {
    display: inline-block;
    margin: 0 !important;
    padding: 0 20px;
    border: none !important;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}

    .card-header-homepage1 h2:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #c4c4c4;
        left: -50px;
        bottom: 17px;
        z-index: 9;
    }

    .card-header-homepage1 h2:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #c4c4c4;
        right: -50px;
        bottom: 17px;
        z-index: 9;
    }
.card-header-homepage1 h5 {
    color: white;
    margin-top: 8px;
}

    .card-header-homepage2 h2 {
        display: inline-block;
        margin: 0 !important;
        padding: 5px 20px;
        border: none !important;
        position: relative;
        color: #0957b4;
        text-align: center;
        text-transform: uppercase;
        font-size: 28px;
        letter-spacing: 1px;
        justify-content: center;
        display: flex;
    }

    .card-header-homepage2 h2:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #2585be;
        bottom: 0;
        z-index: 9;
    }

/*.card-header-homepage {
    color: #15624b;
}

    .card-header-homepage h2 {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

        .card-header-homepage h2:before {
            width: 28px;
            height: 5px;
            display: block;
            content: "";
            position: absolute;
            bottom: 3px;
            left: 50%;
            margin-left: -14px;
            background-color: #239e0d;
        }

        .card-header-homepage h2:after {
            width: 100px;
            height: 1px;
            display: block;
            content: "";
            position: relative;
            margin-top: 10px;
            left: 50%;
            margin-left: -50px;
            background-color: #239e0d;
        }*/

.card-header-underline {
    color: #15624b;
    padding-top: 0px !important;
}


    .card-header-underline h2 {
        background-color: white;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
        padding-top: 10px;
        border-bottom: 3px solid;
        font-size: 25px !important;
    }

h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*================================================== Dropdown (collection-tree) ==========================================================*/
.dmd-collection-tree > div > table,
.dmd-collection-tree > div > div > table {
    width: 100%;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: block;*/
    cursor: pointer;
    border-width: initial !important;
}

.dmd-collection-tree > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > div > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > table a,
.dmd-collection-tree > div > div > table a {
    color: #333;
    transition: .4s;
    align-items: center;
    white-space: nowrap;
    display: flex;
}

.dmd-collection-tree table tbody tr > td:first-child {
    width: 20px;
}

.dmd-collection-tree table tbody tr > td:nth-child(2) a {
    display: block;
}

.dmd-collection-tree table tbody tr > td:last-child {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .dmd-collection-tree table tbody tr > td:last-child a {
        color: #333333;
        white-space: pre-wrap;
    }

        .dmd-collection-tree table tbody tr > td:last-child a:hover {
            color: #2b725c
        }

.dmd-collection-tree > div > div {
    background-color: transparent;
}


.dmd-collection-tree > div > table:hover {
    border-radius: 5px;
    background-color: #dedede;
}

.dmd-collection-tree > div > div > table:hover {
    background-color: #e7e7e7;
}

.dmd-collection-tree > div > div > div > table:hover {
    background-color: #e7e7e7;
}

.dmd-collection-tree > div > table > tbody > tr > td {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dmd-collection-tree > div > div > div > table > tbody > tr > td {
    white-space: pre-wrap !important;
}

.jet-target > table {
    width: 100%;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: block;*/
    cursor: pointer;
    border-width: initial !important;
    border-bottom: 1px solid #e0d5d5 !important;
}

.jet-target table tbody tr > td:first-child {
    display: none;
}

.jet-target table tbody tr > td:last-child {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .jet-target table tbody tr > td:last-child a {
        color: #333333;
        padding-left: 10px;
        width: 100%;
        display: inline-block;
    }

        .jet-target table tbody tr > td:last-child a:hover {
            color: #2b725c
        }

@media (min-width: 576px) {
    .card-thumb {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 200px !important;
        height: 350px !important;
        overflow: hidden;
    }
}

.btnView {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #2b725c;
    text-decoration: none;
    border-radius: 5px;
    border: none
}

.contentviewer-container > table > tbody > tr > td > table {
    width: auto !important;
}

.contentviewer-container > table {
    width: auto !important;
}

/*.background-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #68b66b;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.11' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;*/ /* Đảm bảo hình ảnh bao phủ toàn bộ div */
/*background-position: center;*/ /* Đặt vị trí của hình ảnh ở giữa */
/*background-repeat: no-repeat;*/ /* Không lặp lại hình ảnh */
/*}*/

.image-zoom {
    overflow: hidden;
}

    .image-zoom img {
        transition: transform 0.3s ease;
    }

        .image-zoom img:hover {
            transform: scale(1.2); /* Điều chỉnh hệ số zoom tùy theo nhu cầu */
        }

.shadow-hover1:hover {
    transition: box-shadow 0.3s ease; /* Tạo hiệu ứng chuyển đổi mượt mà */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Thiết lập đổ bóng */
}

.shadow-hover2:hover {
    transition: box-shadow 0.3s ease;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid #0b498e;
}

@media(max-width: 991px) {
    .image-top-list {
        height: 170px;
        width: 100%;
    }
}

@media(min-width: 992px) {
    .image-top-list {
        height: 250px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .image-top-list {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .nav-link-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-link-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-tab01style {
       /* font-size: 14px;*/
    }
}

@media(min-width: 1200px) {
    .header-tab01style {
        font-size: 18px;
    }
}



.search-button {
    background: #087e5b;
    color: white;
}

    .search-button:hover {
        border: 0;
        background: #19795d;
        color: white;
    }

.nav-link-left {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    background: #f0f0f0 !important;
    color: #000000bf !important;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
}

    .nav-link-left.active {
        background: #0B3970 !important;
        color: white !important;
    }

.nav-link-right {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    background: #f0f0f0 !important;
    color: #000000bf !important;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
}

    .nav-link-right.active {
        background: #0B3970 !important;
        color: white !important;
    }

.background-div1 {
    position: relative; /* Đặt vị trí tương đối để chứa overlay */
    background-image: url(../Content/Images/bg-banner.png);
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

    /*.background-div1::before {
        content: '';*/ /* Tạo một layer phụ trước nền */
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image:  url(../Content/Images/bg-banner.png);
        background-size: cover;
        background-position: center;
        opacity: 1;*/
        /* filter: blur(10px);*/ /* Làm mờ hình ảnh */
    /*}*/

.background-div {
    position: relative; /* Đặt vị trí tương đối để chứa overlay */
    padding-top: 48px;
    padding-bottom: 48px;
}

    .background-div::before {
        content: ''; /* Tạo một layer phụ trước nền */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../Content/Images/library-image.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.07;
        /* filter: blur(10px);*/ /* Làm mờ hình ảnh */
        z-index: -1; /* Đẩy layer xuống phía sau */
    }



.div-imagebottomlist {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

.span-imagebottomlist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.3rem;
    justify-content: center;
    display: flex;
    display: flex;
    align-items: center;
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .content-tabs01 {
        height: 735px;
    }
}

@media(min-width: 1400px) {
    .content-tabs01 {
        height: 785px;
    }
}

@media(min-width: 1000px) and (max-width: 1199px) {
    .content-tabs01 {
        height: 680px;
    }
}


.button {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
    height: 50%;
    width: 50%;
    border: 0px;
}

.button1 {
    background-color: #31a4ed;
    color: white;
}

    .button1:hover {
        background-color: #0077c3;
        color: white;
    }

.button2 {
    background-color: #d49928;
    color: white;
}

    .button2:hover {
        background-color: #bb8622;
        color: white;
    }

.button3 {
    background-color: #4a5aee;
    color: white;
}

    .button3:hover {
        background-color: #3a49cc;
        color: white;
    }

.div-button {
    height: 50%;
    border: 1px solid;
    width: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #049504;
    color: white;
}

@media(min-width: 768px) and (max-width: 1023px) {
    .img-collection {
        width: 50% !important;
    }

    .title-collection {
        font-size: 20px;
    }

    .title-contentlist {
        font-size: 16px;
    }

    .card-img-mettophit {
        height: 180px;
        width: 100%;
        max-width: 100%;
    }

    .card-mettophit {
        height: 300px;
    }
}

@media(min-width: 1024px) {
    .img-collection {
        width: 40% !important;
    }

    .title-collection {
        font-size: 25px;
    }

    .title-contentlist {
        font-size: 20px;
    }

    .card-img-mettophit {
        height: 235px;
        width: 100%;
        max-width: 100%;
    }

    .card-mettophit {
        height: 365px;
    }
}

.div-content {
    border: 1px solid #bdbcbc;
    margin: -16px;
    padding: 16px !important;
    background-color: white;
    border-radius: 10px;
}

.btn-disabled {
    background-color: #898787 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.div-content-right {
    background: white;
}

.table-header-bg {
    background-color: #216cbb !important;
    padding: 10px !important;
}

.library-list > tbody > tr > td > label {
    margin-right: 30px;
}


@media(min-width: 768px) {
    .dmd-metstophit {
        width: 18%;
    }

    .input-OSB {
        padding-left: 50px;
        padding-right: 50px;
    }

    .search-button {
        padding-left: 24px;
        padding-right: 24px;
    }

    .search-box {
        font-size: 1.25rem;
    }

    .search-button {
        font-size: 1.25rem;
    }
}

@media(min-width: 501px) and (max-width: 767px) {
    .dmd-metstophit {
        width: 31%;
        height: 290px;
        margin-bottom: 10px;
    }

    .card-img-mettophit {
        max-width: 100%;
    }

    .card-mettophit {
        max-height: 100%;
        height: 290px;
    }

    .card-img-mettophit {
        height: 180px;
    }

    .search-box {
        font-size: 1rem;
    }

    .search-button {
        font-size: 1rem;
    }

    .card-header-homepage h2 {
        font-size: 22px;
    }

    .img-collection {
        width: 30% !important;
    }
}

@media(max-width: 500px) {
    .search-box {
        width: 85% !important;
        border-radius: 5px 0px 0px 5px !important;
        margin-bottom: 10px;
    }

    .btn-voice {
        width: 15% !important;
        border-radius: 0px 5px 5px 0px !important;
        margin-bottom: 10px;
        border: 1px solid #d2cece;
        border-left: 0px;
    }

    .search-button {
        width: 35%;
        border-radius: 5px !important;
    }

    .input-OSB {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.btn-voice {
    border: 1px solid #d2cece;
    border-left: 0px;
}

@media(max-width:992px) {
    .search-field {
        width: 100%;
    }

    .search-type {
        width: 100%;
    }

    .search-value {
        width: 100%;
    }
}

@media(min-width:993px) and (max-width:1400px) {
    .search-field {
        width: 40%;
    }

    .search-type {
        width: 60%;
    }

    .search-value {
        width: 100%;
    }
}

@media(min-width:1400px) {
    .search-field {
        width: 20%;
    }

    .search-type {
        width: 30%;
    }

    .search-value {
        width: 50%;
    }
}

@keyframes showTopText {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    40%, 60% {
        transform: translate3d(0, 50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showBottomText {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1; /* Hiển thị khi animation chạy */
    }
}

.animated-title {
    color: #f8f9fa;
}

    .animated-title > div {
        overflow: hidden;
        width: 100%;
    }
@media (min-width: 1400px){
    .animated-title .text-top {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 60px;
    }
    .text-top1 {
        font-size: 2.5rem;
    }
    .animated-title .text-bottom {
        font-size: 1.5rem;
    }
    .background-div1 {
        height: 800px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .animated-title .text-top {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 60px;
    }
    .text-top1 {
        font-size: 2.2rem;
    }
    .animated-title .text-bottom {
        font-size: 1.3rem;
    }
    .background-div1 {
        height: 600px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .animated-title .text-top {
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 50px;
    }
    .text-top1 {
        font-size: 1.9rem;
    }
    .animated-title .text-bottom {
        font-size: 1.1rem;
    }
    .background-div1 {
        height: 500px;
    }
}

@media (min-width: 900px) and (max-width: 1000px) {
    .animated-title .text-top {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 40px;
    }

    .text-top1 {
        font-size: 1.4rem;
    }

    .animated-title .text-bottom {
        font-size: 1rem;
    }

    .background-div1 {
        height: 450px;
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    .animated-title .text-top {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 55px;
    }
    .text-top1 {
        font-size: 2.2rem;
    }
    .animated-title .text-bottom {
        font-size: 1.5rem;
    }
    .background-div1 {
        height: 400px;
    }
    .banner-img img{
        display: none;
    }
    .animated-title{
        width: 100% !important;
    }

}

@media (min-width: 550px) and (max-width: 700px) {
    .animated-title .text-top {
        font-size: 2rem;
        font-weight: bold;
        line-height: 50px;
    }

    .text-top1 {
        font-size: 2rem;
    }

    .animated-title .text-bottom {
        font-size: 1.2rem;
    }

    .background-div1 {
        height: 400px;
    }

    .banner-img img {
        display: none;
    }

    .animated-title {
        width: 100% !important;
    }
}

@media (min-width: 300px) and (max-width: 550px) {
    .animated-title .text-top {
        font-size: 1.45rem;
        font-weight: bold;
        line-height: 40px;
    }

    .text-top1 {
        font-size: 1.45rem;
    }

    .animated-title .text-bottom {
        font-size: 1rem;
    }

    .background-div1 {
        height: 400px;
    }

    .banner-img img {
        display: none;
    }

    .animated-title {
        width: 100% !important;
    }
}

    

    .animated-title > div.text-top {
        border-bottom: 2px solid;
        padding-bottom: 5px;
    }

    .animated-title .text-top div {
        animation: showTopText 1s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
        transform: translate3d(0, 100%, 0);
    }

        .animated-title .text-top div span {
            display: block;
        }

    .animated-title .text-bottom {
        display: block;
        
    }

    .animated-title .text-bottom {
        margin-top: 25px;
        padding-bottom: 10px;
        line-height: 30px;
        position: relative;
        opacity: 0;
    }

    .animated-title .text-bottom {
        animation: showBottomText 0.5s;
        animation-delay: 1.75s;
        animation-fill-mode: forwards;
        transform: translate3d(0, -100%, 0);
    }

/* CSS */
.btn-demo {
    background-color: #fe9614;
    background-image: linear-gradient(#ca7100 0, #ffffff4d 100%);
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 5px;
    margin-top: 50px;
}


    .btn-demo:hover {
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
        transform: scale(1.05);
        color: #fff;
    }

@media (min-width: 768px) {
    .btn-demo {
        padding: 16px 48px;
    }
}

:root {
    /* Fonts */
    --font-title: "Montserrat", sans-serif;
    --font-text: "Lato", sans-serif;
}

.flow > * + * {
    margin-top: var(--flow-space, 1em);
}

.card__custom {
    display: grid;
    place-items: center;
    width: 80vw;
    max-width: 21.875rem;
    height: 28.125rem;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

    .card__custom > * {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

.card__background {
    object-fit: fill;
    max-width: 100%;
    height: 100%;
}

.card__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 100%;
    width:100%;
    padding: 7% 1.25rem 1.875rem;
    background: #004e96d6;
}

.card__content--container {
    --flow-space: 1.25rem;
    color: white;
}

.card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    font-size: 2rem;
    line-height: 1.1;
}

    .card__title::after {
        content: "";
        position: absolute;
        height: 0.3125rem;
        width: calc(100% + 1.25rem);
        bottom: calc((1.25rem - 0.5rem) * -1);
        left: -1.25rem;
        background-color: #f2c141;
    }

.card__description {
    font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.5;
    text-align:justify;
}

.card__button {
    padding: 0.75em 1.6em;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: #f2c141;
    font-family: var(--font-title);
    font-size: 1.125rem;
    color: white;
    margin: 0;
}

    .card__button:focus {
        outline: 2px solid black;
        outline-offset: -5px;
    }

@media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
        transform: translateY(80%);
        transition: transform 500ms ease-out;
        transition-delay: 500ms;
    }

    .card__title::after {
        opacity: 0;
        transform: scaleX(0);
        transition: opacity 1000ms ease-in, transform 500ms ease-out;
        transition-delay: 500ms;
        transform-origin: right;
    }

    .card__background {
        transition: transform 500ms ease-in;
    }

    .card__content--container > :not(.card__title),
    .card__button {
        opacity: 0;
        transition: transform 500ms ease-out, opacity 500ms ease-out;
    }

    .card__custom:hover,
    .card__custom:focus-within {
        transform: scale(1.05);
        transition: transform 500ms ease-in;
    }

        .card__custom:hover .card__content,
        .card__custom:focus-within .card__content {
            transform: translateY(0);
            transition: transform 500ms ease-in;
        }

        .card__custom:focus-within .card__content {
            transition-duration: 0ms;
        }

        .card__custom:hover .card__background,
        .card__custom:focus-within .card__background {
            transform: scale(1.3);
        }

        .card__custom:hover .card__content--container > :not(.card__title),
        .card__custom:hover .card__button,
        .card__custom:focus-within .card__content--container > :not(.card__title),
        .card__custom:focus-within .card__button {
            opacity: 1;
            transition: opacity 500ms ease-in;
            transition-delay: 1000ms;
        }

        .card__custom:hover .card__title::after,
        .card__custom:focus-within .card__title::after {
            opacity: 1;
            transform: scaleX(1);
            transform-origin: left;
            transition: opacity 500ms ease-in, transform 500ms ease-in;
            transition-delay: 500ms;
        }
}

.img-circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 3px solid #148dfd;
    padding: 3px;
    background: #fff;
}

.title-story-card {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
}

.icon-point {
    display: block;
    padding-top: 10px;
    font-weight: bold;
    color: #000000e3;
    font-size: 1.05rem;
}

blockquote {
    margin: 20px auto 15px;
    border-bottom: 1px solid #a6a6a6;
    border-radius: 0;
    border-top: 1px solid #a6a6a6;
    padding: 6px 20px;
    font-style: italic;
    position: relative;
    font-size: 1rem;
}

.summary-story {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    max-height: calc(1.5em * 3); /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    font-size: 1rem;
}

.title-achivement {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 30px;
    color: #ffffff;
}

.summary-achivement {
    line-height: 1.5;
    font-size: 1rem;
    color: #ffffff;
    text-align: justify;
}

.link-achivement {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid;
    border-right: 2px solid #333;
    border-bottom: 3px solid #333;
    border-left: 0.5px solid;
}

    .link-achivement:hover {
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        color: #ffffff;
        background: #1566b6;
        text-decoration: none;
        border-top: 2px solid #333;
        border-right: 1px solid #ffffff;
        border-bottom: 0.5px solid #ffffff;
        border-left: 3px solid #333;
    }

.btn-readmore {
    background: #1d80e2;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

    .btn-readmore:hover {
        background: #196dbf;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 20px;
    }

.title-news {
    display: block;
    padding-top: 10px;
    font-weight: bold;
    color: #000000e3;
    font-size: 1.05rem;
}

    .title-news:hover {
        color: #106fe0;
    }

.list {
    position: relative;
}

    .list ul {
        position: relative;
        padding-left: 0px !important;
    }

        .list ul li {
            position: relative;
            left: 0;
            color: #fce4ec;
            list-style: none;
            margin: 10px 0;
            border-left: 2px solid #1d57ce;
            transition: 0.5s;
            cursor: pointer;
        }

            .list ul li:hover {
                left: 6px;
            }

            .list ul li span {
                position: relative;
                padding: 8px;
                padding-left: 12px;
                display: inline-block;
                z-index: 1;
                transition: 0.5s;
                padding-bottom: 4px;
                padding-top: 4px;
                color: #0466b1;
                text-align: justify;
            }

            .list ul li:hover span {
                color: #ffffff;
            }

            .list ul li:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: #2666ca;
                transform: scaleX(0);
                transform-origin: left;
                transition: 0.5s;
            }

            .list ul li:hover:before {
                transform: scaleX(1);
            }

.iframe-custom {
    height: 250px;
    width: 100%;
    max-width: 100%;
}

.list {
    height: 280px;
    overflow-y: auto;
}

#scrollbar::-webkit-scrollbar {
    width: 5px;
}

#scrollbar::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    margin-top: 6px;
}

#scrollbar::-webkit-scrollbar-thumb {
    background-color: #9a4606;
}

@keyframes scroll-custom {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% / 5 * 5)); /* Cuộn đủ 5 ảnh */
    }
}

.slider-custom {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    margin: auto;
    overflow: hidden;
    position: relative;
}

    .slider-custom::before,
    .slider-custom::after {
        background: linear-gradient(to right, rgb(27 144 193) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100%;
        position: absolute;
        width: 10vw; /* Đảm bảo gradient luôn phủ lên 10% của slider */
        z-index: 2;
    }

    .slider-custom::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider-custom::before {
        left: 0;
        top: 0;
    }

.slide-track {
    animation: scroll-custom 30s linear infinite;
    display: flex;
    width: calc(100% * 1); /* Chiều rộng track là gấp đôi slider để cuộn mượt */
}

.slide-custom {
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    flex-shrink: 0;
}

/* Nhân đôi nội dung slide để cuộn liên tục mà không tràn */
.slide-track::after {
    content: '';
    display: block;
    width: calc(100%); /* Lặp lại đủ chiều rộng để cuộn liên tục */
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes pulse {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

#group-support-hotline {
    position: fixed;
    right: 20px;
    background: 0 0;
    display: flex;
    flex-direction: column;
    z-index: 11;
    gap: 16px;
    transform: translateY(50%);
    bottom: 30%;
}

    #group-support-hotline > a {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 36px rgba(0, 0, 0, .2);
        cursor: pointer;
    }

.effect-ring {
    display: flex;
    background: #f15822;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .effect-ring:before {
        position: absolute;
        content: " ";
        z-index: -1;
        background-color: #d3d3d3;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        opacity: .6;
        -webkit-animation: pulse 1.2s infinite ease-in-out;
        animation: pulse 1.2s infinite ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .effect-ring:after {
        content: " ";
        z-index: -1;
        width: 120px;
        height: 120px;
        position: absolute;
        background-color: transparent;
        border-radius: 100% !important;
        border: 2px solid #fbfbfa;
        opacity: .1;
        -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
        animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.icon-call {
    width: auto;
    height: 35px;
}

.icon-zalo {
    width: auto;
    height: 80px;
}

.iframe-custom > html > body > div {
    height: 95% !important;
}
/*div tab 01 style*/
.service-tab {
    display: table;
    width: 100%;
}

.tab-list-wrapper {
    vertical-align: top;
    width: 100px;
    position: relative;
    display: table-cell;
}
    .tab-list-wrapper:before {
        position: absolute;
        content: '';
        width: 2px;
        height: calc(100% + 30px);
        top: 0;
        right: -10px;
        background-color: #f1f1f1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .tab-list-wrapper ul {
        padding: 0;
        min-height: 280px;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        border: none;
        min-width: 150px;
        text-align: right;
        padding-right: 30px;
    }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.tab-list-wrapper ul li button.active {
    font-weight: 600;
    text-decoration: none;
    border: 0px;
}
.tab-list-wrapper ul li button {
    text-decoration: none;
    text-align: right;
    padding: 0px;
    border: 0px;
}

    .tab-list-wrapper ul li button:hover {
        border: 0px;
    }

    .tab-list-wrapper ul li button.active span {
        font-size: 1.25rem !important;
        color: #074497;
    }
    .tab-list-wrapper ul li button span {
        text-align: right;
        color: #545353;
        font-weight: bold;
    }
        .tab-list-wrapper ul li button.active:before {
    background-color: #db0f30;
    border-color: #fff;
    box-shadow: -5px 7px 30px rgba(0, 0, 0, 0.07);
}

.tab-list-wrapper ul li button:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #d9d9d9;
    border: 6px solid #f3f3f3;
    right: -20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
   
}

.tab-content {
    display: table-cell;
    width: auto;
    padding-left: 20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgb(3,96,163)' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    width: 2em !important;
    height: 2em !important;
    margin-bottom: 5px;
    margin-top: 5px;
}
.item_product_deal {
    position: relative;
    display: block;
    padding: 35px 15px 35px 15px;
    background: white;
    border-radius: 7px;
    height: 100%;
}
    .item_product_deal .product-thumbnail {
        position: relative;
        overflow: hidden;
        float: left;
        display: inline-block;
        width:100%;
    }
    .item_product_deal .image_thumb {
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .item_product_deal .product-info {
       
        float: left;
        margin: 0px;
        padding-left: 15px;
        position: relative;
        display: inline-block
    }
        .item_product_deal .product-info .product-name a {
            padding: 0;
            font-family: "Niramit", sans-serif;
            font-weight: bold;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: break-spaces;
            color: #024e98;
            text-decoration: none;
            text-transform: none;
            font-size: 1.25rem;
            margin: 0 0 5px;
            line-height: 24px;
        }

            .item_product_deal .product-info .product-name a:hover {
                color: #fe9614;
            }
        .item_product_deal .product-info .price-box {
            color: #686b6d;
            line-height: 24px;
            display: block;
            font-size: 17px;
            font-family: "Niramit", sans-serif;
            margin: 0px;
            padding: 10px 0 25px 0;
        }
            .item_product_deal .product-info .price-box .price {
                font-size: 19px;
                font-family: "Niramit", sans-serif;
                font-weight: bold;
                padding-right: 10px;
                color: #fe9614;
            }
.btn-views {
    height: 47px;
    border: none;
    border-radius: 7px;
    padding: 0 15px;
    min-width: 195px;
    border: 0;
    box-shadow: none;
    font-family: "Niramit", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #fe9614;
}

    .btn-views:hover {
        background: #024e98;
        color: white;
    }
.item_product_main {
    border-radius: 7px;
    border: none;
    min-height: 390px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
    .item_product_main .product-thumbnail{
        position: relative;
    }
        .item_product_main .product-thumbnail:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 5;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.102);
        }

    .item_product_main .image_thumb {
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        position: relative;
        height:300px;
    }
.scale_hover:hover {
    color: #024e98;
    text-decoration: none;
    cursor: pointer;
}
.item_product_main img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    min-height: 150px;
}
    .item_product_main img.loaded {
        min-height: unset;
        height: 100%;
        object-fit: contain;
    }
.lazyload.loaded {
    background: transparent;
}
.item_product_main .product-thumbnail .action {
    text-align: center;
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
    display:none;
}
.item_product_main:hover .product-thumbnail .action {
    display: block !important;
}
    .item_product_main:hover .product-thumbnail .btn-views {
    -webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: block !important;
}
@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
    }
}
.item_product_main .product-thumbnail .action .btn-views {
    height: 47px;
    line-height: 47px;
    background: #fe9614;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none;
}
.item_product_main .product-thumbnail .action .btn-views:hover {
    background: #024e98;
    color: #fff;
}
.item_product_main .product-info h3 a {
    font-family: "Niramit", sans-serif;
    padding: 0;
    margin: 0px 0 10px;
    font-size: 1.25rem;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    height: 50px;
    color: #024e98;
    text-decoration: none;
    white-space: break-spaces;
    align-items: center;
    display: flex;
}
    .item_product_main .product-info h3 a:hover {
        color: #fe9614;
    }

    .item_product_main .product-info .price {
        text-align: left;
        font-size: 16px;
        font-family: "Niramit", sans-serif;
        font-weight: bold;
        color: #fe9614;
    }
.item_product_main:hover .product-thumbnail:before {
    opacity: 0.702;
}
.item_product_main .product-info {
    padding: 10px 20px;
    text-align: left;
}
.item_product_deal .image_thumb img.loaded {
    width: auto;
    min-height: unset;
    height: 300px;
}
.item_product_deal .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    min-height: 150px;
}
.item_product_deal:hover .product-thumbnail a{
    background: white;
}

.header-tab01style {
    color: #0b3573;
    font-size: 18px;
}
@media (max-width: 992px){
    .div-product{
        height: auto !important;
    }
    .div-card-product{
        margin-bottom: 15px;
    }
    .card .card-body {
        justify-content: center;
        display: flex;
    }
}
@media(min-width:993px) and (max-width: 1200px){
    .item_product_deal .product-thumbnail {
        width: 100% !important;
    }
    .item_product_deal .product-info{
        width: 100% !important;
    }
}
@media (max-width: 768px){
    .item_product_deal .product-thumbnail{
        width:100% !important;
    }
    .item_product_deal .product-info {
        width: 100% !important;
    }
    .carousel__carousel-inner{
        height:auto;
        padding-left:0;
        padding-right:0;
    }
    .btn-carousel-prev{
        left: -40px !important;
    }
    .btn-carousel-next {
        right: -40px !important;
    }

}
@media(max-width: 450px){
    .card-header-homepage h2:before{
        display:none;
    }
    .card-header-homepage h2:after {
        display: none;
    }
    .card-header-homepage1 h2:before {
        display: none;
    }

    .card-header-homepage1 h2:after {
        display: none;
    }
}

@media(max-width: 576px){
    .img-circle{
        width: 150px;
        height: 150px;
    }
    .btn-carousel-prev {
        display: none;
    }
    .btn-carousel-next {
        display: none;
    }
}

.title-aboutus {
    font-size: 5rem;
    line-height: 80px;
    font-weight: bold;
    color: #189FE0;
}

.menu-nav {
    bottom: unset;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(112, 40, 6, 0.2);
    left: 0;
    /*position: fixed !important;*/
    right: 0;
    top: 0;
    z-index: 99;
}
.content{
   /* padding-top: 130px;*/
}
.summary-aboutus{
    text-align: justify;
}
.header-aboutus {
    font-weight: bold;
    margin-top: 120px;
    font-size: 2rem;
    color: #061d73;
    margin-bottom: 30px;
    line-height:40px;
}
.content-mission{
    text-align:justify;
}
.content-history {
    text-align: justify;
}
.title-mission {
    color: #061d73;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.content-mission::after {
    background: rgba(112, 112, 112, 0.3);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 438px;
    width: 100%;
}
.content-history::after {
    background: rgba(112, 112, 112, 0.3);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 425px;
    width: 100%;
}

.title-mission::before {
    background: #189FE0;
    bottom: -14px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: all ease 0.3s;
}
.title-content:hover .title-mission::before {
    opacity: 1;
    visibility: visible;
}
.page-aboutus::after {
    content: "";
    background: url(/Content/images/globe.png) no-repeat;
    background-size: contain;
    bottom: 0;
    top: 100px;
    height: 900px;
    position: absolute;
    right: 0;
    width: 800px;
    z-index: 0;
}

.main-name {
    font-size:1.5rem !important;
}
.product-name {
    margin-top: 10px;
    margin-bottom: 20px;
}
.card-product {
    box-shadow: 0px 4px 12px 0px #00000026 !important;
    border:0;
}
.navigate-custom {
    border-bottom: 1px solid;
    background-color: #a2cbee6e;
}
.navigate-custom nav{
    padding-top:10px;
}
    .navigate-custom nav ol li {
        padding-left: 10px;
    }
.product-name-detail {
    padding: 0;
    font-family: "Niramit", sans-serif;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    color: #024e98;
    text-decoration: none;
    text-transform: none;
    font-size: 1.5rem;
    margin: 0 0 5px;
    line-height: 30px;
}
.price-contact {
    text-align: left;
    font-size: 16px;
    font-family: "Niramit", sans-serif;
    font-weight: bold;
    color: #fe9614;
}
.buy-contact-btn {
    width: 70%;
    background: #ffb700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    border: 0;
}
.buy-now {
    text-transform: uppercase;
    font-weight: bold;
}

.buy-contact-btn:hover {
    background: #f25c05;
}

    .buy-contact-btn:hover .buy-now{
        color: white;
    }

    .buy-contact-btn:hover .buy-contact {
        color: white;
    }

.card-product-related {
    border: 1px solid #d0d4d6;
    border-radius: 0px;
    height: 350px;
}
.item_product_related{
    height:100%;
}
.product-thumbnail-related{
    height: 60%;
}
.lazyload-related {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-info-related{
    height: 25%;
}

.product-name-related {
    margin-left: 5px;
    line-height:20px;
}

.product-name-related a {
    font-size: 1.15rem;
    text-decoration: none;
    color: #024e98;
}
.product-name-related:hover a {
    color: #fe9614;
}
.price-related{
    margin-left: 5px;
}
.btn-views-related {
    height: 40px;
    border: none;
    border-radius: 0px;
    padding: 0 15px;
    margin: 0 5px;
    border: 0;
    box-shadow: none;
    font-family: "Niramit", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #fe9614;
}

    .btn-views-related:hover {
        background: #024e98;
        color: white;
    }
.card-product-related:hover {
    border: 1px solid #1e7dc1;
}

.action-related{
    height:15%;
}

.image-kipos{
    width:100%;
    height:800px;
}
.kipos-header1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #052f78;
}
.div-kipos-header1{
    line-height: 65px;
}
.btn-demo-kipos {
    background: #ef970d;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.btn-demo-kipos:hover{
    color:white;
}
.kipos-header2 {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #393939;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    color: #17A562;
}
.kipos-header3 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom:20px;
}
.benefit-list{
    text-align:justify;
    margin-bottom: 20px;
}
.benefit-list div {
    background: url(/Content/Images/check-circle.svg) no-repeat left top 4px;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 18px 18px;
}
.benefit-list div span{
    font-weight:500;
    font-size:1.2rem;
}
    .pmti-title {
    display: block;
    padding-top: 10px;
    margin-bottom:20px;
    font-weight: bold;
    color: #04ba59e3;
    font-size: 1.5rem;
}
.check-icon {
    fill: #04ba59e3;
}
.kipos-readmore {
    background: #04ba59e3;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

    .kipos-readmore:hover {
        background: #07a14fe3;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
    }

.tab-datasheet table {
    width: 100%;
    border-collapse: collapse;
}

    .tab-datasheet table th, .tab-datasheet table td {
        padding: 8px 12px;
        border: 1px solid #dee2e6;
    }

    .tab-datasheet table tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
.tab-datasheet table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.benefit-list {
    text-align: justify;
    margin-bottom: 20px;
}

    .kipos-benefit div {
        background: url(/Content/Images/check-circle.svg) no-repeat left top 4px;
        padding-left: 30px;
        margin-bottom: 10px;
        background-size: 18px 18px;
    }

        .kipos-benefit div span {
            font-weight: 500;
            font-size: 1.15rem;
        }
.kipos-content1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0b2a6a;
}
.div-bannercpm {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 1400px;
    background-image: url(/Content/Images/cpm_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.img-bannercpm {
    max-width: 100%;
}

.btn-demo-cpm {
    background: #FC7318;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

    .btn-demo-cpm:hover {
        color: white;
    }
.div-bannerkipos {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 600px;
    background-image: url(/Content/Images/kipos_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cpm-item {
    background: #fff;
    height: 100%;
    padding: 20px 15px;
    box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
}
.cpm-item-image{
    width: 50px;
}
.cpm-item-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cpm-item-content {
    padding-bottom: 20px;
    color: #747E8D;
    text-align: justify;
    text-align-last: center;
}
.cpm-header5 {
    font-size: 28px;
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
    font-weight:bold;
}
.cpm-benefit div {
    background: url(/Content/Images/check-circle.svg) no-repeat left top 4px;
    padding-left: 30px;
    margin-bottom: 15px;
    background-size: 18px 18px;
}

    .cpm-benefit div span {
        font-weight: 500;
        font-size: 1.15rem;
    }
.title-workprocess {
    justify-content: center;
    display: flex;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
}
.content-workprocess {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.div-banner-softwareservice {
    background: url(/Content/Images/SS-image.png) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 90px 0 60px;
    justify-content: center;
    display: flex;
}
.banner-title-ss {
    font-size: 34px;
    padding-bottom: 16px;
    padding-top: 24px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-align: left;
}
.banner-des-ss {
    color: #fff;
    width: 70%;
    text-align: justify;
    margin-bottom:50px;
}
.btn-advise {
    background: #d77c59;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 25px;
    border: 0;
    border-radius: 56px;
    font-weight:600;
}
    .btn-advise:hover {
        background: #e68c6a;
    }
.register-form-title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

.form-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
}

    .form-container h2 {
        text-align: center;
        margin-bottom: 25px;
        color: #333;
    }

.advice-form .form-group {
    margin-bottom: 18px;
}

.advice-form label {
    display: none;
}

.advice-form input,
.advice-form select {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #CBD6E2 !important;
    border-radius: 0;
    font-size: 14px;
    transition: border-color 0.2s;
}

    .advice-form input:focus,
    .advice-form select:focus {
        border-color: #007bff;
        outline: none;
    }

.submit-btn {
    width: auto !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    background: #22b8f3 !important;
    margin-top: 15px !important;
    color: white;
    border: none;
    transition: background-color 0.3s;
}

.ss-item {
    background: transparent;
    padding: 20px 15px;
    border-radius: 8px;
    text-align: center;
}

.ss-item-image {
    width: 40px;
}

.ss-item-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    padding-left: 20px;
}

.ss-item-content {
    padding-bottom: 20px;
    color: #747E8D;
    text-align: justify;
    text-align-last: center;
}
.banner-img img{
    max-width: 100%;
}

@media (min-width:550px) and (max-width:768px){
    .title-workprocess{
        font-size: 28px;
    }
    .content-workprocess{
        font-size:16px;
    }
}

@media (min-width:350px) and (max-width:550px) {
    .title-workprocess {
        font-size: 18px;
    }

    .content-workprocess {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .carousel__thumbnails{
        display:flex;
        flex-wrap: wrap;
    }
        .carousel__thumbnails li {
            width: 20% !important;
            margin-right: 25px;
        }
    .buy-contact-btn{
        width: 100%;
    }
}
@media (max-width: 1200px){
    .content-history::after {
        top: 437px;
    }
}

.div-kiposcontent {
    background: url(/Content/Images/bg-feature-content.svg) no-repeat center;
    background-size: cover;
}
.kipos-content2 {
    text-align: center;
    color: #17A562;
    font-size: 1.1rem;
    font-weight: 500;
}
.kipos-content4 {
    text-align: center;
    color: #393939;
    font-size: 1.1rem;
    font-weight: 500;
}
.kipos-header4 {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #393939;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
}
@media (min-width: 768px){
    .div-aboutus {
        height: 550px;
    }
}
@media (max-width: 768px) {
    .div-aboutus {
        height: auto;
    }
}

