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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav>li>a>i.icon-menu,
.header-nav .nav-icon a .icon-menu {
    background-image: url(images/icon-menu.svg);
    display: inline-block;
    width: 34px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.nav>li>a>i.icon-menu:before,
.header-nav .nav-icon a .icon-menu:before{
	content:none;
}
footer#footer {
    background-color: #101012 !important;
}
.footer-main {
    background-color: #101012;
}
.off-canvas-center.mfp-bg.mfp-ready.main-menu-overlay {
    opacity: 1;
}
.mfp-wrap .mfp-container .mfp-content {
    max-width: 1200px;
    position: relative;
    vertical-align: top;
    height: 100%;
}
.mfp-wrap .mfp-container .mfp-content #logo-menu {
    position: absolute;
    left: 0;
    top: 0;
}
.mfp-wrap .mfp-container .mfp-content #logo-menu img {
    max-width: 120px;
}
.mfp-wrap.mfp-ready .mfp-close {
    opacity: 1;
    right: calc(calc(100% - 1200px) / 2);
    top: 20px;
}
.mfp-wrap .mfp-container .mfp-content #logo-menu {
    position: absolute;
    left: 0;
    top: 20px;
}
.off-canvas .sidebar-menu,
.mfp-wrap .mfp-container .mfp-content #main-menu {
    height: 100%;
}
.mfp-wrap .mfp-container .mfp-content .sidebar-menu .nav.nav-sidebar {
    justify-content: center;
    height: 100%;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: end;
}
.from-contact .item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.from-contact .item-group .item-col {
    width: 50%;
    padding: 0 10px;
}
.from-contact .item-col input.wpcf7-text {
    background: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #5C5C5E;
    color: #ffff;
    padding-left: 0;
    padding-right: 0;
}
.from-contact .item-col textarea {
    background: none;
    border: 0;
    border-bottom: 1px solid #5C5C5E;
    min-height: 100px;
    color: #ffff;
    padding-left: 0;
    padding-right: 0;
    outline: none;
    box-shadow: none;
}
.absolute-footer .footer-secondary {
    width: 50%;
    float: none;
    order: 2;
    text-align: right;
}
.absolute-footer .footer-primary {
    width: 50%;
    float: none;
    text-align: left;
}
.absolute-footer .container {
    display: flex;
    flex-wrap: wrap;
}
.absolute-footer .social-icons {
    color: #BBBBBB;
}
.absolute-footer .social-icons a.icon {
    background-color: #2D2D2E;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.absolute-footer .footer-primary {
    width: 50%;
    float: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.absolute-footer .footer-primary .menu-footer-menu-container {
    display: inline-block;
}
.absolute-footer .footer-primary .copyright-footer {
    order: -1;
    margin-right: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}
.absolute-footer .footer-primary .menu-footer-menu-container {
    display: inline-flex;
}
.absolute-footer .footer-primary .menu-footer-menu-container ul {
    margin: 0;
    border: none;
    padding: 0;
    line-height: 1.2;
}
footer#footer .footer-main {
    padding-top: 100px;
}
.footer-main .col {
    padding-bottom: 0;
}
.from-contact>.submit {
    border-bottom: 1px solid #5C5C5E;
    text-align: center;
}
.from-contact .submit button {
    color: #fff;
    opacity: .6;
    text-transform: uppercase;
    margin-right: 0;
    background: transparent;
}
.page-template-fullPage-page header#header::before{
	content:none !important;
}
.page-template-fullPage-page header .header-wrapper.stuck {
    box-shadow: none;
}
footer#footer .footer-main .col-inner {
    max-width: 750px;
    margin-left: 0;
}
.page-template-fullPage-page section.fp-section {
	overflow: hidden;
}
#scroll_menu {
    position: fixed;
    bottom: 50px;
    left: calc(calc(100% - 1190px) / 2);
    width: auto;
    z-index: 222;
}
#scroll_menu ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
#scroll_menu ul li {
    border: none;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
