/*
Theme Name: Welcome Trescal 
Template: hello-elementor
Description: Template Welcome Trescal based on Hello Elementor
Author: Quan Dang
Version: 1.0
*/

.des span p{
    margin: 0 !important;
}
#loginform .login-submit input{
	font-size: 16px !important;
}
.rsc_message{
	color: red;
    text-align: center;
    min-height: 250px;
    margin-top: 200px
}
html {
  scroll-behavior: smooth;
}
.owl-carousel .owl-stage-outer{
   padding-bottom: 10px !important;
}

.sticky {
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index:10000;
}
.site-navigation ul.menu li.menu-item-has-children:after {

  content: "▾";
  color: #e0d0d0 !important;

  right: -5px !important;
}
.sub-menu .wpml-ls-display{
  color:#201d1d;
}
.sub-menu li a .wpml-ls-native {
  color:#201d1d !important;
  font-size: 14px !important;
}
.sub-menu li a:hover .wpml-ls-native{
  color:#201d1d !important;
}
.sub-menu li a .wpml-ls-display {
  color:#201d1d !important;
}
.sub-menu li a:hover .wpml-ls-display{
  color:#201d1d !important;
}
.widget-footer{
    max-width: 260px;
	font-size: 12px;
}

.site-navigation div .menu li a{
    color: #FFFFFF !important;
    padding: 0 !important;
	font-size: 13px;
	line-height: 22px;
    border-bottom: 2px solid transparent;
}
.site-navigation-dropdown .site-navigation div .menu li a {
    color: #55595c !important;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.site-navigation-dropdown .site-navigation div .menu  li.current_page_item a {
    color: #fff !important;
}

.site-navigation-dropdown ul.menu {
    top: 100%;
    background: #fff !important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.site-navigation div .menu li a:hover{
    color: #fff !important;
    border-bottom: 2px solid #fff;
}
.site-navigation div .menu .current_page_item a{
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
    font-weight: 700;
}

.site-navigation div:last-child {
    align-items: center;
    display: flex;
    justify-content: end;
}

.site-navigation div:last-child .menu {
    column-gap: 35px;
}

@media (max-width: 1099px){
    	
    .site-navigation div:last-child .menu {
        column-gap: 15px;
    }
}

.site-navigation div:first-child {
    display: flex;
    justify-content: center;
    flex: 1;
}


.site-navigation div:first-child .menu {
    column-gap: 5px;
    justify-content: space-between;
    max-width: 606px;
    width: 100%;
}

