<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: PhÆ°Æ¡ng Nam ViNa
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');


:root{
	--gutter: 1.5rem;
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

body{
	font-family: "Roboto", sans-serif;
}

p:last-of-type{
	margin-bottom: 0;
}

[class*="fa-"]:not(.fab):before{
	font-family: "Font Awesome 6 Pro";
}

.row-inner-full &gt; .col &gt; .col-inner{
	height: 100%;
}

.row-slider .flickity-slider &gt; .col{
	padding-bottom: 0 !important;
}


.h1-title-page{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}


.btn-custom{
	display: inline-block;
	min-height: unset;
	margin: 0;
	padding: 0.375rem 1rem;
	border-radius: 50rem;
	line-height: normal;
	font-size: 1rem;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-x-outline{
	border: 1px solid var(--primary-color);
}

.btn-x{
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}


.main-title{
	position: relative;
}

.main-title h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
	font-weight: 900;
}

.box-main-title h2{
	margin-bottom: 0.5rem;
	font-size: var(--fs-title);
}

.main-title-icon h2{
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

.main-title-icon h2 img{
	width: auto;
	height: 2.5rem;
	margin-right: 0.5rem;
}

/*===*/
#header.sticky-jump .stuck:not(.ux-no-animation){
	animation: stuckMoveDown 1s;
	transition: all .3s ease-in-out;
}


/*====*/
.main-slide{

}

.main-slide .flickity-page-dots .dot{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50rem;
	background-color: #D9D9D9;
	border-color: #D9D9D9;
	transition: all .3s ease-in-out;
}

.main-slide .flickity-page-dots .dot.is-selected{
	width: 3rem;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}


/*===*/
.section-linear:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 30%;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 44.73%);
	pointer-events: none;
}

.section-linear:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 30%;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 44.73%);
	pointer-events: none;
}

.swiper-slide{
	height: auto;
}


.box-product{
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 1rem;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.box-product:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px;
}

.box-product .box-title{
	padding: 1rem;
	background-color: var(--primary-color);
	border-radius: 0.75rem;
	text-align: center;
}

.box-product .box-title .title{
	margin-bottom: 0;
	color: #fff;
	font-size: 1.25rem;
}

.box-product .box-content{
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem;
	text-align: center;
}

.box-product .box-excerpt{
	margin-bottom: 1rem;
}

.box-product .box-content .box-price{
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid #BABABA;
	color: #000;
	font-weight: 700;
}

.box-product .box-content .box-price span.amount{
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	font-weight: 700;
}

.box-product .woocommerce-Price-currencySymbol{
	font-size: 1rem;
}

.box-product .box-action{
	margin-top: 1.5rem;
}

.box-product .btn-custom{
	border-radius: 50rem;
}

.box-product .box-sale{
	margin-top: 1.5rem;
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
}

.box-sold{
	flex: 1;
}

.box-sold .label-sold{
	text-align: left;
	color: #FF0084;
	font-size: 0.75rem;
}

.box-progress-sold{
	width: 100%;
	background-color: #D9D9D9;
	border-radius: 50rem;
}

.box-progress-sold .percent-sold{
	width: 0;
	background-color: #FF0084;
	height: 0.375rem;
	border-radius: 50rem;
}

.box-time-sale{
	display: flex;
	gap: 0.25rem;
}

.box-time-sale .item{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	font-size: 0.75rem;
	color: #fff;
	line-height: normal;
}


/*====*/
.card-sim-slide,
.info-card-sim-slide{
	height: 600px;
}

.card-sim-slide .swiper-slide-thumb-active .box-sim{
	background: rgba(25, 111, 176, 0.16);
}

.card-sim-slide .swiper-slide-thumb-active .box-sim .box-icon{
	background: #fff;
}

.box-sim{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	height: 100%;
}

.box-sim .box-icon{
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #DAE8F2;
}

.box-sim .box-content{
	flex: 1;
	font-size: 0.875rem;
}

.box-sim .title{
	line-height: normal;
	font-size: 1.75rem;
	color: var(--primary-color);
}

.info-card-sim-slide{
	background-color: var(--primary-color);
}

.box-sim-info{
	height: 100%;
	padding: 5%;
	background-color: var(--primary-color);
	color: #fff;
	text-align: center;
}

