/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


.button:not(.circle) {
	border-radius: 23px 0 !important;
}

.button.is-large {
    padding: 5px 30px;
}

.woocommerce-result-count, .woocommerce-ordering, .term-description { display: none; }

.slider-nav-reveal .flickity-prev-next-button {
    background-color: transparent !important;
    box-shadow: none !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: 0;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button.previous {
    left: 20px !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button.next {
    right: 20px !important;
}

.flickity-prev-next-button {
	opacity: 1 !important;
}

.slider .flickity-button.flickity-prev-next-button .flickity-button-icon, .slick-slider .slick-arrow {
	border: 1px solid var(--primary-color) !important;
	transition: all 0.2s ease-in-out;
	background-color: var(--primary-color) !important;
	width: 46px;
	height: 46px;
	max-width: initial;
	max-height: initial;
	padding: 12px !important;
	z-index: 99;
	box-shadow: 0 0 57px rgb(0 0 0 / 10%);
}

.flickity-prev-next-button .flickity-button-icon path, .flickity-prev-next-button .flickity-button-icon:hover path {
    fill: white !important;
}

.flickity-prev-next-button.previous .flickity-button-icon, .slick-slider .slick-arrow.slick-prev {
	border-radius: 0 23px;
}

.flickity-prev-next-button.next .flickity-button-icon, .slick-slider .slick-arrow.slick-next {
	border-radius: 23px 0;
}

.flickity-prev-next-button .flickity-button-icon:hover, .slick-slider .slick-arrow:hover {
    background-color: var(--primary-color) !important;
	box-shadow: 1px 1px white, 1px 1px white, 1px 1px white;
}

.is-divider {
	display: none;
}

.anim-de0p5 > div {
	transition-delay: 0.5s !important;
	-webkit-transition-delay: 0.5s !important;
}

.anim-de > div {
	transition-delay: 1s !important;
	-webkit-transition-delay: 1s !important;
}

.wn-section .bg {
	background-size: cover !important;
}

.bg.bg-loaded {
  background-size: cover !important;
}

.wn-title, h1.product-title {
	position: relative;
	padding-bottom: 25px;
	margin: 15px 0px 0px;
}

/* .wn-title:before, h1.product-title:before {
	position: absolute;
    background-image: url(/wp-content/uploads/2023/02/heading-bg.png) !important;
    width: 150px;
    height: 40px;
    background-size: contain;
    content: '';
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
} */

.wn-title.wn-title-left:before {
    left: 50%;
}

h1.product-title:before {
    right: 10%;
}

.wn-title.wn-title-white {
	color: aliceblue;
}

.wn-title.wn-title-white:before {
    height: 40px;
}

.wn-canh-1 {
	border-radius: 0 100px;
	overflow: hidden;
}

.wn-canh-2 {
	border-radius: 100px 0;
	overflow: hidden;
}


.wn-canh-4 {
	border-radius: 0 100px;
	overflow: hidden;
}

.wn-canh-3 {
	border-radius: 100px 0;
	overflow: hidden;
}

.wn-canh-3 > div:first-child {
	font-weight: 700;
	font-size: 57px;
	line-height: 57px;
}

.wn-canh-3 > div:last-child {
	font-size: 26px;
	border-left: 2px solid white;
	padding-left: 15px;
	margin-top: 15px;
}

.nav>li {
	padding: 0px 12.5px;
}

.wn-product-cat .box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.wn-product-cat .box > a {
	display: block;
}

.wn-product-cat .box-text {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wn-product-cat .header-title {
	position: absolute;
    bottom: 20px;
    left: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

.wn-product-cat .header-title:before {
	content: " ";
    position: relative;
    transform: rotate(-180deg);
    bottom: -1px;
    width: 4px;
    height: 16px;
    background-color: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
}

.wn-product-cat .wn-desc-overlay {
	width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    transition: 1s;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #2375c0 0%, #2375c0 23%, #2681d5 99%, #2983d7 100%);
    opacity: 0.8;
    z-index: 3;
    color: white;
    text-align: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 40px;
}

.wn-product-cat .wn-desc-overlay .wn-title {
	font-size: 1.5rem;
}

.wn-product-cat .wn-desc-overlay p {
	color: white;
	margin: 10px 0;
}

.wn-product-cat .box:hover .wn-desc-overlay {
	top: 0;
}

.wn-list-post .from_the_blog_excerpt {
	display: none;
}

.wn-language {
	list-style: none;
    display: flex;
    gap: 1rem;
	min-width: 50px;
}

.wn-language li {
	margin-bottom: 0;
}

.wn-language li img {
    width: 25px !important;
    height: 18px !important;
}

.widget_product_categories .widget-title {
	color: #ffffff;
	font-family: "Lora", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    border-radius: 40px 0 0;
    background-color: #2375c0;
    padding: 19px 0 19px 100px;
    margin: 0;
	position: relative;
	display: block;
}

.widget_product_categories .widget-title:before {
	content: url(/wp-content/uploads/2022/12/icon1.png);
    position: absolute;
    left: 50px;
    z-index: 1;
    top: 50%;
    margin-top: -12.5px;
}

.widget_product_categories .product-categories {
	list-style: none;
    margin: 0;
    padding: 0 35px 10px 35px;
    box-shadow: 0 0 62px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-bottom-right-radius: 40px;
    background-image: url(/wp-content/uploads/2022/12/bg-widget.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right 0;
}

.widget_product_categories .product-categories a {
    color: #666666;
    font-size: 15px;
    display: inline-block;
    padding: 20px 15px 20px 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    position: relative;
}

.widget_product_categories .product-categories .current-cat a {
	color: var(--primary-color);
	padding-left: 50px;
	position: relative;
}

.widget_product_categories .product-categories .current-cat a:before {
	content: url(/wp-content/uploads/2022/12/icon2.png);
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 50%;
    margin-top: -7.5px;
}

.products .box-text, .product .product-small.box .box-text {
    padding: 30px 35px;
}

.products .product-small .wn-title, .product .product-small .wn-title {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "Lora", sans-serif;
	margin-bottom: 15px;
}

.products .woocommerce-Price-amount.amount, .product .woocommerce-Price-amount.amount {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.products .box-text .button {
    margin-bottom: 0;
}

.quantity.buttons_added .minus {
    border-top-left-radius: 23px;
    padding: 0 20px;
}

.quantity.buttons_added .plus {
    border-bottom-right-radius: 23px;
    padding: 0 20px;
}

.product .woocommerce-tabs .wc-tabs, .product .product-section-title {
    display: none;
}

.product-section {
	border: none;
}

.product .product-small.box {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.wn-timeline .ctl-story-time .custom_story_lbl {
    background-color: #ffffff;
    color: #333333;
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
    box-shadow: 0 0 60px #2375c0;
    border-radius: 20px 0;
    border: 1px solid var(--primary-color);
    margin: 0 auto;
}

.wn-timeline .slick-current .ctl-story-time .custom_story_lbl {
    background-color: var(--primary-color);
    color: white;
}

.wn-timeline .ctl_h_slides .slick-list {
    height: auto !important;
}

.wn-timeline .ctl_info {
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 60px #2375c0;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 50px;
    margin: 50px;
    width: calc(100% - 100px) !important;
}

.wn-timeline .ctl_info:before {
    position: absolute;
    right: 50px;
    bottom: -45px;
    background-image: url(/wp-content/uploads/2023/02/logo-30.png);
    width: 275px;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    opacity: 50%;
}

.wn-timeline .ctl_info .pull-left {
    width: 45% !important;
    max-width: 45% !important;
}

.wn-timeline .ctl_info img {
    border: none !important;
}

.wn-timeline .ctl_info .content-title-simple a {
    color: var(--primary-color) !important;
}

.wn-timeline button.slick-arrow {
    display: none !important;
}

.wn-slider-au {
    box-shadow: 0 0 40px #2375c082;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.wn-slider-au:before {
    position: absolute;
    right: -9px;
    bottom: -18px;
    background-image: url(/wp-content/uploads/2023/02/logo-30.png);
    width: 190px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    opacity: 50%;
}

.wn-csvc-item {
    background: url(/wp-content/uploads/2022/12/bg-cosovatchat.jpg) no-repeat center right;
    background-size: cover;
}

.wn-csvc-item .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wn-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wn-gallery > img {
    width: 100%;
    height: 100%;
	aspect-ratio: 1;
    object-fit: cover;
}

.wn-gallery .wn-gallery-text {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transition: .8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.wn-gallery .wn-gallery-text img {
    width: 50px;
}

.wn-gallery .wn-gallery-title {
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 20px;
}

.wn-gallery .wn-gallery-text p {
    margin: 20px 0;
    height: 60px;
}

.wn-gallery:hover .wn-gallery-text {
    top: 0;
}

.wn-gallery-slide-for {
    margin-bottom: 15px;
}

.wn-gallery-slide-nav .slick-slide {
    padding: 8px;
}

.wn-gallery-slide-nav .slick-slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wn-reward .box-text {
    margin-top: 20px;
    border-radius: 50px 0;
    padding: 35px 25px;
}

.wn-media-nav {
    flex-wrap: wrap;
    gap: 1rem;
}

.wn-title-main {
    font-size: 3rem;
    color: var(--primary-color);
    text-align: center;
}

.posts-section-title-related, #comments { display: none; }

.wn-contact {
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

.wpcf7-form, .wpcf7-submit {
    margin: 0;
}

.wn-floating {
    position: fixed;
    top: 200px;
    right: 15px;
    z-index: 9;
}

.wn-floating ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wn-floating ul li {
    display: inline-block;
    margin-bottom: 0;
}

.wn-floating li a {
    border-radius: 0 28px;
    border: 1px solid #ffffff;
    background-color: var(--primary-color);
    padding: 12px 18px;
    display: inline-block;
    color: black;
    font-size: 1.4rem;
}

/* .wn-floating li:last-child a {
    height: 215px;
    padding: 12px 19px;
    position: relative;
} */

.wn-floating li:last-child span {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.1px;
    transform: rotate(-90deg);
    line-height: normal;
    width: 150px;
    position: absolute;
    left: -47px;
    top: 35%;
}

.wn-booking span {
	color: black !important;
}

.wn-booking-general .wn-title {
    font-size: 1.5rem;
    text-align: center;
}

.wn-booking-general input, .wn-booking-general select {
    margin: 0;
}

.wn-booking-general .col:last-child p {
    text-align: center;
}

.wn-booking-general .wpcf7-spinner {
    display: none;
}

.wn-product-label-left .col-inner {
    border-radius: 0 100px;
}

.wn-product-label-right .col-inner {
    border-radius: 100px 0;
}

.wn-product-label .button {
    margin: 0;
}

.wn-product-img-left .img-inner {
    border-radius: 0 200px;
}

.wn-product-img-right .img-inner {
    border-radius: 200px 0;
}

.wn-booking-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.wn-booking-product img {
    width: 160px;
}

.wn-booking-product > div {
    flex: 1;
}

.wn-booking-product h4 {
    margin: 0;
}

.wn-booking-product .amount {
    color: var(--primary-color);
}

.wn-booking-product > div div:last-child {
    color: #666666;
    font-size: 12px;
}

.wn-timeline .ctl-story-time .custom_story_lbl {
    background-color: #ffffff;
    color: #333333;
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
    box-shadow: 0 0 60px rgb(159 57 154 / 15%);
    border-radius: 20px 0;
    border: 1px solid var(--primary-color);
    margin: 0 auto;
}

.wn-timeline .slick-current .ctl-story-time .custom_story_lbl {
    background-color: var(--primary-color);
    color: white;
}

.wn-timeline .ctl_h_slides .slick-list {
    height: auto !important;
}

.wn-timeline .ctl_info {
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 40px #2375c082;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 50px;
    margin: 50px;
    width: calc(100% - 100px) !important;
}

.wn-timeline .ctl_info:before {
    position: absolute;
    right: 50px;
    bottom: -45px;
    background-image: url(/wp-content/uploads/2023/02/logo-30.png);
    width: 275px;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    opacity: 50%;
}

.wn-timeline .ctl_info .pull-left {
    width: 45% !important;
    max-width: 45% !important;
}

.wn-timeline .ctl_info img {
    border: none !important;
}

.wn-timeline .ctl_info .content-title-simple a {
    color: var(--primary-color) !important;
}

.wn-timeline button.slick-arrow {
    display: none !important;
}

.shop-container .products .col-inner {
	border-radius: 10px;
}

.shop-container .products .product-small.box {
	border: 1px solid #56AD45;
	transition: ease-in 0.1s;
}

.shop-container .products .product-small.box:hover {
	transform: scale(1.02);
	border: 2px solid #56AD45;
}

.shop-container .box-image {
	height: 300px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.shop-container .box-image .attachment-woocommerce_thumbnail {
	width: auto !important;
}

.shop-container .title-wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

.shop-container .title-wrapper .product-title .woocommerce-loop-product__link {
	font-size: 17px;
	color: #56AD45;
}

.shop-container .box-text {
	padding: 10px 10px 20px !important;
}

.shop-container .products .box-text .button {
	display: none;
}

.shop-page-title {
	margin: 0 60px;
}

.wn-contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wn-contact-wrapper .col-inner {
	height: fit-content;
	margin: auto;
}

#main:has(div.shop-container) {
	margin: 0 40px !important;
}

.col:has(div.shop-container) {
	flex: 1;
	max-width: none !important;
}

.col:has(div#shop-sidebar) {
	max-width: 20% !important;
	min-width: 280px;
}

#shop-sidebar {
	margin: 0;
}

.wn-contact-title {
	font-size: 1.5em !important;
}

.product-title {
	color: #56AD45;
	margin: 0;
}

.woocommerce-product-gallery__image {
	display: flex;
	justify-content: center;
}

.wp-post-image {
	max-height: 400px;
	width: auto !important;
}

.product-description-title {
	font-size: 1.7em;
	margin: 0;
}

.product_meta .posted_in {
	font-size: 1.4em;
}

.product-description-table-heading {
	text-align: center;
}


.related-products-wrapper {
	margin-top: 10px;
}

.related-products-wrapper .button {
	display: none;	
}

.related-products-wrapper .product-small .col-inner {
	border: 1px solid #56AD44;
	border-radius: 10px;
}

.related-products-wrapper .product-small {
	padding-top: 20px;
}

.footer-logo-wrapper .col-inner {
	display: flex;
	justify-content: center;
}

.absolute-footer.dark {
	color: black !important;
}

.blog-wrapper .article-inner {
	max-width: 80%;
	margin: 0 auto;
}

.blog-wrapper .article-inner .entry-content {
	line-height: 2.5rem;
	text-align: justify;
}

.blog-wrapper .article-inner div:has(b) {
	margin: 20px 0 10px !important;
}

.blog-wrapper .blog-share {
	margin-top: 30px;
}

.description p,
.description ul li,
.description strong,
.description tr td,
.description div{
    font-size: 1.13rem !important;
    font-family: 'Montserrat' !important;
}
/* .description strong{
    font-size: 27px !important;
    font-family: 'Montserrat' !important;
}
 */

.footer-wrapper .ux-menu {
	color: #000;
}

.footer-wrapper .follow-icons .facebook {
	background: #3A589D !important;
	color: white !important;
	border-color: #3A589D !important;
	margin: 0;
}

.footer-wrapper .follow-icons .facebook:hover {
	background: #7892cf !important;
}

.footer-wrapper .follow-icons .email {
	background: black !important;
	color: white !important;
	border-color: black !important;
	margin: 0 10px;
}

.footer-wrapper .follow-icons .email:hover {
	background: #575757 !important;
}


.footer-wrapper .follow-icons .phone {
	background: #51CB5A !important;
	color: white !important;
	border-color: #51CB5A !important;
	margin: 0;
}

.footer-wrapper .follow-icons .phone:hover {
	background: #87de8d !important;
}

.footer-wrapper b {
	color: black;
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
	border-color: #E5AC34;
}

.wn-brand-section .stack {
	 gap: 30px !important;
}

.wn-brand-section .icon-box .icon-box-img img {
	transition: 0.3s ease;
}

.wn-brand-section .icon-box .icon-box-img img:hover {
	transform: scale(1.1);
}

/* Blog single page */
.blog-featured-title .title-overlay {
	background-color: unset !important;
}

.blog-featured-title .page-title-inner, .blog-featured-title .entry-title , .blog-featured-title .entry-category {
	color: black;
}

/* Navbar */
i.icon-menu:before {
    content: '\f550';
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600;
}
.header-block {
    min-height: 0 !important;
}

.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper {
	box-shadow: 0 4px 48px rgb(0 0 0 / 35%) !important;
}

.box-text h5{
	min-height: 65px
}

.header-nav > .current-menu-parent, .header-nav > .current-menu-item {
    border-bottom: 1px solid var(--primary-color);
}

/*.header-nav > .current-menu-parent > a, .header-nav > .current-menu-item > a, .header-nav .nav-dropdown .current-menu-item a {
    color: var(--primary-color) !important;
    font-weight: bold;
}*/

#header.transparent .nav .nav-dropdown a {
    color: #fff!important;
}

.header-nav > .menu-item > a {
    text-transform: uppercase;
}

.nav .nav-dropdown {
    border-width: 1px !important;
    padding: 10px !important;
}

.nav .has-dropdown:before {
    border-width: 1px !iimportant;
}

.nav .nav-dropdown a {
    border-bottom: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.nav .nav-dropdown li a:before {
    transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: var(--primary-color);
/*     content: ''; */
    transition: 1s;
}

.nav .nav-dropdown li:hover a:before {
    width: 5px;
}

.nav-dropdown-has-border .nav-dropdown {
    border-radius: 20px 0 20px 0;
}

#header .header-main > .header-inner {
    max-width: 1270px;
}

#header.transparent .nav .nav-dropdown {
    background-color: white;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border: none !important;
}

#header.transparent .nav .nav-dropdown a {
    color: black !important;
}

#header.transparent .nav .has-dropdown:before {
    border: none !important;
    background-color: rgba(40, 116, 252) !important;
}

#header.transparent .nav .current-dropdown.has-dropdown:before {
    opacity: 1 !important;
}

#header.transparent .nav .has-dropdown:after {
    bottom: 0 !important;
    border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.lightbox-content {
    border-radius: 12px;
}

.ux-menu-link__link{
	color: white;
}

.menu-item:hover .ux-menu-link__link{
	color: white;
}

.header-nav .menu-item .sub-menu .menu-item:hover > .sub-menu {
    display: block;
}

.header-nav .menu-item .sub-menu .menu-item .sub-menu {
	display: none !important;
}

.header-nav .menu-item .sub-menu .menu-item:hover .sub-menu {
	display: grid !important;
}

.header-nav .menu-item .sub-menu .menu-item .sub-menu a {
	padding-top: 5px;
	padding-bottom: 0px;
}

#menu-item-3950 {
	position: relative;
}

#menu-item-3950 .sub-menu {
  	grid-template-columns: 1fr 1fr;
	position: absolute;
	left: -10px;
	padding: 10px 40px 20px 20px;
	
}

#menu-item-3950:hover .sub-menu {
    display: grid !important;
    background-color: #fff;
}
    z-index: 1;

