.epr-news-headline {
    font-size: 1.125rem; 
}
.epr-logo-block {
    display: flex;
    flex-direction: row;
    width: 90%;
    padding: 10px;
}

.epr-burger {
    width: 10% !important;
}

.epr-logo {
    width: 3.5em;
    text-align: right;
    margin: auto 10px auto 10px;
}

.epr-logo a img {
    max-height: 80px !important;
    max-width: 80px !important;
    width: 100% !important;
}

.epr-name {
    width: 80%;
    margin: auto 0;
}

.epr-name>.epr-label1 {
    font-weight: bold;
    font-size: 1.3rem;
    color: rgb(16, 115, 169);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.epr-name>.epr-label2 {
    color: #952B15;
}

.epr-container {
    align-items: stretch;
    display: flex;
    /* min-height: 6.25rem; */
    flex-direction: column;
    width: 100%;
    /* background-color: #d2e9e2; */
    background: #b4d1c8;
}

.epr-navbar {
    /* padding: 0 1rem;  */
    /* border-bottom: 0; */
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}

.epr-navbar-brand {
    margin: auto;
    width: 100%;
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    /* min-height: 6.25rem; */
    margin-bottom: 10px;
    /* background-color: #03855C; */
    justify-content: space-between;
}

.epr-main-menu-container {
    background-color: #fcfcfc;
}

#epr-main-menu {
    margin: auto;
}

