/*
	Màu xanh lá: #80c342
	Màu xám: #58595b
	Màu đen chuẩn: #191919
	Màu đỏ: #d2232a
	Màu xám nền: #fefefe
 */
/********************************
 * Chung
 *******************************/
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*color: #191919;*/
	margin:0;
	padding:0;
}
div,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,form,a,fieldset,textarea {
	border:none;
	outline:none;
}
ul,ol {
	list-style:none;
}
a {
	color: #025590;
	text-decoration:none;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}
a:hover {
	color: #d01d34;
	text-decoration:none;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}
table,tbody,tr,td,th {
	border-collapse:collapse;
	border-spacing:0;
}
input:focus,select:focus {
	outline:0
}
/********************************
 * Thư viện
 *******************************/
.fclr {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mar-0 {
	margin: 0px !important;
}
.mar-5 {
	margin: 5px !important;
}
.mar-10 {
	margin: 10px !important;
}
.mar-15 {
	margin: 15px !important;
}
.mar-20 {
	margin: 20px !important;
}
.mar-25 {
	margin: 25px !important;
}
.mar-30 {
	margin: 30px !important;
}
.mar-top0 {
	margin-top: 0px !important;
}
.mar-top5 {
	margin-top: 5px !important;
}
.mar-top10 {
	margin-top: 10px !important;
}
.mar-top15 {
	margin-top: 15px !important;
}
.mar-top20 {
	margin-top: 20px !important;
}
.mar-top25 {
	margin-top: 25px !important;
}
.mar-top30 {
	margin-top: 30px !important;
}
.mar-right0 {
	margin-right: 0px !important;
}
.mar-right5 {
	margin-right: 5px !important;
}
.mar-right10 {
	margin-right: 10px !important;
}
.mar-right15 {
	margin-right: 15px !important;
}
.mar-right20 {
	margin-right: 20px !important;
}
.mar-right25 {
	margin-right: 25px !important;
}
.mar-right30 {
	margin-right: 30px !important;
}
.mar-bottom0 {
	margin-bottom: 0px !important;
}
.mar-bottom5 {
	margin-bottom: 5px !important;
}
.mar-bottom10 {
	margin-bottom: 10px !important;
}
.mar-bottom15 {
	margin-bottom: 15px !important;
}
.mar-bottom20 {
	margin-bottom: 20px !important;
}
.mar-bottom25 {
	margin-bottom: 25px !important;
}
.mar-bottom30 {
	margin-bottom: 30px !important;
}
.mar-left0 {
	margin-left: 0px !important;
}
.mar-left5 {
	margin-left: 5px !important;
}
.mar-left10 {
	margin-left: 10px !important;
}
.mar-left15 {
	margin-left: 15px !important;
}
.mar-left20 {
	margin-left: 20px !important;
}
.mar-left25 {
	margin-left: 25px !important;
}
.mar-left30 {
	margin-left: 30px !important;
}
.pad-0 {
	padding: 0px !important;
}
.pad-5 {
	padding: 5px !important;
}
.pad-10 {
	padding: 10px !important;
}
.pad-15 {
	padding: 15px !important;
}
.pad-20 {
	padding: 20px !important;
}
.pad-25 {
	padding: 25px !important;
}
.pad-30 {
	padding: 30px !important;
}
.pad-top0 {
	padding-top: 0px !important;
}
.pad-top5 {
	padding-top: 5px !important;
}
.pad-top10 {
	padding-top: 10px !important;
}
.pad-top15 {
	padding-top: 15px !important;
}
.pad-top20 {
	padding-top: 20px !important;
}
.pad-top25 {
	padding-top: 25px !important;
}
.pad-top30 {
	padding-top: 30px !important;
}
.pad-right0 {
	padding-right: 0px !important;
}
.pad-right5 {
	padding-right: 5px !important;
}
.pad-right10 {
	padding-right: 10px !important;
}
.pad-right15 {
	padding-right: 15px !important;
}
.pad-right20 {
	padding-right: 20px !important;
}
.pad-right25 {
	padding-right: 25px !important;
}
.pad-right30 {
	padding-right: 30px !important;
}
.pad-bottom0 {
	padding-bottom: 0px !important;
}
.pad-bottom5 {
	padding-bottom: 5px !important;
}
.pad-bottom10 {
	padding-bottom: 10px !important;
}
.pad-bottom15 {
	padding-bottom: 15px !important;
}
.pad-bottom20 {
	padding-bottom: 20px !important;
}
.pad-bottom25 {
	padding-bottom: 25px !important;
}
.pad-bottom30 {
	padding-bottom: 30px !important;
}
.pad-left0 {
	padding-left: 0px !important;
}
.pad-left5 {
	padding-left: 5px !important;
}
.pad-left10 {
	padding-left: 10px !important;
}
.pad-left15 {
	padding-left: 15px !important;
}
.pad-left20 {
	padding-left: 20px !important;
}
.pad-left25 {
	padding-left: 25px !important;
}
.pad-left30 {
	padding-left: 30px !important;
}
.f10 {
	font-size: 10px !important;
}
.f11 {
	font-size: 11px !important;
}
.f12 {
	font-size: 12px !important;
}
.f13 {
	font-size: 13px !important;
}
.f14 {
	font-size: 14px !important;
}
.f15 {
	font-size: 15px !important;
}
.f16 {
	font-size: 16px !important;
}
.f17 {
	font-size: 17px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}
.f26 {
	font-size: 26px !important;
}
.f28 {
	font-size: 28px !important;
}
.f30 {
	font-size: 30px !important;
}
.cl-80c342 {
	color: #80c342 !important;
}
.cl-191919 {
	color: #191919 !important;
}
.cl-ffffff {
	color: #ffffff !important;
}
/********************************
 * Tùy chỉnh
 *******************************/
.wow {
	visibility: hidden;
}
.body-wrapper {
	color: #111;
	/*background: #fff;*/
	background: rgba(255,255,255,0);
	z-index: 1;
}

.header-top {
    font-family: 'SanFranciscoDisplay-Regular', Roboto, Arial, Verdana, Geneva, sans-serif !important;
    padding: 15px 0 2px 0;
	/*background: #fff;*/
}

.header-top-white {
    padding: 15px 0 2px 0;
	background: rgba(0,0,0,0.5);
}

.header-top img.logo {
    width: auto;
    height: 50px;
}

.header-top h1 {
    margin: 0;
    padding: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-default .navbar-nav {
    margin: 2px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'SanFranciscoDisplay-Regular', Roboto, Arial, Verdana, Geneva, sans-serif !important;
    color: #58595b;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #80c342;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #80c342;
}

.navbar-default .nav-white > li > a {
    color: #fff;
}

.navbar-default .nav-white > li > a:hover, .navbar-default .nav-white > li > a:focus {
    color: #fff;
    background-color: #80c342;
}

.navbar-default .nav-white > .open > a, .navbar-default .nav-white > .open > a:hover, .navbar-default .nav-white > .open > a:focus {
    color: #fff;
    background-color: #80c342;
}

/* Menu Center */
.navbar-header {
    float: none;
}

.navbar-brand {
    float: none;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.navbar-brand a {
	display: block;
	line-height: 50px;
}

.header-top img.logo {

    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: middle;

}

.navbar-brand h1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #80c342;
    margin: 0 0 0 15px;
    font-size: 18px;
	font-weight: bold;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
/* Menu Center */
.dropdown-menu > li > a > h2 {
	font-family: 'SanFranciscoDisplay-Regular', Roboto, Arial, Verdana, Geneva, sans-serif !important;
    font-size: 15px;
    margin: 10px 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #80c342;
}
/********************************
* Dropdown hover
 *******************************/
 li.dropdown:hover > .dropdown-menu {
    display: block;
}
/********************************
 * Dropdown hover
 *******************************/
.div-search{width:563px; height:50px; }
.input-search{width:385px; height:35px; float:left; border:1px solid #d9d9d9; padding:3px; margin:0px 4px 0px 0px;} 
.search-in{width:354px; padding:4px 4px 4px 10px; height:auto; background:#fff url(search-404.gif) no-repeat 4px 4px; float:left;}
.txt-s404{width:354px; height:14px; font:12px arial; color:#111; background:none; border:none;}
.btt-s404{width:96px;*height:25px;height:29px;  padding:4px 0px; text-align:center; background:#921116; font:bold 13px arial; color:#fff; border:none; float:left;}

.idx-slider {
	position:relative;
	margin: 0 0 0 0;
	overflow: hidden;
	height: calc(100vh - 100px);
}

.idx-slider .owl-carousel, .idx-slider .owl-stage-outer, .idx-slider .owl-stage, .idx-slider .owl-item, .idx-slider .owl-carousel .item {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.idx-slider .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    margin-left: 50%;
}

.idx-slider .owl-nav .owl-prev {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: -2%;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff url("../owl-carousel/icon-prev-64.png") no-repeat !important;
    background-position: center center !important;
    background-size: 45% !important;
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
    opacity: 0;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.idx-slider .owl-nav .owl-next {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: -2%;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff url("../owl-carousel/icon-next-64.png") no-repeat !important;
    background-position: center center !important;
    background-size: 45% !important;
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
    opacity: 0;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.idx-slider .owl-theme:hover .owl-nav .owl-prev {
	left:2% !important;
	opacity:0.3 !important;
}

.idx-slider .owl-theme:hover .owl-nav .owl-next {
	right:2% !important;
	opacity:0.3 !important;
}
.idx-slider .owl-theme:hover .owl-nav .owl-prev:hover {
    background: #fff url("../owl-carousel/icon-prev-64.png") no-repeat !important;
    background-position: center center !important;
    background-size: 45% !important;
	opacity:0.8 !important;
}

.idx-slider .owl-theme:hover .owl-nav .owl-next:hover {
    background: #fff url("../owl-carousel/icon-next-64.png") no-repeat !important;
    background-position: center center !important;
    background-size: 45% !important;
	opacity:0.8 !important;
}

.slider-info {
	position: absolute;
	width: 33%;
	height: 33%;
	z-index: 10;
	display: table;
	/*background: rgba(0,0,0,0.2);*/
}

.slider-title {
	position: relative;
	width: 100%;
	top: 5%;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-weight: bold;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    white-space: nowrap;
}

.slider-preview {
	position: relative;
	width: 100%;
	top: 15%;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: normal;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
}

.slider-link {
	position: relative;
	width: 100%;
	top: 35%;
	text-align: center;
	font-size: 2vw;
	font-weight: normal;
	opacity: 1;
	margin: 4vw 0 0 0;
}

.slider-link a {
	position: relative;
	border: none;
	background: #00b9ff;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	padding: 1vw 1.5vw;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slider-link a:hover {
	background: #80c342;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.top-info {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	min-height: 100px;
}

.top-info-overlay {
	position: relative;
	z-index: 0;
}

.top-info-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.top-info .top-icon img {
	width: 100px;
	height: auto;
}

.top-info .top-title h1 {
	position: relative;
	color: #80c342;
	font-size: 2.5vw;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 25px 0;
	margin: 25px 0;
}

.top-info .top-title h1:after {
	content: "";
	border-top: 5px solid #80c342;
	position: absolute;
	width: 70%;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.top-info .top-title span {
	position: relative;
	color: #80c342;
	font-size: 2.5vw;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 25px 0;
	margin: 25px 0;
}

.top-info .top-title span:after {
	content: "";
	border-top: 5px solid #80c342;
	position: absolute;
	width: 70%;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.top-info .top-preview {
	font-size: 1vw;
	color: #191919;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.top-info .top-preview-white {
	font-size: 1vw;
	color: #fff;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.body-content {
	padding: 40px 0;
}

.about-content > .row {
	display: table;
	background: #fefefe;
}

.about-content > .row > div[class*="col-"]{
	display: table-cell;
	float: none;
}

.cat-about-img {
	overflow: hidden;
}

.cat-about-img img {
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.about-list {
	background: #f7f8f9;
	margin: 0 -15px;
	padding: 1px 15px 1px 0;
}

.about-list .row {
	display: table;
	margin: 50px 0 50px -40px;
}

.about-list .icon, .about-list .info {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.about-list .icon {
	width: 12%;
}

.about-list .info {
	padding: 0 40px;
}

.about-list a .icon img {
	width: 100%;
	height: auto;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
	transform: scale3d(1, 1, 1);
}

.about-list a:hover .icon img {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
	transform: scale3d(1.2, 1.2, 1.2);
}

.about-list .title h3 {
	margin: 0 0 10px 0;
	color: #80c342;
	font-weight: bold;
	font-size: 22px;
}

.about-list a:hover .title h3 {
	text-decoration: underline;
}

.about-list .preview {
	color: #191919;
	font-size: 13px;
}

.history-cat {
	border-top: 1px solid #80c342;
	margin: 0 30px 0 0;
}

.history-cat .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #80c342;
	margin: 5px 0;
}

.history-cat .cat-preview {
	color: #58595b;
}

.history-list .row {
	border-top: 1px solid #191919;
	padding: 30px 0;
}

.history-list .title {
	font-size: 20px;
	font-weight: bold;
	color: #191919;
}

.history-list .preview {
	color: #191919;
}

.footer-contact {
	background: #80c342;
	margin: 0;
	padding: 30px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer-contact .info {
	color: #fff;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding-top: 5px;
}

.footer-contact .btn-contact-us {
	background: #fff;
	color: #80c342;
	font-size: 16px;
	display: inline-block;
}

.footer-contact .btn-contact-us .fa {
	font-size: 20px;
}

.footer {
	background: #80c342;
	margin: 0;
	padding: 30px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer .info {
	color: #fff;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	text-align: left;
}

.footer .bottom-social {
	text-align: right;
}

.footer .bottom-social a {
	background: #fff;
	color: #80c342;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: relative;
	margin: 0 5px;
}

.footer .bottom-social a .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 18px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    opacity: 0.6;
}

.footer .bottom-social a:hover .fa {
	opacity: 1;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

.about-detail .content img {
	width: 100%;
	height: auto;
}

.medal-list div[class*="col-"] {
	margin-bottom: 30px;
}

.medal-list a {
	display: block;
	border: 1px solid #80c342;
	padding: 15px;
	text-align: center;
}

.medal-list .icon {
	display: block;
	overflow: hidden;
}

.medal-list a .icon img {
	width: 100%;
	height: auto;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
	transform: scale3d(1, 1, 1);
}

.medal-list a:hover .icon img {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
	transform: scale3d(1.1, 1.1, 1.1);
}
.medal-list .title h3 {
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #80c342;
	padding: 15px 0;
}

.medal-list .title h3:after {
	content: "";
	border-top: 2px solid #80c342;
	position: absolute;
	width: 80%;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.medal-list .preview {
	font-size: 12px;
	color: #191919;
	padding: 15px 0 0 0;
}

.top-video {
	margin-bottom: 30px;
}

.top-video .preview iframe {
	width: 100%;
	height: 315px;
	border: 1px solid #80c342;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.top-video .info {
	width: 100%;
	height: 315px;
	overflow: auto;
}

.top-video .info .title h2 {
	margin: 0;
	color: #80c342;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.video-list .slider {
	margin: 0 0 60px 0;
}

.video-list a .icon {
	position: relative;
	border: 1px solid #80c342;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.video-list a .icon img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	transform: scale3d(1, 1, 1);
}

.video-list a:hover .icon img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	transform: scale3d(1.1, 1.1, 1.1);
}

.video-list a .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #191919;
	font-size: 50px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    opacity: 0.8;
}

.video-list a:hover .icon i {
	color: #80c342;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    opacity: 0.8;
}

.video-list a .info .title h3 {
	margin: 15px 0;
	color: #191919;
	font-size: 13px;
	line-height: 15px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

.video-list a:hover .info .title h3 {
	color: #191919;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

.video-list .owl-dots {
    bottom: -30px;
}

.video-list .owl-nav .owl-prev {
	opacity: 1;
}

.video-list .owl-nav .owl-prev {
    top: 25%;
    left: -5%;
    height: 50px;
    width: 25px;
    background: url("../img/owl-nav.png") no-repeat !important;
    background-position: 0 0 !important;
    opacity: 0.5;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.video-list .owl-nav .owl-next {
    top: 25%;
    right: -5%;
    height: 50px;
    width: 25px;
    background: url("../img/owl-nav.png") no-repeat !important;
    background-position: -25px 0px !important;
    opacity: 0.5;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.video-list .owl-theme:hover .owl-nav .owl-prev {
    left: -5%;
    opacity: 1;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.video-list .owl-theme:hover .owl-nav .owl-next {
    right: -5%;
    opacity: 1;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.video-list .owl-theme:hover .owl-nav .owl-prev:hover {
    left: -5%;
    background: url("../img/owl-nav.png") no-repeat !important;
    background-position: 0 0 !important;
    opacity: 1;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.video-list .owl-theme:hover .owl-nav .owl-next:hover {
    right: -5%;
    background: url("../img/owl-nav.png") no-repeat !important;
    background-position: -25px 0px !important;
    opacity: 1;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

.news-list a .icon {
	position: relative;
	overflow: hidden;
}

.news-list a .icon img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	transform: scale3d(1, 1, 1);
}

.news-list a:hover .icon img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	transform: scale3d(1.1, 1.1, 1.1);
}

.news-list a .title h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #80c342;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-list a:hover .title h3 {
	text-decoration: underline;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-list a .date {
	color: #58595b;
	margin: 10px 0;
}

.news-list a .preview {
	color: #191919;
}

.investment-list [class*="col-"] {
	padding: 0;
}

.investment-list a .icon {
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
}

.investment-list a .icon img {
	width: 100%;
	height: auto;
}

.investment-list a .icon .info {
	position: absolute;
	top:100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.investment-list a .icon .info:after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #80c342;
	opacity: 0.9;
	z-index: -1;
}

.investment-list a:hover .icon .info {
	top:0;
	opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.investment-list a .icon .info .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0;
	width: 100%;
	padding: 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    opacity: 0;
}

.investment-list a:hover .icon .info .content {
    opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.investment-list a .icon .info .title h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.investment-list a .icon .info .line {
	border: 1px solid #fff;
	width: 60%;
	margin: 15px auto;
}

.investment-list a .icon .info .btn-more {
	margin: 15px 0 0 0;
}

.btn-more {
	position: relative;
	border: 1px solid #fff;
	background: #fff;
	color: #191919;
	font-size: 11px;
	padding: 7px 10px;
	text-decoration: none;
	z-index: 3;
	display: inline-block;
}
.btn-more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #80c342;
	visibility: hidden;
	z-index: -1;
	overflow: hidden;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-more:hover {
	background: #80c342;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-more:hover::before {
	content: '';
	background: #80c342;
	visibility: visible;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-more-2 {
	position: relative;
	height: 16px;
	border: none;
	background: url("../img/arrow-btn-02.png") no-repeat center left;
	background-position: 0px 0px;
	color: #111;
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: 10px 0;
	text-decoration: none;
	cursor:pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-more-2:hover {
	background-position: 0px -16px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-more-2 a {
	color: #fff;
	font-style: italic;
}

.vf_pag{position:relative; margin: 10px 0 0 0; text-align: center;}
.vf_pag *{font-size:11px;font-family: Roboto, Arial, Verdana, Geneva, sans-serif;}
.vf_pag p{overflow-y:hidden}
.vf_pag a{padding:5px 10px;font-weight:bold;color:#676767;background:#ececec;margin:0 3px;display: inline-block;overflow:hidden;border-radius: 50px;}
.vf_pag a:hover,.vf_pag a.active{color:#fff;background:#80c342;}
.vf_pag span{color:#666;font-weight:bold;margin-right:5px;display: none;line-height:17px}
.vf_pag .next,.vf_pag .next:hover{background:url("../img/pag_next.png") no-repeat center;text-indent:-100px;width:16px;text-align:left}
.vf_pag .prev,.vf_pag .prev:hover{background:url("../img/pag_prev.png") no-repeat center;text-indent:-100px;width:16px;text-align:left}

.community-project-list [class*="col-"] {
	padding: 0;
}

.community-project-list a .icon {
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
}

.community-project-list a .icon img {
	width: 100%;
	height: auto;
}

.community-project-list a .icon .info {
	position: absolute;
	top:100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.community-project-list a .icon .info:after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #80c342;
	opacity: 0.9;
	z-index: -1;
}

.community-project-list a:hover .icon .info {
	top:0;
	opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.community-project-list a .icon .info .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0;
	width: 100%;
	padding: 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    opacity: 0;
}

.community-project-list a:hover .icon .info .content {
    opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.community-project-list a .icon .info .title h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.community-project-list a .icon .info .small-title {
	font-size: 15px;
}

.community-project-list a .icon .info .line {
	border: 1px solid #fff;
	width: 60%;
	margin: 15px auto;
}

.community-project-list a .icon .info .btn-more {
	margin: 15px 0 0 0;
}

.recruitment-list [class*="col-"] {
	padding: 0;
}

.recruitment-list a {
	position: relative;
	display: block;
	overflow: hidden;
}

.recruitment-list a .icon {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	overflow: hidden;
}

.recruitment-list a .icon img {
	width: auto;
	height: 100%;
}

.recruitment-list a .icon .info {
	position: absolute;
	top:70%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: left;
	color: #fff;
	opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.recruitment-list a .icon .info:after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #80c342;
	opacity: 0.9;
	z-index: -1;
}

.recruitment-list a:hover .icon .info {
	top:0;
	opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.recruitment-list a .icon .info .content {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	padding: 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    opacity: 1;
}

.recruitment-list a:hover .icon .info .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0;
	width: 100%;
	padding: 15px;
    opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.recruitment-list a .icon .info .title h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.recruitment-list a .icon .info .content .preview, .recruitment-list a .icon .info .content .bt-more {
    opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.recruitment-list a:hover .icon .info .content .preview, .recruitment-list a:hover .icon .info .content .bt-more {
    opacity: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.recruitment-list a .icon .info .small-title {
	font-size: 15px;
}

.recruitment-list a .icon .info .line {
	border: 1px solid #fff;
	width: 60%;
	margin: 15px 0;
}

.recruitment-list a .icon .info .btn-more {
	margin: 15px 0 0 0;
}

.field-require {
	color: #2861a1;
}

.contact-form {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: #fff;
    margin: 0;
    padding: 50px 0;
}

.contact-form .title {
	font-size: 20px;
	font-weight: bold;
	color: #58595b;
	margin: 0 0 10px 0;
}

.contact-form .content {
	font-size: 13px;
	color: #58595b;
	text-align: left;
	line-height: 20px;
}

.contact-form form .title {
	display: block !important;
	font-size: 13px;
	font-weight: bold;
	color: #58595b;
	margin: 10px 0 5px 0;
}

.contact-form form input[type="text"] {
	margin: 5px 0;
	border: 1px solid #80c342;
	width: 100%;
	background: #fff;
	color: #58595b;
	padding: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.contact-form form textarea {
	margin: 5px 0;
	border: 1px solid #80c342;
	width: 100%;
	height: 200px;
	background: #fff;
	color: #58595b;
	padding: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.contact-form form select {
	margin: 0;
	border: 1px solid #80c342;
	width: 100%;
	background: #fff;
	padding: 2px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.contact-form form select option {
	margin: 0;
	color: #58595b;
	padding: 5px;
}

.contact-form form input[type="submit"] {
	position: relative;
	width: 100%;
	border: none;
	background: #80c342;
	color: #fff;
	font-size: 11px;
	margin: 5px 0;
	padding: 10px 20px;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.contact-form form input[type="submit"]:hover {
	background: #00b9ff;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.contact-form .btn-form {
	position: relative;
	border: none;
	background: #80c342;
	color: #fff;
	font-size: 11px;
	padding: 10px 20px;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.contact-form .btn-form::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #00b9ff;
	visibility: hidden;
	z-index: -1;
	overflow: hidden;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.contact-form .btn-form:hover {
	background: #00b9ff;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.contact-form .btn-form:hover::before {
	content: '';
	background: #00b9ff;
	visibility: visible;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.contact-form .sectext {
	margin: 5px 0px;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #f00;
}

.contact-info {
	font-size: 15px;
	text-align: justify;
}

.contact-info .row {
	display: table;
	margin: 0px;
}

.contact-info .row .icon {
	display: table-cell;
	width: 50px;
	text-align: center;
}

.contact-info .row .icon i {
	font-size: 50px;
	color: #80c342;
}

.contact-info .row .title {
	display: table-cell;
	font-size: 15px;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	color: #191919;
	font-weight: normal;
	padding: 0 0 0 15px;
}

.contact-info .line {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

.contact-info .content iframe {
	width: 100%;
	height: auto;
}

.contact-info .content img {
	width: 100%;
	height: auto;
}

.news-detail {
	margin: 0;
}

.news-detail .title {
	font-size: 25px;
	font-weight: bold;
	color: #80c342;
	margin: 0;
}

.news-detail .title h1 {
	font-size: 25px;
	font-weight: bold;
	color: #80c342;
	margin: 0;
	line-height: 28px;
}

.news-detail .date {
	font-size: 13px;
	font-style: italic;
	color: #58595b;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.news-detail .document {
	font-size: 15px;
	color: #191919;
	text-align: center;
	line-height: 20px;
	margin: 50px 0;
}

.news-detail .preview {
	font-size: 15px;
	color: #58595b;
	text-align: justify;
	line-height: 20px;
	margin: 15px 0;
	font-style: italic;
}

.news-detail .content {
	font-size: 15px;
	color: #191919;
	text-align: justify;
	line-height: 20px;
}

.news-detail .content  h2 {
	font-size: 15px;
}

.news-detail .content  img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.news-detail .content ul, .news-detail .content ol {
	margin: initial;
	padding: 0 0 0 30px;
	list-style: initial;
}

.news-detail .content ul li {
	display: list-item;
	list-style: inherit;
}

.news-detail .download {
	text-align: center;
	margin: 30px 0;
}

.news-detail .download img {
	width: 150px;
	height: auto;
}

.plugin-like-share {
	margin: 10px 0;
	text-align: left;
}

.plugin-like-share [id*="___plusone"] {
	vertical-align: bottom !important;
	text-indent: 10px !important;
}

.plugin-like-share-top-post {
	margin: 0 10px 0 0;
	text-align: right;
	float: right;
}

.plugin-like-share-top-post [id*="___plusone"] {
	vertical-align: bottom !important;
	text-indent: 10px !important;
}

.news-detail .related-title {
	border-top: 1px solid #e0e0e0;
	color: #191919;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 0px 0;
	padding: 10px 0 0 0;
}

.news-detail .related-list {
	margin: 5px 0 20px 0;
	padding: 5px 0 0 0;
}

.news-detail .related-list ul {
	
}

.news-detail .related-list ul li {
	color: #191919;
	padding: 3px;
	display: list-item;
	list-style: disc inside;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-detail .related-list ul li a {
	color: #191919;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-detail .related-list ul li:hover a {
	color: #80c342;
	text-decoration: underline;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-detail.video .preview {
	font-size: 15px;
	color: #191919;
	text-align: left;
	line-height: 20px;
	margin: 30px 0;
	font-style: italic;
}

.news-detail.video .preview iframe {
	width: 100%;
	height: 300px;
}

.news-detail.video .content {
	font-size: 15px;
	color: #191919;
	text-align: justify;
	line-height: 20px;
	height: 300px;
	overflow-y: scroll;
	padding: 15px;
}

.news-same-cate {
	padding: 0 0 0 30px;
}

.news-same-cate .item {
	margin: 0 0 15px 0;
}

.news-same-cate .item a {
	color: #191919;
}

.news-same-cate .item a .title h3 {
	color: #80c342;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}

.news-same-cate .item a:hover .title h3 {
	text-decoration: underline;
}

.news-same-cate .item a .date {
	font-style: italic;
	color: #58595b;
	margin: 5px 0;
}

.news-same-cate .item a .preview {
	color: #191919;
}

.investment-detail .icon {
	position: relative;
	width: 100%;
	border: 2px solid #191919;
	padding: 20px;
	margin-top: -100px;
}

.investment-detail .icon img {
	width: 100%;
	height: auto;
}

.investment-detail .title h1 {
	font-size: 30px;
	color: #80c342;
	margin: 0;
}

.investment-detail .line {
	border-top: 1px dotted #80c342;
	margin: 15px 0;
}

.investment-detail .preview {
	color: #58595b;
}

.public-detail .icon {
	position: relative;
	width: 100%;
}

.public-detail .icon img {
	width: 100%;
	height: auto;
}

.public-detail .title h1 {
	font-size: 30px;
	color: #80c342;
	margin: 0;
}

.public-detail .line {
	border-top: 1px dotted #80c342;
	margin: 15px 0;
}

.public-detail .preview {
	color: #58595b;
}

.shareholder {
	position: relative;
	background-size: cover;
	z-index: 0;
}

.shareholder:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: -1;
}

.shareholder .top-info .top-preview {
    font-size: 1vw;
    color: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.shareholder .top-info .top-preview-white {
    font-size: 1vw;
    color: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.shareholder .btn-cat a {
	position: relative;
	display: inline-block;
	width: 13.5%;
	height: 180px;
	padding: 25px 15px;
	background: #80c342;
	color: #fff;
	text-align: center;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .btn-cat a.active, .shareholder .btn-cat a:hover {
	background: #d2232a;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .btn-cat a .block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.shareholder .btn-cat a .icon i {
	font-size: 35px;
	margin: 5px;
}

.shareholder .btn-cat a .title h2 {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .btn-cat a.active .title h2, .shareholder .btn-cat a:hover .title h2 {
	color: #fff;
	display: inline-block;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .cat-title h1 {
	font-size: 20px;
	line-height: 20px;
	color: #80c342;
	margin: 0;
	text-transform: uppercase;
}

.shareholder .cat-preview {
	color: #fff;
	margin: 10px 0;
}

.shareholder .news-list {
	padding: 15px;
}

.shareholder .news-list a {
	height: 40px;
	display: block;
}

.shareholder .news-list a li {
	color: #fff;
	margin: 0 8px 0 0;
}

.shareholder .news-list a h2 {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .news-list a:hover h2 {
	text-decoration: underline;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.shareholder .news-carousel .icon {
	border: 2px solid #fff;
	padding: 5px;
}

.shareholder .news-carousel .info {
	text-align: center;
	color: #fff;
}

.shareholder .news-carousel .info h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0;
}

.shareholder .news-carousel .owl-nav .owl-prev, .shareholder .news-carousel .owl-nav .owl-next {
    top: 18%;
}

.shareholder .news-carousel .owl-nav .owl-prev, .shareholder .news-carousel .owl-nav .owl-next {
    top: 18%;
}

.shareholder .news-carousel.owl-theme:hover .owl-nav .owl-prev {
	left: -3%;
}

.shareholder .news-carousel.owl-theme:hover .owl-nav .owl-next {
	right: -3%;
}

.shareholder .news-carousel .owl-dots {
    margin-top: 0;
    bottom: -15px;
}

.shareholder .cat-icon {
    text-align: center;
}

.shareholder .cat-icon img {
    width: 80%;
    height: auto;
}

.idx-map {
	font-size: 0;
}

.idx-map iframe {
	width: 100%;
	height: 400px;
}

.breadcrumbs {
	position: relative;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	padding: 30px 0;
	background: rgba(255,255,255,0.7);
	/*background: #eaeaea url("../img/breadcrumbs-bg.jpg") repeat center center;*/
	background: #f8f8f8;
	color: #80c342;
	background-size: 100%;
}

/*
.breadcrumbs::before {
	content: "";
	background: #111;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}
*/
.breadcrumbs-wrapper {
	width: 100%;
	text-align: left;
}

.breadcrumbs-container {
	position: relative;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.breadcrumbs-container h1, .breadcrumbs-container .active {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	display: inline;
}

.breadcrumbs-container a {
	color: #80c342;
	margin: 0 10px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.breadcrumbs-container a:hover {
	color: #80c342;
	text-decoration: underline;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.news-full {
	width: 100%;
}

.news-full img {
	width: 100%;
	height: auto;
}

































































































.idx-img img {
	width: 100%;
	height: auto;
}

.service {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: #80c342;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 50px 0 50px 0;
}

.service [class*="col-"] {
	margin: 30px 0;
}

.service .icon img {
	max-width: 100px;
	height: auto;
}

.service .title a h3 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: justify;
}

.service .title a:hover h3 {
	color: #00b9ff;
}

.service .title a {
	text-decoration: none;
}

.service .preview {
	text-align: justify;
}

.service-2 {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: #fff;
    font-size: 13px;
    margin: 0;
    padding: 50px 0;
}

.service-2 [class*="col-"] {
	margin: 30px 0;
}

.service-2 .icon {
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
}

.service-2 .icon img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.service-2 .icon:hover img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.service-2 .icon .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #58595b;
	background: rgba(255,255,255,0.8);
}

.service-2 .icon .title h3 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #58595b;
}

.service-2 .icon:hover .title h3 {
	color: #00b9ff;
}

.team {
	background: #eef6fa;
	padding: 40px 0;
	text-align: center;
}

.team .cat-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

.team a {
	text-decoration: none;
}

.team .slider {
	position:relative;
	margin: 0px;
	/*overflow: hidden;*/
	padding: 30px 0;
	margin: 0 50px;
}

.team .slider-title {
	position: relative;
	width: 100%;
	text-align: left;
	color: #00b9ff;
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    white-space: normal;
    margin: 15px 0 0 0;
}

.team .slider-preview {
	position: relative;
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 13px;
	font-weight: normal;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
}

.team .slider-content {
	position: relative;
	width: 100%;
	top: 15%;
	text-align: justify;
	color: #58595b;
	font-size: 13px;
	font-weight: normal;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    margin: 10px 0 0 0;
}

.team .owl-carousel .owl-item {
	padding: 0 5px;
}

.team .owl-carousel .owl-item img {
	height: auto;
	border: 1px solid #eee;
}

.team .owl-carousel .owl-nav .owl-prev {
	top: 45%;
}

.team .owl-carousel .owl-nav .owl-next {
	top: 45%;
}

.team .owl-theme:hover .owl-nav .owl-prev {
	left: -4% !important;
}

.team .owl-theme:hover .owl-nav .owl-next {
	right: -4% !important;
}

.team .owl-dots {
    bottom: -30px;
}

.team .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}

.service-3 {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: #fff;
    background: url("../img/data/service-3.jpg") no-repeat top left;
    background-size: cover;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.service-3 .container-fluid {
    margin: 0;
    padding: 0;
}

.service-3 .container-fluid .row {
    margin: 0;
    padding: 0;
}

.service-3 .bg-inside {
	background: rgba(22,139,184,0.7);
	padding: 80px 20px 50px 20px;
}

.service-3 .icon img {
	max-width: 100px;
	height: auto;
}

.service-3 .title a h3 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.service-3 .title a:hover h3 {
	color: #00b9ff;
}

.service-3 .title a {
	text-decoration: none;
}

.service-3 .preview {
	color: #fff;
	text-align: justify;
    padding: 0 0 30px 0;
}

.idx-news {
	background: #eef6fa;
	padding: 40px 0;
	text-align: center;
}

.idx-news .cat-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

.idx-news a {
	text-decoration: none;
}

.idx-news .slider {
	position:relative;
	margin: 0px;
	/*overflow: auto;*/
	padding: 30px 0;
	margin: 0 50px;
}


.idx-news .slider .item .icon {
	border: 1px solid #ddd;
}

.idx-news .slider .item .info {
	padding: 10px 0;
}

.idx-news .slider .item .info .date {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #168bb8;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.idx-news .slider .item:hover .info .date {
	background: #00b9ff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.idx-news .slider .item .info .date .day {
	font-size: 25px;
	border-bottom: 1px solid #fff;
}

.idx-news .slider .item .info .title {
	display: table-cell;
	font-size: 13px;
	height: 60px;
	color: #58595b;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.idx-news .slider .info .title h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}


.idx-news .owl-carousel .owl-item {
	padding: 0 15px;
}

.idx-news .owl-carousel .owl-item img {
	height: auto;
}

.idx-news .owl-carousel .owl-nav .owl-prev {
	top: 30%;
}

.idx-news .owl-carousel .owl-nav .owl-next {
	top: 30%;
}

.idx-news .owl-theme:hover .owl-nav .owl-prev {
	left: -4% !important;
}

.idx-news .owl-theme:hover .owl-nav .owl-next {
	right: -4% !important;
}

.idx-news .owl-dots {
    bottom: -30px;
}

.idx-news .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}

.testimonial {
	background: #fff;
	padding: 40px 0;
	text-align: center;
}

.testimonial .cat-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

.testimonial .icon img {
	max-width: 100px;
	height: auto;
	border-radius: 100px;
}

.testimonial .inside {
	padding: 15px 50px;
}

.testimonial .title a h3 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #58595b;
}

.testimonial .title a:hover h3 {
	color: #00b9ff;
}

.testimonial .title a {
	text-decoration: none;
}

.testimonial .preview {
	color: #58595b;
	text-align: justify;
	padding: 0 0 30px 0;
}

.footer-map iframe {
	width: 100%;
	height: 400px;
}

.body-content .content {
	margin: 15px 0px;
}

.body-content .content img {
	max-width: 100%;
	height: auto;
}

.body-content .content .story-img {
    padding-right: 0;
}

.body-content .content .story-img img {
    padding-bottom: 15px;
    width: 100%;
	height: auto;
}

.post-content {
	text-align: justify;
	margin: 0 0 50px 0;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-content ul li {
	margin: 5px 0;
	line-height: 25px;
}

.hospital {
	background: #eef6fa;
	padding: 70px 0;
	text-align: center;
}

.hospital .cat-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

.hospital a {
	text-decoration: none;
}

.certificate {
	background: #fff;
	padding: 70px 0;
	text-align: center;
}

.certificate .cat-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

.certificate a {
	text-decoration: none;
}

.certificate .icon {
	margin: 15px 0;
	cursor: pointer;
}

.certificate .icon img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.certificate .modal-body-content img {
	width: 100%;
	height: auto;
}

.certificate button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

.certificate .modal-body {
    position: relative;
    padding: 0;
}

.schedule {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: #fff;
    background: url("../img/data/schedule.jpg") no-repeat top left;
    background-size: cover;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.schedule .container-fluid {
    margin: 0;
    padding: 0;
}

.schedule .container-fluid .row {
    margin: 0;
    padding: 0;
}

.schedule .bg-inside {
	background: rgba(22,139,184,0.7);
	padding: 50px 20px;
}

.schedule .cat-title {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 0 10px 0;
}

.schedule form .title {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 5px 0;
}

.schedule form input[type="text"] {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	color: #191919;
	padding: 5px;
	border-radius: 5px;
}

.schedule form textarea {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	height: 150px;
	background: #fff;
	color: #191919;
	padding: 5px;
	border-radius: 5px;
}

.schedule form select {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	padding: 2px;
	border-radius: 5px;
}

.schedule form select option {
	margin: 0;
	color: #191919;
	padding: 5px;
}

.schedule form input[type="submit"] {
	position: relative;
	border: none;
	background: #00b9ff;
	color: #fff;
	font-size: 11px;
	padding: 10px 20px;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.schedule form input[type="submit"]:hover {
	background: #80c342;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.schedule .sectext {
	margin: 35px 0px 0px;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #fff;
}

.schedule-page {
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    background: url("../img/data/schedule2.jpg") no-repeat bottom right;
    background-size: auto 100%;
    padding: 30px;
}

.schedule-page .cat-title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
}

.schedule-page .desc {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
}

.client-list {
	margin: 30px 0;
}

.client-list a {
	text-decoration: none;
}

.client-list .item {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px 0;
}

.client-list .item .icon {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.client-list .item .icon img {
	width: 50%;
	height: auto;
	border-radius: 200px;
}

.client-list .item .info {
	position: relative;
	width: 100%;
	bottom: 10px;
	padding: 10px 30px;
	text-align: center;
}

.client-list .item .info .title {
	font-size: 15px;
	color: #111;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #111;
	display: inline-block;
}

.client-list .item .info .title h3 {
	margin: 20px 0 0 0;
	font-size: 15px;
	font-weight: bold;
}

.client-list .item .info .date {
	font-size: 13px;
	color: #999;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.client-list .item .info .preview {
	font-size: 15px;
	height: 60px;
	color: #999;
	text-align: justify;
	padding: 0;
}

.client-list .hot-post {
    font-size: 16px;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    padding: 0 15px 30px 15px;
}

.client-detail .title {
	font-size: 18px;
	font-weight: bold;
	color: #191919;
	text-transform: uppercase;
}

.client-detail .content {
	text-align: justify;
}

.client-detail .content img {
	width: 100%;
	height: auto;
}

.client-detail .slider {
	margin: 0 0 50px 0;
}

#to_top {
	position:fixed;
	bottom:20px;
	right:15px;
	z-index:9999;
	display:none;
	opacity: 0.8;
	color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
	overflow: hidden;
    background: url("../img/icon-to-top.png") no-repeat center top;
    background-position: 0px 0px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#to_top:hover {
    background-position: 0px -50px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.product-list {
	margin: 0;
}

.product-list a {
	text-decoration: none;
}

.product-list .cat-title {
	color: #191919;
	margin: 25px 0;
}

.product-list .cat-title a {
	color: #191919;
	background: #fff;
	padding: 0 15px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-list .cat-title span {
	background: #fff;
	padding: 0 15px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-list .cat-title-line {
	border: 1px solid #80c342;
	margin: -37px 0 40px 0;
}

.product-list .item {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.product-list .item .icon {
	position: relative;
	overflow: hidden;
}

.product-list .item .icon img {
	width: 100%;
	height: auto;
}

.product-list .item .icon::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: -webkit-linear-gradient(transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, black); /* Standard syntax */
    opacity: 0.7;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.product-list .item:hover .icon::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: -webkit-linear-gradient(transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, black); /* Standard syntax */
    opacity: 1;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.product-list .item .info {
	color: #181a18;
	padding: 10px 0;
}

.product-list .item .info .title h3 {
	color: #181a18;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}

.product-list .item .info .preview {
	color: #77787b;
	margin: 0;
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
}

.product-list .btn-view-more {
	color: #80c342;
	border: 1px solid #ddd;
	padding: 7px 15px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.product-list .btn-view-more:hover {
	background: #80c342;
	color: #fff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.product-detail {
	margin: 30px 0;
}

.product-detail .slider {
	margin: 0 0 30px 0;
}

.product-detail img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.product-detail .title h1 {
	margin: 0 0 0 0;
	color: #191919;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
}

.product-detail .code {
	color: #77787b;
	font-size: 15px;
	margin: 10px 0;
	/*white-space: pre;*/
}

.product-detail .code span {
	font-weight: bold;
}

.product-detail .price {
	color: #77787b;
	font-size: 15px;
	margin: 10px 0;
	/*white-space: pre;*/
}

.product-detail .price span {
	color: #d2232a;
	font-size: 22px;
	font-weight: bold;
}

.product-detail .price span.symbol {
	color: #80c342;
	font-size: 11px;
}

.product-detail .quantity {
	color: #77787b;
	font-size: 15px;
	margin: 10px 0;
	/*white-space: pre;*/
}

.product-detail .quantity span {
	font-weight: bold;
}

.product-detail .preview {
	color: #77787b;
	font-size: 15px;
	text-align: justify;
	margin: 10px 0;
	/*white-space: pre;*/
}

.btn-thanh-ly {
	position: relative;
	border: none;
	background: #80c342;
	color: #fff;
	font-size: 15px;
	padding: 10px 25px;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	display: inline-block;
}
.btn-thanh-ly::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #ed1c25;
	visibility: hidden;
	z-index: -1;
	overflow: hidden;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-thanh-ly:hover {
	background: #ed1c25;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-thanh-ly:hover::before {
	content: '';
	background: #ed1c25;
	visibility: visible;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.product-detail .sub-title {
	margin: 20px 0 10px 0;
	color: #191919;
	font-size: 18px;
	font-weight: bold;
}

.product-detail .content {
	color: #77787b;
	font-size: 15px;
	text-align: justify;
}

.product-detail .specification {
	margin: 0 0 30px 0;
}

.product-detail .specification table {
	position: relative;
	z-index: 2;
	width: 100%;
	border-left: 1px solid #e4e4e4;
	border-top: 0;
}

.product-detail .specification table {
	position: relative;
	z-index: 2;
	width: 100%;
	border-left: 1px solid #e4e4e4;
	border-top: 0;
}

.product-detail .specification table th {
	border: 1px solid #e4e4e4;
	font-size: 13px;
	padding: 7px;
	border-left: 0;
	position: static;
}

.product-detail .specification table td {
	border: 1px solid #e4e4e4;
	font-size: 13px;
	color: #77787b;
	padding: 7px;
	border-left: 0;
	position: static;
}

.product-detail .owl-carousel .owl-item {
	padding: 0 0px;
}

.product-detail .owl-carousel .owl-item img {
	height: auto;
}

.product-detail .owl-carousel .owl-nav .owl-prev {
	top: 45%;
}

.product-detail .owl-carousel .owl-nav .owl-next {
	top: 45%;
}

.product-detail .owl-theme .owl-nav .owl-prev {
	left: 1% !important;
	opacity: 0.5;
}

.product-detail .owl-theme .owl-nav .owl-next {
	right: 1% !important;
	opacity: 0.5;
}

.product-detail .owl-theme:hover .owl-nav .owl-prev {
	left: 1% !important;
}

.product-detail .owl-theme:hover .owl-nav .owl-next {
	right: 1% !important;
}

.product-detail .owl-dots {
    bottom: 0px;
}

.product-detail .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}

.plugin-like-share-product {
	margin: 10px 0;
	text-align: left;
}

.plugin-like-share-product #___plusone_0 {
	vertical-align: bottom !important;
	text-indent: 10px !important;
}

.search_box {
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}

.search_box form input[type="text"] {
	width: 80%;
	text-align: left;
	border: none;
	background: #fff;
	padding: 4px;
	color: #77787b;
}

.search_box .search_button {
	position: relative;
	width: 18px;
	height: auto;
	top: 4px;
	right: 5px;
	float: right;
}

.cat-list {
	margin: 30px 0;
}

.cat-list .cat-title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
}

.cat-list .preview iframe {
	width: 100%;
	height: auto;
}

.cat-list a {
	font-size: 18px;
	color: #191919;
	text-decoration: none;
}

.cat-list a .title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.cat-list a:hover .title {
	border-right: 2px solid #00b9ff
}

.cat-list a .title h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	color: #191919;
}

.cat-list a:hover .title h3 {
	color: #00b9ff;
}

.cat-list a.active .title {
	border-right: 2px solid #00b9ff
}

.cat-list a.active .title h3 {
	color: #00b9ff;
}

.cat-menu ul {
	padding: 0;
}

.cat-menu ul li {
	list-style: none;
	display: inline;
	float: left;
}

.cat-menu ul li a {
	display: inline-block;
	padding: 7px 25px;
	font-size: 15px;
	border-right: 1px solid #ddd;
	color: #77787b;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.cat-menu ul li a:hover, .cat-menu ul li.active a {
	color: #fff;
	background: #00b9ff;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.post-list {
	margin: 0 0 30px 0;
}

.post-list .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.post-list .icon::before {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: solid 2px #39464f;
	z-index: 5;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(.35);
	-moz-transform: scale(.35);
	-ms-transform: scale(.35);
	-o-transform: scale(.35);
	transform: scale(.35);
}

.post-list .icon:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.post-list .icon img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.post-list .icon:hover img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.post-list .icon img {
	width: 100%;
	height: auto;
}

.post-list .title h3{
	margin: 0 0 10px 0;
}

.post-list .title h3 a {
	font-size: 18px;
	color: #191919;
	text-decoration: none;
}

.post-list .title h3 a:hover {
	color: #00b9ff;
	text-decoration: none;
}

.post-list .date {
	color: #80c342;
	font-style: italic;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

.post-list .preview {
	color: #77787b;
	margin: 0 0 20px 0;
}

.body-content  .search-list .cat-title {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 15px;
}

.body-content .search-list .cat-item {
	margin: 20px 0 20px 15px;
}

.body-content .search-list .cat-item .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	max-height: 220px;
	border: 1px solid #eaeaea;
	float: left;
	margin: 0 15px 15px 0;
}

.body-content .search-list .cat-item .icon::before {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: solid 2px #39464f;
	z-index: 5;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(.35);
	-moz-transform: scale(.35);
	-ms-transform: scale(.35);
	-o-transform: scale(.35);
	transform: scale(.35);
}

.body-content .search-list .cat-item .icon:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item .icon img {
	width: 200px;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item .icon:hover img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.body-content .search-list .cat-item .title a h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.body-content .search-list .cat-item-2 {
	margin: 20px 0;
}

.body-content .search-list .cat-item-2 .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.body-content .search-list .cat-item-2 .icon::before {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: solid 2px #39464f;
	z-index: 5;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(.35);
	-moz-transform: scale(.35);
	-ms-transform: scale(.35);
	-o-transform: scale(.35);
	transform: scale(.35);
}

.body-content .search-list .cat-item-2 .icon:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item-2 .icon img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item-2 .icon:hover img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.body-content .search-list .cat-item-2 .title a h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}

.body-content .search-list .cat-item-3 {
	margin: 20px 0;
}

.body-content .search-list .cat-item-3 .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.body-content .search-list .cat-item-3 .icon::before {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: solid 2px #39464f;
	z-index: 5;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(.35);
	-moz-transform: scale(.35);
	-ms-transform: scale(.35);
	-o-transform: scale(.35);
	transform: scale(.35);
}

.body-content .search-list .cat-item-3 .icon:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item-3 .icon img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.body-content .search-list .cat-item-3 .icon:hover img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.body-content .search-list .cat-item-3 .title a h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}

.none-page {
	text-align: center;
	margin: 50px 0 70px;
}

.none-page .title {
	text-align: center;
	margin: 4px;
	font-weight: normal;
	font-size: 50px;
	color: #191919;
}

.none-page .content {
	text-align: center;
	margin: 10px 4px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #777;
}

.none-page .content a {
	color: #00b9ff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.none-page .search_form {
	text-align: center;
}

.none-page .search_form input[type="text"] {
	margin: 14px 0px 0px 0px;
	border: 1px solid #d1d1d1;
	width: 50%;
	background: #fff;
	color: #58595b;
	padding: 5px;
	border-radius: 5px;
}

.none-page .search_form input[type="submit"] {
    display: inline-block;
	border: 0px solid #2861a1;
	height: 33px;
	font-size: 11px !important;
	font-style: italic;
	color: #fff !important;
	background: #00b9ff;
	text-align: center;
	margin: 35px 0px 0px 2px;
	padding: 10px 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.none-page .search_form input[type="submit"]:hover {
	background: #2861a1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}











/* Responsive */
@media (max-width: 768px) {
	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 10px 5px;
	    font-size: 13px;
	}
	
	.idx-slider .owl-nav .owl-prev {
	    top: 40%;
	    left: -2%;
	    width: 50px;
	    height: 50px;
	    background-size: 60% !important;
	}
	
	.idx-slider .owl-nav .owl-next {
	    top: 40%;
	    right: -2%;
	    width: 50px;
	    height: 50px;
	    background-size: 60% !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-prev {
		left:2% !important;
		opacity:0.3 !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-next {
		right:2% !important;
		opacity:0.3 !important;
	}
	.idx-slider .owl-theme:hover .owl-nav .owl-prev:hover {
	    background-size: 60% !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-next:hover {
	    background-size: 60% !important;
	}
	
	.idx-slider .owl-dots {
	    bottom: 10px;
	}
	
	.team .slider {
		margin: 0 25px;
	}
	
	.team .owl-theme:hover .owl-nav .owl-prev {
		left: -5% !important;
	}
	
	.team .owl-theme:hover .owl-nav .owl-next {
		right: -5% !important;
	}
	
	.idx-news .slider {
		margin: 0 25px;
	}
	
	.idx-news .owl-theme:hover .owl-nav .owl-prev {
		left: -5% !important;
	}
	
	.idx-news .owl-theme:hover .owl-nav .owl-next {
		right: -5% !important;
	}
	
}

@media (max-width: 568px) {
	
	.header-info .title {
		font-size: 11px;
	}
	
	.header-info .working-hour {
		font-size: 11px;
		text-align: left;
	}
	
	.header-info .hot-line{
		font-size: 11px;
		text-align: left;
	}
	
	.idx-slider .owl-nav .owl-prev {
	    top: 40%;
	    left: -2%;
	    width: 40px;
	    height: 40px;
	    background-size: 50% !important;
	}
	
	.idx-slider .owl-nav .owl-next {
	    top: 40%;
	    right: -2%;
	    width: 40px;
	    height: 40px;
	    background-size: 50% !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-prev {
		left:2% !important;
		opacity:0.3 !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-next {
		right:2% !important;
		opacity:0.3 !important;
	}
	.idx-slider .owl-theme:hover .owl-nav .owl-prev:hover {
	    background-size: 50% !important;
	}
	
	.idx-slider .owl-theme:hover .owl-nav .owl-next:hover {
	    background-size: 50% !important;
	}
	
	.idx-slider .owl-dots {
	    bottom: 5px;
	}
	
	.idx-slider .owl-theme .owl-dots .owl-dot span {
	    width: 6px;
	    height: 6px;
	    margin: 5px 5px;
	}
	
	.team .slider {
		margin: 0 15px;
	}
	
	.team .owl-theme:hover .owl-nav .owl-prev {
		left: -8% !important;
	}
	
	.team .owl-theme:hover .owl-nav .owl-next {
		right: -8% !important;
	}
	
	.idx-news .slider {
		margin: 0 20px;
	}
	
	.idx-news .owl-theme:hover .owl-nav .owl-prev {
		left: -10% !important;
	}
	
	.idx-news .owl-theme:hover .owl-nav .owl-next {
		right: -10% !important;
	}
	
}




