
:root {
	--the-green: #009f4f;
	--the-white: #fff;
	--the-black: #231f20;
	--the-light-gray: #c9c9c9;
	--the-grey: #e6e6e6;
	--the-red: #ed1c24;
	--the-yellow: #ffcb05;
	--the-light-green: #8cc63f;
}

/* Header CSS */
#startchange {
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.header-wrapper {
	display: flex;
}

.seedco-logo {
	display: block;
	width: 250px;
}

.seedco-countries img {
	width: 30px;
}

.icon-home_icon {
	font-size: 20px;
}

.menu-wrapper {
	width: 100%;
}

.menu-wrapper #mega-menu-wrap-primary {
	padding: 85px 0px 0px;
}

.sc-sub-menu {
	border-left: 3px solid var(--the-red) !important;
	margin: 10px 0 !important;
}

.sc-sub-menu ul li {
	padding: 0px 15px 0px 15px !important;
}

.mega-block-title {
	color: var(--the-green) !important;
}

.mega-sub-menu img {
	width: 100% !important;
	min-height: 260px !important;
	object-fit: cover !important;
}

@media (min-width: 767px) {
	#mega-menu-wrap-footer-menu
    .mega-no-js
    li.mega-menu-item:hover
    > ul.mega-sub-menu, #mega-menu-wrap-footer-menu
    .mega-no-js
    li.mega-menu-item:focus
    > ul.mega-sub-menu, #mega-menu-wrap-footer-menu
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu, #mega-menu-wrap-footer-menu
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
    ul.mega-sub-menu {
		box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 16%) !important;
		bottom: 50px !important;
	}
	
	#mega-menu-wrap-footer-menu
    #mega-menu-footer-menu
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator::after {
		display: none;
	}
	
	#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
		top: 70px;
	}
	
	.mega-toggle-on {
		position: relative;
	}
	
	.mega-menu-grid.mega-toggle-on a::before, .mega-menu-item.mega-menu-flyout.mega-toggle-on a::before {
		content: "";
		position: absolute !important;
		display: inline-block !important;
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 30px solid var(--the-white);
		top: 45px !important;
		left: 7.5px;
	}
	
	.mega-menu-item
    .mega-menu-item-type-post_type
    .mega-menu-item-has-children
    .mega-menu-megamenu
    .mega-menu-grid::before {
		content: "";
		position: absolute !important;
		display: inline-block !important;
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 30px solid var(--the-white);
		top: 45px !important;
		left: 7.5px;
	}
	
	.mega-sub-menu li a::before {
		border: none !important;
	}
	
	#mega-menu-footer-menu .mega-toggle-on a::before {
		content: "";
		position: absolute !important;
		display: inline-block !important;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 40px solid #fff;
		bottom: 27px !important;
		left: 7.5px;
	}
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: var(--the-white);
	border-radius: 0;
	margin-top: 30.4px;
}

/*--------Search-----------*/
@media screen and (max-width: 575px) {
	.main-nav-container {
		top: -63px;
	}
}

@media screen and (max-width: 999px) and (min-width: 576px) {
	.main-nav-container {
		top: -50px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.main-nav-container {
		top: 25px;
		right: -120px;
	}
}

@media screen and (max-width: 1200px) {
	.the-search {
		display: inline-block;
		float: right;
		position: absolute;
		top: 0;
		right: 38px;
	}
	
	.fa.fa-bars {
		position: absolute;
		right: 0;
	}
}

.search-trigger {
	position: relative;
	display: block;
	width: 34px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	top: 30px;
}

.search-trigger::before, .search-trigger::after {
	content: "";
	position: absolute;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-trigger::before {
	top: 5px;
	left: 8px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 3px solid var(--white);
}

.search-trigger::after {
	height: 10px;
	width: 3px;
	background: var(--white);
	bottom: 14px;
	right: 8px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.search-trigger span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: -4px;
}

.search-trigger span::before, .search-trigger span::after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 35px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: var(--white);
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s;
}

.search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before, .search-trigger.search-is-visible::after {
	opacity: 0;
}

.search-trigger.search-is-visible span::before, .search-trigger.search-is-visible span::after {
	opacity: 1;
}

.search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="search"].search-field {
	width: 100vw;
	padding: 20px;
	margin: 49px -15px;
	border: 1px solid var(--black);
}

.search form {
	height: 100%;
	width: 100%;
}

