/*!
Theme Name: azttech child
Theme URI: https://azttech.vn/
Author: azttech.vn
Author URI: https://azttech.vn/
Template: azttech
Description: AZTTech Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: azttech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

azttech is based on azttech https://underscores.me/, (C) 2012-2020 Automattic, Inc.
azttech is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
    --site-primary-color: #0091FF;
    --site-second-color: #F0E68C;
    --font-primary-color: #333;
    --font-second-color: #FFF;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: var(--font-primary-color);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.back-to-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    z-index: 999;
    color: var(--font-second-color);
    background: rgba(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #CCC;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-primary-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-date,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-date,
.wpcf7-textarea {
    padding: 10px 15px !important;
}

.wpcf7-submit {
    padding: 10px 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    color: var(--font-second-color) !important;
    background: var(--site-primary-color) !important;
}

.wpcf7-spinner {
	margin: 10px auto;
	display: block;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}

#serviceModal .modal-header {
	color: var(--font-second-color);
	background: var(--site-primary-color);
}

.btn-service-modal-close {
	outline: none;
	background-color: var(--font-second-color);
}

.modal-title {
	width: 100% !important;
	font-size: 18px !important;
	line-height: 23px !important;
	font-weight: 700;
	text-align: center;
}

.order-form-hotline a {
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
}

.order-form-hotline a,
.order-form-hotline a:visited {
	color: var(--font-second-color);
	background: var(--site-primary-color);
}

.order-form-hotline a:hover,
.order-form-hotline a:focus {
	color: var(--font-primary-color);
	background: var(--site-second-color);
}

.order-form-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: var(--site-primary-color);
}
/*-- end site modal content css --*/


/*-- site branding content css --*/
.site-branding {
    padding: 10px 0;
}

.branding-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.branding-content-right {
    justify-content: flex-end;
}

.btn-header-booking,
.btn-header-hotline {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.btn-header-booking {
	margin-right: 10px;
}

.btn-header-booking,
.btn-header-booking:visited,
.btn-header-hotline,
.btn-header-hotline:visited {
    color: var(--font-second-color);
	background: var(--site-primary-color);
}

.btn-header-booking:hover,
.btn-header-booking:focus,
.btn-header-hotline:hover,
.btn-header-hotline:focus {
    color: var(--font-primary-color);
    background: var(--site-second-color);
}
/*-- end site branding content css --*/


/*-- site navigation css --*/
.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    height: 90px !important;
}
/*-- end site navigation css --*/


/*-- site products content css --*/
.archvie-product-wrapper .onsale,
.woocommerce span.onsale {
	color: #FFF;
	position: absolute;
    top: 5px !important;
    left: 5px !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    background: #DC143C !important;
}

.index-price-wrapper ins,
.archive-price-wrapper ins {
	background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.archive-price-wrapper ins bdi,
.archive-price-wrapper bdi,
.price ins bdi,
.price bdi {
    color: #DC143C;
    font-weight: 700;
}

.index-price-wrapper del bdi,
.archive-price-wrapper del bdi,
.price del bdi {
	margin-right: 10px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}

.archive-product-wrapper {
    position: relative;
}

.archive-product-wrapper .save-percent {
    position: absolute;
}

.save-percent {
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    color: var(--font-second-color);
    background: #DC143C;
}
/*-- end site products content css --*/


/*-- site archive page css --*/
.archive-title,
.woocommerce-products-header__title,
.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading,
.cart_totals h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.product_title,
.related-product-title {
    font-weight: 700;
}

.archive-main {
    padding: 50px 0;
}

.archive-content-wrapper {
    margin: 10px 0;
}

.archive-thumb-wrapper {
    position: relative;
}

.archive-date-wrapper {
    padding: 5px 10px;
    top: 5px;
    left: 5px;
    font-weight: 700;
    transition: .5s;
    border: solid 2px var(--site-primary-color);
    color: var(--site-primary-color);
    background: var(--font-second-color);
    position: absolute;
}

.archive-content-wrapper:hover .archive-date-wrapper {
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.archive-date-wrapper p {
    margin-bottom: 0;
}

.archive-thumb {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

.archive-content-title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.archive-content-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #D7D7D7;
    position: absolute;
}

.archive-content-excerpt {
    height: 71px;
    overflow: hidden;
}

.archive-product-thumb {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}
/*-- end site archive page css --*/


/*-- site cart page css --*/
.woocommerce .col-1, 
.woocommerce .col-2 {
    max-width: none;
}

#customer_details {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper .selection span {
    width: 100%;
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 12px;
}

.woocommerce-input-wrapper .form-control,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	padding: 10px;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
    width: 100%;
}

#order_comments_field textarea {
    height: 200px;
}

#billing_country_field {
    display: none;
}
/*-- end site cart page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    border: none;
    position: absolute;
}

.search-submit,
.search-submit:hover,
.search-submit:focus {
    color: var(--font-primary-color);
}

.widget-title,
.widgettitle {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links,
.product_meta,
.single-product-main .onsale {
    display: none !important;
}
/*--  end site single css --*/


/*-- site single product css --*/
.single-product-main .onsale {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    padding: 5px 20px !important;
    background: #FF0000 !important;
}

