/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#about-list .row-small > .col {
    padding: 0 0 16px;
}
#about-list .box-blog-post {
    margin-top: 38px;
}
#about-list .box-blog-post .number-order {
    color: #f06a21;
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 73px;
    line-height: 1;
    font-weight: bold;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 3rem;
}
#about-list .box-blog-post .overlay {
    background: rgba(0,0,0,.2);
}
.box-lien-doanh .box-image:before,
.box-blog-post .box-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.box-lien-doanh:hover .box-image:before,
.box-blog-post .box-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
#about-list .box-blog-post .box-text {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    text-align: center;
    padding: 0;
    pointer-events: none;
}
#about-list .box-blog-post .box-text h5 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 999;
}
/* address */
.row-address .text a {
    color: var(--primary-color);
}
.related-page-title {
    color: #f2761f;
    text-align: right;
}
/* box-about-list */
#box-about-list .box-blog-post .box-text {
    padding: 0;
}
#box-about-list .box-blog-post .box-text .post-title {
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px solid #d3cfca;
}
#box-about-list .box-blog-post.page-active .box-text .post-title { 
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}
/* Ceo */
.img-ceo {
    box-shadow: 5px 10px 18px #d1d1d1;
}
.top-ceo .section-title-center {
    margin-top: 10px;
}
.top-ceo .section-title-center .section-title-main {
    font-family: 'SVN-Poppins',sans-serif;
}
.top-ceo .section-title-center .section-title-main:before {
    display: none;
}
.top-ceo .text {
    line-height: 1.875;
}
.mw-150 {
    max-width: 150px;
}
.box-text-ceo h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.line-under-title {
    content: '';
    border-bottom: 1px dashed;
    margin-bottom: 5px;
}
.line-under-title:last-of-type {
    margin-bottom: 20px;
}
/* thong-tin-cong-ty */
.gia-tri-cot-loi .section-title-center span,
.su-menh .section-title-center span,
.tam-nhin .section-title-center span,
.thong-tin-cong-ty .section-title-center span {
    background: linear-gradient(to right,#f06a21,#fcb713);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}
.custom-title .section-title {
    justify-content: flex-end;
    border: 0 solid #000;
}
.custom-title .section-title span {
    border-bottom: 0 solid #000;
    padding: 0;
    margin: 0;
}
.table-info-company a {
    color: #007bff;
}
.box-lien-doanh {
    overflow: hidden;
}
.box-lien-doanh.box-overlay .box-text {
    text-shadow: unset;
    bottom: auto;
    top: 0;
    padding: 20px;
}
.box-lien-doanh.box-overlay .box-text h3 {
    font-size: 1.25rem;
    font-weight: 500;
}
/* tam-nhin su-menh */
.su-menh .box-text-su-menh {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.su-menh .box-text-su-menh ul li {
    list-style-type: none;
    margin-left: 0;
}
.gia-tri-cot-loi .flat-infobox {
    margin-top: 18px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width: 1079.98px) {
}
@media only screen and (max-width: 849.98px) {
    .page-about {
        padding-bottom: 34px;
    }
    .row-address .access-title-font {
        font-size: 24px;
    }
    .row-address .access-title-detail-font {
        font-size: 18px;
    }
    .gia-tri-cot-loi {
        padding-bottom: 28px !important;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 699.98px) {
    #about-list .row-small > .col {
        max-width: 100%;
        flex-basis: 100%;
    }
    .related-page-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .page-about-child {
        padding-bottom: 30px;
    }
    .table-info-company td,.table-info-company th {
        padding:0.25rem !important
    }
    #box-about-list {
        margin-top: 15px;
    }
    .thong-tin-cong-ty {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 549.98px) {
}
@media only screen and (min-width: 300px) { 
    .scroll-book {
        max-height:145px;
        font-size: 11px
    }
    .scroll-book p {
        display: block
    }
    .scroll-book::-webkit-scrollbar {
        width: 4px
    }
    .scroll-book::-webkit-scrollbar-track {
        background-color: transparent
    }
    .scroll-book::-webkit-scrollbar-thumb {
        background: white;
        border-radius: 40px
    }
    .scroll-book::-webkit-scrollbar-thumb:hover {
        background: white;
        border-radius: 40px
    }
    .flat-infobox {
        text-align: center;
    }
    .card-mission {
        position: relative;
        display: inline-flex;
        /* top: 50%; */
        /* left: 49%; */
        width: 140px;
        height: 185px;
        transform-style: preserve-3d;
        /* transform: translate(-50%, -50%) perspective(2000px); */
        transition: 1s;
        background: linear-gradient(to right,#f2761f,#fbaf14)
    }
    .card-mission:hover {
        box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5), 0 10px 100px rgba(0,0,0,0.5)
    }
    .card-mission:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #bac1ba;
        transform-origin: bottom;
        transform: skewX(-45deg)
    }
    .card-mission:after {
        content: '';
        position: absolute;
        top: 0;
        right: -5px;
        width: 5px;
        height: 100%;
        background: #92a29c;
        transform-origin: left;
        transform: skewY(-45deg)
    }
    .card-mission .imgBox {
        width: 100%;
        height: 100%;
        position: relative;
        transform-origin: left;
        transition: 0.7s;
        background-image: url(../img/bg-book.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: white
    }
    .card-mission .bark {
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 20px
    }
    .category-book {
        position: absolute;
        bottom: 5%;
        right: 5%;
        color: #212529
    }
    .card-mission:hover .imgBox {
        transform: rotateY(-135deg)
    }
    .card-mission:hover .imgBox .category-book {
        transform: rotateY(-135deg);
        transition: transform 1s
    }
    .card-mission:hover .imgBox .container-img {
        transform: rotateY(-135deg);
        transition: transform 1s
    }
    .card-mission:hover .imgBox .bark h3 {
        transform: rotateY(-135deg);
        transition: transform 1s
    }
    .card-mission:hover .bark {
        opacity: 1;
        transition: 0.6s
    }
    .card-mission .details {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        z-index: -1;
        margin-top: 20px;
        overflow-y: auto
    }
    .card-mission .details .title-book {
        color: white;
        font-size: 20px;
        text-align: center
    }
    .card-mission .details p {
        color: white
    }
    .card-mission .details h4 {
        text-align: center
    }
    .text-right {
        text-align: right
    }
    .container-img {
        display: flex;
        justify-content: center
    }
    .border-img {
        width: 75px;
        height: 75px;
        border: 1px solid;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .card-mission .imgBox img {
        width: 45px;
        max-height: 100px
    }
    .filter-content {
        max-width: 98% !important
    }
    .title-content-book {
        background: linear-gradient(to right, #f2761f, #fbaf14);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase
    }
    .mission-book-font {
        font-size: 20px !important;
    }
} 
@media only screen and (min-width: 320px) { 
    .table-info-company {
        border-collapse: collapse;
    }
    .table-info-company th,
    .table-info-company td {
        border: 1px solid #999;
        line-height: 35px;
    }
    .table-info-company th {
        vertical-align: middle;
        background-color: #ebebeb;
        width: 31%;
        border-top: 1px solid #999 !important;
        padding: 0.75rem;
    }
    .table-info-company td {
        border-top: 1px solid #999 !important;
        padding: 0.75rem;
    }
}
@media only screen and (min-width: 410px) { 
    .scroll-book {
        max-height:180px;
        font-size: 12px
    }
    .card-mission {
        width: 170px;
        height: 220px
    }
    .border-img {
        width: 100px;
        height: 100px
    }
    .card-mission .imgBox img {
        width: 56px;
        max-height: 100px
    }
}
@media only screen and (min-width: 550px) {
    .img-ceo {
        margin-top: 15px;
    }
    .card-mission {
        width: 170px;
        height: 220px;
    }
}
@media only screen and (min-width: 700px) {
    .related-page-title {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .page-about-child {
        padding-bottom: 34px;
    }
    .img-ceo {
        margin-top: 35px;
    }
    .table-info-company th {
        width: 19%;
    }
    #box-about-list {
        margin-top: 20px;
    }
    .thong-tin-cong-ty {
        padding-bottom: 0px !important;
    }
}
@media only screen and (min-width: 850px) {
    .page-about {
        padding-top: 43px;
        padding-bottom: 60px;
    }
    .thong-tin-cong-ty .section-title-center,
    .company-address .section-title-container .section-title-center {
        margin-bottom: 56px;
    }
    .row-address .access-title-font {
        font-size: 28.8px;
    }
    .row-address .access-title-detail-font {
        font-size: 20px;
    }
    .img-ceo {
        margin-top: 45px;
    }
    .scroll-book {
        max-height:206px;
        overflow-y: auto;
        font-size: 14px
    }
    .card-mission {
        width: 200px;
        height: 255px
    }
    .border-img {
        width: 150px;
        height: 150px
    }
    .card-mission .imgBox img {
        width: 100px;
        min-width: 100px;
        max-height: 100px
    }
    .gia-tri-cot-loi .row-small > .col {
        padding-bottom: 30px;
    }
    .gia-tri-cot-loi {
        padding-bottom: 18px !important;
        margin-bottom: 96px;
    }
}
@media only screen and (min-width: 992px) {
    .related-page-title {
        font-size: 30px;
        margin-bottom: 41px;
    }
    .page-about-child {
        padding-bottom: 74px;
    }
    #box-about-list {
        margin-top: 34px;
    }
    .thong-tin-cong-ty {
        padding-bottom: 10px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .img-ceo {
        margin-top: 55px;
    }
}