.search {
	position: absolute;
	height: 70px;
	width: 100%;
	top: 39px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.search.search-results {
	position: absolute;
	height: 70px;
	width: 100%;
	top: 0px;
	z-index: 3;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.search form {
	height: 100%;
	width: 100%;
	display: inline;
}

.search input {
	border-radius: 0;
	border: none;
	background: #fff;
	height: 100%;
	width: 100%;
	padding: 0 5%;
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.search input::-webkit-input-placeholder, .search input::-moz-placeholder, .search input:-moz-placeholder, .search input:-ms-input-placeholder {
	color: #c9cbc4;
}

.search input:focus {
	outline: none;
}

.search.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.the-search {
	display: inline-block;
	float: right;
}

/* @media(max-width:767px) {
    .menu-wrapper #mega-menu-wrap-primary {
        padding: 10px 0px;
    }

    .search-trigger {
        top: 25px;
    }

    .the-search {
        right: 20px;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: #fff;
    font-family: inherit;
    font-size: 10px !important;
    display: block;
    float: left;
    clear: none;
    padding: 0px 15px 5px 0px !important;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    }
}

@media(min-width:767px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: #fff;
        border: 0;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 230vh;
        max-width: none;
        left: -50vh;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 15px 15px 15px 60px !important;
    }
} */

/*--------------------------*/

/*--------------------------*/

/* On Mobile */
.country-mobile {
	display: none;
}

.menu-wrapper #mega-menu-wrap-primary {
	padding: 85px 0px 0px;
}

/*--------------------------*/
.logo img {
	height: 180px;
}

@media (max-width: 600px) {
	.country-desktop {
		display: none;
	}
	
	.seedco-countries .country {
		padding: 10px 0px 0px !important;
	}
	
	.country-mobile {
		display: block;
	}
	
	.slider-social-media {
		display: none;
	}
	
	.learn-more-btn a {
		padding: 13px 5px !important;
	}
	
	.quick-latest-news.news-indent {
		margin-left: -50px;
	}
	
	.logo img {
		height: 160px;
	}
}

/* Dropdown */
.dropbtn {
	padding: 5px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	color: var(--the-white);
}

.dropbtn:hover, .dropbtn:focus {
	color: var(--the-light-gray);
}

.desk-dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: max-content;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
}

.dropdown-content a {
	color: black;
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.show {
	display: block;
}

/*-------------------------------*/

/*----------Counrty dropdown -----------*/
.country-menu * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.seedco-countries .country {
	padding: 85px 0px 0px;
}

.country-menu ul {
	list-style: none;
}

.country {
	position: relative;
	margin: 0 auto;
	width: 100px;
	display: inline-block;
}

.country-menu {
	display: inline-block;
}

.country .select {
	position: relative;
	padding: 3px 35px 0px 20px;
	height: 40px;
	line-height: 26px;
	border: none;
	background: transparent;
	white-space: nowrap;
	cursor: pointer;
	color: var(--the-white);
	font-size: .8em;
}

.country .select .flagstrap-icon {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 11px;
	background-image: url("https://zinee91.dothome.co.kr/codepen/flags.png");
	background-repeat: no-repeat;
	background-color: #e3e5e7;
}

.country .select .flagstrap-icon.nitro-lazy {
	background-image: none !important;
}

img.flag {
	width: 30px;
	margin-left: 5px;
}

img.flag-dropdown {
	width: 30px;
	margin-right: 3px;
}

.country .select:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 8px;
	height: 5px;
	background: url("https://zinee91.dothome.co.kr/codepen/ico_updown3.png") no-repeat;
}

.country .select.open:after {
	background-position: 0 -5px;
}

.country .dropdown {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	z-index: 99;
}

.country .dropdown li a {
	padding: 0 20px;
	line-height: 34px;
	font-size: 13px;
	font-weight: 400;
	color: #828282;
	cursor: pointer;
}

.country .dropdown li:first-child {
	margin-top: 12px;
}

.country .dropdown li:last-child {
	margin-bottom: 12px;
}

.country .dropdown li:hover {
	background: #dedede;
	color: #454545;
}

.country .dropdown li.open {
	display: block;
}

.fluid-container.bread {
	margin-bottom: 60px;
}

i#the_close {
	z-index: 99;
	font-size: 3em;
	color: #fff;
	right: 7px;
	position: absolute;
	top: 2px;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.icon-menu-button-of-three-horizontal-lines::before {
	content: "";
	color: var(--white);
	font-size: 2.3em;
	top: 20px;
	position: absolute;
	left: 35px;
	z-index: 99;
}

.sub-menu li a {
	font-size: 1em !important;
}