.single-product-main .entry-summary {
    margin-top: 0;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.single-product-main .qty,
.single_add_to_cart_button {
    height: 40px;
}

.single_add_to_cart_button {
    border-radius: 30px !important;
    background: var(--font-primary-color) !important;
}

.wc-tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--font-primary-color);
    border-bottom: solid 2px var(--font-primary-color);
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 30px !important;
    font-size: 16px;
    border: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus {
    outline: none;
}

.single-product-main input[type=number] {
    -moz-appearance: textfield;
}

.single-product-main button.minus,
.single-product-main button.plus {
    padding: 0 15px;
    height: 40px;
    background: none;
}

.single-product-main button.minus,
.single-product-main button.plus,
.single-product-main .qty {
    border: none;
}

.single-product-main .quantity {
    border: solid 1px #CCC;
}

.single-product-main button.minus {
    border-right: solid 1px #CCC;
}

.single-product-main button.plus {
    border-left: solid 1px #CCC;
}

.single-product-main .qty {
    outline: none;
}

.single-product-main .woocommerce-product-gallery__image a {
    pointer-events: none;
}

.singleProductSwiperThumb {
    margin-bottom: 20px;
}

.singleProductSwiper .swiper-button-next, 
.singleProductSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.singleProductSwiperThumb .attachment-shop_single,
.singleProductSwiper .attachment-shop_single,
.woocommerce-product-gallery__image .wp-post-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}
/*--  end site single product css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .current {
    color: var(--font-second-color) !important;
    border-color: var(--site-primary-color) !important;
    background: var(--site-primary-color) !important;
}

.pagination .page-link {
    color: var(--font-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}
/*-- end site pagination css --*/


/*-- site float contact css --*/
.float-contact-wrapper {
	right: 20px;
	bottom: 80px;
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 999;
}

.float-contact-wrapper a {
	display: inline-block;
}

.float-contact-wrapper a:not(:first-child) {
	margin-top: 10px;
}

.icon-float-contact-wrapper {
	position: relative;
	-webkit-animation: ring 1s ease-out;
	animation: ring 1.8s ease-out;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.icon-float-contact-wrapper::before {
	position: absolute;
	content: '';
	z-index: -1;
	top: -8px;
	left: -8px;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: var(--site-primary-color);
}

.icon-float-contact {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ring{0%{-webkit-transform: rotate(-15deg);transform: rotate(-15deg)}2%{-webkit-transform: rotate(15deg);transform: rotate(15deg)}4%{-webkit-transform: rotate(-18deg);transform: rotate(-18deg)}6%{-webkit-transform: rotate(18deg);transform: rotate(18deg)}8%{-webkit-transform: rotate(-22deg);transform: rotate(-22deg)}10%{-webkit-transform: rotate(22deg);transform: rotate(22deg)}12%{-webkit-transform: rotate(-18deg);transform: rotate(-18deg)}14%{-webkit-transform: rotate(18deg);transform: rotate(18deg)}16%{-webkit-transform: rotate(-12deg);transform: rotate(-12deg)}18%{-webkit-transform: rotate(12deg);transform: rotate(12deg)}20%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}}@keyframes ring{0%{-webkit-transform: rotate(-15deg);-ms-transform: rotate(-15deg);transform: rotate(-15deg)}2%{-webkit-transform: rotate(15deg);-ms-transform: rotate(15deg);transform: rotate(15deg)}4%{-webkit-transform: rotate(-18deg);-ms-transform: rotate(-18deg);transform: rotate(-18deg)}6%{-webkit-transform: rotate(18deg);-ms-transform: rotate(18deg);transform: rotate(18deg)}8%{-webkit-transform: rotate(-22deg);-ms-transform: rotate(-22deg);transform: rotate(-22deg)}10%{-webkit-transform: rotate(22deg);-ms-transform: rotate(22deg);transform: rotate(22deg)}12%{-webkit-transform: rotate(-18deg);-ms-transform: rotate(-18deg);transform: rotate(-18deg)}14%{-webkit-transform: rotate(18deg);-ms-transform: rotate(18deg);transform: rotate(18deg)}16%{-webkit-transform: rotate(-12deg);-ms-transform: rotate(-12deg);transform: rotate(-12deg)}18%{-webkit-transform: rotate(12deg);-ms-transform: rotate(12deg);transform: rotate(12deg)}20%{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg)}}.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-ring{-webkit-animation: ring 2s ease infinite;animation: ring 2s ease infinite;transform-origin-x: 50%;transform-origin-y: 0px;transform-origin-z: initial}
/*-- end site float contact css --*/


/*-- site footer css --*/
.site-info {
    padding: 30px 0;
    border-top: solid 1px var(--site-primary-color);
}

.site-copyright {
    padding: 10px 0;
    background: var(--site-primary-color);
}

.site-copyright,
.site-copyright a,
.site-copyright a:hover,
.site-copyright a:focus,
.site-copyright a:visited {
    color: var(--font-second-color);
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .archive-title,
    .woocommerce-products-header__title,
    .woocommerce-billing-fields h3,
    .woocommerce-form__label span,
    #order_review_heading,
    .cart_totals h2,
    .woocommerce-order-details__title,
    .woocommerce-column__title,
    .product_title,
    .related-product-title {
        font-size: 18px;
        line-height: 25px;
    }

    .site-branding {
        display: none;
    }

    .swiper-button-next, 
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .products-price {
        height: 45px;
        overflow: hidden;
    }

    .archive-main,
    .site-info {
        padding: 20px 0;
    }

    .woocommerce div.product form.cart .button {
    	margin-top: 10px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