#scroll_menu ul li:last-child {
    margin-bottom: 0;
}
#scroll_menu ul li a {
    padding: 0;
    font-family: Tomorrow, sans-serif;
    text-transform: uppercase;
    color: #919195;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
#scroll_menu ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 12px;
    width: 1px;
    height: 26px;
    background-color: #919195;
    opacity: 1;
}
#scroll_menu ul li:last-child:before {
    content: none;
}
#scroll_menu ul li a:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #919195;
    border-radius: 100%;
}
#scroll_menu ul li.active a,
#scroll_menu ul li:hover a {
    color: #fff;
}
#scroll_menu ul li.active a:before,
#scroll_menu ul li:hover a:before {
    border-color: #fff;
    background-color: #fff;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 15px;
}
blockquote{
    border: none;
    padding: 0;
    position: relative;
}
blockquote p {
    border: none;
    padding: 0;
    position: relative;
}
blockquote p:before {
    content: "\201C";
    position: relative;
    left: 0;
    top: 10px;
    font-size: 65px;
    color: #E0A123;
    line-height: 30px;
    height: 30px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
blockquote p:after {
    content: "\201E";
    position: relative;
    right: 0;
    bottom: 24px;
    font-size: 65px;
    color: #E0A123;
    line-height: 30px;
    height: 30px;
    margin-left: 12px;
    display: inline-block;
	vertical-align: middle;
}
.section-featured .wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}
.section-featured .left-item {
    width: 65%;
    position: relative;
}
.section-featured .right-item {
    width: 35%;
}
.section-featured {
    display: block;
    position: relative;
}
.section-featured .left-item .image-bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fp-section .section-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fp-section .section-content .section-featured {
    height: 100%;
    width: 100%;
}
.section-featured .left-item .image-bg {
    height: 100%;
    position: relative;
    width: 100%;
}
.section-featured .right-item {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-featured .right-item .item-inner {
    max-width: 500px;
    padding: 0 20px;
}
body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}
.fp-section .section-featured .right-item .item-inner .title-text {
    position: relative;
    left: -50%;
    display: inline-block;
    transform: translateX(50%);
    min-width: 200px;
}
.blog-new .list-blog{
    max-width: 340px;
}
.blog-new .list-blog .thumbnail {
    position: relative;
}
.blog-new .list-blog .thumbnail img {
    max-height: 160px;
    object-fit: cover;
    object-position: center;
}
.blog-new .list-blog .date {
    color: #fff;
    font-size: 14px;
    padding: 10px 0 5px;
}
.blog-new .list-blog .title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600;
    font-family: Roboto, sans-serif;
}
.blog-new .list-blog .item-box {
    margin-bottom: 20px;
}
.blog-new .list-blog .item-box:last-child {
    margin-bottom: 0;
}
.page-template-page-header-transparent .page-wrapper {
    padding-top: 0;
}
.banner-page {
    display: block;
    position: relative;
}
.banner-page .image-banner img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-page .banner-inner {
    display: block;
    position: relative;
    padding: 130px 0 40px;
}
.banner-page .banner-inner .entry-title {
    color: #fff;
}
.header-wrapper.stuck .header-main #logo img {
    padding: 8px 0;
}
.header-wrapper.stuck .header-bg-color {
    background-color: rgba(0,0,0,0.3);
}
.to-top, .scroll-to {
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: 2;
    width: 100%;
}
.to-top a:hover, .scroll-to a:hover {
	opacity: 1;
}
.to-top a, .scroll-to a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    opacity: .7;
    font-size: 12px;
    padding-bottom: 25px;
    display: block;
}
.to-top a:after, .scroll-to a:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
@media only screen and (min-width: 1024px) {
	.box-img-desc .wrapper {
		width: 100%;
		position: relative;
		display: block;
		text-align: right;
	}
	.box-img-desc .left-item {
		width: 60%;
		position: relative;
		display: inline-block;
	}
	.box-img-desc .left-item img {
		width: 100%;
	}
	.box-img-desc .right-item {
		position: absolute;
		width: 55%;
		background-color: #fff;
		bottom: 0;
		left: 0;
		padding: 20px 15px 0px;
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	.box-img-desc .right-item {
		padding: 50px 50px 20px;
	}
}
@media only screen and (max-width: 1300px) {
	#scroll_menu {
		left: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.mfp-wrap.mfp-ready .mfp-close {
		opacity: 1;
		right: 15px;
		top: 20px;
	}
	.mfp-wrap .mfp-container .mfp-content #logo-menu {
		left: 20px;
	}
	.page-template-fullPage-page section.fp-section {
		height: auto !important;
		min-height: auto !important;
	}
	.section-featured .right-item {
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: 100vh;
	}
}
@media only screen and (max-width: 1023px) {
	.section-featured .right-item {
		width: 40%;
	}
	.section-featured .left-item {
		width: 60%;
	}
	.box-img-desc .left-item {
		text-align: center;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 849px) {
	#scroll_menu {
		display: none;
	}
	/* .section-featured .right-item { */
		/* width: 100%; */
		/* min-height: auto; */
	/* } */
	/* .section-featured .left-item { */
		/* width: 100%; */
	/* } */
	/* .section-featured .left-item .video-bg { */
		/* top: 0; */
		/* position: relative; */
		/* height: auto; */
		/* width: 100%; */
		/* object-fit: unset; */
		/* object-position: 100%; */
	/* } */
	/* .section-featured .left-item .video-bg { */
		/* top: 0; */
	/* } */
	/* .fp-section .section-featured .right-item .item-inner .title-text { */
		/* left: 0; */
		/* transform: translateX(0); */
	/* } */
	/* .section-featured .left-item .image-bg img { */
		/* position: relative; */
	/* } */
	/* .section-featured .right-item .item-inner { */
		/* width: 100%; */
		/* max-width: 100%; */
		/* padding: 0 15px; */
	/* } */
	/* section.new.fp-section .section-featured .right-item .item-inner .title-text { */
		/* width: 100%; */
		/* text-align: center; */
	/* } */
	/* .blog-new .list-blog { */
		/* margin: 0 auto; */
	/* } */
	/* .to-top, .scroll-to { */
		/* position: relative; */
	/* } */
.section-featured .right-item {
    padding-top: 0;
    padding-bottom: 0;
}
.section-featured .right-item .item-inner {
    max-width: 100%;
    padding: 0 10px 0 15px;
    font-size: 12px;
    line-height: 1.2;
}
.fp-section .section-featured .right-item .item-inner .title-text {
    position: relative;
    left: -100%;
    display: inline-block;
    transform: translateX(50%);
    min-width: 100px;
}
.blog-new .list-blog .title {
    font-size: 12px;
}
.blog-new .list-blog .date {
    font-size: 12px;
}
.section-featured .right-item .item-inner h2 {
    font-size: 26px !important;
}
	
}
@media only screen and (max-width: 767px) {
	.absolute-footer .footer-primary {
		width: 100%;
	}
	.absolute-footer .footer-secondary {
		width: 100%;
		text-align: center;
		order: 0;
		margin-bottom: 15px;
	}
	.absolute-footer .footer-primary {
		width: 100%;
		text-align: center;
		justify-content: center;
		padding-bottom: 10px;
	}
	footer#footer .footer-main {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 480px) {
	.from-contact .item-group .item-col {
		width: 100%;
	}
	
	.section-featured .right-item .item-inner {
		max-width: 100%;
		padding: 0 5px 0 15px;
		font-size: 8px;
		line-height: 1.2;
		text-align: justify;
	}
	.section-featured .right-item {
		min-height: 470px;
	}
}