@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=Montserrat&family=Roboto+Condensed&display=swap'); div#wle-header-nav {
    padding-left: 20px;
}

/*Your custom css*/
.menu-mega-dropdown {
    position: relative !important;
}

.menu-mega-dropdown[class^="mega-col-"] {
    position: static !important;
}

@media only screen and (min-width: 768px) {
    .menu-mega-dropdown .sub-menu-dropdown {
        width:240px;
    }

    .menu-mega-dropdown.mega-col-2 .sub-menu-dropdown {
        width: 480px;
    }

    .menu-mega-dropdown.mega-col-3 .sub-menu-dropdown {
        width: 720px;
    }

    .menu-mega-dropdown.mega-col-4 .sub-menu-dropdown {
        width: 960px;
    }
}

.menu-mega-dropdown[class^="mega-col-"] .sub-sub-menu.sub-dep-0 > li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.menu-mega-dropdown.mega-col-3 .sub-sub-menu.sub-dep-0 > li {
    width: 33.333333%;
}

.menu-mega-dropdown.mega-col-4 .sub-sub-menu.sub-dep-0 > li {
    width: 25%;
}

.menu-mega-dropdown[class^="mega-col-"] .sub-sub-menu.sub-dep-0 > li > a .nav-link-text {
    font-weight: bold;
    text-transform: uppercase;
}

.main-nav-style li a {
    text-transform: uppercase;
}

.home .main-page-wrapper {
    padding-top: 0;
}

.meta-post-categories>a {
    color: #fff !important;
}

.woodmart-products-tabs .products-tabs-title li {
    margin-bottom: 0;
}

#wle-home-slider .cs-slides a {
    background: #83b735;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.wle-tabs:not(.active) {
    display: none;
}

.wle-upper, .woodmart-title-container.title {
    text-transform: uppercase;
}

#halink_vn_homepage_content .woodmart-title-container.title {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-direction: row;
}

#halink_vn_homepage_content .woodmart-title-container.title:before, #halink_vn_homepage_content .woodmart-title-container.title:after {
    flex-grow: 1;
    /* background:#83b735; */
    /* content:""; */
    height: 1px;
    margin-top: 16px;
}

#halink_vn_homepage_content .woodmart-title-container.title:before {
    margin-right: 10px;
}

#halink_vn_homepage_content .woodmart-title-container.title:after {
    margin-left: 10px;
}

#halink_vn_homepage_content .woodmart-title-container.title.noline:before, #halink_vn_homepage_content .woodmart-title-container.title.noline:after {
    visibility: hidden;
}

.woocommerce span.product-label {
    font-size: 10px;
    min-height: 35px;
    min-width: 35px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    letter-spacing: .4px;
    font-weight: 600;
    line-height: 1.2;
    position: static;
    margin-bottom: 10px;
}

.woocommerce span.onsale {
    background-color: #ff0000;
}

#halink_vn_homepage_content .widget {
    margin: 0 auto;
    padding-bottom: 0;
    float: left;
    display: contents;
}

#halink_vn_homepage_content .widget.halink_home_product_tabs, #halink_vn_homepage_content .widget.halink_home_post_slider {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wle-form-home form {
    position: relative;
}

.wle-form-home .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
}

.wle-form-home form p {
    margin-bottom: 0;
}

.woocommerce-breadcrumb a:after {
    display: none;
}

/*.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	font-size:initial;
	line-height:34px;
    padding: 0 10px;
}.woocommerce nav.woocommerce-pagination .next.page-numbers{
	font-size:0;
}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: #83b735;
	color:#fff;
}.woocommerce nav.woocommerce-pagination{
	margin-top:30px;
}*/
.product-image-summary .cart .quantity input[type=number] {
    border: 2px solid rgba(129,129,129,.2);
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.product-image-summary-wrap .onsale {
    display: none;
}

.nav-links .page-numbers {
    display: inline-block;
    box-sizing: content-box;
    margin-right: 2px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease;
}

.nav-links .page-numbers.current {
    background-color: #264d88;
    color: #FFF;
    font-weight: 600;
}


.navigation.pagination .screen-reader-text {
    display: none;
}

.navigation.pagination .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}

.woocommerce-account:not(.logged-in) .entry-content .woocommerce, .woocommerce-dk {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.infos-contact {
    margin-bottom: 20px;
}

.infos-contact .icon {
    margin: 0 10px;
}

.site-mobile-menu li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129,129,129,.2);
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
}

.site-mobile-menu .sub-sub-menu li a {
    color: #777;
    text-transform: none;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
}

footer .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-container {
    background-color: #ffffff;
}

.woodmart-logo-wrap img {
    padding: 10px;
    max-width: 220px !important;
}

div#wle-header-main-search .searchform {
    display: flex;
    width: 80%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 15%);
    border-radius: 50px;
    border: 1px solid #dc1b26;
}

div#wle-header-main-search .all-cat {
    min-width: 190px;
}

div#wle-header-main-search .all-cat select#pro_cat {
    height: 46px;
    border: 0;
}

div#wle-header-main-search input#search-form-641930ead5bd8 {
    padding-right: 50px;
    border: 0 !important;
}

div#wle-header-main-search button.searchsubmit {
    border-radius: 50px;
    right: 0 !important;
}

div#wle-header-main-search button.searchsubmit:hover {
    color: white;
    background: #be0008;
}

.profile_btn {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    padding: 20px;
}

.profile_btn .cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 800;
    color: white;
    background: #1d4f91;
    transition: 1s;
    box-shadow: 6px 6px 0 #ffde00;
    transform: skewX(-15deg);
}

