html body{
    padding: 70px 0 0;
}
img {
    pointer-events: none;
}
.l__header {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.l__header .l__inner {
    display: flex;
}

.l__header .l__logo {
    padding: 20px 0;
}

.l__header .l__logo img{
    display: block;
    height: 30px;
}

.l__header .l__header__body {
    display: none;
}
.menus__buttons{
    width: 28px;
    height: 20px;
    cursor: pointer;
    display: block;
    z-index: 99999;
    right: 20px;
    top: 25px;
    position: fixed;
}
.menus__buttons > span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-color);
    display: block;
    -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.menus__buttons > span:nth-child(1) {
  top: 0;
}
.menus__buttons > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menus__buttons > span:nth-child(3) {
  bottom: 0;
}
.menus__buttons.active > span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menus__buttons.active > span:nth-child(2) {
    opacity: 0;
}
.menus__buttons.active > span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}


@media (min-width: 768px) {
    .menus__buttons{
        right: 5.2vw;
    }
}

@media (min-width: 992px) {
    .l__header .l__logo {
        padding: 27px 0;
    }
    .menus__buttons{
        display: none;
    }
    .l__header .l__header__body {
        margin-left: auto;
        display: flex;
    }

    .l__header__body .l__header__lang {
        display: flex;
        margin-left: 15px;
        align-items: center;
    }

    .l__header__body .l__header__lang span {
        margin: 0 8px;
    }

    .l__header__body .l__header__lang a:hover,
    .l__header__body .l__header__lang a.active {
        color: var(--theme-color)
    }

    .l__header__body .l__header__menus {
        display: flex;
        line-height: 54px;
        text-transform: uppercase;
    }

    .l__header__body .l__header__menus ul {
        height: 100%;
        display: flex;
        align-items: stretch;
    }

    .l__header__body .l__header__menus > ul > li {
        padding: 15px 0;
    }
    .l__header__body .l__header__menus > ul > li > a {
        display: block;
        padding: 0 10px;
        margin: 0 10px;
        position: relative;
    }

    .l__header__body .l__header__menus > ul > li > a::before,
    .l__header__body .l__header__menus > ul > li > a::after {
        content: '';
        width: 0px;
        height: 2px;
        position: absolute;
        background: var(--theme-color);
        transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .l__header__body .l__header__menus > ul > li > a::before {
        top: 0;
        left: 0;
    }

    .l__header__body .l__header__menus > ul > li > a::after {
        bottom: 0;
        right: 0;
    }

    .l__header__body .l__header__menus > ul > li > a:hover::before,
    .l__header__body .l__header__menus > ul > li > a:hover::after,
    .l__header__body .l__header__menus > ul > li > a.hover::before,
    .l__header__body .l__header__menus > ul > li > a.hover::after,
    .l__header__body .l__header__menus > ul > li > a.active::before,
    .l__header__body .l__header__menus > ul > li > a.active::after {
        width: 100%;
    }

    .l__header__body .l__header__menus > ul > li > a:hover,
    .l__header__body .l__header__menus > ul > li > a.active {
        color: var(--theme-color);
    }
    .l__header__body .l__header__menus .subnav-items-box {
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        display: none;
        background: rgba(0, 0, 0, 0.9);
    }
    .l__header__body .l__header__menus .subnav-items {
        padding: 4.792vw calc(8.59375vw - 50px) 7.24vw 8.59375vw;
        display: flex;
        align-items: flex-start;
        line-height: normal;
    }
    .l__header__body .l__header__menus .subnav-items .show-thumb {
        width: 23.75vw;
        height: 15.052vw;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all 0.6s;
        transition-delay: 0.3s;
    }
    .l__header__body .l__header__menus .subnav-items .show-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .l__header__body .l__header__menus .subnav-items a {
        color: #BEBEBE;
    }
    .l__header__body .l__header__menus .subnav-items a:hover {
        color: var(--theme-color);
    }
    .l__header__body .l__header__menus .subnav-items .title {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 1.615vw;
    }
    .l__header__body .l__header__menus .subnav-items .box-material {
        margin:0 2.5vw;
        width: 10vw;
        flex-shrink: 0;

    }
    .l__header__body .l__header__menus .subnav-items .box-material .more a {
        font-size: 12px;
        font-weight: 500;
        color: #8C8B8B;
    }
    .l__header__body .l__header__menus .subnav-items .box-material ul {
        display: block;
    }
    .l__header__body .l__header__menus .subnav-items .box-material ul li img {
        display: none;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry {
        flex: 1;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul li {
        margin-left: 0.46875vw;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul li:nth-child(7n +1) {
        margin-left: 0;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul li a {
        display: block;
        width: 5.729vw;
        font-size: 14px;
        overflow: hidden;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul li img {
        width: 100%;
        height: 3.646vw;
    }
    .l__header__body .l__header__menus .subnav-items .box-industry ul li span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 1200px) {
    .l__header__body .l__header__menus > ul > li > a {
        padding: 0 15px;
        margin: 0 15px;
    }

    .l__header__body .l__header__lang {
        margin-left: 20px;
    }
}

@media (min-width: 1440px) {
    .l__header__body .l__header__menus > ul > li > a {
        padding: 0 20px;
        margin: 0 20px;
    }

    .l__header__body .l__header__lang {
        margin-left: 30px;
    }
}

.l__banner {
    position: relative;
}

.l__banner img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.l__banner .text {
    position: absolute;
    bottom: 10%;
    padding: 0 20px;
    color: #ffffff;
}

.product__banner .text {
    color: #1d1a19;
}

.l__banner .text h2 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 2.4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.l__banner .text p {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .l__banner .text {
        padding: 0 8.125vw;
    }

    .l__banner .text p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .l__banner .text h2 {
        font-size: 4.8rem;
    }
}

@media (min-width: 1920px) {
    .l__banner .text {
        padding: 0 156px;
    }

    .l__banner .text h2 {
        font-size: 7rem;
    }
}

.l__container {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .l__container {
        padding: 0 8.125vw;
    }
}

@media (min-width: 1920px) {
    .l__container {
        padding: 0 156px;
    }
}


.l__container__inner {
    padding: 0 20px;
}

.l__container__padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

@media (min-width: 768px) {
    .l__container__padding {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .l__container__inner {
        padding: 0 7.8vw;
    }
}

@media (min-width: 992px) {
    .l__container__padding {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}





.l__footer{
    padding: 50px 20px 40px;
    background: #414141;
}
.l__footer .footer_logo img{
    display: block;
    height: 30px;
    margin: 0 auto;
}
.footer_address{
    margin-top: 40px;
}
.footer_address h2{
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}
.footer_address p{
    font-size: 14px;
    color: #919395;
}
.footer_address a{
    color: #919395;
    font-size: 14px;
    display: inline-block;
    padding-left: 15px;
    background: url(../images/address.png) no-repeat;
    background-size: auto 18px;
    text-decoration: underline;
}
.footer_tel{
    margin-top: 30px;
    color: #ffffff;
}
.footer_tel a{
    color: #ffffff;
}
.footer_tel .tel_title{
    font-size: 16px;
    font-weight: bold;
}
.footer_tel a.tel, .footer_tel a.email{
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/tel.png) no-repeat center left;
    background-size: 24px 24px;
}
.footer_tel a.email {
    margin-top: 5px;
    display: block;
    background-image: url(../images/icon_eamil.png);
}

.footer_tel a.tel:hover, .footer_tel a.email:hover {
    color: #ff6a00;
}

.footer_tel p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer_tel a.message{
    margin-top: 10px;
    background: #ff6a00;
    height: 40px;
    width: 180px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
}
.footer_tel a.message i{
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
    background: url(../images/email.png);
    background-size: cover;
}
.l__footer__right{
    display: none;
}
.l__footer__apps {
    /*margin-top: 24px;*/
    display: flex;
    color: #FFF;
    align-items: center;
}
.l__footer__apps .label {
    display: none;
    font-size: 14px;
}
.l__footer__apps .item {
    width: 56px;
    height: 56px;
    margin-left: 27px;
    background-color: #373535;
    border-radius: 50%;
    cursor: pointer;
    transition: all .6s;
}
.l__footer__apps .item:hover {
    background-color: #ff6a00;
}
.l__footer__apps .item img {
    width: 100%;
    height: 100%;
}
.l__footer__copyright{
    margin-top: 30px;
}
.copyright-info {
    margin-top: 20px;
}
.copyright-info, .copyright-info a{
    color: #919395;
    line-height: 24px;
    font-size: 12px;
}
.copyright-info a:hover {
    color: #ff6a00;
}
.footer__copyright-record {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
@media (min-width: 768px) {
    .l__footer{
        padding: 60px 5.2vw;
    }
    .l__footer__top{
        display: flex;
    }
    .l__footer .footer_logo img{
        margin-left: 0;
        height: 50px;
    }
    .l__footer__right{
        display: flex;
        color: #ffffff;
        margin-left: auto;
    }
    .l__footer__right > div{
        margin-left: 40px;
    }
    .l__footer__right > div:nth-child(2){
        display: none;
    }
    .l__footer__right a{
        color: #ffffff;
    }
    .l__footer__right dl {
        min-width: 150px;
        min-height: 120px;
        padding: 10px 15px 0;
        border-top: 1px solid #3a3a3a;
    }
    .l__footer__right dl dt{
        font-weight: bold;
        font-size: 16px;
        line-height: 50px;
    }
    .l__footer__right dl dd{
        line-height: 30px;
        font-size: 14px;
    }
    .l__footer__right dl dd a{
        color: #919395;
    }
    .l__footer__right dl dd a:hover {
        color: #ff6a00;
    }
    .l__footer__apps .label {
        display: block;
    }
    .copyright-info {
        margin-top: 0;
    }
    .copyright-info, .copyright-info a {
        text-align: right;
    }
    .footer__copyright-record {
        flex-direction: row;
    }
    .sx {
        display: flex;
    }
    .sx>div{
        margin-right: 80px;
    }
    .sx>div:nth-child(2){
        margin-right: 0;
    }
    .sx .name{
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .l__footer{
        padding: 100px 5.2vw 60px;
    }
    .l__footer__right > div:nth-child(2){
        display: block;
    }
    .footer_tel{
        margin-top: 50px;
    }
    .footer_tel p{
        margin-bottom: 30px;
    }
    .footer_tel a.tel, .footer_tel a.email{
        font-size: 24px;
        padding-left: 40px;
        background-size: 30px 30px;
    }
    .footer_tel a.message{
        width: 300px;
        height: 60px;
        border-radius: 45px;
    }
    .footer_tel a.message i{
        width: 24px;
        height: 24px;
    }
    .l__footer__copyright{
        margin-top: 24px;
    }
}
@media (min-width: 1680px) {
    .l__footer__right > div{
        margin-left: 60px;
    }
}










.l__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
}
@media (min-width: 992px) {
    .l__nav {
        display: none;
    }
}

.l__nav__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #323231;
    -webkit-clip-path: circle(0 at calc(100% - 34) 35px);
    clip-path: circle(0 at calc(100% - 34px) 35px);
    -webkit-transition: -webkit-clip-path 6s cubic-bezier(0.26, 1, 0.48, 1) 0s;
    transition: -webkit-clip-path 0.6s cubic-bezier(0.26, 1, 0.48, 1) 0s;
    transition: clip-path 0.6s cubic-bezier(0.26, 1, 0.48, 1) 0s;
    transition: clip-path 0.6s cubic-bezier(0.26, 1, 0.48, 1) 0s, -webkit-clip-path 6s cubic-bezier(0.26, 1, 0.48, 1) 0s;
    overflow: hidden;
    will-change: clip-path;
}

.l__nav__contents {
    position: relative;
    width: 100%;
    height: 100%;
}

.l__nav__head {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #222;
    width: 100%;
    padding: 20px 0;
}
.l__nav__head img{
    display: block;
    height: 30px;
}

.l__nav__head__wrap {
    padding-right: 130px;
    padding-left: 20px;
}

.l__nav__body {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 70px;
    align-items: center;
}

.l__nav__body__wrap {
    width: 100%;
    padding: 0 7vw;
}



.l__nav__menu__item {
    overflow: hidden;
}

.l__nav__menu__item a {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 2.4;
    text-transform: uppercase;
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.l__nav__menu__item a span {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
}

.l__nav__menu__item a:hover {
    color: #ff5e00;
}

.l__nav__menu__item.language {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l__nav__menu__item.language a {
    padding: 0 16px;
    font-size: 22px;
}

.l__nav__menu__item.language span {
    color: #ffffff;
}




.l__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9999;
}

.l__nav.is-open .l__nav__wrap {
    -webkit-clip-path: circle(140% at calc(100% - 34px) 35px);
    clip-path: circle(140% at calc(100% - 34px) 35px);
    -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
    transition: -webkit-clip-path 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
    transition: clip-path 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
    transition: clip-path 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s, -webkit-clip-path 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
}

.l__nav.is-open .l__nav__menu__item a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.l__nav.is-open .l__nav__menu__item:nth-child(1) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(2) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(3) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(4) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.7s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.7s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.7s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.7s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.7s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(5) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.8s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.8s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.8s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.8s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.8s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(6) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.9s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.9s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.9s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.9s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.9s;
}

.l__nav.is-open .l__nav__menu__item:nth-child(7) a {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 1s;
    transition: color 0.2s ease-out, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 1s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 1s;
    transition: color 0.2s ease-out, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1) 1s;
}

/*** menu close ***/
.l__nav.is-open.is-close .l__nav__wrap {
    -webkit-clip-path: circle(0 at calc(100% - 34px) 35px);
    clip-path: circle(0 at calc(100% - 34px) 35px);
}

.contact-box {
    position: fixed;
    right: 1vw;
    top: 50vh;
    transform: translateY(-50%);
    width: 60px;
    background-color: #ff5e00;
    border-bottom: 1px solid #ff5e00;
    z-index: 1000;
    border-radius: 5px;
    /*overflow: hidden;*/
}
.contact-box-item {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    border-top: 1px solid #FFFFFF;
    position: relative;
}
.contact-box-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.contact-box-item .item-tooltips {
    padding: 0 10px;
    display: none;
    position: absolute;
    right: calc(100%);
    top: 0;
    transform: translateY(calc(-50% + 30px));
}

.contact-box-item .item-tooltips:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-5px) rotate(45deg);
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.contact-box-item .item-tooltips .item-tooltips__content {
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 10px 8px;
}
.contact-box-item .item-tooltips .item-tooltips__content img {
    width: 160px;
    max-width: none;
}
.contact-box-item:first-child {
    border-top: none;
}
.contact-box-item:hover .item-tooltips {
    display: block;
}
#customerMessage .input-group-text {
    background-color: transparent;
    border-right: 0;
}
#customerMessage .no-border {
    border-left: 0;
}
#customerMessage .form-control, #customerMessage .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}
#customerMessage .invalid-feedback {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}

#customerMessage .invalid-feedback.show {
    height: 21px;
}
#customerMessage .checkcode-img {
    cursor: pointer;
}
#customerMessage .checkcode {
    height: 30px;
    cursor: pointer;
}
