/*
Theme Name: Trần Hiệp Web
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Trần Hiệp Web
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: tanhiepweb
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.max_line_1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.rank-math-breadcrumb a {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000
}

.rank-math-breadcrumb a:hover {
    color: #e2b003;
}

.rank-math-breadcrumb .last {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #434343;
}

.rank-math-breadcrumb .separator {
    margin: 0 5px;
}

@media screen and (max-width: 967px){
    .rank-math-breadcrumb .last, .rank-math-breadcrumb a{
            font-size: 14px;
        }
}