/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Duc Pham (Opal Team)</a>
* Template: smartic
* Version: 1.7.1
*/

body {
   background: url("images/pattern.png");
}
@media (max-width: 1024px){
    [data-elementor-type='footer'] {
        margin-bottom: 0!important;
    }
} 
.elementor-location-footer .menu{
   list-style: none;
   margin: 0;
   padding: 0;
}
.elementor-location-footer .menu li{
   margin-bottom: 10px;
}
.elementor-location-footer .menu li a{
   list-style: none;
   font-weight: 600;
   font-size: 18px;
}

/* Contact forms */
.custom_row {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:-10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom_row .col {
    float: left;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .custom_row .col.large_4 {
        max-width:33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }

    .custom_row .col.large_6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
.custom_row textarea,
.custom_row input:not([type="checkbox"]) {
    width: 100%;
}
.custom_row [type="checkbox"]{
    margin-right: 10px;
    margin-bottom: 20px;
}
.custom_row .wpcf7-acceptance .wpcf7-list-item {
   margin-left:0;
}
.wpcf7-submit{
    max-width: 250px;
    transition: background .3s, color .3s ease-in-out;
}
.rev-btn a{
    color: inherit;
}

.half-circle-decoration {
    width: 100px;
    height: 50px;
    border-radius: 0 0 150px 150px;
    transform: rotate(-45deg);
}
.half-circle-decoration.orange {
    background-color: #f7924f;
}
.half-circle-decoration.purple {
    background-color: #4f1444;
}

.slick-slider button.slick-prev,
.slick-slider button.slick-next{
    color: #fff;
    background-color: var(--accent);
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-prev:focus,
.slick-slider button.slick-next:hover,
.slick-slider button.slick-next:focus{
    color: #fff;
    background-color: var(--e-global-color-c811f34);
}
.elementor-widget-wp-widget-polylang{
    text-align: right;
}
.elementor-widget-wp-widget-polylang ul{
    margin: 0;
    display: block;
    list-style: none;
}
.elementor-widget-wp-widget-polylang ul li{
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.elementor-widget-wp-widget-polylang ul li:before{
    top:50%;
    right: -3px;
    width: 2px;
    content: '';
    height: 17px;
    position: absolute;
    transform: translateY(-50%);
    background-color: var(--e-global-color-c811f34);
}
.elementor-widget-wp-widget-polylang ul li:last-child{
    padding-right: 0;
}
.elementor-widget-wp-widget-polylang ul li:last-child::before{
    content: none;
}
.elementor-widget-wp-widget-polylang ul li a {
    color: var(--e-global-color-c811f34);
    text-transform: uppercase;
    font-weight: 600;
}
.elementor-widget-wp-widget-polylang ul li.current-lang a,
.elementor-widget-wp-widget-polylang ul li a:hover {
    color: var(--accent);
}

#breadcrumbs {
    font-size: 13px!important;
}

.timeline_wrap p:last-child {
    margin-bottom: 0;
}
.timeline_wrap .time_row {
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
.timeline_wrap .time_row:first-child:before {
    top:10px;
    height: calc(100% - 10px);
}
.timeline_wrap .time_row:last-child {
    padding-bottom: 0;
}
.timeline_wrap .time_row:before {
    top: 0;
    left: 0;
    width: 1px;
    content:'';
    height: 100%;
    position: absolute;
    background-color: #cebecb;
}
.timeline_wrap .time_row .year {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    color: var(--e-global-color-c811f34);
}

.timeline_wrap .time_row .year:before {
    top:50%;
    content:'';
    width: 25px;
    position: absolute;
    right: calc(100% + 5px);
    border-top: 1px dashed #a2a2a2;
}
.timeline_wrap .time_row .year:after {
    top:50%;
    content:'';
    width: 10px;
    height: 10px;
    left: -35px;
    border-radius:100%;
    background: var(--accent);
    position: absolute;
    transform: translateY(-50%);
}