.dark .ux-menu-link__link {
	color: black !important;
}

.dark .ux-menu-link__link:hover {
	font-weight: bold;
}

.header-nav .menu-item.has-dropdown .sub-menu.nav-dropdown > .menu-item-has-children {
    position: relative;
}

.header-nav .menu-item.has-dropdown .sub-menu.nav-dropdown > .menu-item-has-children::before {
    content: '\f107' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    margin-left: 5px;
    font-size: 16px;
    display: inline-block;
	position: absolute;
	left: 120px;
	top: 5px;
}

.header-nav .menu-item.has-dropdown .sub-menu.nav-dropdown > .menu-item-has-children:nth-child(1)::before {
	left: 150px;
}

.header-nav .menu-item.has-dropdown .sub-menu.nav-dropdown > .menu-item-has-children:nth-child(2)::before {
	left: 150px;
}

.header-nav .menu-item.has-dropdown .sub-menu.nav-dropdown > .menu-item-has-children:nth-child(2) {
	margin: 0 30px;
}

.header-nav .sub-menu {
    display: none;
    z-index: 1;
}

.header-nav .menu-item > .sub-menu {
	display: flex !important;
	gap: 10px;
}

.header-nav .menu-item.has-dropdown:hover > .sub-menu {
    display: block;
}

