﻿.back-menu {
    width: 100% !important;
    height: 120px;
    background: lightblue url(https://www.shutterstock.com/image-vector/purple-cityscape-background-city-buildings-600nw-2296429971.jpg) no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
}


    .back-menu .content-main {
        background: -webkit-linear-gradient(left, #71A35E 0%, #71A35E 30%, rgba(255, 255, 255, 0) 90%);
        background-size: cover;
        background-size: 100% 100%;
        width: 100%;
        position: absolute;
    }

.back-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display:contents;
    /*position: absolute;*/
    /*bottom: 0 !important;*/
}


    .back-footer .content-footer {
        /*background: rgb(113,163,94);*/
        background: rgb(142 181 129);
        background: linear-gradient(90deg, rgb(113 163 94) 20%, rgb(236 239 245) 100%);
        width: 100%;
        /*position: absolute;
        margin: 0;*/
        /*bottom: 0;*/
    }

/*.text-footer {
    color:rgb(0,0,128);
}*/

/**, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/


body {
    font-family: "Mulish", sans-serif;
}

.ceca {
    /*display: flex;*/ /* Sử dụng flexbox */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

    .ceca img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        overflow-clip-margin: content-box;
        overflow: clip;
    }
/*
img[Attributes Style] {
    width: 100%;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}*/

.logo-ceca {
    /*float: left;*/
    padding-top: 2%;
    cursor: pointer;
    width: 100%;
}

.tag-line h2 {
    display: block;
}

/* CSS cho hiển thị màn hình nhỏ hơn */
@media screen and (max-width: 768px) {
    .tag-line h2:nth-child(1) {
        display: none; /* Ẩn đi h2 đầu tiên */
    }

    .tag-line h2:nth-child(2) {
        display: none; /* Ẩn đi h2 */
    }

    .tag-line h2:nth-child(2) {
        text-align: center
    }
}

ul.in-nenue {
    display: flex;
    list-style: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    justify-content: space-between;
}

    ul.in-nenue li a {
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
    }

.main-menu {
    float: left;
    padding-top: 6%;
    text-align: right;
    color: white;
}

.content-main {
    margin: auto;
    height: 100%;
}

@media (max-width: 1024px) {

    .icon-mobile {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 22px;
        right: 2%;
    }
}

.icon-mobile {
    display: none;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media (max-width: 1024px) {
    .content-main {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    label.icon {
        z-index: 200;
        right: 5%;
        top: 75px;
        background: #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1024px) {
    .icon {
        cursor: pointer;
        display: block;
        padding: 16px;
    }
}

@media (max-width: 1024px) {
    .icon .menu {
        right: 7px;
        top: 19px;
    }
}

@media (max-width: 1024px) {
    .icon .menu, .icon .menu::before, .icon .menu::after {
        background: #205c85;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
        width: 25px;
    }
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

/*.ceca {
    max-width: 100%;
}

    .ceca img {
        overflow-clip-margin: content-box;
        overflow: clip;
        max-width: 100%;*/ /* Đảm bảo ảnh không tràn khỏi container */
/*max-height: 70px;*/ /* Đảm bảo ảnh không tràn khỏi container */
/*height: 70px;*/ /* Đảm bảo tỷ lệ khung hình tự động */
/*}*/

.text {
    width: 100%;
    margin: auto;
    color: #1a5eab;
    text-align: center;
}

.text-search {
    width: 100%;
    margin: auto;
    text-align: center;
}

.lead-text {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
    margin: auto;
}

.input-form {
    background-color: white;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    /*max-width: 100%;*/
    height: 100%;
}

@media screen and (max-width: 768px) {
    .input-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #dataTableHome {
        max-width: 100%;
    }
}

.page-content {
    padding: 0 !important;
    max-width: 100% !important;
    background-size: cover !important;
    background-size: 100% 100% !important;
    background-color: rgb(247,247,247);
}

    .page-content .page-header {
        padding-top: 0 !important;
    }

    /*.page-content .mt-2 {
        margin-top: 0 !important;
    }*/

.tag-line.col-md-11 {
    margin: auto !important;
    margin-left: 0 !important;
}


element.style {
    padding: 0 !important;
}

.body-content {
    margin: auto;
    max-width: 1170px;
}

.slide-body {
    opacity: 0; /* Ẩn các thành phần ban đầu */
    transform: translateY(-50px); /* Di chuyển các thành phần lên trên 50px */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Áp dụng hiệu ứng transition */
    /*height: 100%;*/
}

.cusor-text {
    cursor: pointer;
    color: #1a5eab;
}

#captchaCode {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
}

#divcaptcha {
    margin-left: 14px;
}

#captchaInput {
    background-color: #fff;
    border: 1px solid #d3d5d7;
    border-radius: 0.125rem;
    color: #51575d;
    font-family: inherit;
    transition-duration: 120ms;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.error-text {
    color: red;
    text-align: center;
    font-size: 11px;
}

.text-requied {
    color: red;
    text-align: center;
}

#captchaLabel {
    margin-left: -8rem;
}

@media screen and (max-width: 768px) {
    #captchaLabel {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #label-search {
        font-size: 1.5em;
    }
}

.btn-grey {
    background-color: grey;
}

#detail {
    width: 100%;
    height: 500px;
    max-height: 100%;
    border: none;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

#detail2 {
    width: 100%;
    height: 500px;
    max-height: 100%;
    border: none;
    padding-top: 16px;
    padding-left: 16px;
}

#text-ifo {
    width: 100%;
    height: 425px;
    max-height: 100%;
    border: none;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

#dataTableHome {
    width: 100%;
    height: 100%;
    /*    padding-top: 16px;
    padding-left: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);*/
}

.qb_faq_general .qb_faq_detailds .qb_faq_info {
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.qb_faq_general .qb_faq_detailds .tg_textwidget {
    border-top: 1px solid #ccc;
    padding: 20px 0px 0px 0px;
    margin: 20px 30px 30px 30px;
}

.qb_faq_general .qb_faq_detailds {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 16px 10px 32px 0px rgba(241, 234, 255, 0.50);
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: table;
    width: 100%;
    position: relative;
    z-index: 9;
}

.qb_faq_detailds.panel-heading:hover {
    background-color: #f0f0f0; /* Màu nền khi hover */
    cursor: pointer; /* Con trỏ chuột thay đổi thành hand */
}

.qb_faq_detailds.panel-heading.active {
    background-color: #e0e0e0; /* Màu nền khi được chọn */
}

.tg_textwidget {
    display: none;
}

    .tg_textwidget.active {
        display: block;
    }

div#Search {
    height: 50%;
}

iframe#detail {
    padding-right: 16px;
}

/*.col-md-12 {
    padding-right: 0px;
}*/

.container {
    padding-left: 0 !important;
}

p {
    width: 95%;
    margin-bottom: 0px;
}

#captchainput2 {
    margin-left: 14px;
}

#loadingOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.stylePading {
    margin-left: 22px;
}

@media screen and (max-width: 768px) {
    .stylePading {
        margin-left: 0px;
        padding-right: 0px
    }
}

.stylePading2 {
    margin-left: 37px;
}

@media screen and (max-width: 768px) {
    .stylePading2 {
        margin-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 768px) {
    #detail {
        width: 100%; /* Độ rộng của iframe */
        height: 100%; /* Chiều cao của iframe */
        border: none; /* Loại bỏ đường viền */
        overflow: auto;
    }
}

.pdrightQR {
    padding-right: 16px;
}

.magin-QRbody {
    margin-top: 20px;
    margin-bottom: 20px;
}
