/*------------------------------------------*/
/* PAGE */
/*------------------------------------------*/
.layout-page {padding: 10px 0px;}
.layout-page h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #1f2022;
	margin-bottom: 16px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
}
.layout-page h1:after {
	content: "";
	position: absolute;
	width: 27px;
	background: #161616;
	height: 1px;
	margin: 9px;
}
.content-contact, .content-pages {
	padding: 30px 0 15px 0;
	margin: 0 0 30px 0;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
	-moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
	box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
}
.layout-page .page-top-title span,
.layout-page .page-left-title span {
	color: #1f2022;
	font-weight: 700;
	background: #fff;
	margin-right: 8px;
}
.layout-page .page-top-title,
.layout-page .page-left-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.layout-page .page-top-title i,
.layout-page .page-left-title i {margin-right: 10px;font-size: 15px;}

.layout-page .content-pages p {margin-bottom: 16px;}
.layout-page .content-pages ul {list-style: initial;padding-left: 30px; margin-bottom: 20px;}
.layout-page .content-pages ol {list-style-type: decimal;padding-left: 30px; margin-bottom: 20px;}
.layout-page .content-pages ul li, 
.layout-page .content-pages ol li {margin-bottom: 3px; list-style: inside;}
.layout-page .content-pages ul ul {list-style-type: circle; }
.layout-page .content-pages ul ul ul {list-style-type: square; }
.layout-page .content-pages h2 strong, 
.layout-page .content-pages h3 strong, 
.layout-page .content-pages h4 strong {font-weight: initial; }
.layout-page .content-pages > hr:last-child {	display: none; }
.layout-page .content-pages a {color: #007bff; }
.layout-page .content-pages a:hover {color: #629009; }



/*------------------------------------------*/
/* PAGE ABOUT */
/*------------------------------------------*/
.page-layout.page-about {background-attachment: fixed;background-size: 100%;background-repeat: no-repeat;}
/*.page-layout.page-about.page-about-us {background-image: url(//theme.hstatic.net/200000778297/1001275630/14/page_about_bg.jpg?v=120);}*/
.page-layout.page-about.page-giacong {background-image: url(//theme.hstatic.net/200000778297/1001275630/14/page_about_giacong_bg.jpg?v=120);}
.page-layout.page-about.page-csr {background-image: url(//theme.hstatic.net/200000778297/1001275630/14/page_about_csr_bg.jpg?v=120);}

.page-body .wrapper-row {flex-direction: row-reverse; }
.page-body .page-heading {margin: 40px 0; }
.page-body .page-heading h1 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	color:#fff;
}
.page-body .page-subheading h2 {
	text-transform: uppercase;
	margin: 0 0 40px;
	position: relative; 
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color:#fff;
}
.page-body .page-content .page-wrapper {margin-bottom: 40px; padding: 30px 60px;background:rgb(255,255,255,0.8);font-size: 16px;;color:#000;}
.page-body .page-content .page-wrapper * {max-width: 100% !important}
.page-body .page-content .page-wrapper p {margin-bottom: 16px;}
.page-body .page-content .page-wrapper ul {list-style: initial;padding-left: 20px; margin-bottom: 20px;}
.page-body .page-content .page-wrapper ol {list-style-type: decimal;padding-left: 20px; margin-bottom: 20px;}
.page-body .page-content .page-wrapper ul li, 
.page-body .page-content .page-wrapper ol li {margin-bottom: 6px;list-style: inside;}
.page-body .page-content .page-wrapper ul ul {list-style-type: circle; }
.page-body .page-content .page-wrapper ul ul ul {list-style-type: square; }
.page-body .page-content .page-wrapper h2 strong, 
.page-body .page-content .page-wrapper h3 strong, 
.page-body .page-content .page-wrapper h4 strong {font-weight: initial; }
.page-body .page-content .page-wrapper > hr:last-child {	display: none; }
.page-body .page-content .page-wrapper a {color: #007bff; }
.page-body .page-content .page-wrapper a:hover {color: #629009; }

.page-body .page-bannerhead {margin: 40px 0; }
.page-body .page-bannerhead img {width: 100%; }
.page-body .page-sidebar {margin-bottom: 30px; }
.page-body .fixed-sidebar {position: -webkit-sticky;position: sticky;top: 80px;}
.page-body .page-sidebar .page_menu ul {list-style: none;}
.page-body .page-sidebar .page_menu ul li a {display: block;padding: 12px 12px 12px 20px;position: relative;text-transform: uppercase;color: #fff; }
.page-body .page-sidebar .page_menu ul li a i {	position: absolute;	left: 0;	top: 17px;}
.page-body .page-sidebar .page_menu ul li.active a {font-weight: 600; }
.page-body .page-sidebar .page_menu ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #9ED93F;
	left: 0px;
	opacity: 1;
	transition: 400ms all ease-out;
	bottom: 10px;
}
.page-body .page-sidebar .page_menu ul li a:hover:before {width: 50px;}

@media (max-width: 991px) {
	.page-body .page-heading {margin: 20px 0; }
	.page-body .page-heading h1 {font-size: 20px; }
	.page-body .page-subheading h2 {margin: 0 0 20px;font-size: 18px; }
	.page-body .page-bannerhead {margin: 20px 0; }
	.page-body .fixed-sidebar {position: relative; top: 0;}
	.page-body .page-sidebar .page_menu ul li a {padding: 12px 15px 12px 15px; } 
	.page-body .page-content .page-wrapper {margin-bottom: 20px; padding: 20px 40px;}
	.page-body .page-content .page-wrapper, .page-body .page-bannerhead, .page-body .page-sidebar {margin-bottom: 20px; } 
	
}

/*------------------------------------------*/
/* PAGE CONTACT */
/*------------------------------------------*/
.layout-pageContact {padding-bottom: 30px;}
.layout-pageContact .heading-pageDetail h1 {
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar-page .box_menu {margin-bottom: 30px;}
.sidebar-page .box_menu .title {
	padding: 12px;
	border: 1px solid #f5f5f5;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar-page #menu-page {background: #fff;}
.sidebar-page #menu-page li {border: 1px solid #f5f5f5;border-top: none;}
.sidebar-page #menu-page li ul li {border: none;}
.sidebar-page #menu-page li ul li:first-child {border-top: none;border-top: 1px solid #f5f5f5;}
.sidebar-page #menu-page .nav>li>a {text-transform: uppercase;padding: 10px 8px;color: #1f2022;font-size: 12px;}
.sidebar-page #menu-page .nav>li>a:focus, 
.sidebar-page #menu-page .nav>li>a:hover{background:none;color: #a7d618}
.sidebar-page #menu-page .nav li li a{padding:10px 25px 5px;text-transform: none;}
.sidebar-page #menu-page span.sign {
	right: 0;
	position: absolute;
	padding-right: 10px;
}
.sidebar-page .box_image {margin-bottom: 30px;}
.box-map-contact iframe {width:100%;}

.box-send-contact,.box-info-contact {margin-top: 20px;}
.box-send-contact h2, .box-info-contact h2 {font-weight: 700;font-size: 22px;margin: 0 0 20px; }
.box-send-contact {margin-bottom: 30px;}
.box-send-contact p {margin-bottom: 15px; }
.box-send-contact p {margin-bottom: 15px; }
.box-info-contact li {margin-bottom: 10px; }
.box-info-contact li > span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 15px; 
}
.box-info-contact li p {
	width: calc(100% - 35px);
	float: left;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #696969;
	font-weight: 500; 
}
.box-info-contact li p a {color: #696969; }
.box-info-contact li p strong {color: #000;margin-bottom: 5px; }
.wrapbox-contact {
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; 
}



.contact-form .input-group {width: 100%;margin-bottom: 20px; }
.contact-form .input-group input,
.contact-form .input-group textarea {
	color: #5c5c5c;
	height: 45px;
	width: 100%;
	font-weight: 500;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none; 
}
.contact-form .input-group textarea {width: 100%;height: 130px;padding: 20px 20px; }
.contact-form .input-group textarea:focus {outline: none; }

.cta-submitform {
	color: #fff;
	background: #8ca122 !important;
	border: 1px solid #8ca122;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 15px;
	position: relative;
	width: auto;
	white-space: nowrap;
}
.cta-submitform:hover {	color: #fff;	background: #8ca122;	border: 1px solid #8ca122;}
.page-layout.page-about.page-about-us .page-sidebar .page_menu ul li a {
  color: #000;
}
.page-layout.page-about.page-about-us .page-subheading h2 {
   color: #000;
}

 