.header-nav .menu-item.has-dropdown:hover > .menu-item-has-children::before {
	content: '' !important;
}

.wn-canh-1 {
    border-radius: 0 100px;
    overflow: hidden;
}

.wn-canh-2 {
    border-radius: 100px 0;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    
    .nav>li {
        padding: 8px;
    }
    
    .nav>li>a {
        font-size: 0.7em !important;
    }
    
    .nav>li>a>i {
        font-size: 15px;
    }
    
    .wn-language li img {
        width: 16px !important;
        height: 11px !important;
    }
	
	.wn-contact-title {
		font-size: 1em !important;
	}
    
}

@media only screen and (max-width: 850px) {
	
	.header-main li.html.custom {
		display: block;
	}
	
	.wn-canh-1, .wn-canh-4 {
		border-radius: 0 70px;
	}
	
	.wn-canh-3 {
		border-radius: 70px 0;
	}

	.wn-canh-3 > div:first-child {
		font-size: 20px;
		line-height: 20px;
	}

	.wn-canh-3 > div:last-child {
		font-size: 14px;
	}
	
	.wn-product-cat .header-title {
		left: 20px;
		font-size: 1rem;
	}
	
	.wn-product-cat .wn-desc-overlay p {
		display: none;
	}
	
	.wn-timeline .ctl_info {
	    padding: 30px;
	    border-radius: 30px;
	    box-shadow: 0 0 10px #2375c0;
	    margin: 10px;
	    width: calc(100% - 20px) !important;
	    flex-wrap: wrap;
	}
	
	.wn-timeline .ctl_info .pull-left {
	    width: 100% !important;
	    max-width: 100% !important;
	}
	
	.wn-timeline .ctl_info .content-details {
	    width: 100% !important;
	}
	
	.wn-timeline .ctl_info:before {
        right: calc(50% - 255px/2);
        width: 255px;
        height: 133px;
	}
	
	.wn-csvc-img .box-text {
        bottom: -62%;
    }
    
    .wn-reward .box-text {
        border-radius: 30px 0;
        padding: 20px 15px;
    }
    
    .wn-floating {
        top: 40%;
        right: 8px;
    }
    
    .wn-floating li a {
        padding: 8px 12px;
        border-radius: 0 23px;
        font-size: 1.2rem;
    }
    
    .wn-floating li a i {
        width: 20px;
    }
    
    .wn-floating li:last-child span {
        display: none;
    }
    
    .wn-floating li:last-child a {
        height: auto;
        padding: 8px 12px;
    }
	
}

