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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-wrapper.stuck .top-divider{
	border-color:transparent;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
	display:none!important;
}
/* Footer */
.sec-footer h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sec-footer h2 span{
	color:#5B6A4D;
}
p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
#main, #wrapper{
	background:#FFFBF7;
}
.col-form h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: -0.8px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.col-form p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: -0.56px;
	color: #FFFFFF;
	opacity: 0.6;
}
.col-form .wpcf7-form-control{
	margin-bottom:0;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	height:48px;
}
.col-form .wpcf7-form-control.wpcf7-submit{
	margin:0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	gap: 8px;
	max-width: 120px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 84%;
	leading-trim: both;
	text-edge: cap;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1B1B1B;
}
.absolute-footer{
	display:none;
}
.sec-footer .ux-menu-link{
	width:50%;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
}
.ux-menu.stack {
	flex-wrap: wrap;
    flex-direction: row;
}
.copyright{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14.6939px;
	line-height: 140%;
	color: #ECF4FF;
}
/* css Home page */
.section-contactus h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #D0C492;
}
.section-contactus h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	color: #000000;
}
.section-contactus p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	color: #000;
}
.section-end p{
	color: #515151;
}
.section-contactus .icon-box-img svg{
	padding-top:0;
}
.section-contactus .icon-box p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #8E8E8E;
	margin-bottom:10px;
}
.section-contactus .icon-box h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.section-contactus .col-left .icon-box{
	margin-bottom:24px;
	align-items: center;
}
.section-contactus .col-right>.col-inner{
	padding: 36px 24px 12px;
	background: #FFFFFF;
	border-radius: 11px;
}
.wpcf7-form{
	margin-bottom:0;
}
.wpcf7-form .col{
	padding-bottom:24px;
}
.wpcf7-form .col .wpcf7-form-control{
	margin-bottom:0;
	height: 54px;
	border: 1px solid #B3B2B2;
	border-radius: 4px;
	box-shadow: none;
}
.wpcf7-form .col .wpcf7-form-control.wpcf7-submit {
	padding: 12px 10px;
    height: 40px;
    background: #5B6A4D;
    border-radius: 4px;
    width: 100%;
    line-height: normal;
    text-transform: capitalize;
}
.wpcf7-spinner{
	display:none;
}
.section-contactus .col-left .col-inner {
	margin-left: 0;
	margin-right: 0;
}
/*  */
.list-teammer .testimonial-box{
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.02);
	border-radius: 20px;
	position: relative;
	margin-right:24px;
	min-height:330px;
}
.list-teammer .testimonial-box .icon-box-img{
	position: absolute;
    bottom: 24px; 
	left:24px;
}
.list-teammer .testimonial-meta{
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}
.list-teammer .testimonial-text{
	padding-bottom:20px;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:20px;
	min-height:170px;
}
.list-teammer .testimonial-text p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #383838;
}
.list-teammer .icon-box-left .icon-box-img+.icon-box-text{
	padding-left:0;
}
.list-teammer .testimonial-name-divider{
	display:none;
}
.list-teammer .star-rating span:before{
	background:linear-gradient(180deg, #FFE61C 0%, #FFA929 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list-teammer .testimonial-name{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #403F3F;
	margin-bottom: 8px;
}
.list-teammer .testimonial-company{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #403F3F;
	min-height:42px;
}
.sec-team .text h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	text-align: center;
	color: #000000;
}
.sec-team .text p{
	color:#000;
}
.button{
	min-width:160px;
}
.button span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    line-height: 38px;
	justify-content:center;
}
.btn-hasicon span:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/07/icon_arrow.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	margin-left:7px;
}
.sec-first .img{
	max-width:340px;
	margin:0 auto;
}
.banner{
	 position: sticky;
     top: 145px;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:36px;
}
.banner .col:first-child .col-inner{
	margin-left:0;
	margin-right:auto;
}
.sec-first.section-contactus h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.sec-first.section-contactus p{
	color:#000;
}