.epr-search-block {
    /* margin: auto; */
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.epr-lang-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.epr-divider {
    width: 5px;
    margin: 0 5px 0 5px;
}

.epr-option {
    margin: auto;
}

.epr-option ul {
    display: flex;
    justify-content: flex-end;
}

.epr-option ul li {
    font-size: 1rem;
    margin-left: 5px;

}

.epr-search-container {
    display: inline-flex;
    height: 38px;
    border-color: rgb(22, 117, 170);
    padding: 5px;
    border-width: thin;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
}

.epr-search-input {
    width: 450px;
    height: 25px;
    border: none;

    background-color: transparent;
}

.epr-search-input:focus {
    outline-color: rgb(22, 117, 170) !important;
    outline-width: 1px;
    background-color: transparent;
}

.epr-search-button {
    border: none;
    margin: auto;
    background-color: transparent;
    color: rgb(22, 117, 170);
}

.navbar-link:hover {
    background-color: transparent !important;
}

.react-slideshow-wrapper {
    height: 400px
}

.react-slideshow-container {
    height: 300px;
}

.epr-section {
    /* padding: 3rem 1.5rem; */
}

.epr-declare-section-info {
    display: flex;
    flex-direction: column;
    padding: 0px;

}

.epr-declare-menu {
    display: flex;
    flex-direction: column;
    background-color: #ebebeb;
    margin-bottom: 16px;
    /* margin: auto; */
}

.epr-declare-menu-container {
    margin: auto;
    padding: 1em 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
}


.epr-declare-menu-item {
    display: flex;
    flex-direction: column;
    /* margin: auto; */
    width: 25%;

}

.epr-declare-menu-item-button {
    border: none;
    background-color: transparent;
}

.epr-declare-menu-item:active,
.epr-declare-menu-item:focus,
.epr-declare-menu-item:hover {
    background-color: white;
}

.epr-declare-menu-item-img {
    margin: 20px auto 20px auto;
}

.epr-declare-menu-item-label {
    margin: auto;
    font-size: 0.9em;
}

.epr-declare-section {
    /* min-height: 600px; */
    /* background-color: white; */
}

.epr-declare-section-container {
    margin: auto;
    /* width: 80%; */
    /* background-color: red; */
    /* min-height: 600px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.epr-declare-form-section {
    /* margin: auto ; */
    /* width: 70%; */
    flex: 3
}

.epr-declare-form-section-iframe {
    width: 100%;
    min-height: 500px;
    height: 100%;
}

.epr-declare-support-section {
    /* position:absolute;
    float: right; */
    /* width: 30%; */
    flex: 1;
    /* max-width: 50%; */
    min-width: 200px;
    height: 100%;
    padding-left: 10px;
    /* padding: 10px 0 2em 0; */
    text-align: center;
    /* background-color: yellow; */
}

.epr-support-title {
    /* float: left; */
    /* width: 280px; */
    /* color: #fff; */
    height: 47px;
    text-transform: uppercase;
    background-color: lightgrey;
    background-size: 99%;
    /* text-indent: 30px; */
    line-height: 47px;
    font-weight: bold;
    font-size: 16px;

    text-align: center;
}

.epr-support-item {
    padding-left: 10px;
}

.epr-support-item-title {
    margin: 0px auto 0px auto
}

.epr-support-item-link {
    display: inline-flex;
    justify-content: space-between;
}

.padding-left-10 {
    padding-left: 10px;
}

.epr-support-item-link a {
    margin-left: 10px;
}

.epr-faq-section {
    width: 100%;
    /* background-color: white; */
}

.epr-faq-section-menu {
    /* height: 40px; */
    background-color: lightgrey;
    margin-bottom: 20px;
}

.epr-faq-section-container {
    margin: 0 auto;
    width: 80%;
    /* display: flex;
    flex-direction: row;
    justify-content: flex-end; */
}


.epr-faq-section-list {
    /* width:50%; */
    flex: 1;
    padding: 10px;
    max-height: 70vh;
    overflow-y: auto;
    /* background-color: red; */
}

.epr-faq-section-form {
    /* width:50%; */
    flex: 1;
    /* background-color: blue; */
    /* max-height: 70vh; */
    /* overflow: scroll; */

}

.epr-section-menu-label {
    background-color: #d2e9e2;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.epr-section-label {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.epr-content {
    padding: 10px;
}

.epr-content-container {
    align-items: stretch;
    display: flex;
    /* min-height: 6.25rem; */
    flex-direction: column;
    width: 100%;
    margin: 0 auto;

}

.epr-content-container .row .col {
    width: 100%;
}

.epr-footer {
    background-color: #d2e9e2;
}

.epr-sub-header {
    color: rgb(16, 115, 169);
    font-weight: bold;
}

.epr-footer-title {
    color: #952B15;
    /* font-weight: bold; */
}

.epr-form-container {
    /* max-width: 400px; */
}

.epr-form-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.epr-form-section-result {
    display: flex;
    flex-direction: column;
}

.epr-form-section-result span {
    margin-bottom: 20px;
}

.epr-form-button-more {
    border: none;
    color: #ffffff;
    background-color: #952B15;
    height: 30px;
    margin: auto;
    width: 100px;
}

.epr-form-label {
    display: inline-flex;
    margin-bottom: 4px;
}

.epr-form-label>label {
    padding-left: 10px;
    ;
}

.epr-form-input {
    /* font-family: Roboto; */
    /* font-size: 1rem; */
    /* font-size: 1.2rem; */
    /* line-height: 1.4rem; */
}

.captchar-container {
    display: flex;
    flex-direction: row;
    min-width: unset;
    height: 30px !important;

}

.captchar-button {
    border: none;
    background-color: transparent;
}

.epr-form-error-message {
    color: red;
}

.epr-form-input-captchar {
    width: 100px !important;
    min-width: unset !important;
}

.epr-form-input input,
textarea {
    /* font-family: Roboto; */
    min-width: 200px;
    height: 32px;
    /* font-size: 1.2rem; */
    /* line-height: 1.4rem; */
    /* text-align:right; */
    border-radius: 5px;
    border-width: 1px;

}

.epr-form-button-container {
    margin-top: 20px !important;
    width: 30%;
    margin: auto;

}

.epr-form-button {
    border: none;
    height: 40px;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    line-height: 1rem;
    background-color: #952B15;
    padding-left: 10px;
    padding-right: 10px;
}

.epr-form-button:hover {
    background: #641c0e;
    color: white !important;
}

.epr-form-button:active {
    background: #641c0e;
}

.epr-form-title-container {
    display: flex;
}

.epr-form-title {
    /* font-family: Roboto; */
    font-family: Roboto;

    font-size: 1.3em;
    line-height: 2em;
    margin: auto;
    text-transform: uppercase;
}


@media screen and (min-width:1280px) {
    #epr-main-menu {
        /* stupid hard code*/
        width: 1280px !important;
        height: 60px !important;
    }

    .epr-nav {
        margin: 0 !important;
    }

    .epr-nav .navbar-item {
        margin-left: 0 !important;
    }

    .epr-navbar-brand {
        /* stupid hard code*/
        width: 1280px;
    }

    .epr-content-container {
        /* stupid hard code*/
        width: 1280px;
    }
}

