/*!
Theme Name: underscores child
Theme URI: https://underscores.me/
Author: wecan-group.vn
Author URI: https://underscores.me/
Template: underscores
Description: underscores 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: underscores
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.

underscores is based on underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
underscores 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-font: "Nunito";
    --site-primary-color: #C2000B;
    --site-second-color: #F9F9FA;
    --site-third-color: #E5E5E5;
    --font-primary-color: #777;
    --font-second-color: #FFF;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 23px;
    font-family: var(--site-primary-font), sans-serif;
    color: var(--font-primary-color);
}

.content-description p:last-child {
    margin-bottom: 0;
}

.content-wrapper {
    padding: 50px 0;
}

.content-title-1-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.content-title-1-wrapper span {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #E6E6E6;
    display: inline-block;
}

.content-title-1 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block;
}

h2, h3, h4 {
    font-weight: 700;
}

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 {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.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;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 10px;
}

#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-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px !important;
}

.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;
}
/*-- end site modal content css --*/


/*-- site branding content css --*/
.site-brading {
    padding: 10px 0;
}

.branding-content-left,
.branding-content-middle,
.branding-content-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.branding-content-middle {
    justify-content: center;
    text-align: center;
}

.branding-content-right {
    justify-content: flex-end;
}

.header-content,
.header-hotline {
    font-weight: 700;
}

.header-content,
.header-content a,
.header-content a:hover,
.header-content a:focus,
.header-content a:visited {
    color: var(--font-primary-color);
}

.header-hotline {
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 30px;
    background: var(--site-primary-color);
}

.header-hotline,
.header-hotline a,
.header-hotline a:hover,
.header-hotline a:focus,
.header-hotline a:visited {
    color: var(--font-second-color);
}
/*-- end site branding content css --*/


/*-- site navigation css --*/
.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    height: 70px !important;
}

.main-navigation {
    background: var(--site-primary-color);
}
/*-- end site navigation css --*/


/*-- site homepage content css --*/
.services-content-wrapper {
    background: #F6F6F6;
}

.services-content .service {
    margin-top: 25px;
}

.img-service-content {
    height: 350px;
    object-fit: cover;
}

.service-content-title,
.reason-content-title,
.index-news-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.reasons-content {
    margin-top: 25px;
}

.reasons-content .row {
    position: relative;
}

.reasons-content .row::after {
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--font-second-color);
    position: absolute;
}

.reasons-content .col-lg-4 {
    border-right: solid 1px #ECECEC;
}

.reasons-content .reason {
    padding: 30px;
}

.icon-reason-content {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.reason-content-description {
    margin-top: 10px;
}

.contact-content-wrapper {
    background: var(--site-primary-color);
}

.contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-title,
.contact-subtitle {
    margin-bottom: 0;
    color: var(--font-second-color);
}

.contact-title,
.btn-contact {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.contact-subtitle {
    margin-top: 10px;
}

.btn-contact {
    padding: 15px 25px;
    border: solid 2px var(--font-second-color);
    display: inline-block;
}

.btn-contact,
.btn-contact:visited {
    color: var(--font-second-color);
}

.btn-contact:hover,
.btn-contact:focus {
    color: var(--font-primary-color);
    background: var(--font-second-color);
}

.newsSwiper {
    margin-top: 25px;
}

.index-news-thumb {
    height: 200px;
    object-fit: cover;
}

.index-news-description {
    margin-top: 10px;
}
/*-- end ssssssite homepage content css --*/


/*-- site archive page css --*/
.archive-title,
.page-title,
.single-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.archive-main {
    padding: 50px 0;
}

.archive-content {
    margin-bottom: 25px;
}

.archive-content-thumb {
    width: 309px;
    height: 175px;
    object-fit: cover;
}

.archive-content-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.archive-content-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: var(--site-third-color);
    position: absolute;
}

.btn-archive-content {
    margin-top: 10px;
    padding: 5px 15px;
    border: solid 2px #C0C0C0;
    display: inline-block;
}

.btn-archive-content,
.btn-archive-content:visited {
    color: #C0C0C0;
}

.btn-archive-content:hover,
.btn-archive-content:focus {
    color: var(--font-second-color);
    border: solid 2px var(--site-primary-color);
    background: var(--site-primary-color);
}
/*-- end site archive 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;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget-title,
.widgettitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.widget-title::after,
.widgettitle::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 5px;
    background: var(--site-third-color);
    position: absolute;
}

.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);
}

.widget_media_image img {
    width: 100%;
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links {
    display: none !important;
}

.single-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.single-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: var(--site-third-color);
    position: absolute;
}
/*--  end site single css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--font-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    border-color: var(--site-primary-color);
    background: var(--site-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    border: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.back-to-top {
    padding: 12px;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    background: rgb(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}

.site-services,
.site-footer,
.site-copyright {
    border-top: solid 1px #E7E7E7;
}

.site-services,
.site-info {
    padding: 25px 0;
}

.footer-services-wrapper .row {
    position: relative;
}

.footer-services-wrapper .row::before,
.footer-services-wrapper .row::after {
    content: '';
    background: var(--font-second-color);
    position: absolute;
}

.footer-services-wrapper .row::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.footer-services-wrapper .row::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.footer-services-wrapper .col-lg-3 {
    border-right: dashed 1px #DDD;
    border-bottom: dashed 1px #DDD;
}

.footer-service {
    padding: 15px;
}

.img-footer-service {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer-service-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.footer-services-title,
.footer-content-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.footer-services-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-services-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: var(--site-third-color);
    position: absolute;
}

.site-footer {
    background: var(--site-second-color);
}

.footer-menu-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-menu-wrapper li {
    list-style: none;
}

.footer-menu-wrapper li:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px #E7E7E7;
}

.site-copyright {
    padding: 10px 0;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .branding-content-left,
    .branding-content-right {
        display: none;
    }

    .archive-main .col-lg-9 {
        margin-bottom: 24px;
    }
    
    .archive-content {
        flex-direction: column;
    }

    .flex-shrink-0,
    .archive-content-thumb {
        width: 100%;
    }

    .archive-content .ms-3 {
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

@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: 900px) and (max-width: 1600px) {
    
}

@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) {
    
}