.site-navigation div:first-child .menu li a{
    color: #fff ;
    padding: 0 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
    border-bottom: 2px solid transparent;
}
.site-navigation div:first-child.menu li a:hover{
    color: #fff ;
    border-bottom: 2px solid #fff;
}
.site-navigation div:first-child.menu .current_page_item a{
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}
.site-navigation div:first-child.menu li a{
    color: #fff ;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 2px solid transparent;
}
.site-navigation div:first-child.menu li a:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.site-navigation div:first-child.menu .current_page_item a{
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.btn-trescal svg{
	transform: rotate(90deg) !important;
}

.btn-trescal {
    display: inline-block;
    padding: 12px 25px;
    position: relative;
    background-color: #000;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
/*     overflow: hidden; */
	background-color: transparent !important; 

/* 	color: black;  */

	z-index: 1;

	 overflow: visible;
  }
.btn-trescal:hover:before{
	color: #fff !important;
	background-color: transparent;
    background-image: linear-gradient(181deg, var(--e-global-color-primary ) 16%, var(--e-global-color-secondary ) 100%);
}
  .btn-trescal:before{
	 position: absolute;

 content: "";
 border-radius: 0 !important;

/*     background-color: red; */
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: -1 !important;
    left: 0 !important;
    top: 0 !important;
    transform: skew(-10deg);
	opacity: 1 !important;
	content: "";
    position: absolute; 
    bottom: 0;
    background-color: var(--e-global-color-primary );

  }
.btn-trescal-2 {
	background: transparent !important;
	color: var(--e-global-color-primary );
	z-index: 20;
}
.btn-trescal-2:hover{
	background: transparent !important;
}
.btn-trescal-2:hover:after{
	color: #fff !important;
	background-color: transparent;
    background-image: linear-gradient(181deg, var(--e-global-color-primary ) 16%, var(--e-global-color-secondary ) 100%);
}
.btn-trescal-2::after{
 	content: "";
	border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: -1 !important;
    left: 0 !important;
    top: 0 !important;
    transform: skew(-10deg);
	opacity: 1 !important;
    bottom: 0;
    background-color: #fff;
 }
@media (min-width: 1024px){
	.ssa-absolute{
    top: -164px;
    margin-bottom: -132px;
	background: #fff;
  }
	.flex{
	display: flex;
}
}
  
  .ssa-absolute .elementor-container{
    background: #fff;
  }
  /*.elementskit-accordion .show{*/
  /*  background: #EEEEEE !important;*/
  /*  padding: 20px 30px !important;*/
  /*}*/
  /*.elementskit-accordion .show .ekit-accordion--content{*/
  /*  background: #fff !important;*/
  /*  padding: 28px 40px !important;*/
  /*}*/
  #site-footer .textwidget{
    padding-top: 14px;
  }
  #site-footer .widget-footer{
    padding-top: 14px;
  }


  /* Document */
  .widget-document .owl-controls{
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
  }
  .widget-document .owl-controls .owl-prev{
    position: absolute;
    left: 0;
	background-image: url(/wp-content/uploads/2023/06/FLECHE.svg) !important;
    width: 25px !important;
    height: 22px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	 transform: rotate(180deg);
  }
  .widget-document .owl-controls .owl-next{
    position: absolute;
    right: 0;
	background-image: url(/wp-content/uploads/2023/06/FLECHE.svg) !important;
    width: 25px !important;
    height: 22px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .widget-document .owl-theme .owl-controls .owl-nav [class*=owl-]{
    color: var(--e-global-color-primary );
    font-size: 26px;
    background: transparent;
    border-radius: unset !important;
  }
   .document-blue .widget-document .owl-controls{
    position: absolute;
    top: -84px !important;
    left: 0;
    right: 0;
  }
  .document-blue .widget-document .owl-theme .owl-controls .owl-nav [class*=owl-]{
    color: #fff !important;
	font-size: 30px;
    content: '';
    background-image: url(/wp-content/uploads/icons/FLECHE_white.svg) !important;
    width: 25px !important;
    height: 22px !important;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
	transform: rotate(180deg) !important;
  }
.document-blue .widget-document .owl-theme .owl-controls .owl-nav .owl-prev{
	transform: rotate(0deg) !important;
}
  .block-document{
    background: #fff;
  }
  .widget-document .owl-stage{
    display:flex;
  }
  .widget-document .owl-stage .owl-item{
    background: #fff;
  }
  .widget-document .owl-stage .block-document{
    background: #fff;
    padding: 22px 20px;
	box-shadow: 4px 4px 8px rgb(0 0 0 / 24%);
  }
  .widget-document .owl-stage .block-document h3{
    font-size: 20px;
	 line-height: 26px;
    font-weight: 700;
    color: var(--e-global-color-primary );
  }
.widget-document .widget-content {
	font-size: 12px;
	line-height: 18px;
}
  .widget-document .owl-stage .block-document a{
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-primary );
  }
  
  /* Block 1 */
  .widget-block-1 .owl-controls{
     position: absolute;
    z-index: 10000000000;
    top: 0px;
    border: 0;
    margin-top: 0;
    background: #fff;
    bottom: 0;
    padding-right: 14px;
  }
  .widget-block-1 .owl-controls .owl-prev{
    display: flex !important;
  }
  .widget-block-1 .owl-stage{
    display:flex;
  }
  .widget-block-1 .owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:var(--e-global-color-primary );
    font-size: 22px;
    background: transparent;
    border-radius: unset !important;
	margin: 0;
	padding: 4px;
    content: '';
    background-image: url(/wp-content/uploads/2023/06/FLECHE.svg);
    width: 25px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
.widget-block-1 .owl-theme .owl-controls .owl-nav .owl-next{
	transform: rotate(180deg);
}
  .widget-block-1 > .elementor-widget-container::after{
    z-index: 10;
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    width: 15%;
    background-color: #fff;
    transform: skew(360deg);
    left: 2px;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }
 .image-container a img {
    width: auto !important;
  }
  
  .image-caption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
  }
.image-caption-block{
	position: relative;
    width: 100%;
    height: 100%;
}
.image-caption-content{
	position: absolute;
    bottom: 0;
}
  .image-container:hover .image-caption {
    opacity: 1;
  }

    
  /* Block 2*/
  .widget-block-2 .owl-controls{
    position: absolute;
    z-index: 10000000000;
    top: 0px;
    border: 0;
    margin-top: 0;
    background: #fff;
    bottom: 0;
    padding-right: 14px;
  }
  .widget-block-2 .owl-controls .owl-prev{
    display: flex !important;
  }
  .widget-block-2 .owl-stage{
    display:flex;
  }
  .widget-block-2 > .elementor-widget-container::after{
    z-index: 10;
    content: "";
    position: absolute;
    top: 76px;
    bottom: 0;
    width: 15%;
    background-color: #fff;
    transform: skew(360deg);
    left: 2px;
  }
  .block-2{
    background: #fff;
    height: 350px;
    padding: 20px;
  }
  .block-2:hover{
    background: #1c1a66;
  }
  .block-2:hover h2{
    color: #00B5E7 !important;
  }
  .block-2:hover >div >div:first{
    border-bottom: 3px solid #fff !important;
  }
  .block-2:hover >div div{
    color: #fff !important;
  }