.page-id-248 #footer .section-contactus,
.page-id-137 #footer .section-contactus,
.page-id-251 #footer .section-contactus{
	display:none;
}
.page-id-137 .sec-map p{
	margin-bottom:0;
}
/* Page Contact */
.sec-top-title h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	text-align: center;
	color: #222222;
}
.sec-top-title p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #5D5D5D;
}
.col-left-about.col:first-child .col-inner{
	margin-left:0;
	margin-right:auto;
}
.col-left-about h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #D0C492;
}
.col-left-about h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	color: #000000;
}
.col-left-about p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
.tabbed-content{
	align-items:flex-start!important;
}
.tabbed-content .nav-vertical{
	background:url(/wp-content/uploads/2025/07/image-6.svg); 
	padding:120px 58px 66px; 
	z-index:1;
}
.tabbed-content .nav-vertical:after{
	content:'';
	width:calc(100% - 68px);
	height:calc(100% - 84px);
	background:#5B6A4D;
	left:34px;
	top:42px;
	position: absolute; 
	z-index:-1;
}
.nav.nav-vertical li.tab a{
	font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
	padding-top: 10px;
    padding-bottom: 24px;
	justify-content: space-between;
}
.nav-vertical>li+li{
	border-top:1px solid #1E5B48;
}
.tabbed-content{
    align-items: center;
}
.tab-panels p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #5D5D5D;
}
.tab-panels blockquote{
	padding:0;
	border-left:0;
}
.tab-panels blockquote p{
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-size: 26px;
	line-height: 40px;
	color: #000000;
}
.tabbed-content h4{
	font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 66px;
    z-index: 3;
    max-width: 570px;
	text-transform:inherit;
}
.nav.nav-vertical li.tab a:after{
	background:url(/wp-content/uploads/2025/07/icon_arrow_dow.svg);
	content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 7px;
}
.sec-detail h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
}
.sec-detail .text-sub p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #877918;
}
.header-social-icons a{
	color: #000;
    font-size: 24px!important;
}
.header-social-icons .icon-envelop{
	background-image: url(/wp-content/uploads/2025/07/icon_Google.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-social-icons .icon-youtube{
	background-image: url(/wp-content/uploads/2025/07/icon_youtube.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#masthead .nav-icon .icon-menu{
	background-image: url(/wp-content/uploads/2025/07/Button_icon.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 36px;
    height: 36px;
}
.header-button-1 a{
    align-items: center;
    min-width: 159px;
    height: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.header-search  .icon-search{
	background-image: url(/wp-content/uploads/2025/07/Button_icon-1.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 36px;
    height: 36px;
}
.header-search-form-wrapper .searchform input{
	height: 44px;
	box-shadow:none;
}
.searchform .button.icon{
	    min-width: 36px;
	    height: 44px;
}
.ux-search-submit.submit-button .icon-search{
	background-image:url('/wp-content/uploads/2025/07/Button_icon-2.svg');
	background-size:cover;
	color:transparent;
}
ul.polylang-flags a span,
ul.polylang-flags li span {
    display: none !important;
}
.polylang-flags{
	list-style:none;
}
.polylang-flags a{
  width: 36px!important;       /* Chỉ set chiều rộng */
  display: block;
  height:24px!important;
  background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.header-language-dropdown a >:not(i) {
  display: none;
}
#menu-item-422>a,.menu-item-422>a{
	 width: 36px!important;       /* Chỉ set chiều rộng */
  display: block;
  height:56px!important;
  background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#menu-item-422>a span,#menu-item-422>a i,.menu-item-422>a span,.menu-item-422>a i{
	display:none;
}
#menu-item-422 .sub-menu.nav-dropdown{
	min-width: 180px !important;
    padding: 10px;
    border: 0;
    margin-top: 2px;
	border-radius:10px;
	border: 1px solid #F3F3F3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
#menu-item-422 .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
	display:none;
}
#menu-item-422>a>img,.menu-item-422>a>img{
	display:none;
}
html[lang="en-GB"] #menu-item-422>a,html[lang="en-GB"] .menu-item-422>a{
	background-image:url(/wp-content/uploads/2025/07/enhlish.png);
}
html[lang="sv-SE"] #menu-item-422>a,html[lang="sv-SE"] .menu-item-422>a{
	background-image:url(/wp-content/uploads/2025/07/td.png);
}
html[lang="vi"] #menu-item-422>a,html[lang="vi"] .menu-item-422>a{
	background-image:url(/wp-content/uploads/2025/07/vietnam.png);
}
.polylang-flags img{
	display:none;
}
.list-service-css .col .col-inner{
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.02);
	border-radius: 20px;
}
.sec-mb{
	padding-left:0!important;
	padding-right:0!important;
}
.ux-menu-link--active .ux-menu-link__link, 
.ux-menu-link:hover .ux-menu-link__link {
    color:#ffffff!important;
}
.portfolio-top{
	display: flex;
    align-items: center;
}
.portfolio-left{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #5b6a4d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    margin-right: 10px;
    color: #fff;
}
/* Container phân trang */
.custom-portfolio-pagination {
    display: flex;
    justify-content: center; /* căn giữa */
    flex-wrap: wrap;
    gap: 8px; /* khoảng cách giữa các ô */
    margin-top: 20px;
}

