/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'UTM Avo';
    src: url('/wp-content/themes/flatsome-child/fonts/utm-avo/UTM-Avo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: 'UTM Avo', sans-serif !important;
}





.pl_service4 .service_item {
  background: rgb(255, 179, 0) !important;
}
.pl_service2 {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
}

.pl_service2 .service_item {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #999;
    transition: all 0.5s ease;
}
.pl_service2 .service_item:hover {
    background-color: #f35454;
    color: #fff;
}
.pl_service2 .service_icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_service2 .service_icon .icon {
    width: 50%;
    height: 50%;
    margin: 0;
}
.pl_service2 .service_value_con {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
}
.pl_service2 .service_value_con .iconSpan{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
}
.pl_service2 .service_item:hover .service_value_con {
    opacity: 1;
    width: 220px;
    padding-right: 10px;
}
.pl_service2 .service_value {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #f35454;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.pl_service2 .service_value.dh {
    padding-left: 35px;
}
.pl_service2 .service_value p {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pl_service2 .service_img {
    width: 120px;
    height: 120px;
    padding: 10px;
    position: absolute;
    right: calc(100% + 223px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.pl_service2 .service_item:hover .service_img {
    display: block;
}
.pl_service2 .service_img img {
    width: 100%;
    height: 100%;
}
.pl_service2 .service_value .icon {
    width: 20px;
    height: 20px;
}
.pl_service2 .service_value::after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #f35454;
    border-bottom: 6px solid transparent;
}

/* æ•ˆæžœ3 */
.pl_service3 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.pl_service3 .item_con {
    text-align: right;
}
.pl_service3 .service_item {
    padding-left: 43px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: #999;
    color: #fff;
    overflow: hidden;
    transition: width 0.4s;
    position: relative;
    cursor: pointer;
}
.pl_service3 .service_item.wx {
    background: #64c548;
}
.pl_service3 .service_item.qyszmp {
    background: #009ca0;
}
.pl_service3 .service_item.skype {
    background: #00a3ed;
}
.pl_service3 .service_item.alww {
    background: #1ac1ed;
}
.pl_service3 .service_item.whatsapp {
    background: #3dceb2;
}
.pl_service3 .service_item.yj {
    background: #3f6ee0;
}
.pl_service3 .service_item.qq {
    background: #529cd1;
}
.pl_service3 .service_item.kf {
    background: #f56c6c;
}
.pl_service3 .service_item.kfz {
    background: #999;
}
.pl_service3 .service_item.link {
    background: #f60;
}
.pl_service3 .service_item.tel {
    background: #06f;
}
.pl_service3 .service_item.custom {
    background: #fc0;
}
.pl_service3 .service_item.smService {
    background: #6bd8bb;
}
.pl_service3 .service_item:hover {
    width: 206px;
}
.pl_service3 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 43px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_service3 .service_icon .icon {
    width: 60%;
    height: 60%;
    margin: 0;
}
.pl_service3 .service_value {
    margin-top: 5px;
    padding: 0 5px;
    text-align: left;
    line-height: 18px;
}
.pl_service3 .service_value.dh {
    line-height: 35px;
    text-align: center;
    width: 120px;
}

/* æ•ˆæžœ4  */
.pl_service4 {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
}
.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}
.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #000;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}
.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}
.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
	fill: currentColor;
}
.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}
.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
}
.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
color:fff;
}
.pl_service4 .service_value.dh {
    line-height: 40px;
}
.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}
.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}
.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}
.service_value p{
	margin: 0px;
}
.service_value a,
.service_value a:hover,
.service_value a span,
.service_value a span:hover{
	color:white;
}