.profile_btn .cta:focus {
    outline: none;
}

.profile_btn .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.profile_btn .cta span:nth-child(1) {
    padding-top: 3px;
}

.profile_btn .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.profile_btn .cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

.profile_btn span {
    transform: skewX(15deg);
}

.profile_btn span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 6%;
}

/**************SVG****************/
.profile_btn path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.profile_btn path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.profile_btn .cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.profile_btn .cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.profile_btn .cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: #FBC638;
    }

    100% {
        fill: white;
    }
}

.footer-company {
    font-size: 15px;
}

p.title_company {
    font-size: 11pt;
    margin-bottom: 5px;
}

ul.list-style-one li {
    margin-bottom: 5px;
    font-size: 15px;
}

ul.list-style-one li i {
    padding-right: 5px
}

footer .widget_nav_menu ul li a {
    font-weight: 600;
}

bdi {
    color: red;
}

.readmore a {
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #242424;
    border-radius: 30px;
}

.readmore {
    margin-top: 20px;
}

.breadcrumb-page {
    background: #f7f7f7;
    padding: 10px 0;
}

div#menu-sidebar {
    position: unset !important;
    width: 100% !important;
    overflow: hidden;
}

div#menu-sidebar .mobile-nav-tabs .mobile-tab-title {
    max-width: 100%;
    text-align: left;
    background: #1d4f91;
    color: white;
    font-size: 16px;
    padding: 10px 20px !important;
}

.row.content-layout-wrapper.align-items-start {
    margin-top: 20px !important;
}

.home .row.content-layout-wrapper.align-items-start {
    margin: 0 !important;
}

.product-sidebar .title {
    max-width: 100%;
    text-align: left;
    background: #1d4f91;
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 15px 20px !important;
}
ul.product-child {
    padding-left: 15px;
}

ul.product-child li {
    padding: 5px 0px;
    border-bottom: 1px solid #d5d5d5;
}

ul.product-child li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    display: block;
}
.wap-company iframe {
    width: 100% !important;
    height: 550px;
}

.col-match-height {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.services-display .item {
    position: relative;
    height: 100%;
}
.services-display .item .image-wrapper {
    position: relative;
}
.zoom-in {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.services-display .item .caption, .services-display .item .caption .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0 10px;
    color: white;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.services-display .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #1d4f91c9;
    padding-bottom: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
    text-align: center;
}


.services-display .item .image-wrapper:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
    background: #ffffff00;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}
.zoom-in:hover img {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}
.opacity, .zoom-in img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
}
h1.title-header {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.ahbum-image {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.swiper-slide.swiper-slide-active {
    display: flex;
    justify-content: center;
}
.swiper-button-next, .swiper-button-prev {
    background: #626160;
    color: white;
    font-size: 18px;
    padding: 5px 20px;
    right: 0;
    height: auto;
    width: 25px;
}

.swiper-button-next i, .swiper-button-prev i {
    color: white;
    position: relative;
    right: 5px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #1d4f91;
 
}

.gallery-thumbs {
    margin-top: 10px;
    margin-bottom: 30px;
}
.project.caption .text {
    margin-top: 20px !important;
}
.gallery-thumbs .swiper-slide img  {
    width:100%;
}
.swiper-container.gallery-top.swiper-container-initialized.swiper-container-horizontal {
    margin-bottom: 10px;
}
.swiper-slide img {
    max-height: 570px;
}
.content-item {
    padding: 30px 30px 0 30px;
}
h3.ttt_line {
    text-align: center;
}

 .readon.rs_button {
    margin-right: 11px;
    padding: 14px 40px 14px 40px;
    background-color: transparent;
    background-image: linear-gradient(220deg, #1d4f91 0%, #1b62c3 79%);
    box-shadow: 0 10px 25px #4f62ff69;
    border-radius: 30px 30px 30px 30px;
    color: white;
}
 .readon.rs_button:hover { 
    background-image: linear-gradient(220deg, #DD4C23 , #F27C1E );
  
}
.rs_button {
	
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-position: top;
	position: relative;
	overflow: hidden;
}

.rs_button::before {
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.2;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.rs_button:hover::before {
	animation: thmBtnRipple 2s cubic-bezier(0.47, 2.02, 0.31, -0.36) infinite;
}

@keyframes thmBtnRipple {
	0% {
		left: 10px;
	}

	100% {
		left: calc(100% - 10px);
	}
}

.rs_button :hover {
	color: #fff;
	background-position: bottom;
}

.about-btn {
    padding-top: 50px;
}
.description {
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}

section.about-wrap {
    padding-top: 30px;
}
a.readon.rs_button.nut {
    background-image: linear-gradient(220deg, #DD4C23 , #F27C1E );
}
.about-image img {
    width: 100%;
    padding: 40px;
}
.brand-logo {
    width: 100%;
    text-align: center;
}
.col-match-height .item img {
    width: 100%;
}
div#contact-wrap {
    padding: 30px;
}
.contact-form-ab {
    padding-top: 30px;
}
.wap-company iframe {
    width: 100% !important;
    height: 466px;
}
section#home-about {
    float: left;
    width: 100%;
}

#about-btn {
    margin-top: 44px;
}
.description {
    scrollbar-width: thin;
    scrollbar-color: #0975d0 #ccc;
    padding-right: 15px;
    height: 390px;
    overflow-y: auto;
}
.description::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #245695;
}
.woodmart-hover-base .wrapp-product-price {
    height: 30px;
    overflow: hidden;
}
.wpcf7-response-output.hidden-notice {
    color: red !important;
    font-weight: bold;
    border: none !important;
    font-size: 16px;
}