* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.main-f {
    margin-top: 192px;
    margin-bottom: 210px;
}

.plistcet {
    width: 1140px;
    margin: 0 auto;
}

.sff {
    padding-top: 35px;
    display: block;
    position: relative;
}

.sfsear-in {
    border: 1px solid #E0E0E0;
    height: 54px;
    border-radius: 27px;
    width: 100%;
    padding-left: 55px;
}

.plistcet * {
    box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.sfsbtn {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

/* .sfsbtn:before {
    content: '\e900';
    position: absolute;
    width: 54px;
    height: 54px;
    text-align: center;
    font-family: icomoon_seh;
    color: #E0E0E0;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    transition: all 0.6s ease 0s;
} */

.sfsbtn2 {
    display: none;
}

.sf-self:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #E0E0E0;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.sf-self {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}



.sel-sin:first-child {
    margin-left: 0px;
}

.sel-sin {
    float: left;
    color: #000000;
    font-size: 14px;
    margin-left: 30px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.sf-re {
    margin-top: 15px;
    color: #9c433e;
    font-size: 14px;
}

.ulaaaaaaaa {
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
}

.ulaaaaaaaa>li img {
    width: 100%;
}

.ulaaaaaaaa>li div {
    padding: 20px;
}

.ulaaaaaaaa li {
    border: 1px solid #E0E0E0;
    list-style: none;
    margin-right: 10px;
    width: 32%;
}

.plistcet {
    position: relative;
}

.sssssssss {
    z-index: 111;

    top: 52px;
    left: 14px;

    position: absolute;
    width: 20px;
    height: 20px;
}

.sssssssss img {
    width: 100%;
}

.Contact {
    transition: all 0.3s;
    cursor: pointer;
    width: 187px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 12px;
    font-weight: bold;
    background-color: #00529F;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 45px;
}

.complex-button {
    /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.complex-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 1s ease-in-out;
}

.complex-button:hover::before {
    left: 100%;
}

.complex-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out;
}

.complex-button:hover::after {
    width: 100%;
}

.complex-button span {
    position: relative;
    z-index: 1;
}

.complex-button:hover {
    color: #ffffff;
    background-color: #E60012;
}

@media screen and (max-width:1440px) {
    .plistcet {
        width: 94%;
    }
}

@media screen and (max-width:850px) {
    .ulaaaaaaaa li {
        width: 47%;
    }

    /* .request{
        margin-top: 210px;
    } */

}

.main-f {
    margin-top: 110px;
}