.epr-section-menu-label__wrapper {
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
    /* padding: 0 20px; */
    color: rgb(16, 115, 169);
}

.label-wrapper {
    display: flex;
    flex-direction: column;

}

.epr-section-pagetitle {}

.epr-breadcrumb ul {
    display: flex
}

.border-bottom {
    border-bottom: 1px solid gray;
}

.custom-wrapper {
    padding-top: 0 !important;
}

.footer-address {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.zalo-icon {
    padding: 0 1rem 1rem 0;
}

.zalo-icon::after {
    content: none !important;
}

.zalo-icon img {
    transform: translateY(2px);
    width: 24px;
}

.zalo-icon img::after {
    content: none !important;
}

.navbar-item-margin {
    margin-top: 0 !important;
}

.nav-items-wrapper {
    display: flex;
}

.form-content-wrapper {
    width: 100%;
    display: flex;
    gap: 1em;
    justify-content: center;
}

.form-left {
    flex-grow: 1;
    /* max-width: 60%; */
}

.form-right {
    flex-grow: 1;
    max-width: 50%;
}
.question-label {
    margin-bottom: 24px;
}
.footer-info {
    padding: 1.5em 0em;
}
.media-info {
    padding: 1.5em 0em;
    padding-top: 0;
}
.image-background {
    height: 20vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url("https://epr.vn/upload/anh-bai-viet-moi/a4634d9cb16f63313a7e.jpg"); */
}
.ellipsis-3-line {
    height: 110px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width:1279px) {
    .nav-items-wrapper {
        padding-top: 16px;
        display: block;
    }
    /* .epr-footer {
        padding-left: 20px
    } */
    .footer-info {
        padding: 1.5em 1em;
    }
    .media-info {
        padding: 1.5em 1em;
        padding-top: 0;
    }
}
@media screen and (max-width:1024px) {
    .form-content-wrapper {
        flex-direction: column;
    }

    .form-left {
        flex-grow: 1;
        max-width: unset;
    }

    .form-right {
        flex-grow: 1;
        max-width: unset;
    }

    .epr-declare-section {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .epr-news {
        padding: 0 !important;
    }

    /* .news-container {
        padding: 0 !important;
    } */

    .epr-name {
        font-size: 9px;
    }

    .epr-faq-section-container {
        flex-direction: column !important;
        width: 100%;
    }

    .epr-declare-section-container {
        flex-direction: column !important;
        /* width: 90% */
    }

    .epr-form-input input {
        width: 100%
    }

    .epr-form-input textarea {
        width: 100%
    }

    .epr-form-section {
        flex-direction: column !important;
    }

    .epr-declare-menu-container {
        /* display: grid !important; */
        /* width: 100%; */
    }

    .epr-declare-menu-item {
        width: 100%;
    }

    .epr-form-button {
        width: 100%;
    }
    .image-background {
        height: 40vh;
    }
}

@media screen and (max-width:480px) {
    .image-background {
        height: 25vh;
    }
}


@media screen and (min-width: 1024px) {
    .epr-name>.epr-label1 {
        flex-direction: row;
        gap: 4px;
    }

    .epr-section-menu-label__wrapper {
        max-width: 960px;
        width: 960px;
        text-align: left;
    }

    .epr-content-container {
        /* stupid hard code*/
        width: 960px;
    }

    .label-wrapper {
        flex-direction: row;
        gap: 5px;
    }

    .footer-address {
        flex-direction: row;
        gap: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .epr-section-menu-label__wrapper {
        max-width: 1216px;
        width: 1216px;
    }

    .epr-content-container {
        /* stupid hard code*/
        width: 1216px;
    }
}

@media screen and (min-width: 1408px) {
    .epr-section-menu-label__wrapper {
        max-width: 1280px;
        width: 1280px;
    }

    .epr-content-container {
        /* stupid hard code*/
        width: 1280px;
    }
}