.icon-en a i{
	color: #E64747 !important;
}
.widget-block-2 .owl-theme .owl-controls .owl-nav [class*=owl-]{
    color: var(--e-global-color-primary );
    font-size: 22px;
    background: transparent;
    border-radius: unset !important;
	margin: 0;
	padding: 4px;
	font-size: 30px;
    content: '';
    background-image: url(/wp-content/uploads/2023/06/FLECHE.svg);
    width: 25px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
.widget-block-2 .owl-theme .owl-controls .owl-nav .owl-next{
	transform: rotate(180deg);
}
/* menu */
.eicon-menu-bar{
	color: #fff !important;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1116px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: nowrap !important;
    column-gap: 15px;
}
@media (max-width: 460px){
	.image-caption-content h5{
		font-size: 14px;
		line-height: 23px;
	}
	.image-caption-content p{
		font-size: 14px;
		line-height: 20px;
	}
	#btn-see-esg::after {
		background-image: linear-gradient(178deg, var(--e-global-color-primary ) 10%, var(--e-global-color-secondary ) 100%);
		background-color: unset !important;
	}
	#btn-see-esg{
		color:white !important;
	}
	.site-navigation-dropdown ul.menu>li li{
		transform: none !important;
	}
	.site-navigation-dropdown ul.menu>li ul{
		display: block;
		width: 100%;
		height: 30px
	}
	.widget-block-2 .owl-controls {
		top: 16px;
		left: -50px;
    }
	.widget-block-2 > .elementor-widget-container::after{
		top: 95px;
	}
	.widget-block-1 .owl-controls {
		top: 16px;
		left: -50px;
    }
	.widget-block-1 > .elementor-widget-container::after{
		top: 95px;
	}
	.image-caption {
		position: initial;
	
		width: 180px;
		background-color: transparent;
		color: black;
		padding: 14px;
		opacity: 1;
		transition: opacity 0.3s ease;
		font-size: 14px;
	  }
	.image-caption-content{
		position: relative;

	}
	.social-cs::before{
		right: 34px;
		height: 100%;
		width: 82px;
	}
	.social-cs::after{
		width:83px;
	}
}
@media (min-width: 992px){

}
.site-navigation ul.menu li ul{
	left: unset !important;
	right: -42px !important;
}
.site-header:not(.header-stacked) .header-inner .site-navigation{
	width: 100%;
    max-width: 100% !important;
    justify-content: space-between;
    column-gap: 15px;
}
#sss-1 >div{
	max-width: 1366px !important;
}
#sss-2 >div{
	max-width: 1366px !important;
}
.site-navigation ul.menu li.menu-item-has-children:after{
	display: block;
    content: "" !important;
    align-items: center;
    color: #666;
    position: absolute;
    right: -6px !important;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    background: url(/wp-content/uploads/2023/07/puce.svg);
    width: 11px;
    height: 6px;
}
.site-navigation ul.menu li ul li:last-child {
    display: block !important;
    text-align: center;
    border-bottom: none;
}
.nav-mobile-trescal{
	top: 72px !important;
}
.menu-mobile-trescal{
	width: 100% !important;
    height: 100% !important;
}
.menu-mobile-trescal ul{
	position: relative !important;
	padding-bottom: 4px !important;
}
.menu-mobile-trescal ul li a{
	color: black !important;
}
.nav-mobile-trescal ul.menu li.current-menu-item a{
	background: var(--e-global-color-primary ) !important; 
}
/* update css 03-10 */
.trescal-full-content > .elementor-widget-wrap{
	flex-direction: column;
}
.trescal-full-content > .elementor-widget-wrap > .elementor-widget-icon-list{
	flex-grow: 1;
}
.diagonal-right::before{
position: absolute;
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 0;
    right: -8%;
    height: 101%;
    width: 20%;
    background: linear-gradient(to bottom right, white, white,white, white);
    transform: skew(350deg);
    /* width: 100%; */
    /* height: 100%; */
    /* background: linear-gradient(to bottom right, transparent 50%, white 50%, white 100%, transparent 100%);  */
}

.diagonal-left::before{
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 0;
    left: -13%;
    height: 100%;
    width: 20%;
    background: linear-gradient(to top left,white,white);
    transform: skew(350deg);
}