/*
Theme Name: paldo
Author: paldo
Description: Paldo theme
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

.images_swiper_wrapper {
    overflow: hidden;
}


/*---------------------------------------------- Header --------------------------------------------------*/
ul.polylang_langswitcher {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.polylang_langswitcher li {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    font-weight: 600;
}

ul.polylang_langswitcher li:last-child:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #A9A9A9;
}

#header .mobile-toggle {
    background: transparent url("assets/images/mobile_menu_ico.png") center center no-repeat;
    background-size: 32px;
}

#header .mobile-toggle i {
    visibility: hidden;
}

#side-nav-panel .menu-wrap {
    margin: 50px 0;
    padding: 0;
}

.accordion-menu li.menu-item>a {
    padding: 15px 20px;
    font-size: 14px;
}

/*---------------------------------------------- Footer --------------------------------------------------*/
.footer_bottom.vc_row.wpb_row {
    padding: 10px 0 !important;
    background: #fff;
}

.footer_bottom.vc_row.wpb_row * {
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
}

.footer_main_wrapper.vc_row.wpb_row {
    padding: 35px 0;
}

.footer_logo img {
    max-width: 108px;
}

.footer-col_1 h5.vc_custom_heading {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.footer-col_2,
.footer-col_3
{
    margin-top: 63px;
}

.footer-col_4  {
    margin-top: 55px;
}

.footer_social_links .wpb_image_grid .wpb_image_grid_ul img {
    width: 29px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
}

.footer_social_links .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin-right: 10px;
}


/*---------------------------------------------- Homepage --------------------------------------------------*/

/******************************** Who we are & listing image ******************************/
.section_2.vc_row.wpb_row.top-row {
    background-size: 100% 100%;
    padding: 65px 0 20px;
    margin-bottom: 0;
}

.heading_white {
    display: inline-block;
    background: #fff;
    padding: 2px 10px;
    color: #EB1C23;
}

.s2_top_heading {
    margin-left: 5px;
}

h2.s2_title {
    margin-bottom: 14px;
}

h5.s2_sub_heading {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 60px;
}

.s2_counter {
    color: #fff;
}

.s2_counter .stats-top .porto-sicon-top,
.s2_counter .stats-top .stats-desc {
    text-align: left;
}

.s2_counter .stats-block .stats-text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#list_img_ico_wrapper {
    max-width: 935px;
    margin: auto;
    padding: 65px 0 30px;
}

#list_img_ico_wrapper img {
    width: 100px;
    transition: transform .3s ease;
}

#list_img_ico_wrapper img:hover {
    transform: scale(1.2);
}

.list_img_ico_item {
    margin-bottom: 35px;
}

.section_3.vc_row.wpb_row {
    margin-bottom: 40px;
}



/******************************** Company in the group ******************************/

#section_4 {
    padding: 0 0 25px;
    margin-bottom: 50px;
}

#section_4_1 {
    margin-bottom: 10px;
}

.s4_top_heading {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    background-color: #EB1C23;
}

.s4_top_heading:before {
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: #EB1C23;*/
    /*content: "";*/
    /*transition: transform 0.8s;*/
    /*transform-origin: 0 0;*/
    /*z-index: -1;*/
}

.s4_top_heading[data-appear-animation]:before {
    /*transform: scaleX(0);*/
}

.s4_top_heading.appear-animation-visible:before {
    /*transform: scaleX(1);*/
}

.company_in_the_group_wrapper_headinng .wpb_wrapper.vc_column-inner {
    position: relative;
    padding-right: 300px;
}

.xem_tat_ca_desktop {
    position: absolute;
    content: "";
    top: 35%;
    right: 0;
    transform: translateY(-50%);
}

.xem_tat_ca_mobile {
    text-align: center;
    margin: 10px 0;
    display: none;
}

.citg_img_2 {
    display: none;
}



/******************************** Our Product ******************************/
.out_product_item {
    margin-bottom: 30px;
}

.out_product.vc_row.wpb_row {
    margin-bottom: 60px;
}

.out_product_item a {
    display: block;
}



/******************************** Video lib ******************************/
.videoo_lib.vc_row.wpb_row {
    margin-bottom: 30px;
}

.video_lib_item a {
    display: block;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #9E9E9E;
}

.video_lib_item a:hover {
    color: #EB1C23;
}

.video_lib_item .video_content {
    padding: 16px;
}

.out_product_item a,
.over-img {
    overflow: hidden;
}

.out_product_item a img,
.over-img img {
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
}

