/*
Theme Name: CV-Online
Description: template for CV-Online
Author: tts
*/

html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}

a {
    text-decoration: auto;
}

.fa-zalo-official:before {
    content: "Ⓩ";
    /* content: "🆉"; */
}

#main-menu {
    margin: 0;
    border: solid #d9d9d9 1px;
    border-left: none;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#main-menu li {
    list-style: none;
    background: #009688;
    color: white;
    width: max-content;
    border-left: solid #d9d9d9 1px;
}

ul#main-menu a {
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 1.1rem;
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.box-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.box-horizontal .box-image {
    width: 20%;
}

.box-image img {
    width: 100%;
    height: 100%;
}

.box.box-horizontal .box-text {
    width: 80%;
    padding-left: 20px;
}

.image-view {
    padding: 30%;
    background-size: cover;
    border-radius: 4px;
}

.p-10 {
    padding: 10px;
}

.page-numbers {
    padding: 5px 10px;
    color: #009688;
    border: solid #009688 1px;
}

.page-numbers.current, .page-numbers:hover {
    background: #009688;
    color: white;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.float-right {
    float: right !important;
}

.feature-img img {
    width: 100%;
    height: auto;
}

.pagination {
    margin-top: 25px;
}

.toggle-detail-person {
    background: #009688;
    color: white;
    text-align: center;
    cursor: pointer;
}

.contact-social a {
    margin: 0 5px;
}

.contact-social img {
    width: 25px;
    height: 24px;
    margin-bottom: -3px;
}

.contact-social i {
    font-size: 1.8rem;
}