@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
img:hover {opacity: 0.9;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {margin: 0; padding: 0; outline: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b {font-weight:bold;}
em {font-style:italic;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], input[type=number], input[type=email], textarea, button {-webkit-appearance:none; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;}

input[type=number]::-webkit-inner-spin-button {opacity: 1;}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/************************************************************************************
FONTFACE
*************************************************************************************/

/************************************************************************************
FONTFACE fontawesome
*************************************************************************************/

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.eot");
	src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
			url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.woff2") format("woff2"), 
			url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.woff") format("woff"), 
			url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.ttf") format("truetype"), 
			url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.eot");
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.woff2") format("woff2"),
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.woff") format("woff"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.ttf") format("truetype"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
  
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.eot");
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.woff2") format("woff2"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.woff") format("woff"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.ttf") format("truetype"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
  
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.eot");
  src: 	url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.woff2") format("woff2"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.woff") format("woff"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.ttf") format("truetype"), 
		url("../lp_templates/font-awesome-pro/web-fonts-with-css/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.css_body {	
	background: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
.fixbody {overflow: hidden;}

#wrapper {position: relative; height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}
.min_wrap2 {width: 1200px; margin: 0 auto;}
 
.icon_web {}

.font_sty {}

/************************************************************************************
CSS PRELOAD
*************************************************************************************/

#preload {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 9999999999;
	background-color: #fff;
	/*background: #fff url(../lp/loading.gif) no-repeat center center;*/
}
#myvideo2 {
	position: fixed;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 1000px; height: 138px;
	background-size: auto;
	margin: auto;
}

/************************************************************************************
CSS LANGDING PAGE
/***********************************************************************************/

#wrap_lp {position: relative; height: 100vh}

.mask_wrap_lp {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10;
	background: rgba(4,128,49,0.6);
}
#myvideo {
	position: fixed;
	min-width: 100%; min-height: 100%;
	top: 50%; left: 50%;
	 -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.logo_lp {position: absolute; top: 20px; left: 20px; z-index: 11;}
.logo_lp img {display: inline-block; width: auto; height: 50px;}

.nd_lp {
	position: absolute;
	top: 10%; left: 20px; right: 20px; bottom: 10%;
	z-index: 10;
	color: #fff;
	text-align: center;
}
.swiper-container {visibility: hidden;}
.swiper-container.swiper-container-initialized {visibility: visible;}
.gallery-top {padding: 50px 0 !important;}
.gallery-top .swiper-slide {visibility: hidden;}
.gallery-top .swiper-slide.swiper-slide-active {visibility: visible;}
.t_nd_lp {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 400;
	padding: 0 10% 10px 10%;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-ms-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	position: relative;
	top: -50px;
}
.gallery-top .swiper-slide.swiper-slide-active .t_nd_lp {top: 0;}
.gallery-top .swiper-slide .detail a {
	display: inline-block;
	color: #fff;
	line-height: 30px;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-ms-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	position: relative;
	top: 50px;
}
.gallery-top .swiper-slide .detail a:hover {background-color: #fff; color: #048031;}
.gallery-top .swiper-slide.swiper-slide-active .detail a {opacity: 1; top: 0;}
.text_nd_lp {
	font-size: 16px; 
	line-height: 26px; 
	padding: 0 10%;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-ms-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	position: relative;
	top: 50px;
}
.gallery-top .swiper-slide.swiper-slide-active .text_nd_lp {top: 0;}
.gallery-thumbs {
	position: absolute !important;
	bottom: 0; left: 0; right: 0;
	padding: 100px 16px 36px 16px !important;
}
.gallery-thumbs .swiper-slide {width: 52px; cursor: pointer;}
.gallery-thumbs .swiper-slide::before {
	content: "";
	width: 220px; height: 1px;
	background: #fff;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: -1;
}
.gallery-thumbs .swiper-slide:last-child::before {display: none;}
.gallery-thumbs .swiper-slide:hover .img_nd_lp,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img_nd_lp {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.img_nd_lp {
	width: 80px; height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	padding: 1px;
	background-color: #fff;
	margin: auto;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}
.img_nd_lp img {
	display: block; 
	width: 100%; height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.gallery-thumbs .swiper-slide:hover .des_nd_lp {
	color: #ffae00; 
	background: rgba(255,255,255,0.9); 
	visibility: visible; 
	opacity: 1;
	top: -70px;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .des_nd_lp {
	color: #fff; 
	background: #ffae00; 
	visibility: visible; 
	opacity: 1;
	top: -70px;
}
.des_nd_lp {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: 36px;
	width: 200px;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	color: #333;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: -100px;
	margin-left: -59px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

/************************************** CSS MENU **************************************/

.icon_menu_mobile2 {
	text-transform: uppercase;
	position: absolute;
	top: 20px; right: 20px;
	z-index: 11;
	color: #fff;
	line-height: 30px;
}
.icon_menu_mobile2 svg {font-size: 18px; margin-left: 6px; position: relative; top: 2px;}
.menu_mobile2 {
	visibility: hidden;
	background: #555;
	position: absolute;
	right: 0;
	z-index: 12;
	width: 300px; 
	/*height: 100%;*/
	-webkit-transition: ease .8s;
	-moz-transition: ease .8s;
	-ms-transition: ease .8s;
	-o-transition: ease .8s;
	transition: ease .8s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(100vh);
	-moz-transform: translateX(100vh);
	-ms-transform: translateX(100vh);
	-o-transform: translateX(100vh);
	transform: translateX(100vh);
}
.menu_mobile2.active {
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.close_menu_mobile2 {
	display: block;
	width: 30px; height: 30px;
	line-height: 30px;
	margin: auto;
	cursor: pointer;
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	padding: 10px;
}
.close_menu_mobile2:hover {color: #fff;}
.ul_menu_mobile2 {
	font-size: 18px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: -webkit-calc(100vh - 50px); 
	max-height: -moz-calc(100vh - 50px); 
	max-height: calc(100vh - 50px); 
}
.ul_menu_mobile2 > li {
	position: relative;
	border-top: 1px solid #6c6c6c;
	border-bottom: 1px solid #454545;
}
.ul_menu_mobile2 > li > a {
	color: rgba(255,255,255,0.8);
	display: block;
	padding: 15px 20px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
	text-transform: capitalize;
}
.ul_menu_mobile2 > li:hover > a {color: #fff;}
.ul_menu_mobile2 > li.active > a {color: #fff; font-weight: 700;}
.sub_menu_mobile2 {
	font-size: 14px; 
	display: none;
	border-left: 3px solid #048031;
	background-color: #474747;
	padding: 5px 0;
}
.sub_menu_mobile2.active {display: block;}
.sub_menu_mobile2 > li {border-bottom: 1px solid #575757;}
.sub_menu_mobile2 > li:last-child {border-bottom: 0;}
.sub_menu_mobile2 > li > a {
	display: block;
	color: rgba(255,255,255,0.8);
	padding: 10px 20px 10px 45px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
	position: relative;
}
.sub_menu_mobile2 > li > a:hover {color: #fff;}
.sub_menu_mobile2 > li > a::before {
	font-size: 14px;
	content: "\f138";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	width: 4px; height: 4px;
	position: absolute;
	top: 10px; left: 20px;
}
.arrow_menu_mobile2 {
	width: 20px; height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute; 
	top: 14px; right: 10px;
	display: inline-block;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}
.arrow_menu_mobile2:hover {color: #fff;}

/************************************** END CSS **************************************/

.f-detail {}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-ndct em{max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #e20505;}
.f-detail a:hover {text-decoration: underline;}

.f-detail table tr {background: #fff;}
.f-detail table tr:nth-child(2n) {background: #f9f9f9;}
.f-detail table td {padding: 10px;}

.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}

.f-detail ul li {list-style: disc; margin-left: 30px;}
.f-detail ol li {list-style: decimal; margin-left: 30px;}

.tag {padding: 20px 0 0 0; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}
.tag span {color: #939393; padding: 2px 5px 2px 23px; background: #F1F1F1 url(../imgs/layout/icontag.png) no-repeat 5px 5px; display: block; float: left; margin: 0 3px 3px 0;}
.tag a {padding: 2px 5px; color: #656565; background: #F1F1F1; display: block; float: left;	margin: 0 3px 3px 0;}
.tag a:hover {background: #E2E2E2;}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

a, a:hover {}
a[href^="tel:"], a[href^="mailto:"] {color: #e20505;}

.clear {clear:both; height: 0; float: none;}

.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.img_object_fit {object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -ms-object-fit: cover;}

::-webkit-input-placeholder {opacity: 1;} ::-moz-placeholder {opacity: 1;} :-ms-input-placeholder {opacity: 1;} :-moz-placeholder {opacity: 1;}

.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}

.sty_transition {-webkit-transition: ease 0.3s; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -ms-transition: ease 0.3s; transition: ease 0.3s;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select, button {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400; line-height: 20px;}
button:active {opacity: 0.9;}

::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb {width: 6px; background-color: rgba(255,255,255,0.5);}
::-webkit-scrollbar-track {padding: 6px;}

#star img {display: inline-block; width: auto; height: 18px; position: relative; top: -1px;}

.page {font-size: 12px; padding: 40px 0 20px 0; text-align: center; text-transform: uppercase; font-weight: 400;}
.PageNum a {display: inline-block; color: #555; padding: 3px 10px; margin: 0px 3px 5px 0px; background: #f1f1f1;}
.PageNum a:hover {color: #fff; background: #e20505;}
.PageNum span {font-weight: 700; display: inline-block; color: #fff; padding: 3px 10px; margin: 0px 3px 5px 0px; background: #e20505;}