@keyframes calleffect {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(53, 161, 32, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #f00, 0 0 12px 10px transparent, 0 0 12px 14px red;
        box-shadow: 0 0 8px 6px #f00, 0 0 12px 10px transparent, 0 0 12px 14px red
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(53, 161, 32, 0)
    }
}

@keyframes calltrap_spin {
    100% {
        transform: rotate(0)
    }
    40% {
        transform: rotate(15deg)
    }
    60% {
        transform: rotate(-15deg)
    }
    100% {
        transform: rotate(0)
    }
}

@media (min-width: 768px) {
    .fixed-icon ul li.hotline a {
        animation: calleffect 3s infinite linear;
        background: #b20808;
    }

    .fixed-icon ul li.hotline span {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #b20808;
        display: block;
        margin-top: 5px;
    }
}

.fixed-icon ul {
    top: 31%;
    left: 10px;
}

.fixed-icon ul li {
    margin-bottom: 0;
}

.fixed-icon ul li a {
    background: #b20808;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icon ul li span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #b20808;
    display: block;
    margin-top: 5px;
}

.fixed-icon ul li a i {
    font-size: 20px;
    color: #fff;
}

.fixed-icon ul li:hover a i {
    transform: rotate(-15deg);
}

.form-datlichhen {
    background: #ededed;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.form-datlichhen label {
    display: block;
    font-weight: 400;
}

.form-datlichhen input {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 9px;
}

.form-datlichhen input.date {
    width: 250px;
}

.form-datlichhen .group-select {
    display: flex;
    gap: 15px;
}

.form-datlichhen .group-select .form-group {
    width: calc(100% / 3);
}

.form-datlichhen button {
    background: #d81e1f;
    font-size: 14px;
    height: 33px;
    border-radius: 4px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
}

.form-datlichhen textarea {
    height: 150px;
}

.bxindexknh {
    display: inline-block;
    background: #f4f4f4;
    border: var(--main-boder);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}

.bxindexknh .indxtitle {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bxindexknh .indxtitle i {
    margin-right: 10px;
    color: var(--main-color);
}

.indxtitle i.faq-idxknh {
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    filter: grayscale(1);
    height: 10px;
    background: url(../images/idxup.png) no-repeat center center;
    transform: rotate(180deg);
}

.indxtitle.active i.faq-idxknh {
    transform: rotate(0deg);
}

.ctindxknh a {
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    display: block;
    line-height: 25px;
}

.ctindxknh a i {
    margin-right: 15px;
    font-size: 17px;
}

.table-of-content h3,
.table-of-content h2,
.table-of-content h4,
.table-of-content h5 {
    margin: 0;
}

.table-of-content h5 {
    padding-left: 5px;
    cursor: pointer;
}

.table-of-content h6 {
    margin: 0;
    padding-left: 42px;
}

.table-of-content h6 a {
    cursor: pointer;
}

.table-of-content h5 a {
    font-weight: 400;
}

.table-of-content a:hover {
    color: #d81e1f !important;
}

.table-of-content a {
    color: #000;
}

.publications-detail .description {
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: justify;
    font-family: Times New Roman, Times, serif;
    font-size: 18px;
    box-shadow: 0 0 5px 0px #333;
    padding: 15px;
    line-height: 1.5;
}

.publications-detail .description p {
    font-family: Times New Roman, Times, serif;
    font-size: 18px;
}

.view {
    color: #b20808;
    padding: 0 0 15px 0;
}

.view i {
    margin-right: 5px;
}

.general-information {
    margin-bottom: 15px;
}

.general-information > .creator {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #e90303
}

.general-information .information {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: start;
}

.general-information .information .avatar {
    width: 110px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-information .information .avatar img {
    max-width: 100%;
}

.general-information .information .infor {
    width: calc(100% - 110px);
}

.general-information .information .infor p {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-information { /*border: 1px solid #e90303;*/
    background: #fff;
}

.contact-information > p {
    border: 5px solid #b20808;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
    font-weight: 1000;
    font-size: 20px;
}

.contact-information > p span {
    color: #b20808;
}

.contact-information .grid-contact {
    display: flex;
    gap: 15px; /* padding: 10px;*/
    margin-top: 15px;
}

.contact-information .grid-contact > * {
    width: 50%;
}

.contact-information .grid-contact .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-information .grid-contact .logo img {
    max-width: 100%;
}

.contact-information .grid-contact .item {
    padding: 50px 5px 5px 5px;
    background-color: #b20808;
    border-radius: 5px;
    overflow: hidden;
    border-top: none;
    position: relative;
}

.contact-information .grid-contact .item i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 25px;
    color: #fff;
    font-size: 25px;
}

.contact-information .grid-contact .item img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 25px;
    color: #fff;
    font-size: 25px;
}

.contact-information .grid-contact .item .it-cn {
    background: #fff;
}

.contact-information .grid-contact .item p {
    color: #333;
    font-size: 14px;
    padding: 5px 5px 0 5px; /*border-bottom: 1px solid #9a9a9a;*/
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
}

.contact-information .grid-contact .item p:first-child {
}

.contact-information .grid-contact .item p:last-child {
    border-bottom: none;
}

.contact-information .grid-contact .item p a {
    font-size: 28px;
    font-weight: 700;
    color: #b20808;
}

.contact-information .grid-contact .item p a:hover {
    color: #e90303;
}

.adv_banner img {
    width: 100%;
    margin-bottom: 15px;
}

.sen-contact-info {
    margin-bottom: 15px;
}

.fixed #top-header {
    display: none;
}

.fixed #sticker .main-menu > li {
    line-height: 55px;
}

.fixed #sticker .main-menu > li > a span img {
    /*display: none;*/
}

.fixed #logo a {
    height: 45px;
    display: block;
    line-height: 1;
}

.fixed #logo a img {
    max-height: 100%;
}

@media (max-width: 768px) {
    .contact-information .grid-contact {
        flex-direction: column;
    }

    .contact-information .grid-contact > * {
        width: 100%;
    }

    .fixed-icon ul {
        bottom: 0;
        top: initial;
        left: 0;
        display: flex;
        background: #fff;
        box-shadow: 0 0 10px -8px #333;
        width: 100%;
    }

    .fixed-icon ul li {
        padding: 2px;
        width: 25%;
    }

    .fixed-icon ul li a {
        width: 40px;
        height: 40px;
    }

    .fixed-icon ul li span {
        font-size: 12px;
    }

    #back-top {
        bottom: 88px;
        right: 15px;
    }

    .form-datlichhen .group-select {
        flex-direction: column;
    }

    .form-datlichhen input.date,
    .form-datlichhen .group-select .form-group {
        width: 100%;
    }

    .form-datlichhen button {
        width: 100%;
    }

    .phone-mobie i {
        box-shadow: none;
    }

    .fixed #logo a {
        height: auto;
    }
}