.dt-hide {
    display: none;
}

.d-inline {
    display: inline-block;
}

.ml-15 {
    margin-right: 15px;
}

.ml-3 {
    margin-left: 13px;
}
a:hover{
    cursor: pointer;
    color:#41c4ce;
}
.mn .active{
    color:#41c4ce;

}
.mimg100 {
    max-width: 100%;
}

.img100 {
    width: 100%;
}

.pd-3 {
    padding: 30px 40px;
}

.filer {
    filter: grayscale(1);
}

.filer:hover {
    filter: grayscale(0);
}

.partners__inner ul {
    width: 100%;
}

.partners__inner li {
    width: 19%;
    display: inline-flex;
}

.partners__inner li img {
    width: 70% !important;
    margin: auto;
}

.fgreen {
    color: #41c4ce;
}

.fred {
    color: #d71f27;
}

.fyellow {
    color: #ffca5b;
}

.fmain {
    color: #423f3f;
}

.fw500 {
    font-weight: 500;
}

.w50p {
    width: 48%;
}

.promotion-top {
    display: inline-block;
    width: 80px;
    height: 400px;
    color: #fff;
    float: right;
    background: #423f3f;
    position: fixed;
    bottom: 20%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 5;
    right: 0;
    text-align: center;
    border-radius: 50px;
}
.promotion-top:hover{
    cursor: pointer;
}

.promotion-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    height: auto;
    line-height: 1.6;
    letter-spacing: 5px;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    overflow: hidden;
    text-shadow: 2px 1px 5px #423f3f36;
}

.flash {
    animation-name: flash;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
.lang{
    color:#423f3f;
}
@keyframes flash {
    from {
        color: #fff;
    }

    to {
        color: #ffca5b;
    }
}

.flash2 {
    animation-name: flash2;
    animation-duration: 0.1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash2 {
    from {
        color: #f4efe9;
    }

    to {
        color: #d71f27;
    }
}

.flash3 {
    animation-name: flash3;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}


.modal-header
{
    border-bottom: 0;
}
@keyframes flash3 {
    from {
        color: #f4efe9;
    }

    to {
        color: #ffca5b;
    }
}

@media (min-width: 1500px) {
    .container-fluid{
        width:1500px;
    }
}
@media (max-width: 1500px) {
    .main-menu-three__search-box:before {
        top: -8px;
        bottom: -8px;
        left: -17px;
        content: "";
        width: 1px;
        background-color: var(--ambed-bdr-color, #e2ddda);
    }

}
.thm-btn2{
    background-color: #423f3f;
}
@media (max-width: 1490px) {

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 30px;
    }

}
@media (max-width: 1409px) {

    .main-menu-three__btn-box .thm-btn {
        padding: 15px 30px 15px;
    }
    .main-menu-three__main-menu-three-box{
        margin-left: 20px;
    }

}

@media (max-width: 1366px) and (min-width: 578px) {
    .main-menu-three__btn-box .thm-btn {
        padding: 15px 30px 15px;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 30px;
    }
}

@media (max-width: 1200px) and (min-width:918px) {
    .main-menu-three__call{
        display: block!important;
    }
    .main-menu-three__call-icon{
        display: none;
    }
    .main-menu-three__right{
        display: block;
    }
    
}


@media (max-width: 1024px) {
    .main-menu-three__call{
        display: block;
    }
    .main-menu-three__call-icon{
        display: none;
    }
    
}





@media (max-width: 917px) {
    .mb-show {
        display: inline-flex;

    }
}
@media (max-width: 576px) {
    .mb-show {
        display:inline-flex;

    }

    .pd-3 {
        padding: 30px 30px;
    }
    .promotion-top{
        width: 54px;
        height: 286px;
    }
    .promotion-top span{
        font-size: 30px;
    }

}

@media (max-width: 375px) {
    .main-menu-three__main-menu-three-box{
        margin-left:0;
    }

}

@media (max-height: 576px) {
    .promotion-top{
        display: none;
    }

}