.box-sim-info .title{
	font-size: 1.75rem;
	color: #fff;
}

.box-sim-info .line{
	width: 50%;
	height: 0.25rem;
	margin: 1.5rem auto;
	background-color: #D7D7D7;
	border-radius: 5rem;
}

.box-sim-info .box-price{
	margin-top: 1.5rem;
}

.box-sim-info .box-price span.amount{
	font-size: 1.75rem;
	color: #fff;
}

.box-sim-info .box-price .woocommerce-Price-currencySymbol{
	font-size: 1rem;
}

.group-swiper-button{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.card-sim-next,
.card-sim-prev{
	position: unset;
	inset: unset;
	margin: unset;
	width: 2rem;
	height: 2rem;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-sim-next{
	transform: rotate(90deg);
}

.card-sim-prev{
	transform: rotate(90deg);
}

.card-sim-next:after,
.card-sim-prev:after{
	font-size: 1rem;
	color: #fff;
}

.wrapper-item-phone{
	padding: 5%;
}

.list-item-phone{
	list-style: none;
	padding-left: 0;
}

.list-item-phone li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding: 0.75rem 1.5rem;
}

.list-item-phone li + li{
	border-top: 1px solid #EDEDED;
}

.list-item-phone .label-choose-number-phone{
	display: flex;
	align-items: center;
	gap: 2rem;
}


.list-item-phone li input{
	margin: 0;
}

/*===*/
.tabs{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	margin-bottom: 0;
}

.tabs .tab-item{
	margin: 0;
	padding: 0.25rem 1rem;
	border: 1px solid #757575;
	border-radius: 50rem;
	color: #757575;
	cursor: pointer;
}

.tabs .tab-item.active{
	background: linear-gradient(270deg, #196FB0 -0.17%, #208BDC 114.92%);
	color: #fff;
	border-color: #208BDC;
}

.tabs-content .tab-content{
	display: none;
}

.tabs-content .tab-content.active{
	display: block;
}


.wrapper-slide{
	position: relative;
}

.wrapper-slide .swiper-button-next,
.wrapper-slide .swiper-button-prev{
	width: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
	height: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
	border-radius: 50%;
	background: linear-gradient(270deg, #196FB0 -0.17%, #208BDC 114.92%);
	pointer-events: all;
}

.wrapper-slide .swiper-button-next{
	right: calc(-1 * clamp(0rem, -0.25rem + 1.25vw, 1.25rem));
}

.wrapper-slide .swiper-button-prev{
	left: calc(-1 * clamp(0rem, -0.25rem + 1.25vw, 1.25rem));
}

.wrapper-slide .swiper-button-next:after,
.wrapper-slide .swiper-button-prev:after{
	content: "";
	position: absolute;
	inset: 0.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.wrapper-slide .swiper-button-next:after{
	background-image: url('../flatsome-child/images/next.svg');
}

.wrapper-slide .swiper-button-prev:after{
	background-image: url('../flatsome-child/images/prev.svg');
}

.slideProduct .swiper{
	padding: 0.5rem;
}



/*==== page contact*/
.wpcf7-form{
	margin-bottom: 0;
}

.form-contact .form-control{
	height: unset;
	margin-bottom: 0;
	padding: 0.75rem 1rem;
	background-color: #EAEAEA;
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
	box-shadow: none !important;
}

.form-contact textarea.form-control{
	height: 10rem;
}

.form-contact .btn-custom{

}

.map-contact iframe {
	width: 100%;
	height: 580px;
}

/*pagination*/
.nav-pagination{
	display: flex;
	justify-content: center;
}
.nav-pagination .page-number{
	border: 1px solid #000;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 0.875rem;
}

/*=================*/
.banner-page{
	height: clamp(6.25rem, 2.5rem + 18.75vw, 25rem);
	border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	overflow: hidden;
	position: relative;
}

.banner-page .title-banner-page{
	text-align: center;
	font-weight: 700;
}

.section-banner .section-content{
	display: flex;
	justify-content: center;
	padding: 0 3%;
}

.section-banner .title-page{
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
	text-transform: uppercase;
	color: var(--primary-color);
}

/*=================*/
.breadcrumb{
    display: flex;
    align-items: center;
    gap: 0.5rem;
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem) 0;
}

.breadcrumb span{
	font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
	font-weight: 500;
}

.breadcrumb span.current-item{
	color: var(--primary-color);
}

.breadcrumb span a{
	color: #000;
}

.breadcrumb i{
	color: #1E73BE;
	font-size: 0.75rem;
}

/*=================*/
.col-footer h3{
	position: relative;
	margin-bottom: 0.5rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.col-footer p{
	margin-bottom: 0.5rem;
}

.col-footer ul{
	margin-bottom: 0;
	list-style: none;
	margin-bottom: 0;
}

.col-footer ul li{
	margin: 0;
}

.col-footer:not(.col-social) ul li + li{
	margin-top: 0.5rem;
}

.col-footer ul li a{
	position: relative;
	color: #fff;1
}

.col-footer ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scaleX(0);
	transition: all .3s ease-in-out;
	transform-origin: 0 0;
}

.col-footer ul li a:hover:after{
	transform: scaleX(1.0);
}

.col-footer .fa-youtube{
	color: #e60808;
}

.absolute-footer{
	padding-bottom: 10px;
}

.phone-bar a {
    background-color: #e60808;
    font-size: 1.25rem;
}

/*==== archive-product*/
.wrapper-before-arichive-product{
	padding-bottom: 1rem;
	border-bottom: 0.6px solid #a0b4b6;
}

.wrapper-before-arichive-product.inline{
	display: flex;
	padding-bottom: 0;
}

.wrapper-before-arichive-product .title-archive-product{
	display: flex;
	align-items: center;
	padding: 0.5rem 3rem 0.5rem 0;
}

.wrapper-before-arichive-product.inline .title-archive-product{
	border-bottom: 3px solid var(--primary-color);
}

.wrapper-before-arichive-product .title-archive-product img{
	width: auto;
	height: 2rem;
}

.wrapper-before-arichive-product .title-archive-product h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
	color: var(--primary-color);
}


.wrapper-before-arichive-product .filter-arichive-product{
	display: flex;
	align-items: center;
	gap: 1rem;
}

.wrapper-before-arichive-product .list-child-cate{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 0rem;
	column-gap: 1.5rem;
	list-style: none;
	margin-bottom: 0;
	flex: 1;
}

.wrapper-before-arichive-product .list-child-cate li{
	margin: 0;
}

.wrapper-before-arichive-product .list-child-cate li a{
	padding: 0.5rem 0;
	font-weight: 500;
}

.wrapper-before-arichive-product .list-child-cate li.active a{
	color: var(--primary-color);	
}

.wrapper-before-arichive-product .list-child-cate li a:hover{
	color: var(--primary-color);
	text-decoration: underline;
}


.wrapper-before-arichive-product .form-filter-product{
	margin-bottom: 0;
}

.wrapper-before-arichive-product .form-filter-product select{
	height: unset;
	margin-bottom: 0;
	padding: 0.25rem 1.5rem 0.25rem 0.5rem;
	border: 1px solid #000;
	border-radius: 50rem;
	color: #000;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.search-form-archive{
	margin-bottom: 0;
	text-align: center;
}

.search-form-archive p{
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 500;
	color: #163567;
}

.search-form-archive input{
	height: unset;
    padding: 0.875rem 2rem;
	border: 1px solid #A0B4B6;
    box-shadow: 0px 4px 12px rgba(182, 182, 182, 0.25);
    border-radius: 0.5rem;
}

.search-form-archive .btn-custom{
	padding-left: 4rem;
	padding-right: 4rem;
}


/*product*/
.shop-container .products.row{
	margin-top: 1.5rem;
}

.product-main{
	padding-bottom: 20px;
}

.product-container .flickity-viewport .flickity-slider a{
	display: block;
}

.product-container .flickity-viewport .flickity-slider img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-gallery-slider .flickity-prev-next-button.next{
	transform: translate(-20%, -50%);
}

.product-gallery-slider .flickity-prev-next-button.previous{
	transform: translate(20%, -50%);
}



.product-summary  .woocommerce-breadcrumb{
	display: none;
}


.product-summary .product-title{
	font-size: 2rem;
	color: var(--primary-color);
} 

.product-summary .price{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.product-summary .product-page-price bdi{
	color: #dd2121;
}

.product-summary .price-on-sale del .woocommerce-Price-amount.amount bdi{
	color: #7C7C7C;
}

.product-summary .price-on-sale ins .woocommerce-Price-amount.amount bdi,
.product-summary .price-on-sale ins .woocommerce-Price-amount.amount bdi{
	color: #dd2121;
}


.product-summary .product-short-description{
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: solid 1px #dadada;
	color: #5C5C5C;
	font-size: 0.875rem;
}

.woocommerce-variation {
    display: none !important;
}

.product-summary .variations_form{
	margin-top: 0.5rem;
}

.product-summary .variations_button{
	padding: 0;
}

.product-summary .quantity{
	display: none !important;
}

.product-summary form.cart&gt;.single_add_to_cart_button,
.product-summary form.cart&gt;.single_variation_wrap&gt;.woocommerce-variation-add-to-cart&gt;.single_add_to_cart_button{
	display: none;
}

.product-summary .group-button-add-cart{
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.product-summary .group-button-add-cart .single_add_to_cart_button{
	margin: 0;
	padding: 0.375rem 2rem;	
	min-height: unset;
	border: none;
	border-radius: 50rem;
	background-color: var(--primary-color);
	line-height: unset;
	text-transform: uppercase;
}

.single_add_to_cart_button.button_buy_now{
	background-color: var(--primary-color);
}

.product-summary .social-icons{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.product-summary .social-icons:before{
	content: "Chia sáº»:";
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.product-summary .social-icons a{
	min-width: unset;
	min-height: unset;
	width: 2.25rem;
	height: 2.25rem;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #000;
	font-size: 1.125rem;
	transition: all .3s ease-in-out;
}

.product-summary .social-icons a i{
	top: unset;
}

/**/
.woocommerce-tabs{
	padding-top: 0 !important;
}

.woocommerce-tabs .product-tabs{
	flex-grow: unset;
}

.woocommerce-tabs .product-tabs li{
	width: auto;
}

.woocommerce-tabs .product-tabs li a{
	padding: 0.25rem 1rem;
	border-radius: 0;
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	color: #000;
	text-transform: uppercase !important;
	line-height: 2;
}

.woocommerce-tabs .product-tabs li.active a{
	color: #fff;
}

.woocommerce-tabs .tab-panels{

}

/*===*/
.product-section-title{
	margin-left: 0;
	font-size: 1.5rem;
}

.product-footer{
	padding-bottom: clamp(1rem, 0.6rem + 2vw, 3rem);
}


/*====*/
#post-list .row .post-item{
	padding-bottom: 1.5rem;
}

.infor-single-post ul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    gap: .75rem;
    color: #7c7c7c;
    font-size: 15px
}

.blog-share{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	font-weight: 700;
}

.blog-share .social-icons a{
	background-color: #000;
	color: #fff;
	margin: 0;
}

.blog-share .social-icons a i{
	top: unset;
}

.blog-single .single-page{
	padding-bottom: 0;
}

.blog-single .single-page .row{
	max-width: unset !important;
}

.blog-single .post.type-post{
	margin-bottom: 0;
}

/*===*/
.widget .widget-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 20px 8px 20px;
	background: #d52d2d;
    color: white;
}

.is-divider{
	display: none;
}

.recent-blog-posts-li + .recent-blog-posts-li{
	border-top: 1px dashed #ccc;
}

.recent-blog-posts-li .recent-blog-posts{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.recent-blog-posts-li .badge{
	width: 5rem;
	height: 4rem;
	border-radius: 0.25rem;
	overflow: hidden;
}

.recent-blog-posts a{
	font-size: 0.875rem;
	font-weight: 600;
}

/*===*/
ul.product_list_widget li + li{
	margin-top: 0.375rem;
	border-top: 1px dashed #ccc;
}

ul.product_list_widget li{
	min-height: unset;
	padding-top: 0.375rem;
	padding-left: 6rem;
	font-size: 0.75rem;
}

ul.product_list_widget li img{
	width: 5rem;
	height: 4rem;
	top: unset;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.product_list_widget .product-title{
	font-size: 0.875rem;
	font-weight: 600;
}

.product_list_widget ins span.amount,
.product_list_widget &gt; li &gt; span.amount{
	color: #ce2e2e;
}



/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}
	
@media (max-width: 1299.98px) {

}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/*lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

	.header-main .header-inner{
		flex-direction: row;
	}

	.mfp-bg.off-canvas{
		background-color: #000 !important;
	}

	.off-canvas .mfp-close svg{
		filter: invert(1);
	}

	.mobile-nav .button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2.25rem;
        height: 2.25rem;
        margin: 0;
        padding: 0.25rem;
        color: #000;
        font-size: 16px;
        line-height: 0.8;
    }

    .mobile-nav .button .icon-menu {
        line-height: 1;
    }

    .mobile-nav .button .icon-menu:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
    }

	/*===*/
	.product-gallery,
	.product-info{
		margin: 0 15px;
		padding-bottom: 15px;
	}

	.nav-menu-footer ul{
		justify-content: flex-start;
	}

	.absolute-footer .container{
		flex-direction: column;
	}


	.wrapper-before-arichive-product .filter-arichive-product{
		flex-direction: column;
	}

	.search-form-archive input{
		padding: 0.5rem 1rem;
	}

	.shop-container .products.row{
		margin-top: 0;
	}

	.category-page-row{
		padding-top: 0;
	}

}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	body{
		font-size: 0.875rem;
	}

	.row.small-columns-2 .col:nth-child(even),
	.row.row-small &gt; .col.small-6:nth-child(even){
		padding-left: 0.25rem;
	}

	.row.small-columns-2 .col:nth-child(odd),
	.row.row-small &gt; .col.small-6:nth-child(odd){
		padding-right: 0.25rem;
	}

	.main-slide .flickity-page-dots{
		bottom: 2px;
	}

	.main-slide .flickity-page-dots .dot{
		width: 1rem;
		border-width: 2px;
	}

	.btn-custom{
		padding: 0.25rem 1rem;
		border-radius: 0.375rem;
	}

	/*===*/
	.ux-swatch--label{
		font-size: 0.75rem;
	}
	.ux-swatch--color, .ux-swatch--image{
		width: 20px;
		height: 20px;
	}

	.product-summary .group-button-add-cart .single_add_to_cart_button{
		line-height: 1.5;
	}

	.product-summary .social-icons a{
		font-size: 0.875rem;
	}

}
/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.mt-lg{
	    margin-top: 30px;
	}

	.mb-lg{
	    margin-bottom: 30px;
	}

	.pb-lg{
		padding-bottom: 30px;
	}

	.justify-content-lg-between{
		justify-content: space-between;
	}

	.justify-content-lg-end{
		justify-content: flex-end;
	}

	.flex-lg-row-reverse{
		flex-direction: row-reverse;
	}


	/*menu*/
	.header-bottom .header-bottom-nav &gt; .menu-item &gt; a{
		padding: 0.25rem 0.5rem;
	}

	.header-nav .sub-menu,
	.active&gt;ul.children, .active&gt;ul.sub-menu:not(.nav-dropdown){
		display: none !important;
		padding: 0;
		/*min-width: unset;*/
		border: 0;
		border-radius: 0.25rem;
		background-color: #fff;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	.header-nav .menu-item{
		width: unset !important;
		min-width: unset !important;
		position: relative;
	}

	.header-nav .sub-menu&gt;.menu-item&gt;a{
		padding: 0.75rem 0;
		font-size: 0.875rem;
		font-weight: 500;
		color: #000;
		text-transform: capitalize;
	}

	.header-nav .sub-menu &gt; .menu-item:hover &gt; a{
		color: var(--primary-color);
	}

	.header-nav .menu-item:hover&gt;.sub-menu{
		display: block !important;
		animation: menu 0.3s;
	}

	.header-nav .sub-menu .menu-item&gt;.sub-menu{
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10;
	}

	.header-nav .sub-menu li{
		display: block;
	}

	@keyframes menu {
	    0% { transform: translateY(20px); opacity: 0}
	    100% { transform: translateY(0px); opacity: 1}
	}


	.header-main .header-inner .flex-left{
		margin-right: 1rem;
	}


}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1500px) {
	
}</pre></body></html>