.out_product_item a:hover img,
a:hover .over-img img {
    -ms-transform: scale(1.05) rotate(0.002deg);
    -o-transform: scale(1.05) rotate(0.002deg);
    -moz-transform: scale(1.05) rotate(0.002deg);
    -webkit-transform: scale(1.05) rotate(0.002deg);
    transform: scale(1.05) rotate(0.002deg);
}

.over-img {
    position: relative;
}

.portfolio-sns-icon.youtube {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 40px;
    height: 70px;
    text-align: center;
    border-radius: 0 0 30px 30px;
    background-color: #ff0000;
}

.portfolio-sns-icon.youtube i {
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #fff;
    line-height: 46px;
}




/******************************** Readmore css ******************************/
.videoo_lib .xem_tat_ca {
    text-align: center;
    margin: 10px 0;
}

.read-more-btn {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #252525;
}

.read-more-btn:hover {
    color: #252525;
}

.read-more-btn:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background-color: #fff2e5;
    content: "";
    border-radius: 50%;
    transition: all 0.7s;
}

.read-more-btn.green:before {
    background-color: #FF7272;
}

.read-more-btn:hover:before {
    left: 100%;
}

.read-more-btn em,
.read-more-btn i {
    position: relative;
    transition: all 0.7s;
    font-style: normal;
}

.read-more-btn i {
    top: 3px;
    margin-left: 10px;
    font-size: 1.23em;
}

.read-more-btn:hover i {
    transform: translateX(12px);
    letter-spacing: -0.15px;
}

.read-more-btn:hover em {
    letter-spacing: 1px;
}

.xi-long-arrow-right:before {
    content: "\e90b";
}




/*---------------------------------------------- Single --------------------------------------------------*/
.body_wrapper .vc_column_container.col-md-8 {
    width: 60%;
}

.body_wrapper .vc_column_container.col-md-4 {
    width: 40%;
}

.title_wrapper.vc_row.wpb_row {
    margin-top: 60px;
    margin-bottom: 70px;
}

.title_wrapper.vc_row.wpb_row .wpb_single_image img {
    max-height: 41px;
    width: auto;
}

.title_wrapper .wpb_single_image.wpb_content_element {
    margin-bottom: 13px;
}

.title_wrapper .vc_custom_heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.title_wrapper h2.vc_custom_heading {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 41px;
    line-height: 51px;
}



.row.single_2_boxes {
    margin-bottom: 40px;
}

.single_heading_1 {
    display: inline-block;
    background: #EB1C23;
    padding: 2px 10px;
    color: #fff;
    margin-bottom: 30px;
}

h5.single_heading_2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #8D1D21;
    margin-bottom: 0;
}

h5.single_heading_3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 16px;
}

.sing_text_2_boxes_title  {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #8D1D21;
}

.sing_text_2_boxes_content,
.sing_text_2_boxes_content *
{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #252525;
}

.sing_text_2_boxes_content ul {
    list-style: none;
    margin: -20px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.sing_text_2_boxes_content ul li {
    padding: 3px 14px;
    margin-bottom: 10px;
    background: #FF7272;
    border-radius: 50px;
    text-align: center;
    margin-right: 8px;
    color: #fff;

    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

.single_section_3.vc_row.wpb_row {
    margin-bottom: 60px;
}

div#pando_vn_nav_wrapper {
    text-align: right;
    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 10px;
}

.is-button-next,
.is-button-prev {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #252525;
    position: relative;

}

.is-button-next {
    padding-right: 23px;
    margin-left: 10px;
}

.is-button-next:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: url("assets/images/arrow-right.png") center center no-repeat;
    background-size: 10px 11px;
    width: 10px;
    height: 11px;
    transition: all 0.2s ease-in-out;
}

.is-button-prev {
    padding-left: 23px;
    margin-right: 10px;
}

.is-button-prev:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(180deg);
    background: url(assets/images/arrow-right.png) center center no-repeat;
    background-size: 10px 11px;
    width: 10px;
    height: 11px;
    transition: all 0.2s ease-in-out;
}

.is-button-next:hover:after {
    right: 0;
}
.is-button-prev:hover:after {
    left: 0;
}

.single_section_4.vc_row.wpb_row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.company_info_wrapper {
    position: relative;
    display: block;
}

.company_info__image {
    max-height: 285px;
    overflow: hidden;
    position: relative;
}

.company_info__image:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(255, 0, 0, 0.71) 100%);
}

.company_info_ct_wrapper {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    padding: 14px;
    width: 100%;
}

.company_info_ct_inner img {
    max-height: 36px;
    width: auto;
}

.single_section_4 h2.vc_custom_heading {
    font-size: 40px;
    line-height: 50px;
}