@charset "UTF-8";

/*
Theme Name: Dịch thuật - Vệ tinh
Author: Trần Văn Tâm
Description: Theme dành cho hệ thống website Dịch thuật
Version: 1.0
Text Domain: dichthuat
Tags: one-column, two-column
*
*/
@font-face {
    font-family: "Roboto";
    src: url('fonts/roboto-v30-vietnamese_latin-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url('fonts/Oswald-Regular.ttf') format('truetype');
    font-display: swap;
}

* {
    list-style: none;
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Roboto", sans-serif;
}

header {
    width: 100%;
}

footer {
    margin-top: 5px;
    width: 100%;
    /* background-color: #474e45; */
    background: linear-gradient(135deg, rgba(93, 98, 91, 1) 0%, rgba(143, 148, 142, 1) 35%, rgba(115, 119, 113, 1) 100%);
    text-shadow: 1px 1px 0px #484F46;
}

.width-1180 {
    width: 1180px;
    margin: auto;
}

.banner-image {
    width: 1180px;
    margin: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

.pc-menu {
    width: 1180px;
    margin: auto;
    position: relative;
}

.pc-menu .menu {
    margin: 0px;
    padding: 0px;
    height: 54px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    z-index: 9;
    position: relative;
}

.pc-menu .menu li a {
    padding: 16px 18px;
    display: block;
}


.sub-menu {
    position: absolute;
    display: none;
    margin: 0px;
    padding: 0px;
    width: max-content;
    z-index: 9;
}

.pc-menu .menu li:hover>.sub-menu {
    display: block;
}

.pc-menu .menu li:hover>.sub-menu li:hover>.sub-menu {
    left: 100%;
    top: 0;
}

.pc-menu .menu .menu-item-has-children {
    position: relative;
}

.pc-menu .menu li {
    position: relative;
}

[class^="col-"] {
    padding: 5px;
    box-sizing: border-box;
    /* border: 1px solid #232323; */
    /* border-radius: 5px; */
    /* min-height: 150px; */
    padding: 5px;
    content: " ";
    float: left;
}

.col-70 {
    width: 70%;
}

.col-60 {
    width: 60%;
}

.col-50 {
    width: 50%;
}

.col-40 {
    width: 40%;
}

.col-30 {
    width: 30%;
}

.col-33333 {
    width: 33.333%;
}

.col-25 {
    width: 25%;
}

.dichthuat-row {
    width: 1180px;
    margin: auto;
    display: flex;
    flex-grow: row wrap;
}

.announce-service .announce-title {
    font-size: 28px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 11px;
}

.announce-service>ul>li>h2>img {
    margin-right: 5px;
}

.announce-service>ul>li>h2 {
    display: flex;
    align-items: center;
}

.announce-service>ul>li {
    margin: 5px 0px 5px 0px;
}

.section-content-header {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 2;
}

.section-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: 700;
}

.section-title::after,
.section-title::before {
    width: 80px;
    height: 0px;
    content: " ";
    border: 1px solid;
    margin: 8px 5px;
    display: inline-block;
}

.logo-list,
.item-list {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.logo-list li,
.item-list li {
    margin: 10px 5px;
    flex: 1;
    text-align: center;

}

.item-list .item-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.item-list p {
    text-align: justify;
    padding: 0px 15px;
}

.item-list li {
    border-left: 1px solid;
}

.item-list li:nth-child(1) {
    border-left: unset;
}

.item-list .item-icon {
    border: 2px solid;
    padding: 10px;
    border-radius: 50px;
    transition: all 0.2s ease-out;
    width: 100px;
    height: 100px;
}

.item-list li:hover .item-icon {
    color: #fff;
    /* background-color: #436b39; */
}

.item-list .item-row {
    width: 100%;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-list .item-icon {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

button,
.dichthuat-button {
    border: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}

.footer-copyright {
    padding: 10px;
    background-color: #474e45;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    border-top: 1px solid #686868;
    font-size: 12px;
}

.copyright {
    width: 1180px;
    margin: auto;
}

.footer-title {
    color: #fff;
    margin: 4px 2px 2px 0px;
    font-weight: normal !important;
    font-size: 16px;
    display: block;
}

.footer-title::after {
    content: " ";
    width: 110px;
    border: 1px solid #436b39;
    display: block;
    margin: 5px 0px 5px 0px;
}

#footer p {
    margin: 0px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

#footer .address-list {
    color: #fff;
    font-size: 14px;
}

.address-list li {
    line-height: 19.5px;
}

.address-list li::before {
    background: url(./imgs/global.png) no-repeat;
    margin: 0px 4px;
    width: 15px;
    height: 15px;
    background-size: cover;
    content: " ";
    display: block;
    float: left;
}

.fast-contact-element {
    position: fixed;
    bottom: 120px;
    right: 0;
    padding: 10px;
    z-index: 10;
}

.fast-contact-element a {
    color: unset;
    display: flex;
}

.fast-contact-element li {
    margin-top: 10px;
    border-radius: 40px;
    /* background-color: #d9d9d9db; */
    background-color: #ffffffdb;
    color: #f00;
    padding: 8px 22px;
    font-size: 1.5em;
    display: flex;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    font-family: 'Oswald';
}

/* .fast-contact-element-hotline::before {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    color: #0d70a1;
    margin-right: 5px;
    font-weight: 900;
    font-size: 1.5em;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.fast-contact-element-email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    color: #0d70a1;
    margin-right: 5px;
    font-weight: 900;
    font-size: 1.5em;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
} */

.fast-contact-element img {
    width: 40px;
    height: 40px;
    color: #0d70a1;
    margin-right: 5px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.fast-contact-element-zalo::before {
    content: " ";
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-image: url(imgs/zalo.png);
    background-color: #0d70a1;
    border-radius: 5px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.opacity-25 {
    opacity: 0.25;
}

.fix-menu-top {
    position: fixed;
    display: block !important;
    visibility: visible !important;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1 !important;
    z-index: 9;
    transition: all 0.5s linear;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #436b39ed;
}

.entry-title a {
    text-decoration: none;
    font-size: 24px;
}

.entry-content * {
    color: #008080;
    text-align: justify;
    font-size: 16px;
    word-wrap: break-word;
}

.entry-content table {
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;

}

.entry-content table td {
    border: 1px solid #008080;
    padding: 10px 5px;
}

.entry-content div {
    max-width: 100%;
}

.entry-content img {
    max-width: 100%;
}

.detail-sidebar .widget {
    padding: 5px;
    background-color: #e5e5e5;
}

.detail-sidebar .widget .widget-title {
    margin: 0;
    font-size: 18px;
    text-align: center;
}

.detail-sidebar .widget .widget-title::after {
    content: " ";
    width: 120px;
    border: 1px solid #436b39;
    display: block;
    margin: 5px auto;
}

.detail-sidebar .widget ul>li {
    margin-bottom: 12px;
}

.detail-sidebar .wp-block-spacer {
    background-color: #fff;
    margin: 0px -4px;
}

.archive-content .entry-thumbnail {
    float: left;
    padding: 10px;
}

.archive-content article {
    display: table;
}

.inline-flex-element {
    display: flex;
}

.hide-on-mobile {
    display: block;
}

/*  INPUT  */
input[type=number] {
    text-align: right;
}

select,
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel] {
    padding: 8px;
    outline: none;
    color: #474e45;
    border: 0px;
}

select option {
    color: #474e45 !important;
    padding: 3px;
    text-align: left;
}

select option:first-child {
    text-align: center;
}

.dichthuat-blink-border {
    border: 4px #ff0000 solid;

    animation: blink 1s;
    animation-iteration-count: infinite;
}

.text-color-white * {
    color: #fff;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}


:root {
    --angle: 45deg;
    --opacity: 0.5;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.rainbow {
    width: 400px;
    height: 300px;
    border-radius: 10px;
    padding: 2rem;
    margin: auto;

    display: grid;
    place-content: center;
    text-align: center;

    font-size: 1.5em;

    --border-size: 0.3rem;
    border: var(--border-size) solid transparent;

    /* Paint an image in the border */
    border-image: conic-gradient(from var(--angle),
            #d53e33 0deg 90deg,
            #fbb300 90deg 180deg,
            #377af5 180deg 270deg,
            #399953 270deg 360deg) 1 stretch;
    background: rgb(255 255 255 / var(--opacity));
}

/** show a warning in browers that don't support it **/
.warning {
    margin: 2em;
    padding: 1em;
    border: 1px solid #ccc;
}

.warning p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0px;
    text-align: center;
    font-style: italic;
    background-color: #23232323;
    font-size: 0.9em;
}

.bar-menu img {
    width: 16px;
    height: 16px;
}

/* Animate when Houdini is available */
@supports (background: paint(houdini)) {
    @property --opacity {
        syntax: "<number>";
        initial-value: 0.5;
        inherits: false;
    }

    @property --angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }

    @keyframes opacityChange {
        to {
            --opacity: 1;
        }
    }

    @keyframes rotate {
        to {
            --angle: 360deg;
        }
    }

    .rainbow {
        animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
    }

    /* Hide the warning */
    .warning {
        display: none;
    }
}

.dichthuat-table-home-screen {
    width: 100%;
    margin: 10px;
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.dichthuat-table-home-screen ul {
    padding: 10px;
}

.dichthuat-table-home-screen ul>li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 20px;
    padding: 5px 5px;
}

.dichthuat-table-home-screen .dichthuat-title {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    /* background-color: #008999; */
}

.container {
    display: flex;
}

.container table.table-bordered td {
    border: 1px solid #008080;
    padding: 5px;
}

.container table {
    border-spacing: 0px;
    border-collapse: collapse;
}

/* .container table.table-bordered {
    border: 1px solid #008080;
} */

.container .aligncenter {
    align-items: center;
    text-align: center;
    margin: auto;
}

.article-content {
    overflow: auto;
}

.site-audio {
    /* position: fixed;
    bottom: 24px;
    width: 60px;
    height: 60px; */
    position: fixed;
    bottom: 90px;
}

.site-audio #play_footer_audio {
    width: 50px;
    height: 40px;
    display: flex;
    border-radius: 0px 16px 15px 0px;
    box-shadow: 3px 4px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 3px 4px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
}

/* MOBILE */
@media only screen and (max-width: 1010px) {
    .pc-menu {
        display: none;
    }

    .mobile-menu {
        display: block !important;
    }

    .banner-image {
        width: 100%;
    }

    .dichthuat-row {
        width: 100% !important;
        display: block;
    }

    [class^="col-"] {
        width: 100%;
        min-height: unset;
    }

    .dichthuat-row .section-title {
        font-size: 18px;
    }

    .dichthuat-row .section-title::before {
        display: none;
    }

    .dichthuat-row .section-title::after {
        display: block;
        margin: 10px auto;
    }

    .dichthuat-row .announce-service .announce-title {
        font-size: 20px;
    }

    .dichthuat-row .announce-service * {
        font-size: 18px;
    }

    .dichthuat-row .item-list {
        display: block;
    }

    .dichthuat-row .item-list li {
        border: unset;
    }

    .dichthuat-row .item-list .item-icon {
        width: 55px;
        height: 55px;
    }

    .dichthuat-row .item-list .item-icon img {
        width: 35px !important;
        height: 35px !important;
    }

    .dichthuat-row .item-list .item-title {
        font-size: 16px;
    }

    .item-list p {
        padding: 0px;
        margin: 5px 0px;
    }

    .width-1180 {
        width: 100%;
    }

    .section-content-header {
        display: block;
        font-size: 18px !important;
        text-align: center;
    }

    .inline-flex-element {
        display: block;
    }

    .inline-flex-element .dichthuat-button {
        display: block;
        font-size: 16px;
    }

    .dichthuat-row .logo-list img {
        width: 75px;
        height: 75px;
    }

    #footer .sidebar img {
        width: 100%;
        height: auto;
    }

    .copyright {
        width: 100%;
    }

    .fast-contact-element {
        bottom: 120px;
        top: unset;
        padding: 0px;

    }

    .fast-contact-element img {
        width: 20px;
        height: 20px;
    }

    .fast-contact-element li {
        font-size: 0.8em;
    }

    .fast-contact-element-zalo::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .hide-on-mobile {
        display: none;
    }

    .detail-sidebar {
        display: none;
    }

    .mobile-menu .menu {
        display: none;
        position: absolute;
        z-index: 9;
        padding: 5px 10px;
    }

    .menu-bar {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
        height: 32px;
        padding: 5px 10px;
        align-items: center;
    }

    .menu-bar .mobile-menu-title {
        flex: 1;
    }

    .mobile-menu .menu li {
        position: relative;
    }

    .mobile-menu .menu li a {
        line-height: 30px;
        width: 100%;
        display: block;
    }

    .mobile-menu .menu .menu-item-has-children::after {
        content: '\f0d7';
        font-family: "Font Awesome 6 free";
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .mobile-menu .menu .sub-menu {
        position: relative;
        width: 100%;
    }

    .mobile-menu .menu>li>ul {
        padding-left: 10px;
    }

    .mobile-menu .menu>li>ul>li>ul {
        padding-left: 10px;
    }

    .mobile-menu .menu>li>ul>li>ul>li>ul {
        padding-left: 10px;
    }

    .dichthuat-table-home-screen {
        margin: 0px !important;
    }
}

/* DÀNH CHO TUYỂN DỤNG  */

.pulse-effect {
    background-color: #ff4a4a;
    border-radius: 40px;
    position: relative;
    margin: auto;
}

.float-content {
    position: fixed;
    top: 40px;
    right: 0;
    padding: 10px;
    z-index: 10;
    margin: 5px 20px;
}


.outline-pulse-effect {
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    left: 0;
    top: 0;
    border-radius: 40px;
    animation: pulse 3s ease-out infinite;
}

.outline-pulse-effect:nth-of-type(1) {
    animation-delay: -0.5s;
}

.outline-pulse-effect:nth-of-type(2) {
    animation-delay: -1s;
}

.outline-pulse-effect:nth-of-type(3) {
    animation-delay: -1.5s;
}

@keyframes pulse {
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

/* 
Fix font and color
*/
.container>.col-70 * {
    font-family: tahoma, arial, helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #008080;
}

/* UPDATE SIDEBAR DETAIL ON ALL PAGE - Date: 2024-04-15 */
.sidebar .detail-sidebar-widget>.detail-sidebar-widget-title {
    margin: 0px;
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidebar .detail-sidebar-widget>div {
    padding: 5px;
    border: 1px solid;
}

.sidebar .detail-sidebar-widget>div>ul>li {
    margin-top: 5px;
}

.sidebar .detail-sidebar-widget>div>ul>li:first-child {
    margin-top: unset;
}

.sidebar .detail-sidebar-widget {
    margin-top: 5px;
}

.sidebar .detail-sidebar-widget:first-child {
    margin-top: unset;
}