/*!
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 --*/
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/roboto-regular.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('webfonts/roboto-bold.ttf');
}

@font-face {
    font-family: 'UTM Helvet Ins';
    src: url('webfonts/utm-helvetins.ttf');
}

html, body {
    /* overflow-x: hidden; */
    font-size: 14px;
    color: #333;
    margin-bottom: 0 !important;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}

a {
    transition: .5s;
    outline: none;
    text-decoration: none;
}

a,
a:visited {
    color: #333
}

a:hover,
a:focus {
    color: rgb(227, 31, 45);
}

.hidden {
    display: none !important;
}

.img-content {
    width: 100%;
}

.hover-img-wrapper {
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.archive-title,
.archive-post-title,
.archive-service-title,
.widget-title,
.widgettitle,
.footer-title {
    font-family: 'UTM Helvet Ins', helvetica, arial, sans-serif;
}

.fancybox-container {
    z-index: 99999;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: #FFF;
    font-size: unset;
}

.back-to-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    z-index: 999;
    color: #FFF;
    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 {
    padding: 10px 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: #333;
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
    padding: 5px 15px !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wpcf7-submit {
    padding: 10px 25px !important;
    border: none !important;
    text-transform: uppercase;
    color: #FFF !important;
    background: #E31F2D !important;
}
/*-- end site contact form 7 css --*/


/*-- site top header css --*/
.site-top-header {
    padding: 20px 0;
}

.site-top-header .container {
    position: relative;
}

.top-header-content a:hover,
.top-header-content a:focus {
	outline: none;
}

.img-logo,
.btn-header {
	bottom: -35px;
	position: absolute;
	display: inline-block;
	z-index: 9999;
}

.btn-header {
    right: 0;
}

.img-logo {
	width: 150px;
	height: 41px;
	object-fit: contain;
}

.top-header-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-header-middle p {
    margin-bottom: 0;
}

.top-header-middle .col-lg-4:not(:first-child) {
	padding-left: 40px;
}

.top-header-middle .col-lg-4:not(:last-child) {
	border-right: solid 1px #CCC;
}

.header-middle-icon {
    color: #E31F2D;
}

.header-middle-content {
    font-weight: 700;
}

.btn-header {
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    background: #596E89;
    text-align: center;
    
}

.btn-header,
.btn-header:hover,
.btn-header:focus,
.btn-header:visited {
    color: #FFF;
}

.btn-header:hover,
.btn-header:focus {
    text-decoration: none;
}
/*-- end site top header css --*/


/*-- site navigation css --*/
#site-navigation {
	background: #596E89;
    position: relative;
}

#site-navigation .container {
    padding: 0 200px;
}

#site-navigation::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: #FFF;
    position: absolute;
}

#mega-menu-wrap-menu-1 {
    position: relative;
}

#mega-menu-wrap-menu-1::before {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    border-top: 30px solid #FFF;
    border-right: 30px solid transparent;
    position: absolute;
}
/*-- 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 {
	background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.price ins bdi,
.price bdi {
    color: #DC143C;
    font-weight: 700;
}

.index-price-wrapper del bdi,
.price del bdi {
	margin-right: 10px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}
/*-- end site products content css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-form {
    position: relative;
}

.search-field,
.search-submit {
    height: 40px;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    color: #FFF !important;
    background: #E31F2D !important;
    position: absolute;
}

.widget-title,
.widgettitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    color: #596E89;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a {
    transition: 0.5s;
}

.widget a,
.widget a:visited {
    color: #333;
}

.widget a:hover,
.widget a:focus {
    color: #E31F2D;
    text-decoration: none;
}
/*-- end site widget css --*/


/*-- site services widget css --*/
.services-sidebar-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'UTM Helvet Ins', helvetica, arial, sans-serif;
}

.services-sidebar-title a {
    padding: 10px;
    width: 100%;
    border-bottom: solid 1px #FFF;
    background: #EEE;
    display: inline-block;
}
/*-- end site services widget css --*/


/*-- site archive page css --*/
.archive-header {
    padding: 50px 0;
    background: #F1F1F1;
}

.archive-title {
    font-weight: 700;
}

.archive-content {
    padding: 50px 0;
}

.archive-post-wrapper {
    margin-bottom: 20px;
}

.archive-service-thumb {
    height: 255px;
    object-fit: cover;
}

.archive-service-title {
    font-size: 16px;
    line-height: 24px;
	height: 49px;
    overflow: hidden;
}

.archive-post-title {
	line-height: 42px;
}

.archive-service-title,
.archive-post-title {
    margin-top: 10px;
    font-weight: 700;
}

.archive-service-title a,
.archive-post-title a,
.btn-archive-post {
    transition: 0.5s;
}

.archive-service-title,
.archive-service-title a,
.archive-service-title a:visited
.archive-post-title,
.archive-post-title a,
.archive-post-title a:visited,
.btn-archive-post,
.btn-archive-post:visited {
    color: #596E89;
}

.archive-service-title a:hover,
.archive-service-title a:focus,
.archive-post-title a:hover,
.archive-post-title a:focus,
.btn-archive-post:hover,
.btn-archive-post:focus {
    color: #E31F2D;
    text-decoration: none;
}

.archive-service-excerpt {
    height: 63px;
    overflow: hidden;
}

.archive-thumb {
    height: 345px;
    object-fit: cover;
}

.btn-archive-post {
    margin-top: 10px;
    padding: 10px 30px;
    font-weight: 700;
    background: #F1F1F1;
    display: inline-block;
}
/*-- 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 0;
    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%;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
    width: 100%;
}

#order_comments_field textarea {
    height: 200px;
}
/*-- end site cart page css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links,
.product_meta {
    display: none !important;
}

.single-content {
    margin-top: 0;
}
/*--  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;
}

.single-product-main .qty,
.single_add_to_cart_button {
    height: 40px;
}

.single_add_to_cart_button {
    border-radius: 30px !important;
    background: #333 !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: #333;
    border-bottom: solid 2px #333;
    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;
}
/*--  end site single product css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .current {
	color: #FFF !important;
	border-color: #596E89 !important;
	background: #596E89 !important;
}

.pagination .page-link {
	color: #596E89;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.site-info,
.site-info a,
.site-info a:hover,
.site-info a:focus,
.site-info a:visited {
    color: #B7D2E7;
}

.site-copyright,
.site-copyright a,
.site-copyright a:hover,
.site-copyright a:focus,
.site-copyright a:visited {
    color: #FFF;
}

.site-info {
    padding: 50px 0;
    background: #596E89;
}

.footer-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #FFF;
}

.site-copyright {
    padding: 10px 0;
    background: #E31F2D;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .swiper-button-next, 
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .site-top-header {
        display: none;
    }

    #site-navigation::before,
    #mega-menu-wrap-menu-1::before {
        all: unset;
    }

    #site-navigation .container {
        padding: 0 15px;
    }

    .archive-header,
    .archive-content,
    .site-info {
        padding: 20px 0;
    }

    .archive-title,
    .archive-post-title,
    .widget-title,
    .widgettitle {
        font-size: 18px;
        line-height: 26px;
    }

    .archive-service-thumb {
        height: 345px;
    }
	
	.pagination {
		margin-bottom: 10px;
	}

    .footer-content {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: dashed 1px #FFF;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #site-navigation::before,
    #mega-menu-wrap-menu-1::before {
        all: unset;
    }
	
	.img-logo,
	.btn-header {
		position: unset;
	}
	
	.top-header-middle .col-lg-4:not(:first-child) {
		padding-left: 30px;
	}

    #site-navigation .container {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}