/*
Theme Name: nguonsong
Author: WebStore
Author URI: tel:0936665880
Theme URI: http://webstore.com.vn
Description: Thiết kế web chuyên nghiệp, cao cấp, chuẩn SEO, ...
Version: 1.0 
*/

:root {
	--c1: #92420F;
}

/* slash style */
.slash {
    display: block;
    overflow: hidden;
    position: relative;
}

.slash::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.slash:hover::after {
    animation: 1s ease 0s normal none 1 running slash;
    animation: 1s ease 0s normal none 1 running slash;
    -webkit-animation: 1s ease 0s normal none 1 running slash;
    -moz-animation: 1s ease 0s normal none 1 running slash;
}

@-webkit-keyframes slash {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@-moz-keyframes slash {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@keyframes slash {
    0% {
        right: 125%
	}
    125% {
        right: 0;
	}
}

/* loader */
.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
}
.loader .app-loader {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(250, 250, 255, 0.6);
}
.app-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    border: solid 2px var(--c1);
    border-top-color: white;
}

.contact_form {
    padding-top: 15px;
}
.contact_form .form-field {
    margin-bottom: 10px;
}

#field-sec .form-group {
    gap: 10px;
    display: flex;
    align-items: center;
}
#field-sec .form-group .captcha {
    gap: 10px;
    display: flex;
    align-items: center;
}