/* Mỗi số trang */
.custom-portfolio-pagination a,
.custom-portfolio-pagination span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333; /* viền */
    background-color: #fff; /* màu nền */
    color: #333; /* màu chữ */
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px; /* bo góc nếu muốn */
    transition: all 0.3s;
}

/* Hover hiệu ứng */
.custom-portfolio-pagination a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* Trang hiện tại */
.custom-portfolio-pagination .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.portfolio-top h3{
	font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.25rem;
	    margin-bottom: 0;
}
.portfolio-item{
	border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px #f1f1f1;
	margin-bottom:20px;
}
.portfolio-star{
	color:#ffbb29;
}
.list-teammer .portfolio-item {
	margin-left:10px;
	margin-right:10px;
	background:#fff;
}
.list-teammer .portfolio-content{
 display: block;
 display: -webkit-box;
 max-width: 100%;
 height: 240px;
 margin: 0 auto;
 font-size: 14px;
 line-height: 24px;
 -webkit-line-clamp: 9;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.list-teammer .portfolio-content {
	 font-size: 14px;
 line-height: 24px;
}
.list-teammer .portfolio-top{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #f1f1f1;
}

@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
    	max-width:570px;
		width:100%;
    }
	.nav-vertical+.tab-panels{
        padding-right: 0;
        max-width: 470px;
        margin-right: 0;
        margin-left: auto;
        border-left: 0;
		padding-bottom: 0;
	}
}
@media(max-width:849px){
	#logo img {
		padding: 5px!important;
	}
	.header-main li.html.custom{
		display:block;
	}
	.nav li:last-child{
		margin-bottom:0!important;
	}
	#masthead.header-main {
		height: 100px;
	}
	#masthead #logo img {
		max-height: 90px!important;
		padding:0!important;
	}
	.menu-item-422 .nav-dropdown{
        min-width: 150px;
        left: inherit !important;
        right: -30px;
        padding: 0;
	}
}
@media(max-width:549px){
	.header-button-1 a{
		padding: 0;
	}
	#logo {
    	width: 70px !important;
	}
	.banner{
		position:relative;
	}
	.sec-footer h2{
		font-size: 40px;
		line-height:50px;
	}
	.ux-menu.stack {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sec-footer .ux-menu-link{
		width:100%;
	}
	.tabbed-content .nav-vertical:after {
		width: calc(100% - 30px);
		height: calc(100% - 50px);
		left: 15px;
		top: 25px;
	}
	.tabbed-content .nav-vertical {
		padding: 115px 36px 66px;
	}
	.nav.nav-vertical li.tab a{
		font-size:20px;
	}
	.tab-panels blockquote p{
		font-size:24px;
	}
	.banner {
		padding-top:0!important;
	}
	.banner .banner-inner.fill{
		position:relative!important;
	}
	.banner .banner-inner .text-box.banner-layer{
		position:relative!important;
	}
	.gallary-mb .gallery-col.col:not:(first-child){
		display:none;
	}
}