/*IMPORT*/

/*VARIABLE*/
:root {
    --dark-color: #404040;
    --blue-color: #0DACD8;
    --green-color: #00AD58;
}

/*HTML*/
html,body,section{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #404040;
}
a {
    color: #404040;
}
/*HEAD*/

.zalo-chat-widget {
    left: 0px;
}
#breadcrumb ul li a{
    color: #404040 !important;
}
#section_head {

}
#head_top {
    background-color: var(--green-color);
}
#head_top a {
    color: #fff;
}
#head_top .wrapper-center {
    justify-content: space-between;
}

#head_top_right {
    align-items: center;
}
#head_top ul>li:first-child a:hover {
    font-style: normal;
}

#head_middle {

}
#section_footer {

}

#head_middle_in {
    display: flex;
    justify-content: space-between;
}
#head_middle_in .wrapper-center {
    justify-content: space-between;
    align-items: center;
}
#head_left, #head_right {
    display: inline-block;
}
#section_middle {
    margin: 20px 0;   
}
#home_middle{
    padding: 20px 0;
}
#home_middle_in {
    margin: 0 -10px;
}
#head_middle_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
/*FOOTER*/

#section_footer{
    padding: 20px 0px;
    background: url(/application/media/background/footer.jpg) center fixed no-repeat;
    background-size: cover;
}
#foot {

    background-color: var(--green-color);
}
#foot .wrapper-center {
    padding: 5px;
    text-align: center;
}
#foot a {
    color: white;
}
#footer{
    text-align: right;
    padding: 20px 0px;
}
#foot_bottom .footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#foot_bottom .block-textarea .box-in {
    padding: 20px 0;
}
#foot_bottom .footer-info .call:first-child {
    bottom: 36px;
    z-index: 10;
}
#foot_bottom .block-textarea .box-in .title {
    margin: 5px 10px 10px 0px;
}
#foot_bottom .block-textarea .box-in .content p {
    height: 200px;
} 
#foot_bottom_in {
    justify-content: space-between;
}
@media screen and (min-width: 769px) {
    #foot_bottom_left {
        width: 30%;
    }
    #foot_bottom_right {
        width: 65%;
    }
}
.block-mobile-buttons {
    z-index: 3;
    position: fixed;
    left: 10px;
    bottom: 10px;
}
.pulse {
    cursor: pointer;
    margin: 25px 10px;
    padding: 8px;
    background-color: #0DACD8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pulse:hover { background-color: #00AD58 }
.pulse::before,
.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #0DACD8;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}
.pulse::after { animation-delay: 0.3s }
.pulse:hover::before, 
.pulse:hover::after { border: 1px solid  #00AD58 }
.pulse img { width: 32px; height: 32px; }
@keyframes pulse {
    0% { transform: scale(0.5); opacity: 0 }
    50% { transform: scale(1); opacity: 1 }
    100% { transform: scale(1.3); opacity: 0 }
}



/*BLOCK*/

.block-default hr,.block-background hr {
    margin-bottom: 20px;
    width: 120px;
    border: 1px solid var(--green-color);
    background-color:  var(--green-color);
}
.block-default-title {  
    font-family: 'Josefin Sans', sans-serif;
    color: #404040;
    font-size: 25px;
    margin: 30px 0 0px 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
}

.block-background {
    background-size: cover;
}
.block-background-in {
    margin: 30px 0;
    padding: 10px 0 40px 0;
}
.block-background-in .block-default-title,
.block-background-in .block-content-ckeditor .content {
    color: #fff;
    text-shadow: 0px 1px 5px #000;
}

.block-foot-title{
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.block-path{
    padding: 20px;
    margin: 10px;
    border: 2px solid red;
    height: calc(100% - 60px);
    position: relative;
}
.block-path-title{
    position: absolute;
    background-color: #fff;
    top: -15px;
    height: 30px;
    padding: 0px 15px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
}

.block-path-all{
    font-weight: bold;
    position: absolute;
    bottom: -15px;
    right: 15px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0px 15px;
    background-color: #fff;
    font-size: 14px;
}

/*public*/
.box-title-large-small{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0px;
    margin: 30px 0px;
    position: relative;
}

.box-title-large-small:after{
    content: "";
    display: block;
    width: 200px;
    border-bottom: 1px dashed var(--dark-color);
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
.box-title-large-small .title-large{
    line-height: 1;
    margin: 0px 5px;
    color: green;
    font-size: 30px;
    text-transform: uppercase;
}
.box-title-large-small .title-small{
    line-height: 1;
    margin: 0px 5px;
    font-size: 25px;
    font-weight: normal;
}
.footer-bottom-in {
    margin: 0 -20px;
}

/*
@media screen and (min-width: 569px) { 
    .sticky-menu {
        position: fixed !important;
        top: 0 !important;
        padding: 0 !important;
    }
    .fixed-logo {
        margin-left: 15px;
        max-height: 20px !important;
    }
}    */