@media only screen and (max-width: 550px) {
	.header.has-transparent, .header.transparent {
		position: relative;
	}
	
    .nav>li>a {
        font-size: 1em !important;
    }
	
	.nav-dark .nav > li > a {
		color: rgba(102,102,102,.85);
	}
    
    .wn-product-label-left .col-inner {
        border-radius: 0 50px;
    }
    
    .wn-product-label-right .col-inner {
        border-radius: 50px 0;
    }
    
    .wn-product-img-left .img-inner {
        border-radius: 0 100px;
    }
    
    .wn-product-img-right .img-inner {
        border-radius: 100px 0;
    }
	
	.off-canvas-left .mfp-content {
		width: 80%;
	}
	
	.shop-container .box-image {
		height: 150px !important;
		padding: 20px;
	}
	
	.shop-container .box-text {
		padding: 10px !important;
	}
	
	.shop-container .title-wrapper .product-title .woocommerce-loop-product__link {
		font-size: 0.8rem !important;
	}

	.shop-container .box-image .attachment-woocommerce_thumbnail {
		height: 100% !important;
		width: auto !important;
	}
	
	.product-description-title {
		font-size: 1.3em;
	}
	
	.product_meta .posted_in {
		font-size: 1.2em;
	}
	
	.related-products-wrapper .box-image {
		padding: 0;
	}
	
	.related-products-wrapper .box-image .image-fade_in_back, .related-products-wrapper .box-image .image-fade_in_back a {
		height: 100%;
	}
	
	.related-products-wrapper .title-wrapper .product-title .woocommerce-loop-product__link {
		font-size: 1rem !important;
	}
	
	.related-products-wrapper .attachment-woocommerce_thumbnail {
		max-height: 250px !important;
	}
	
	.blog-wrapper .article-inner .entry-content {
		font-size: 0.9rem;
	}
	
	.product-description-table {
		width: 100%;
		border-collapse: collapse;
		word-wrap: break-word;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.footer-wrapper .section-title-main {
		font-size: 1.2rem !important;
	}
}