/* ===================================================================section lien he================================================================= */
textarea:hover, textarea:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #ffc105 !important;
}
.wrap-noi-dung textarea{
    min-height:120px;
    font-size: 2.2rem;
}
.wrap-noi-dung textarea::placeholder{
    font-size: 2.2rem;
}
section#lienHe{
    padding-bottom: 20px;
}

section#lienHe >div{
    background-color: var(--bg-gray);
    padding-bottom: 50px;
}
.wrap-dc a, .wrap-sdt-text a, .wrap-gmail a{
    display: inline-block;
    color: var(--text-gray3);
}
.wrap-dktv{
    margin-top: 20px;
}
.wrap-dktv .title-dktv{

}
.wrap-dktv .title-dktv h2{
    font-size: var(--font-h1-size-mobile);
    text-align: left;
    font-family: var(--font-family);
    color: var(--bg-yellow1);
    position: relative;
}
.wrap-dktv .title-dktv h2::before{
    content: "";
    width: 100px;
    height: 2px;
    background: var(--bg-yellow1);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.wrap-ten-sdt{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.wrap-ten-sdt div{
    width: 48%;
}
.invalid-feedback{
    width: 100% !important;
}
input{
    width: 100%;
    height: 40px;
    font-size: var(--font-h3-size-mobile) !important;
}

.wrap-ten-sdt div{

}

.wrap-tieu-de{
    margin-top: 10px;
}

.wrap-noi-dung{
    margin-top: 10px;
}

.wrap-tvtt{
    margin-top: 30px;
}

.wrap-tvtt .title-tvtt h2{
    font-size: var(--font-h1-size-mobile);
    text-align: center;
    font-family: var(--font-family);
    color: var(--bg-yellow1);
    position: relative;

}

.wrap-tvtt .title-tvtt h2::before{
    content: "";
    width: 100px;
    height: 2px;
    background: var(--bg-yellow1);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.wrap-tvtt .description h3{
    font-size: var(--font-h3-size-mobile);
    text-align: center;
    padding-top: 15px;
    color: var(--text-gray3);
    font-weight: bold;
}

.wrap-tvtt .wrap-dc,
.wrap-tvtt .wrap-sdt-text,
.wrap-tvtt .wrap-gmail
{
    margin-top: 10px;
    font-size: var(--font-h2-size-mobile);
}

.wrap-tvtt .wrap-dc span:first-child,
.wrap-tvtt .wrap-sdt-text span:first-child,
.wrap-tvtt .wrap-gmail span:first-child{
    color: var(--bg-yellow1);
    font-size: var(--font-h3-size-mobile);
    margin-right: 5px;
}
.wrap-tvtt .wrap-dc span:last-child,
.wrap-tvtt .wrap-sdt-text span:last-child,
.wrap-tvtt .wrap-gmail span:last-child{
    color: var(--text-gray3);
    font-size: var(--font-h3-size-mobile);
}

.wrap-mess-zalo{
    margin-top: 20px;
    display: flex;

}
.wrap-mess-zalo span:last-child{
    margin-left: 10px;
}
.wrap-mess-zalo img{
    width: 40px;
}


/* button effect */

button.btn-gyc {
    padding: 5px 20px;
    background: var(--bg-yellow1);
    border-radius: 50px;
    font-size: var(--font-h3-size-mobile);
    color: white !important;
    text-transform: none !important;
}
.wrap-btn-gyc{
    margin-top: 10px;
    display: flex;
    justify-content: center;

}
button.btn-gyc img{
    width: 60px;
    height: 28px;
    padding: 0 13px;
}
button{
    cursor: pointer;
}
button:focus{
    outline: none;
}





@media screen and (min-width: 614px){
    .wrap-tvtt{
        margin-top: 20px;
    }
}


/* ===================================================================end section lien he================================================================= */


/* ==========Media Query========== */
@media (min-width: 768px) {

}

@media (min-width: 992px) {

    /* ==========section lien he=========== */

    .wrap-dktv .title-dktv h2{
        font-size: var(--font-h1-size-desktop);
    }

    .wrap-dktv .title-dktv h2::before{
        width: 150px;
        left: 0;
    }



    input{
        height: 40px;
        font-size: var(--font-h3-size-tablet) !important;
    }

    .wrap-btn-gyc{
        margin-top: 15px;
    }
    .wrap-btn-gyc .btn-gyc{
        font-size: var(--font-h3-size-tablet);
    }
    .wrap-tvtt .title-tvtt h2{
        font-size: var(--font-h2-size-desktop);
    }


    .wrap-tvtt .title-tvtt h2::before{
        width: 150px;
        transform: translate(5%);
    }

    .wrap-tvtt .description h3{
        font-size: var(--font-h3-size-desktop);
        padding-top: 20px;
    }

    .wrap-tvtt .wrap-dc,
    .wrap-tvtt .wrap-sdt,
    .wrap-tvtt .wrap-gmail
    {
        font-size: var(--font-h2-size-desktop);
    }

    .wrap-tvtt .wrap-dc span:first-child,
    .wrap-tvtt .wrap-sdt span:first-child,
    .wrap-tvtt .wrap-gmail span:first-child{
        font-size: var(--font-h3-size-tablet);
    }
    .wrap-tvtt .wrap-dc span:last-child,
    .wrap-tvtt .wrap-sdt-text span:last-child,
    .wrap-tvtt .wrap-gmail span:last-child{
        font-size: var(--font-h3-size-tablet);
    }
    /* =======end section lien he========== */


}

@media (min-width: 1200px){
    .ttkh-price .sale {
        right: -175px;
    }
    .lb-close{
        position: absolute;
        float: none;
        top: -20px;
        right: 30px;
    }
}
@keyframes anione {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

