@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&family=Noto+Serif+Display:wght@700&family=Raleway:wght@700&display=swap');



body { 
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px; font-weight: 400; color: #314528; letter-spacing: 0.025em; line-height: 1.3;
}
body.navopen { overflow: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #314528; }
p { line-height: 1.6; }
p:last-child { margin-bottom: 0; }
a { color: #314528; }
a:hover { color: #314528; }
a:hover { text-decoration: none; }
a[href*=mailto],
a[href*=http] { word-break: break-word; }
img { max-width: 100%; }
.container { max-width: 1300px; }
.has-scroll-smooth [data-scroll-container] { position: fixed; width: 100%; left: 0; top: 0; } /* for locomotive scroll worked properly on chrome */
[data-scroll-section].fixedscrollfoot { position: relative; z-index: -1; }


@media only screen and (max-width: 767px) {
	body { font-size: 15px; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 15px; }
}


/*=====================================================================*/
/* CONTENT */
/*=====================================================================*/
.content-wrap { padding: 0 15px; }
[data-scroll-call="scrollfade"] { opacity: 0; }
/*--*/
ul.list-point li { margin-bottom: 15px; }
/*===================*/
/*====== title ======*/
.titlehead {  }
.titlehead h1 { 
	margin-bottom: 0; 
	/*font-family: 'Noto Serif Display', serif; font-size: 72px;*/ text-transform: uppercase; 
	font-family: 'arial unicode ms', Raleway, serif; font-size: 82px; line-height: 1;
}
.titlehead p:not(.desc) { margin-bottom: 0; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; }
.titlehead .subtitle { margin-bottom: 10px; }
/*--*/
.creditfrom { 
	display: inline-block;
	font-size: 12px; font-weight: 500; text-align: right; letter-spacing: 0.1em;
}
.creditfrom span { display: inline-block; overflow: hidden; }
.creditfrom:before { content: ''; display: inline-block; float: left; width: 70px; border-top: 1px solid #ccc; margin-top: 8px; margin-right: 15px; }
/*=====================*/
/*====== marquee ======*/
.marquee_text { font-size: 30px; font-weight: 800; line-height: 1.2;font-weight: 800; overflow: hidden; }
.marquee_text .inner { margin: 0 30px; }
.marquee_text.block { margin: 0; padding: 0; list-style: none; }
.marquee_text.block .inner { margin: 0; display: block; }
/*====================*/
/*====== button ======*/
.circle_icon { position: relative; display: inline-block; max-width: 3em; }
.circle_icon svg { width: 100%; fill: none; }
.circle_icon circle { stroke: #314528; stroke-width: 2; }
.circle_icon circle.one { opacity: 1; transition: opacity 0s; }
.circle_icon circle.two {
	stroke-dasharray: 227; stroke-dashoffset: 227;
	transition: opacity 0.1s, stroke-dashoffset 0s;
}
/*--*/
.arrow-right { font-size: 0.89em; font-style: normal; position: relative; display: inline-block; width: 0.925em; height: 0.125em; background: #314528; color: #314528; }
.arrow-right:before {
	content: ''; width: 0.625em; height: 0.625em; 
    position: absolute; top: -0.25em; right: 0.0625em; 
    border-top: 0.125em solid; border-right: 0.125em solid; border-color: inherit;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.arrow-right.atop { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.arrow-right.aleft,
.circle_icon .arrow-right.aleft { 
	-webkit-transform: rotate(180deg) translate(-50%, -50%); 
			transform: rotate(180deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0; transform-origin: 0 0; 
}
/*--*/
.circle_icon .arrow-right { 
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
/*--*/
[class*=btn]:hover circle.one { opacity: 0; transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
[class*=btn]:hover circle.two { 
	stroke-dashoffset: 0; 
	transition: opacity 0.1s, stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
}
[class*=btn]:hover .arrow-right { animation: effctRight .9s cubic-bezier(.175,.885,.32,1.275) 0s 1 normal forwards running; }
[class*=btn]:hover .arrow-right.aleft { animation: effctRightAleft .9s cubic-bezier(.175,.885,.32,1.275) 0s 1 normal forwards running; transform-origin: center; }

@keyframes effctRight {
	0% { opacity: 1; transform: translate(-50%,-50%); }
	49.9% { opacity: 0; transform:translate(15px,-50%); }
	50% { opacity: 0; transform:translate(-15px,-50%); }
	100% { opacity: 1; transform: translate(-50%,-50%); }
}
@keyframes effctRightAleft {
	0% { opacity: 1; transform: translate(-50%,-50%) rotate(180deg); }
	49.9% { opacity: 0; transform:translate(-15px,-50%) rotate(180deg); }
	50% { opacity: 0; transform:translate(15px,-50%) rotate(180deg); }
	100% { opacity: 1; transform: translate(-50%,-50%) rotate(180deg); }
}
/*--*/
.btn-effect { 
	position: relative; max-width: 250px; width: 100%; margin: 0 auto; padding-bottom: 8px; line-height: 1.45;
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
	display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between;
}
.btn-effect span:first-child { transition: 0.3s ease-out; }
.btn-effect:before {
    content: ''; width: calc(100% - 3px); height: 1px; background: #314528;
    position: absolute; bottom: 0; left: 0; z-index: -1; transition: height 0.3s ease-out;
}
.btn-effect .circle_icon { margin-left: 10px; transition: 0.3s ease-out; }
.btn-effect:hover { color: #314528; }
/*.btn-effect:hover span:first-child { font-size: 1.05em; font-weight: 900; }*/
.btn-effect:hover::before { animation: test 0.75s cubic-bezier(.165,.84,.44,1) 0s 1 normal forwards running; }

@keyframes test {
	0%{ transform: scale(1); transform-origin: 100% 0; }
	49.9%{ transform: scale(0,1); transform-origin: 100% 0; }
	50%{ transform: scale(0,1); transform-origin: 0 0; }
	100% { transform: scale(1); transform-origin: 0 0; }
}
/*--*/
.btn-effect-solid { 
	position: relative; display: inline-block; background: #314528; padding: 2px 3px 2px 15px;
	font-size: 24px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap;
}
.btn-effect-solid .circle_icon { max-width: 2.25em; margin-left: 1em; transition: 0.3s ease-out; }
.btn-effect-solid .circle_icon circle { stroke: #fff; }
.btn-effect-solid .arrow-right { background: #fff; color: #fff; font-size: 0.667em; }

.btn-effect-solid:hover { color: #fff; }
.btn-effect-solid:hover .circle_icon { margin-left: 1.3em; }
/*--*/
.btn-line { position: relative; outline: 0; }
.btn-line:before { 
    content: ''; display: block; width: 100%; border-bottom: 1px solid;
    position: absolute; bottom: 0; left: 0; z-index: -1;
    -webkit-transform: scaleX(0); transform: scaleX(0);
    -webkit-transform-origin: 100% 0; transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s;
            transition: transform .3s cubic-bezier(.165,.84,.44,1) 0s;
}
.btn-line:hover::before { 
    -webkit-transform: scaleX(1); transform: scaleX(1);
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s;
            transition: transform .45s cubic-bezier(.86,0,.07,1) 0s;
}
/*--*/
.btn-prev,
.btn-next { display: inline-block; }
.icon-chevron { display: inline-block; transition: 0.3s ease-out; }
.icon-chevron:before {
	content: ''; width: 0.625em; height: 0.625em; display: block; 
	border-top: 0.125em solid; border-right: 0.125em solid; border-color: inherit;
}
.btn-prev .icon-chevron:before { -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.btn-next .icon-chevron:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.btn-prev:hover .icon-chevron { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
.btn-next:hover .icon-chevron { -webkit-transform: translateX(3px); transform: translateX(3px); }
/*--*/
.btn-close { 
    font-family: sans-serif; font-size: 2rem; font-weight: 100; line-height: 1;
    background: none; border: none; box-shadow: none; padding: 0; outline: 0;
    position: absolute; top: 15px; right: 20px; transition: all 0.3s ease-out;
}
.btn-close:hover { -webkit-transform: scale(0.85); transform: scale(0.85); }
/*--*/
.btn-disabled { opacity: 0.35; cursor: auto; }
.btn-disabled.btn-prev:hover .icon-chevron,
.btn-disabled.btn-next:hover .icon-chevron { -webkit-transform: none; transform: none; }
/*====================*/
/*====== cursor ======*/
.cursorcust,
.cursor_circle_icon,
.cursor_plus { position: absolute; top: 0; pointer-events: none; z-index: 10; }
/*--*/
.cursorcust { mix-blend-mode: multiply; }
.cursorcust__inner { fill: #314528; stroke: none; stroke-width: 1px; opacity: 0.1; }
/*--*/
.cursor_circle_icon .circle_icon circle { stroke: #fff; }
.cursor_circle_icon .arrow-right { background: #fff; color: #fff; }
/*--*/
/*.cursor_plus { text-indent: -2px; }*/
.cursor_plus i.plus { 
	font-size: 50px; font-style: normal; font-weight: 300; color: #fff; line-height: 0.45; 
	position: relative; top: 5px;
}
/*============================================*/
/*====== personal / corporate share use ======*/
.credit-wrap { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; }
.credit-wrap ul { margin: 0; padding: 0; list-style: none; }
.credit-wrap li { margin-bottom: 3px; }
/*--*/
ul.aboutsocial_link { 
	padding-left: 0; margin-top: 10px; margin-bottom: 0; list-style: none; 
	font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
}
ul.aboutsocial_link > li { margin-bottom: 5px; }
ul.aboutsocial_link > li > span { display: inline-block; vertical-align: middle; }
ul.aboutsocial_link ul.social { padding-left: 0; margin-bottom: 0; list-style: none; display: inline-block; line-height: 0; vertical-align: middle; }
ul.aboutsocial_link ul.social li { display: inline-block; margin-right: 5px; line-height: 0; }
/*--*/
.icon-social {
	font-size: 9px; text-align: center;
    width: 2em; height: 2em; display: inline-block; transition: all 0.3s ease-out;
    background-repeat: no-repeat; background-size: 2em; background-position: center;  
}
.icon-social span { font-size: 0; }
.icon-social:hover { transform: translateY(-3px); }
.icon-social.fb { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Pro 6.0.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3e%3cpath fill='%23304526' d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3e%3c/svg%3e"); }
.icon-social.insta { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Pro 6.0.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3e%3cpath fill='%23304526' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3e%3c/svg%3e"); }
/*--*/
.backto_list a { display: inline-block; margin-right: 5px; vertical-align: middle; }
.backto_list .btn-prev,
.backto_list .btn-next { line-height: 0; }
.backto_list .icon-chevron:before { font-size: 13px; }
/*=================*/
/*====== ... ======*/
.modal-video .modal-content { border: none; border-radius: 10px; padding: 50px 20px 30px; }
/*=================*/
/*====== ... ======*/
.pswp__caption__center .title { font-size: 15px; font-weight: 500; }
/*=================*/
/*====== ... ======*/
.pop-video a { display: inline-block; height: 100%; width: 100%; border-radius: 5px; overflow: hidden; cursor: pointer; position: relative; }
.pop-video a:before { content: ''; width: 100%; height: 100%; background: #314528; opacity: 0.2; position: absolute; top: 0; left: 0; }
.pop-video a:after {
	content: ''; font-size: 15px; text-align: center;
    width: 2em; height: 2em; display: inline-block; transition: all 0.3s ease-out;
    background-repeat: no-repeat; background-size: 2em; background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--! Font Awesome Pro 6.0.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3e%3cpath fill='%23ffffff' d='M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM176 168V344C176 352.7 180.7 360.7 188.3 364.9C195.8 369.2 205.1 369 212.5 364.5L356.5 276.5C363.6 272.1 368 264.4 368 256C368 247.6 363.6 239.9 356.5 235.5L212.5 147.5C205.1 142.1 195.8 142.8 188.3 147.1C180.7 151.3 176 159.3 176 168V168z'/%3e%3c/svg%3e"); 
    position: absolute; top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
/*=================*/
/*====== ... ======*/
.deco-vertical-line { position: relative; margin-top: 30px; padding-top: 70px; }
.deco-vertical-line:before {
	content: ''; height: 40px; border-left: 1px solid #666;
	position: absolute; top: 0; left: 50%;
	-webkit-transform: translate(-50%,0); transform: translate(-50%,0);
}


@media only screen and (min-width: 1200px) {
	.content-wrap { padding: 0 35px; }
}
@media only screen and (max-width: 991px) {
	.titlehead h1 { font-size: 62px; }
	/*--*/
	.cursorcust,
	.cursor_circle_icon,
	.cursor_plus { display: none !important; top: 0; -webkit-transform: none !important; transform: none !important; }
}
@media only screen and (max-width: 767px) {
	.content-wrap { padding: 0 5px; }
	/*--*/
	.titlehead h1 { font-size: 50px; }
	/*--*/
	.marquee_text { font-size: 25px; }
	.marquee_text .inner { margin: 0 20px; }
	/*--*/
	.deco-vertical-line { margin-top: 20px; padding-top: 50px; }
	.deco-vertical-line:before { height: 30px; }
}
@media only screen and (max-width: 575px) {
    .modal-video .modal-dialog { margin: 30px 10px 50px; }
}
@media only screen and (max-width: 480px) {
	.titlehead h1 { font-size: 38px; word-break: break-word; }
}
@media only screen and (max-width: 320px) {
	/*--*/
	.marquee_text.block .inner { word-break: break-word; }
}


/*=====================================================================*/
/* HEADER */
/*=====================================================================*/
header { padding: 45px 15px; position: relative; z-index: 5; }
/*--*/
a.logo { display: inline-block; }
a.logo img,
a.logo svg { max-width: 200px; width: 100%; image-rendering: -webkit-optimize-contrast; }
/*=======================*/
/*====== Hamburger ======*/
.navtoggler { background: none; border: none; padding: 0; cursor: pointer; position: relative; z-index: 2; }
.navtoggler div { display: block; width: 30px; height: 2px; background: #314528; border-radius: 2px; position: relative; top: 0; }
.navtoggler div:nth-child(1),
.navtoggler div:nth-child(3) { transition: top 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out, transform 0.3s ease-out; }
.navtoggler div:nth-child(2) { transition: 0.3s ease-out; margin: 5px 0; }
/*--*/
.navtoggler.change div:nth-child(1),
.navtoggler.change div:nth-child(3) { 
	-webkit-transform: rotate(135deg); transform: rotate(135deg);
	transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out 0.5s, transform 0.3s ease-out 0.5s;
}
.navtoggler.change div:nth-child(1) { top: 7px; }
.navtoggler.change div:nth-child(3) { top: -7px; }
.navtoggler.change div:nth-child(2) { 
	-webkit-transform: rotate(45deg); transform: rotate(45deg); 
	transition: 0.3s ease-out 0.5s;
}
/*=================*/
/*====== ... ======*/
.navi ul { margin: 0; padding: 0; line-height: 0; }
.navi a { 
	position: relative; display: block; transition: all 0.3s ease; z-index: 1;
	font-weight: 500; color: #314528; text-transform: uppercase; line-height: 1.3;
}


@media only screen and (min-width: 1200px) {
	header { padding: 45px 35px; }
	/*--*/
}
@media only screen and (min-width: 992px) {
	.navtoggler { display: none; }
	/*--*/
	.navi > ul > li { position: relative; display: inline-block; vertical-align: top; margin: 0 1.25em; }
	.navi > ul > li:first-child { margin-left: 0; }
	.navi > ul > li:last-child { margin-right: 0; }
	.navi > ul > li > a { 
		font-size: 11px; letter-spacing: 0.05em; 
		max-width: 90px; min-width: 90px; width: 100%; border-top: 1px solid #c2c2c2; padding-top: 0.8em; 
	}
	.navi > ul > li > a:before {
	    content: ''; width: 100%; height: 1px; background: #324528;
	    position: absolute; top: -1px; left: 0; z-index: -1;
	    transition: height 0.3s ease-out, -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s, transform .3s cubic-bezier(.165,.84,.44,1) 0s;
	    -webkit-transform: scale(0,1); transform: scale(0,1);
	    -webkit-transform-origin: 100% 0; transform-origin: 100% 0;
	}
	.navi > ul > li > a:hover::before {
		transition: height 0.3s ease-out, -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s, transform .45s cubic-bezier(.86,0,.07,1) 0s;
		-webkit-transform: scale(1); transform: scale(1);
		-webkit-transform-origin: 0 0; transform-origin: 0 0;
	}
	.navi > ul > li.active > a { background: #ebebeb; border-color: #ebebeb; padding: 0.8em 5px; }
	/*--*/
}
@media only screen and (max-width: 991px) {
	.head_scroll_section { transform: none !important; }
	header { padding: 25px 15px; }
	.layer {
	    width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); z-index: 1;
	    position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all 0.3s ease .3s;
	}
	.layer-is-visible { background-color: rgba(0, 0, 0, 0.35); opacity: 1; visibility: visible; transition: all 0.1s ease; }
	/*--*/
	a.logo img,
	a.logo svg { max-width: 150px; }
	/*--*/
    .navi {
        position: fixed; top: 0; bottom: 0; left: 100%; z-index: 1;
        width: 85%; background-color: #fff; padding-top: 80px; padding-bottom: 20px; overflow-y: auto; visibility: hidden;
        transition: visibility .3s ease-in-out .9s, -webkit-transform .9s cubic-bezier(0.88, -0.17, 0, 1.32), transform .9s cubic-bezier(0.88, -0.17, 0, 1.32);
    }
    .navi.open { 
    	visibility: visible; -webkit-transform: translateX(-100%); transform: translateX(-100%);
    	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    /*--*/
    .navi > ul { padding: 0 40px 0 30px; }
    .navi > ul > li { display: block; }
    .navi > ul > li > a { 
    	font-size: 11px; letter-spacing: 0.08em; 
    	padding: 1em 2.2em; transition: all 0.3s ease; 
    }
    .navi > ul > li > a:before {
        content: ''; width: 0; height: 1px; background: #324528;
        position: absolute; top: 15px; left: 20px; z-index: -1; transition: width 0.3s ease-out;
    }
    .navi > ul > li > a:hover::before { width: 12px; }
    .navi > ul > li > a:hover { padding-left: 3.5em; }
    .navi > ul > li.active > a { background-color: #ebebeb; }
    /*--*/
}
@media only screen and (max-width: 767px) {
	header { padding: 25px 5px; }
}
@media only screen and (max-width: 320px) {
	a.logo img, 
	a.logo svg { max-width: 100px; }
	/*--*/
	.navi > ul { padding: 0 30px 0 20px; }
	.navi > ul > li > a { padding: 1em 1.2em; }
}


/*=====================================================================*/
/* FOOTER */
/*=====================================================================*/
footer { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; padding: 60px 0 30px; }
footer a { color: #314528; }
footer a:hover { color: #314528; }
footer ul { padding: 0; margin: 0; list-style: none; display: inline-block; }
footer li { margin-bottom: 12px; }
footer li:last-child { margin-bottom: 0; }
footer .bordertop-wrap { padding-top: 20px; border-top: 1px solid #314528; }
footer .subsidi { font-size: 10px; text-transform: uppercase; }
footer .subsidi img { max-width: 120px; padding: 0 5px }
/*=================*/
/*====== ... ======*/
.scroll_top {
    position: fixed; right: 28px; bottom: 180px; display: none; z-index: 1; cursor: pointer;
    width: 4em; height: 4em; background-color: #314528; font-size: 11px; color: #fff;
}
.scroll_top span { 
	position: absolute; top: 50%; left: 50%; 
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
.scroll_top i.atop { 
    font-size: 1.5em; 
    background: #fff; color: #fff; top: -2px; transition: 0.3s ease-out; 
}
.scroll_top:hover i.atop { -webkit-transform: rotate(-90deg) translateX(3px); transform: rotate(-90deg) translateX(3px); }


@media only screen and (max-width: 767px) {
	footer .right { margin-top: 30px; }
	footer .middle { margin-top: 30px; }
	footer .middle .copyright { border-top: 1px dotted #ccc; padding-top: 30px; }
}
/*=================*/
/*====== ... ======*/
.cta-float-btn {
	display: inline-block; background: #57d162; width: 2.3em; height: 2.3em; border-radius: 50%; 
	position: fixed; right: 28px; bottom: 30px; z-index: 1;
	font-size: 20px; font-weight: 800; color: #fff; text-align: center; text-indent: 3px; line-height: 2;
}
.cta-float-btn i {
	font-size: 1.3em; vertical-align: middle; 
	display: inline-block; padding-right: 5px; transition: 0.3s ease-out;
}

.cta-float-btn:hover { color: #fff; }
.cta-float-btn:hover i { -webkit-transform: translateY(-3px); transform: translateY(-3px); }



/*=====================================================================*/
/* HOME */
/*=====================================================================*/
.home_hero-wrap .titlehead { text-align: right; position: relative; z-index: 1; margin-bottom: -25px; padding-left: 32%; }
.home_hero-wrap .titlehead h1 { text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.3); }
.home_hero-wrap .titlehead .cta_contact_link { position: absolute; left: 0; bottom: 38px; width: 32%; text-align: left; }
/*--*/
.home_hero-wrap .embed-responsive-custom { position: relative; padding-top: 20em; padding-bottom: 10%; height: 100%; overflow: hidden; z-index: -1; }
.home_hero-wrap .embed-responsive-custom video {
	position: absolute; left: 50%; top: 50%; min-width: 101%; min-height: 100%;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); /*object-fit: cover;*/
}
/*--*/
.intro_desc { position: relative; padding: 45px 0 15px; }
.deco_rotate_text {
    font-weight: 700; font-size: 15px; text-transform: uppercase; line-height: 1;
	position: absolute; top: 8%; right: 85px;
	-webkit-animation: rotateText 10s linear infinite; animation: rotateText 10s linear infinite;
}
.deco_rotate_text span {
	display: inline-block; position: absolute; top: -72px;
	-webkit-transform-origin: 0 72px; transform-origin: 0 72px;
}
@-webkit-keyframes rotateText {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotateText {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*--*/
/*=================*/
/*====== ... ======*/
ul.home_featpersonal_img { 
	padding: 0; margin: 0; list-style: none; white-space: nowrap; 
	display: -ms-flexbox; display: flex;
}
ul.home_featpersonal_img.top { padding-top: 40px; padding-bottom: 20px; }
ul.home_featpersonal_img li { vertical-align: top; display: inline-block; padding: 0 10px; }
ul.home_featpersonal_img li:nth-child(even) { margin-top: -40px; }
ul.home_featpersonal_img li a { text-align: center; display: block; width: 230px; height: 310px; }
ul.home_featpersonal_img li a img { 
	width: 100%; height: 100%; object-fit: cover; opacity: 0.7;
	transition: 0.5s cubic-bezier(.175,.885,.32,1.275);
}
.home_featpersonal_img-marquee > div:hover ul img { opacity: 0.5; }
.home_featpersonal_img-marquee > div:hover ul li:hover { position: relative; z-index: 1;  }
.home_featpersonal_img-marquee > div:hover ul li:hover a img { 
	opacity: 1; width: auto;
	-webkit-transform: scale(1.45); transform: scale(1.45); 
}
/*--*/
.home_featpersonal_img-marquee { margin: -100px 0; }
.home_featpersonal_img-marquee > div { margin: 100px 0; overflow: visible !important; }
/*--*/
.home_featpersonal-wrap .marquee_text { margin-top: 20px; position: relative; z-index: 1; }
.home_featpersonal-wrap .btn-effect { margin-top: 70px; }
/*=================*/
/*====== ... ======*/
.home_featcorp-wrap { margin-top: 9em; }
.home_featcorp-wrap .titlehead { border-top: 1px solid #314528; border-bottom: 1px solid #314528; }
/*--*/
.home_featcorp { margin-bottom: 4em; }
.home_featcorp .imgcon { position: relative; }
.home_featcorp .img-wrap { position: relative; display: block; overflow: hidden; width: 100%; height: 555px; }
.home_featcorp .img { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: 0.3s ease-out; }
.home_featcorp .embed-responsive-custom video {
	position: absolute; left: 50%; top: 50%; height: 100%; transition: 0.3s ease-out;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
}
.home_featcorp .btn-effect-solid { 
	position: absolute; bottom: 25%; right: -10px; 
	-wekit-transform: translateY(-100%); transform: translateY(-100%); opacity: 0;
    transition: transform 0.3s ease-out 0.5s, opacity 0.3s ease-out;
}
.home_featcorp .imgcon:hover .img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.home_featcorp .imgcon:hover video { height: 110%; }
.home_featcorp .imgcon:hover .btn-effect-solid { 
	opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; 
}
/*--*/
.home_featcorp2 { margin-top: 7em; }
/*--*/
.home_featcorp .desc { margin-top: 1em; /*letter-spacing: 0.05em;*/ }
.home_featcorp .desc a { color: #314528; }
.home_featcorp .desc .detail { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; }
.home_featcorp .desc .cat { color: #ccc; }
.home_featcorp .desc .cat ul { padding: 0; margin: 0; list-style: none; }
.home_featcorp .desc .cat li { display: inline-block; position: relative; }
.home_featcorp .desc .cat li:not(:last-child):after { content: ', ' }
/*--*/
.home_featcorp-wrap .marquee_text { position: absolute; width: 100%; left: 0; top: 42%; }
/*=================*/
/*====== ... ======*/
.home_team-wrap { color: #fff; position: relative; background: #000; overflow: hidden; min-height: 455px; margin-top: 9em; padding-bottom: 8em; }
.home_team-wrap img { 
	position: absolute; width: 100%; top: 50%; left: 50%;
    -webkit-transform: translate(-40%, -50%);  transform: translate(-40%, -50%); 
}
.home_team-wrap .desc { max-width: 220px; width: 100%; margin-top: 12%; position: relative; z-index: 1; }
.home_team-wrap a { color: #fff; position: relative; margin-top: 20em; display: inline-block; }
.home_team-wrap a .titlehead h1 { color: #fff; margin-right: 30px; display: inline-block; vertical-align: middle; }
.home_team-wrap a .titlehead .circle_icon { top: 4px; transition: 0.3s ease-out; }
.home_team-wrap a .titlehead .circle_icon circle { stroke: #fff; }
.home_team-wrap a .titlehead .circle_icon .arrow-right { background: #fff; color: #fff; }
.home_team-wrap a:hover .titlehead .circle_icon { transform: translateX(10px); }
/*=================*/
/*====== ... ======*/
.teamtable { 
	max-width: 1300px; width: 100%; height: 735px; padding: 0 0px 0 50px;
	display: -ms-flexbox; display: flex; position: absolute; right: 0; top: 50%;
    -webkit-transform: translate(-0, -50%); transform: translate(0, -50%);
}
.teamtable .item {
	text-align: center;
	position: relative; width: 15%; overflow: hidden; 
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
	transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.teamtable .item:before { 
	content: ''; width: 100%; height: 100%; background: #000; opacity: 0.45; 
	position: absolute; top: 0; left: 0; z-index: 1; transition: 0.3s ease-out;
}
.teamtable .item .img { width: 100%; height: 100%; }
.teamtable .item .img img { 
	height: 100%; width: auto; max-width: inherit;
    -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); 
}
.teamtable .item:nth-child(1) { width: 40%; }
.teamtable .item:hover { width: 50%; }
.teamtable .item:hover::before { opacity: 0.2; }
.teamtable .item .detail {
	opacity: 0; width: 160px; padding: 0 12px;
	position: absolute; left: 50%; top: 50%; z-index: 1; 
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1); 
}
.teamtable .item .detail h3 { color: #fff; }
.teamtable .item .detail p { font-size: 14px; line-height: 1.3; letter-spacing: 0.1em; }
.teamtable .item:hover .detail { opacity: 1; }


@media only screen and (min-width: 1500px) {
	.teamtable { 
		left: 50%; right: inherit;
	    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	}
}
@media only screen and (min-width: 992px) {
	.home_hero-wrap .titlehead .subtitle { display: inline-block; vertical-align: bottom; position: relative; top: -38px; }
	.home_hero-wrap .titlehead h1 { display: inline-block; margin-left: 25px; }
	/*--*/
	.home_featcorp1 .img-wrap { height: 705px; }
	.home_featcorp3 .img-wrap { height: 450px; }
	.home_featcorp .desc > .row > .mt-md-5 { margin-top: 5em !important; }
	.home_featcorp-wrap .marquee_text { top: 47%; }
	/*--*/
}
@media only screen and (max-width: 991px) {
	.teamtable { height: 600px; }
}
@media only screen and (max-width: 767px) {
	.deco_rotate_text { font-size: 12px; top: -15px; }
	.deco_rotate_text span {
		top: -60px;
		-webkit-transform-origin: 0 60px; transform-origin: 0 60px;
	}
	/*--*/
	/*ul.home_featpersonal_img.top { padding-bottom: 10px; }
	ul.home_featpersonal_img li { padding: 0 5px; }
	ul.home_featpersonal_img li a { width: 130px; height: 200px; }*/
	/*--*/
	.home_featcorp { margin-bottom: 2em; }
	.home_featcorp .img-wrap { height: 355px; }
	.home_featcorp .btn-effect-solid { font-size: 20px; }
	.home_featcorp2 { margin-top: 0; }
	.home_featcorp-wrap .btn-effect { margin-top: 100px; }
	.home_featcorp-wrap .marquee_text { top: calc(100% - 150px); }
	/*--*/
	.home_team-wrap { /*margin-top: 5em;*/ padding-bottom: 5em; }
	.home_team-wrap a { margin-top: 20em; }
	.teamtable { height: 400px; top: 45%; }
	.teamtable .item .detail p { font-size: 12px; font-weight: 500; }
}
@media only screen and (max-width: 575px) {
	.home_hero-wrap .titlehead { margin-bottom: -20px; }
}
@media only screen and (max-width: 320px) {
	.home_hero-wrap .titlehead { padding-left: 0; margin-bottom: -15px; }
	.home_hero-wrap .titlehead .cta_contact_link { display: none; }
	/*--*/
	.home_featcorp-wrap { margin-top: 7em; }
	/*--*/
	.home_team-wrap { margin-top: 5em; padding-bottom: 3em; }
	.home_team-wrap a { margin-top: 10em; }
}


/*=====================================================================*/
/* TEAM */
/*=====================================================================*/
.team-wrap { background: #000; padding-top: 85px; padding-bottom: 85px; color: #fff }
.team-wrap h1, .team-wrap h2, .team-wrap h3, 
.team-wrap h4, .team-wrap h5, .team-wrap h6 { color: #fff; }
/*--*/
.team-wrap .video-wrap .desc { margin-top: 15px; }
.team-wrap .video-wrap .desc .title { margin-bottom: 3px; }
.team-wrap .video-wrap .desc .detail { font-size: 12px; font-weight: 500; color: #ccc; letter-spacing: 0.1em; }
/*--*/
.team-wrap .marquee_text { color: #314528; }
/*=================*/
/*====== ... ======*/
.founder-wrap .titlehead { position: relative; z-index: 1; }
.founder-wrap .video-wrap { margin-top: -30px; }
.founder-wrap .video-wrap.pop-video a { border-radius: 10px; }
.founder-wrap .video-wrap.pop-video a:after { font-size: 28px; }
/*=================*/
/*====== ... ======*/
.starteam-wrap { margin-top: 12em; }
.starteam-wrap .titlehead { margin-bottom: 3em; }
.starteam-wrap ul { padding: 0; margin-bottom: 0; list-style: none; }
.starteam-wrap ul li { margin-bottom: 45px; }
/*--*/
.starteamfchg-wrap { margin-top: 12em; }
.starteamfchg-wrap .titlehead { margin-bottom: 3em; }

.starteamslider { background: url(../js/slick/ajax-loader.gif) no-repeat center; position:relative; height: 570px; }
.starteamslider.slick-initialized { background: inherit; height: auto; margin: 0; }
.starteamslider .item { display: none; }
.starteamslider.slick-initialized .item { display: block; }
.starteamslider .slick-prev:before, 
.starteamslider .slick-next:before { font-family: 'fontawesome'; }
.starteamslider .slick-prev:before { content: '\f053' }
.starteamslider .slick-next:before { content: '\f054' }
.starteamslider .img img { border-radius: 10px; }
.starteamslider .sign-wrap { 
	display: inline-block; 
	font-size: 12px; font-weight: 500; color: #ccc; text-align: center; letter-spacing: 0.1em; 
}
.starteamslider .sign-wrap img { max-width: 200px; }
.starteamslider .sign-wrap .title { letter-spacing: 0.025em; margin-bottom: 3px; margin-top: -30px; }
/*=================*/
/*====== ... ======*/
.aspialteam-wrap { margin-top: 12em; }
.aspialteam-wrap .titlehead { margin-bottom: 4em; }
.aspialteam-wrap ul { 
	padding: 0; margin-bottom: 0; list-style: none; text-align: left;
	/*-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;*/
	/*-webkit-column-gap: 25px; -moz-column-gap: 25px; column-gap: 25px;*/
}
.aspialteam-wrap ul li { margin-bottom: 25px; display: inline-block; width: 100%; }
/*.aspialteam-wrap ul a.zoomimg { font-size: 30px; width: 5em; height: 5em; border-radius: 50%; overflow: hidden; display: inline-block; margin-bottom: 6px; }*/
.aspialteam-wrap ul .caption { margin-top: 10px; }
.aspialteam-wrap ul .detail { font-size: 12px; font-weight: 500; color: #ccc; letter-spacing: 0.1em; }
/*=================*/
/*====== ... ======*/
.teamphoto-wrap { margin-top: 3em; position: relative; height: 60vh; overflow: hidden; }
.teamphoto_rotate {
	position: absolute; left: 50%; top: 50%; width: 111%;
	-webkit-transform: translate(-50%,-50%) rotate(15deg); transform: translate(-50%,-50%) rotate(15deg);
}
.srcountheight { 
	position: absolute; height: 100%; width: 100%; 
	transform: rotate(15deg); opacity: 0; visibility: hidden; z-index: -1;
}
.teamphoto-wrap ul { 
	padding: 0; margin-bottom: 0; list-style: none; 
	display: -ms-flexbox; display: flex;
}
.teamphoto-wrap ul li { display: inline-block; width: 20%; height: 16vw; margin: 3px; }
.teamphoto-wrap ul li img { width: 100%; height: 100%; object-fit: cover; }


@media only screen and (max-width: 1199px) {
	.teamphoto-wrap { height: 45vh; }
}
@media only screen and (max-width: 991px) {
	.team-wrap { padding-top: 60px; padding-bottom: 60px; }	
	/*--*/
	.starteam-wrap { margin-top: 8em; }
	.starteamfchg-wrap { margin-top: 8em; }
	.starteamslider .sign-wrap img { max-width: 150px; }
	/*--*/
	.aspialteam-wrap { margin-top: 8em; }
	/*.aspialteam-wrap ul { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; }*/
}
@media only screen and (max-width: 767px) {
	.team-wrap .video-wrap .desc { margin-top: 8px; }
	.team-wrap .video-wrap .desc .title { margin-bottom: 0; }
	/*--*/
	.founder-wrap .video-wrap { margin-top: -20px; }
	.founder-wrap .video-wrap.pop-video a:after { font-size: 20px; }
	/*--*/
	.starteam-wrap ul li { margin-bottom: 25px; }
	/*--*/
	/*.aspialteam-wrap ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }*/
	.aspialteam-wrap ul .title { font-weight: 700; }
	/*--*/
	.teamphoto-wrap { height: 30vh; }
}
@media only screen and (max-width: 575px) {
	/*.aspialteam-wrap .titlehead { margin-bottom: 3em; }*/
	/*.aspialteam-wrap ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }*/
	/*--*/
	.teamphoto-wrap { height: 24vh; }
}
@media only screen and (max-width: 480px) {
    .starteam-wrap ul.row-cols-2 > li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* PERSONAL BRAND LIST */
/*=====================================================================*/
/*.personalbrandlist-wrap { background: #fff; }*/
.personalbrandlist-wrap .content-wrap { padding-top: 65px; padding-bottom: 25px; }
.personalbrandlist-wrap .titlehead { margin-top: 5em; margin-bottom: 3em; }
.personalbrandlist-wrap .btn-effect { margin: 12em 0 30px; z-index: 1; }
/*--*/
ul.pbrand_listing { padding: 0; margin-bottom: 0; margin-right: -20px; margin-left: -20px; list-style: none; }
ul.pbrand_listing li { padding: 0 20px; margin-bottom: 45px; }
ul.pbrand_listing .img { text-align: center; width: 100%; height: 310px; margin-bottom: 15px; border: 1px solid #ededed; }
ul.pbrand_listing .img a { display: block; width: 100%; height: 100%; transition: 0.3s ease-out; }
ul.pbrand_listing .img img { 
	width: 100%; height: 100%; object-fit: cover; 
	-webkit-backface-visibility: hidden; backface-visibility: hidden; 
}
ul.pbrand_listing .img a:hover { 
	transition: 0.5s cubic-bezier(.175,.885,.32,1.275); 
	-webkit-transform: scale(1.1); transform: scale(1.1); 
}
ul.pbrand_listing .img a:hover img { width: auto; position: relative; z-index: 1; }

ul.pbrand_listing .desc { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; }


@media only screen and (min-width: 992px) {
	.personalbrandlist-wrap .right-wrap { padding-left: 100px; }
}
@media only screen and (max-width: 991px) {
	.personalbrandlist-wrap .content-wrap { padding-top: 30px; padding-bottom: 0; }
	.personalbrandlist-wrap .titlehead { margin-top: 3em; }
	.personalbrandlist-wrap .marquee_text.block .inner { display: inline-block; margin-right: 30px; }
	.personalbrandlist-wrap .btn-effect { margin-top: 6em; }
}
@media only screen and (max-width: 480px) {
    .row-cols-2.pbrand_listing > li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* PERSONAL BRAND DETAIL */
/*=====================================================================*/
/*.pbrandingdetail-wrap { background: #fff; }*/
.pbrandingdetail-wrap .content-wrap { padding-top: 65px; padding-bottom: 25px; }
/*=================*/
/*====== ... ======*/
.pbrandingdetail-wrap .credit-wrap { text-align: right; }
.pbrandingdetail-wrap .titlehead { margin-top: 5em; margin-bottom: 3em; }
.pbrandingdetail-wrap .marquee_text li { word-break: break-word; }
/*=================*/
/*====== ... ======*/
.pbrandingdetail-wrap .right-wrap { position: relative; }
.pbrandingdetail-wrap .stickytop {
	background: rgb(255, 255, 255); width: 100%; padding: 20px 0px 10px;
    position: absolute; left: 0px; bottom: 100%; z-index: 1;
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
/*--*/
ul.pbrandingdetail_img { padding-left: 0; margin-bottom: 0; list-style: none; }
ul.pbrandingdetail_img li { position: relative; }
/*=================*/
/*====== ... ======*/
.suggestprevnext_pbrand { margin-top: 10em; }
.suggestprevnext_pbrand .row { margin-left: -2px; margin-right: -2px; }
.suggestpbrand_prev, 
.suggestpbrand_next { padding: 0 2px; }
/*--*/
.suggestprevnext_pbrand .btn-effect-solid {
	background-repeat: no-repeat; background-position: center top 40%; background-size: cover; background-color: transparent;
	width: 100%; padding: 12px 40px; height: 100%;
	font-size: 18px; font-weight: 400; text-align: center; text-transform: none; letter-spacing: 0.025em; white-space: normal;
}
.suggestprevnext_pbrand .btn-effect-solid:before {
	content: ''; width: 100%; height: 100%; background: #000; opacity: 0.55;
	position: absolute; top: 0; left: 0;
}
.suggestprevnext_pbrand .btn-effect-solid .indicate {
	font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
	position: absolute; top: 12px;
}
.suggestprevnext_pbrand .btn-effect-solid > div { position: relative; }
.suggestprevnext_pbrand .btn-effect-solid span { vertical-align: middle; }
.suggestprevnext_pbrand .btn-effect-solid .text { display: inline-block; max-width: 300px; }
.suggestprevnext_pbrand .btn-effect-solid .circle_icon { font-size: 24px; }
/*--*/
.suggestpbrand_prev .btn-effect-solid .indicate { right: 20px; }
.suggestpbrand_prev .btn-effect-solid .circle_icon { margin-left: 0; margin-right: 1em; }
.suggestpbrand_prev .btn-effect-solid:hover .circle_icon { margin-right: 1.3em; }
/*--*/
.suggestpbrand_next .btn-effect-solid .indicate { left: 20px; }


@media only screen and (min-width: 992px) {
	.pbrandingdetail-wrap .left-wrap { padding-right: 60px; }
}
@media only screen and (max-width: 991px) {
	.pbrandingdetail-wrap .content-wrap { padding-top: 30px; padding-bottom: 0; }
	.pbrandingdetail-wrap .titlehead { margin-top: 3em; }
	.pbrandingdetail-wrap .marquee_text.block .inner { display: inline-block; margin-right: 30px; }
	/*--*/
	.pbrandingdetail-wrap .stickytop { display: none; }
}
@media only screen and (max-width: 767px) {
	.suggestprevnext_pbrand .btn-effect-solid { font-size: 16px; padding: 18px 15px; }
	.suggestprevnext_pbrand .btn-effect-solid .indicate { font-size: 10px; top: 6px; }
	.suggestprevnext_pbrand .btn-effect-solid .circle_icon { font-size: 20px; }
	.suggestpbrand_prev .btn-effect-solid .indicate { right: 10px; }
	.suggestpbrand_next .btn-effect-solid .indicate { left: 10px; }
}


/*=====================================================================*/
/* CORPORATE BRAND LIST */
/*=====================================================================*/
/*.corporatebrandlist-wrap { background: #fff; }*/
.corporatebrandlist-wrap .content-wrap { padding-top: 65px; padding-bottom: 25px; }
.corporatebrandlist-wrap .titlehead { margin-bottom: 30px; }
.corporatebrandlist-wrap .marquee_text.block { max-width: 850px; margin-top: 2em; }
.corporatebrandlist-wrap .marquee_text.block .inner { display: inline-block; margin-right: 30px; }
/*=================*/
/*====== ... ======*/
.corporatefilter-wrap { 
	margin-top: 4em; margin-bottom: 1em; padding-top: 10px; padding-bottom: 10px;
    border-top: 1px solid #314528; border-bottom: 1px solid #314528; 
}
.corporatefilter-wrap span.text { display: inline-block; vertical-align: middle; margin: 5px 2em 5px 0; }
.corporatefilter-wrap ul { margin-bottom: 0; padding-left: 0; list-style: none; display: inline-block; vertical-align: middle; }
.corporatefilter-wrap ul li { display: inline-block; margin: 2px 5px; }
.corporatefilter-wrap a { 
	background: #eee; padding: 0.5em 1em; border-radius: 100px; cursor: pointer; transition: 0.3s ease-out;
    font-size: 20px; font-weight: 700; color: #314528; text-transform: none; letter-spacing: 0.025em; 
}
.corporatefilter-wrap a:hover,
.corporatefilter-wrap a.active { background: #314528; color: #fff; }
/*=================*/
/*====== ... ======*/
ul.cbrand_listing { margin-bottom: 0; padding-left: 0; list-style: none; }
/*--*/
.cbrandlist { margin-bottom: 4em; }
.cbrandlist .imgcon { position: relative; }
.cbrandlist .img-wrap { position: relative; display: block; overflow: hidden; width: 100%; height: 300px; }
.cbrandlist .img { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: 0.3s ease-out; }
.cbrandlist .embed-responsive-custom video {
	position: absolute; left: 50%; top: 50%; height: 100%; transition: 0.3s ease-out;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
}
.cbrandlist .btn-effect-solid { 
	position: absolute; bottom: 25%; right: -10px; opacity: 0; font-size: 1em;
	-wekit-transform: translateY(-100%); transform: translateY(-100%);
    transition: transform 0.3s ease-out 0.5s, opacity 0.3s ease-out;
}
.cbrandlist .imgcon:hover .img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.cbrandlist .imgcon:hover video { height: 110%; }
.cbrandlist .imgcon:hover .btn-effect-solid { 
	opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; 
}
/*--*/
.cbrandlist .desc { margin-top: 1em; }
.cbrandlist .desc a { color: #314528; }
.cbrandlist .desc .detail { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; }
.cbrandlist .desc .title { margin-bottom: 0.2em; }
.cbrandlist .desc .cat { font-size: 16px; color: #ccc; margin-top: 2em; }
.cbrandlist .desc .cat ul { padding: 0; margin: 0; list-style: none; }
.cbrandlist .desc .cat li { display: inline-block; position: relative; }
.cbrandlist .desc .cat li:not(:last-child):after { content: ', ' }


@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 991px) {
	.corporatebrandlist-wrap .content-wrap { padding-top: 30px; padding-bottom: 0; }
	.corporatebrandlist-wrap .titlehead { margin-top: 3em; }
	
}
@media only screen and (max-width: 767px) {
	.corporatefilter-wrap a { font-size: 16px; }
	/*--*/
	.cbrandlist { margin-bottom: 2em; }
	.cbrandlist .img-wrap { height: 250px; }
	.cbrandlist .btn-effect-solid { font-size: 16px; }
	.cbrandlist .desc .cat { font-size: 14px; }
}
@media only screen and (max-width: 480px) {
	.row-cols-2.cbrand_listing > li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}



/*=====================================================================*/
/* CORPORATE BRAND DETAIL */
/*=====================================================================*/
/*.cbranddetail-wrap { background: #fff; }*/
.cbranddetail-wrap .content-wrap { padding-top: 65px; padding-bottom: 25px; }
.cbranddetail-wrap .maincontent { 
	margin-top: 30px; padding-top: 50px; border-top: 1px solid #314528; 
	margin-bottom: 30px; padding-bottom: 150px; border-bottom: 1px solid #314528; 
}
.cbranddetail-wrap .titlehead { text-align: center; margin-bottom: 30px; }
.cbranddetail-wrap .marquee_text.block { text-align: center; margin-top: 3em; margin-bottom: 1em; }
.cbranddetail-wrap .marquee_text.block .inner { display: inline-block; margin-right: 30px; }
/*--*/
.cbranddetail-wrap .cat { font-size: 16px; color: #ccc; margin-top: 12px; }
.cbranddetail-wrap .cat ul { padding: 0; margin: 0; list-style: none; }
.cbranddetail-wrap .cat li { display: inline-block; position: relative; }
.cbranddetail-wrap .cat li:not(:last-child):after { content: ', ' }
/*=================*/
/*====== ... ======*/
.cbranddetail-wrap .featured-img-video .video-wrap { line-height: 0; }
.cbranddetail-wrap .featured-img-video video { width: 100%; }
/*=================*/
/*====== ... ======*/
.cbranddetail-wrap .featured-img-video { text-align: center; }
.cbranddetail-wrap .featured-img-video .desc,
.cbranddetail-wrap .img-wrap .desc { margin-top: 10px; font-size: 12px; font-weight: 500; text-align: left; line-height: 1.3; letter-spacing: 0.1em; }
.cbranddetail-wrap .img-wrap { text-align: left; display: inline-block; }
.cbranddetail-wrap .gallery-wrap ul { padding: 0; margin-bottom: 0; list-style: none; }
.cbranddetail-wrap .gallery-wrap ul li { margin-bottom: 45px; }
.cbranddetail-wrap .gallery-wrap ul .img-wrap { text-align: center; width: 100%; height: 310px; margin-bottom: 15px; border: 1px solid #ededed; }
.cbranddetail-wrap .gallery-wrap ul .img-wrap a { display: block; width: 100%; height: 100%; transition: 0.3s ease-out; }
.cbranddetail-wrap .gallery-wrap ul .img-wrap img { 
	width: 100%; height: 100%; object-fit: cover; 
	-webkit-backface-visibility: hidden; backface-visibility: hidden; 
}
.cbranddetail-wrap .gallery-wrap ul .img-wrap a:hover { 
	transition: 0.5s cubic-bezier(.175,.885,.32,1.275); 
	-webkit-transform: scale(1.1); transform: scale(1.1); 
}
.cbranddetail-wrap .gallery-wrap ul .img-wrap a:hover img { width: auto; position: relative; z-index: 1; }
/*=================*/
/*====== ... ======*/
.cbranddetail-wrap .btmcon { margin-bottom: -40px; }
.cbranddetail-wrap .cbrandlist { margin-bottom: 2em; }


@media only screen and (max-width: 991px) {
	.cbranddetail-wrap .content-wrap { padding-top: 30px; padding-bottom: 0; }	
	.cbranddetail-wrap .gallery-wrap ul .img-wrap { height: 200px; }
}
@media only screen and (max-width: 767px) {
	.cbranddetail-wrap .cat { font-size: 14px; }
	.cbranddetail-wrap .maincontent { padding-bottom: 80px; }
	.cbranddetail-wrap .gallery-wrap ul li { margin-bottom: 25px; }
}
@media only screen and (max-width: 480px) {
    .gallery-wrap ul.row-cols-2 > li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* CONTACT US */
/*=====================================================================*/
.contactus_detail-wrap.content-wrap { padding-top: 65px; }
/*=================*/
/*====== ... ======*/
ul.contact-info { padding: 0; margin-top: 4em; margin-bottom: 0; list-style: none; }
ul.contact-info li { margin-bottom: 3em; }
ul.contact-info p.label { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 5px; }
/*==================*/
/*====== Form ======*/
.form-wrap { margin-top: 4em; }
/*--*/
/* temp solution way to remove autofill bg color*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}
/*--*/
.form-control::-webkit-input-placeholder { color: #c2c2c2; }
.form-control:-moz-placeholder { color: #c2c2c2; opacity:1; }
.form-control::-moz-placeholder { color: #c2c2c2; opacity:1; }
.form-control:-ms-input-placeholder { color: #c2c2c2; }
/*--*/
.form-group { position: relative; margin-bottom: -1px; margin-left: -1px; }
.form-control { 
	background: #fff; height: calc(2.2em + .75rem + 2px); padding: .85em 1.2em; border-radius: 0; border-color: #c2c2c2; transition: 0.3s ease-out;
	font-size: 16px; color: #314528; letter-spacing: 0.025em; font-weight: inherit; line-height: inherit; 
}
.form-control:focus { box-shadow: none; background-color: #fff; border-color: #314528; position: relative; z-index: 1; color: #314528; }
select.form-control {
	padding-right: 1.8em; cursor: pointer;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' fill='%23304526'></polygon></svg>");
    background-origin: content-box; background-position: right -10px center; background-repeat: no-repeat; background-size: 9px 6px;
}
/*--*/
/*- effect label -*/
.effectt + label.label-tag { 
    font-size: 12px; font-weight: 500; color: #fff; letter-spacing: 0.1em;
    background: #314528; padding: 0.35em 1em; /*border-radius: 100px;*/ 
    position: absolute; top: 0px; left: 0; opacity: 0; visibility: hidden;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -webkit-transform: translate(0,0); transform: translate(0,0);
}
.effectt + label.label-tag:after {
    content: ""; width: 0; height: 0; position: absolute; bottom: -4px; left: 50%; 
    border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 5px solid #314528;
    -webkit-transform: translate(-50%,0); transform: translate(-50%,0);
}
.effectt:focus + label.label-tag, 
.effectt:active + label.label-tag { 
    opacity: 1; visibility: visible; z-index: 1;
    -webkit-transform: translate(0,-100%); transform: translate(0,-100%); 
}
/*--*/
[type="submit"].btn-effect-solid {
    margin-top: 35px; outline: 0; cursor: pointer; border: none; border-radius: 0px; box-shadow: none; transition: 0.3s;
}
[type="submit"]:hover,
[type="submit"]:focus { border: none; }
/*--*/
label.error { 
    font-size: 10px; font-weight: 500; color: #db8888; line-height: 1.2; letter-spacing: 0.1em;
    position: absolute; top: 0px; right: 20px; display: block; margin: 5px 0; z-index: 1;
}
label.error:empty { display: none !important; }
.form-control.error { border-right: 3px solid #ff8a8a !important; }

#result-msg > * { padding: 0.5em 1em; margin-top: 60px; font-weight: 500; }
#result-msg > .successmsg { background-color: rgba(138, 255, 164, 0.2); }
#result-msg > .failedmsg { background-color: rgba(255, 138, 138, 0.2); }


@media only screen and (max-width: 991px) {
	.contactus_detail-wrap.content-wrap { padding-top: 30px; }
}
@media only screen and (max-width: 767px) {
	ul.contact-info li { margin-bottom: 2em; }
	ul.contact-info p.label { font-weight: 700; }
	/*--*/
	/*.contactus_form-wrap { margin-top: 3em; }*/
	.form-control { font-size: 14px; }
	[type="submit"].btn-effect-solid { font-size: 20px; }
}


/*=====================================================================*/
/* NEWS / EVENTS */
/*=====================================================================*/
.cat_label span {
	font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
    display: inline-block; background: #c2c2c2; padding: 3px 8px;
}
.cat_label.news span { background: #dcba35; }
.cat_label.events span { background: #dce5f1; }
/*--*/
ul.neweventlist-wrap { padding: 0; margin-bottom: 0; list-style: none; }
ul.neweventlist-wrap li { border-top: 1px solid #c2c2c2; }
ul.neweventlist-wrap li a { display: block; padding: 15px 0; transition: 0.3s ease-out; }
ul.neweventlist-wrap li .date { font-size: 0.8em; }
ul.neweventlist-wrap li .title { font-weight: 700; }
ul.neweventlist-wrap li a:hover { padding-left: 10px; }
/*--*/
.latestnewevent-wrap.content-wrap { padding-top: 65px; padding-bottom: 35px; min-height: 60vh; }
.latestnewevent-wrap .titlehead { margin-bottom: 30px; }
/*--*/
ul.latest-neweventlist-wrap { padding: 0; margin-bottom: 0; list-style: none; }
ul.latest-neweventlist-wrap li { margin-bottom: 25px; }
ul.latest-neweventlist-wrap li a { display: block; height: 100%; padding: 35px 40px; background: #f9f9f9; border-radius: 10px; transition: 0.3s ease-out; }
ul.latest-neweventlist-wrap .cat_label { margin-bottom: 5px; }
ul.latest-neweventlist-wrap .title { font-size: 30px; font-weight: 800; line-height: 1.2; }
ul.latest-neweventlist-wrap .date { font-size: 14px; margin-top: 3em; }
ul.latest-neweventlist-wrap li a:hover {
    box-shadow: 6px 6px 12px rgba(0,0,0,0.1);
    -webkit-transform: translate(-3px, -3px); transform: translate(-3px, -3px);
}
/*--*/
.oldnewevent-wrap.content-wrap { padding-top: 85px; }
.oldnewevent-wrap .bg { /*background: #f3f3f3;*/ padding: 30px; border-radius: 10px; border: 1px solid #e3e3e3; }
/*=================*/
/*====== ... ======*/
.neweventdetail-wrap.content-wrap { padding-top: 65px; padding-bottom: 35px; min-height: 60vh; }
.neweventdetail-wrap .titlehead { margin-bottom: 50px; }


@media only screen and (max-width: 767px) {
	.cat_label span { font-size: 10px; }
	/*--*/
	ul.neweventlist-wrap li .row > div { margin-bottom: 3px; }
	/*--*/
	.latestnewevent-wrap .titlehead { margin-bottom: 0; }
	ul.latest-neweventlist-wrap { margin-top: 25px; }
	ul.latest-neweventlist-wrap li a { padding: 30px 25px; }
	ul.latest-neweventlist-wrap .title { font-size: 25px; }
	ul.latest-neweventlist-wrap .date { font-size: 12px; }
	/*--*/
	.oldnewevent-wrap.content-wrap { padding-top: 55px; }
	.oldnewevent-wrap .bg { padding: 20px; }
	/*--*/
	.neweventdetail-wrap { padding-top: 30px; padding-bottom: 0; }
	.neweventdetail-wrap .titlehead { margin-bottom: 30px; }
}
@media only screen and (max-width: 480px) {
    ul.latest-neweventlist-wrap.row-cols-2 > li { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

























