/*
	Màu xanh lá: #fcc000
	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: 16px;
	/*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: #fcc000;
	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: #d2232a;
	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-ffc000 {
	color: #ffc000 !important;
}
.cl-191919 {
	color: #191919 !important;
}
.cl-ffffff {
	color: #ffffff !important;
}
/********************************
 * Tùy chỉnh
 *******************************/
.body-wrapper {
	color: #111;
	background: #fff;
}

.header-top {
    padding: 0px 0;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    margin: 25px 0;
	background: #fff;
}

.header-top h1 {
    margin: 0;
    padding: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
}

.navbar-brand {
	padding: 5px;
}

.navbar-brand img {
	width: auto;
	height: 100%;
}

.navbar-default .navbar-nav {
    margin: 2px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
    color: #58595b;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #ffc000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ffc000;
}

.dropdown-menu > li > a {
    font-size: 15px;
    margin: 10px 0;
}

.dropdown-menu > li > a > h2 {
    font-size: 15px;
    margin: 10px 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ffc000;
}
/********************************
* 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;}

.slider {
	position:relative;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider-info {
	position: absolute;
	width: 33%;
	height: 33%;
	z-index: 10;
	display: table;
	/*background: rgba(0,0,0,0.2);*/
}

.slider-title {
	display: none;
	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 {
	display: none;
	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 {
	display: none;
	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;
}

.slider .title-block {
  position: absolute;
  background: #fff;
  color: #222;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 290px;
  height: 290px;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  text-align: center;
  border-radius: 50%;
}
.slider .title-block span:nth-child(1) {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #909090;
  left: 50%;
  font-weight: 400;
  transform: translateX(-50%);
}
.slider .title-block span:nth-child(2) {
  color: #222;
  font-size: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 42%;
  width: 100%;
}
.slider .title-block span:nth-child(3) {
  display: block;
  line-height: 1.8;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 14px;
  color: #909090;
  position: absolute;
  left: 44%;
  top: 56%;
  transform: translateX(-39%);
}

.slider .owl-carousel .owl-nav {
  opacity: 1;
  display: block;
}
.slider .owl-carousel .owl-nav .owl-prev {
  left: 2rem;
  position: absolute;
  top: 45%;
}
.slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 2rem;
  top: 45%;
}
.slider .owl-carousel .owl-nav i {
  line-height: 38px;
}

.idx-img img {
	width: 100%;
	height: auto;
}

.about-us {
	padding: 70px 0;
}

.about-us .title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	padding: 40px 30px 0;
}

.about-us .preview {
	padding: 10px 30px;
	text-align: justify;
	line-height: 27px;
}

.about-us [class*="row"] {
	overflow: hidden;
}

.about-us [class*="col-"] {
	overflow: hidden;
}

.about-us .icon {
	position: relative;
	width: auto;
	height: 100%;
	overflow: hidden;
}

.about-us .icon img{
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
}

.about-us .news-list {
	margin: 40px;
}

.about-us .news-list .item {
	margin: 10px auto;
	white-space: nowrap;
}

.about-us .news-list .item i {
	font-size: 18px;
	color: #ffc000;
	margin: 0 10px 0 0;
}

.about-us .news-list .item a {
	color: #111;
	display: inline-block;
}

.about-us .news-list .item a:hover {
	color: #d2232a;
	text-decoration: underline;
}

.about-us .news-list .item a h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.idx-product {
	background: #f8f8f8;
	padding: 70px 0;
	text-align: center;
}

.idx-product .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
}

.idx-product .cat-item {
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}

.idx-product .cat-item .item {
	display: inline-block;
	width: auto;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
	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;
}

.idx-product .cat-item .item:hover {
	color: #d2232a;
	border-bottom: 2px solid #d2232a;
	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;
}

.idx-product .cat-item .item:hover a {
	color: #d2232a;
	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;
}

.idx-product .cat-item .item a h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.idx-product .cat-item .item a {
	text-decoration: none;
}

.idx-product [class*="row"] {
	overflow: hidden;
}

.idx-product .product [class*="col-"] {
	overflow: hidden;
	margin-bottom: 30px;
}

.idx-product .product .icon {
    position: relative;
    width: 100%;
    height: 100%;
	background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.idx-product .product .icon .icon-fix-size, .idx-product .product .icon .icon-fix-size img {
	position: relative;
	width: 100%;
	height: auto;
}

.idx-product .product .icon img {
	position: absolute;
	width: 100%;
	height: auto;
	color: #191919;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.idx-product .product a .icon .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 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;
}

.idx-product .product a:hover .icon .overlay {
	opacity: 0.5;
	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;
}

.idx-product .product a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	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;
    z-index: 0;
}

.idx-product .product a:hover {
	background: #ffc000;
	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;
}

.idx-product .product a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffc000;
	opacity: 0;
	z-index: 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;
}

.idx-product .product a:hover:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffc000;
	opacity: 0.8;
	z-index: 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;
}

.idx-product .product a .info {
	text-align: center;
	position: absolute;
	width: 100%;
	color: #191919;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 0 30px;
	z-index: 2;
	opacity: 0;
}

.idx-product .product a:hover .info {
	color: #fff;
	opacity: 1;
}

.idx-product .product .info .title {
	font-size: 18px;
	font-weight: bold;
}

.idx-product .product .info .cat {
    font-size: 13px;
    margin: 10px 0;
    text-transform: uppercase;
}

.idx-product .product .info i {
	font-size: 35px;
	color: #fff;
}

.idx-product .title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	padding: 0px 30px 0;
	text-align: left;
}

.idx-product .title a {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.idx-product .preview {
	padding: 10px 30px;
	text-align: justify;
	line-height: 27px;
}

.idx-product [class*="row"] {
	overflow: hidden;
	padding: 30px 0;
}

.idx-product [class*="col-"] {
	overflow: hidden;
}

.idx-product .icon {
	position: relative;
	width: auto;
	height: 100%;
	border: 1px solid #eee;
	overflow: hidden;
}

.idx-product .icon img{
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
}

.idx-product-new {
	background: #fff;
	padding: 70px 0;
	text-align: center;
}

.idx-product-new .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
}

.idx-product-new .cat-item {
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}

.idx-product-new .cat-item .item {
	display: inline-block;
	width: auto;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
	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;
}

.idx-product-new .cat-item .item:hover {
	color: #d01d34;
	border-bottom: 2px solid #d01d34;
	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;
}

.idx-product-new .cat-item .item:hover a {
	color: #d01d34;
	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;
}

.idx-product-new .cat-item .item a h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.idx-product-new .cat-item .item a {
	text-decoration: none;
}

.idx-product-new .product [class*="col-"] {
	padding: 0;
}

.idx-product-new .product .icon img {
	width: 100%;
	height: auto;
}

.idx-product-new .product a {
}

.idx-product-new .product .info {
	text-align: center;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(2,85,144,0.5);
	opacity: 0;
	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;
}

.idx-product-new .product .info:hover {
	background: rgba(2,85,144,0.5);
	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;
}

.idx-product-new .product .info .title {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px 0;
}

.idx-product-new .product .info .cat {
	font-size: 16px;
	margin: 10px 0;
}

.idx-product-new .product .info .detail .icon {
    width: 35px;
    height: 35px;
    margin: 20px 0;
}

.idx-product-new .product .info .detail .icon path {
    fill: #fff;
	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;
}

.idx-talent {
	background: #f8f8f8;
	padding: 70px 0;
	text-align: center;
}

.idx-talent .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px 0;
}

.idx-talent .item[class*="col-"] {
	padding: 0;
}

.idx-talent .item a {
	display: table;
	width: 100%;
	height: 100%;
	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;
}

.idx-talent .item a:hover {
	background: #ffc000;
	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;
}

.idx-talent .item a .info {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding: 0px 30px;
}

.idx-talent .item a .info .icon {
	margin: 10px 0;
}

.idx-talent .item a .info .title-1 {
	font-size: 13px;
	color: #77787b;
	text-align: center;
	text-transform: uppercase;
	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;
}

.idx-talent .item a:hover .info .title-1 {
	color: #fff;
	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;
}

.idx-talent .item a .info .title-2 span {
	font-size: 20px;
	color: #181a18;
	text-align: center;
	text-transform: uppercase;
	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;
}

.idx-talent .item a:hover .info .title-2 span {
	color: #fff;
	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;
}

.idx-talent .item a .info .title-3 {
	font-size: 18px;
	color: #ffc000;
	text-align: center;
	text-transform: uppercase;
	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;
}

.idx-talent .item a:hover .info .title-3 {
	color: #fff;
	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;
}

.idx-talent .item a .info .title-3 .icon {
    width: 25px;
    height: 25px;
    vertical-align:middle
}

.idx-talent .item a .info .title-3 .icon path {
    fill: #181a18;
	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;
}

.idx-talent .item a:hover .info .title-3 .icon path {
    fill: #fff;
	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;
}

.idx-talent .item a .info .preview {
	font-size: 15px;
	color: #77787b;
	text-align: justify;
	margin: 10px 0;
	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;
}

.idx-talent .item a:hover .info .preview {
	color: #fff;
	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;
}

.idx-public {
	background: #f8f8f8;
	padding: 70px 0;
}

.idx-public [class*="col-"] {
	padding: 0;
}

.idx-public .icon img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.idx-public .cat-title {
	font-size: 30px;
	color: #181a18;
	text-align: left;
	margin: 30px 10px 10px 70px;
}

.idx-public .title {
	font-size: 22px;
	color: #025590;
	text-align: left;
	margin: 10px 10px 10px 70px;
}

.idx-public .preview {
	font-size: 15px;
	color: #77787b;
	text-align: left;
	margin: 10px 10px 10px 70px;
}

.idx-public .btn-more {
	margin: 10px 10px 10px 70px;
	display: inline-block !important;
}

.idx-knowledge {
	background: #fff;
	padding: 70px 0;
	text-align: center;
}

.idx-knowledge .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px 0;
}

.idx-knowledge .item[class*="col-"] {
}

.idx-knowledge .item a {
	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;
}

.idx-knowledge .item a .info {
	text-align: center;
	vertical-align: middle;
	padding: 0px 30px;
}

.idx-knowledge .item a .info .title {
	font-size: 17px;
	color: #181a18;
	text-align: center;
	margin: 35px 0 0 0;
	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;
}

.idx-knowledge .item a .info .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #181a18;
    display: inline-block;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.idx-knowledge .item a:hover .info .icon {
    border: 1px solid #d2232a;
    text-align: center;
}

.idx-knowledge .item a .info .svg {
    width: 40px;
    height: 40px;
    display: inline-block;
	vertical-align: middle;
	height: 100%;
	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;
}

.idx-knowledge .item:hover a .info .svg {
    width: 55px;
	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;
}

.idx-knowledge .item a .info .svg path {
    fill: #181a18;
	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;
}

.idx-knowledge .item a:hover .info .svg path {
    fill: #d2232a;
	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;
}

.idx-knowledge .item a .info .preview {
	font-size: 15px;
	color: #77787b;
	text-align: center;
	margin: 10px 0;
	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;
}

.idx-team {
	background: #f8f8f8;
	padding: 70px 0;
	text-align: center;
	display: none;
}

.idx-team .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}

.idx-team a {
	text-decoration: none;
}

.idx-team .slider {
	position:relative;
	margin: 0px;
	overflow: hidden;
	padding: 50px 0;
}

.idx-team .slider-info {
	position: absolute;
	width: 33%;
	height: 33%;
	z-index: 10;
	display: table;
	/*background: rgba(0,0,0,0.2);*/
}

.idx-team .slider-title {
	position: relative;
	width: 100%;
	top: 5%;
	text-align: center;
	color: #18a18;
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    white-space: nowrap;
    padding: 10px 15px;
}

.idx-team .slider-preview {
	position: relative;
	width: 100%;
	text-align: center;
	color: #77787b;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    padding: 5px 15px;
}

.idx-team .slider-content {
	position: relative;
	width: 100%;
	text-align: justify;
	color: #77787b;
	font-size: 15px;
	font-weight: normal;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    padding: 0 15px;
}

.idx-team .owl-carousel .owl-item {
	padding: 0 15px;
}

.idx-team .owl-carousel .owl-item img {
	height: auto;
}

.idx-team .owl-carousel .owl-nav .owl-prev {
	top: 32%;
}

.idx-team .owl-carousel .owl-nav .owl-next {
	top: 32%;
}

.idx-team .owl-theme:hover .owl-nav .owl-prev {
	left: 2% !important;
}

.idx-team .owl-theme:hover .owl-nav .owl-prev {
	right: 2% !important;
}

.idx-team .owl-dots {
    top: 0px;
    bottom: auto;
}

.idx-recruit {
	background: #f8f8f8;
	padding: 70px 0;
	text-align: center;
}

.idx-recruit .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}

.idx-recruit .preview {
	text-align: center;
	color: #77787b;
	font-size: 15px;
	font-weight: normal;
}

.idx-recruit .icon {
	padding: 50px 0;
}

.idx-recruit .icon img {
	width: 100%;
	height: auto;
}

.idx-recruit .btn-cat {
	display: inline-block;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0 20px;
	background: #025590;
}

.idx-recruit .btn-cat a {
	display: table-cell;
	padding: 20px;
	width: 150px;
	height: 150px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	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;
}

.idx-recruit .btn-cat:hover {
	background: #d2232a;
	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;
}

.idx-news {
	background: #fff;
	padding: 70px 0;
	text-align: center;
}

.idx-news .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}

.idx-news a {
	text-decoration: none;
}

.idx-news .slider {
	position:relative;
	margin: 0px;
	overflow: hidden;
	padding: 50px 0;
}

.idx-news .slider-info {
	position: absolute;
	width: 33%;
	height: 33%;
	z-index: 10;
	display: table;
	/*background: rgba(0,0,0,0.2);*/
}

.idx-news .slider-title {
	position: relative;
	display: block;
	width: 100%;
	top: 5%;
	text-align: left;
	color: #fcc000;
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    white-space: nowrap;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #77787b;
	margin: 0 0 10px 0;
}

.idx-news .slider-category {
    color: #77787b;
    float: left;
    white-space: nowrap;
}

.idx-news .slider-category .icon, .idx-news .slider-category img {
    width: 16px !important;
    height: 16px !important;
    vertical-align:middle
}

.idx-news .slider-category .icon path {
    fill: #77787b;
	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;
}

.idx-news .slider-date {
    color: #025590;
	float: right;
	font-style: italic;
}

.idx-news .slider-preview {
	position: relative;
	display: block;
	width: 100%;
	top: 15%;
	text-align: justify;
	color: #77787b;
	font-size: 15px;
	font-weight: normal;
	opacity: 1;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    margin: 10px 0 0 0;
}

.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: 19%;
}

.idx-news .owl-carousel .owl-nav .owl-next {
	top: 19%;
}

.idx-news .owl-theme:hover .owl-nav .owl-prev {
	left: 2% !important;
}

.idx-news .owl-theme:hover .owl-nav .owl-prev {
	right: 2% !important;
}

.idx-news .owl-dots {
    top: 0px;
    bottom: auto;
}

.idx-logo {
	background: #181a18;
	padding: 70px 0;
	text-align: center;
}

.idx-logo .slider {
	position:relative;
	margin: 0px;
	overflow: hidden;
	padding: 0 0;
}

.idx-logo .owl-carousel .owl-item {
/*	padding: 0 15px;
*/}

.idx-logo .owl-carousel .owl-item img {
	width: auto;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.idx-logo .owl-nav .owl-prev, .idx-logo .owl-nav .owl-next {
    top: 30%;
}

.idx-logo .owl-theme:hover .owl-nav .owl-prev {
    left: 0%;
}

.idx-logo .owl-theme:hover .owl-nav .owl-next {
    right: 0%;
}

.idx-logo .owl-dots {
    display: none !important;
}

.idx-contact {
	background: #f8f8f8;
	padding: 70px 0;
	text-align: left;
}

.idx-contact .cat-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}

.idx-contact .title {
	font-size: 20px;
	font-weight: bold;
	color: #181a18;
	margin: 0 0 10px 0;
}

.idx-contact .content {
	font-size: 13px;
	color: #181a18;
	text-align: left;
	line-height: 20px;
}

.idx-contact .content img {
	width: 100%;
	height: auto;
}

.idx-contact form .title {
	font-size: 13px;
	font-weight: bold;
	color: #181a18;
	margin: 10px 0 5px 0;
}

.idx-contact form input[type="text"] {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	color: #181a18;
	padding: 5px;
	border-radius: 5px;
}

.idx-contact form textarea {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	height: 250px;
	background: #fff;
	color: #181a18;
	padding: 5px;
	border-radius: 5px;
}

.idx-contact form select {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
	padding: 2px;
	border-radius: 5px;
}

.idx-contact form select option {
	margin: 0;
	color: #181a18;
	padding: 5px;
}

.idx-contact form input[type="submit"] {
	position: relative;
	border: none;
	background: #fcc000;
	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;
}

.idx-contact form input[type="submit"]:hover {
	background: #d2232a;
	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;
}

.idx-contact .sectext {
	margin: 35px 0px 0px;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #025590;
}

.idx-contact iframe {
	width: 100%;
}

.idx-map iframe {
	width: 100%;
	height: 400px;
}

.footer {
	background: #025590;
	margin: 0;
	padding: 50px 0;
	color: #fff;
}

.footer .copyright {
    color: #888;
    font-size: 11px;
}

.footer .copyright a {
    color: #fff;
	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;
}

.footer .copyright a:hover {
    color: #fff;
    text-decoration: underline;
	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;
}

.footer .cat-title-line {
	width: 70px;
	height: 1px;
	background: #ed1c25;
	margin: 20px 10px 0 0;
	float: left;
}

.footer .cat-title {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 10px 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.footer .content {
	text-align: left;
	background: #f3f3f3;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px;
	float: left;
	width: 50%;
}

.footer .content input[type=text] {
	border: none;
	color: #333;
	background: #f3f3f3;
	width: 50%;
	padding: 5px;
	margin: 0;
	outline: none;
}

.footer .content input[type=submit] {
	border: none;
	color: #aaa;
	background: #f3f3f3 url("../img/arrow-btn-01.png") no-repeat left center;
    background-position: 0px 0px;
	padding: 5px;
	margin: 0 5px;
	width: 60px;
	float: right;
}

.footer .content input[type=submit]:hover {
	background: #f3f3f3 url("../img/arrow-btn-01.png") no-repeat left center;
    background-position: 0px -32px;
}

.footer .social {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 30px 0 0 0;
}

.footer .social .title {
    margin: 10px;
}

.footer .social .item {
    display: inline-block;
	margin: 0 10px 0 0;
	width: 32px;
	height: 32px;
}

.footer .social .item a {
    background-image: url("../img/icon_social_32_white.png");
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 0px;
    opacity: 0.7;
}

.footer .social .item a:hover {
    opacity: 1;
}

.footer .social .facebook a {
    background-position: 0px 32px;
}

.footer .social .google a {
    background-position: -32px 32px;
}

.footer .social .youtube a {
    background-position: -64px 32px;
}

.footer .social .twitter a {
    background-position: -96px 32px;
}

.footer .social .linkedin a {
    background-position: -128px 32px;
}

.footer .social .pinterest a {
    background-position: -224px 32px;
}

.footer iframe {
    width: 100%;
}

.cat-top-info {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.cat-top-info .cat-top-img {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.cat-top-info .cat-top-img img {
	position: absolute;
	width: 100%;
	height: auto;
	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%);
}

.cat-top-info .cat-top-img::after {
	content: "";
	background: #111;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}

.cat-top-info .cat-top-desc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
}

.cat-top-info .cat-top-desc-block {
	display: block;
	position: absolute;
	color: #fff;
	text-align: center;
	top: 45%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}

.cat-top-info .cat-top-title h1 {
	font-size: 3vw;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-top-info .cat-top-content {
	font-size: 1vw;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs {
	position: relative;
	border-top: 1px solid #e2e2e2;
	padding: 30px 0;
	min-height: 50px;
	background: #f8f8f8;
	/*background: #eaeaea url("../img/breadcrumbs-bg.jpg") repeat center center;*/
	color: #77787b;
	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: #77787b;
	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: #d2232a;
	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;
}

.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: #181a18;
	text-decoration: none;
}

.cat-list a .title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.cat-list a:hover .title {
	border-right: 2px solid #d2232a
}

.cat-list a .title h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	color: #181a18;
}

.cat-list a:hover .title h3 {
	color: #d2232a;
}

.cat-list a.active .title {
	border-right: 2px solid #d2232a
}

.cat-list a.active .title h3 {
	color: #d2232a;
}

.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: #181a18;
	text-decoration: none;
}

.post-list .title h3 a:hover {
	color: #d2232a;
	text-decoration: none;
}

.post-list .date {
	color: #025590;
	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;
}

.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;
}

.news-detail {
	margin: 0 0 50px 0;
}

.news-detail .icon {
	position: relative;
	margin: 0 0 20px 0;
}

.news-detail .icon::before {
	content: "";
	background: #111;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}

.news-detail .icon img {
	width: 100%;
}

.news-detail .icon .info {
	position: absolute;
	bottom: 30px;
	padding: 0 20px;
}

.news-detail .icon .info .title {
	font-size: 3vw;
	font-weight: bold;
	color: #181a18;
}

.news-detail .icon .info .title h1 {
	font-size: 3vw;
	font-weight: bold;
	color: #181a18;
}

.news-detail .title {
	font-size: 25px;
	font-weight: bold;
	color: #181a18;
	margin: 0;
}

.news-detail .title h1 {
	font-size: 25px;
	font-weight: bold;
	color: #181a18;
	margin: 0;
}

.news-detail .date {
	font-size: 13px;
	font-style: italic;
	color: #025590;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.news-detail .document {
	font-size: 15px;
	color: #181a18;
	text-align: center;
	line-height: 20px;
	margin: 50px 0;
}

.news-detail .preview {
	font-size: 15px;
	color: #181a18;
	text-align: justify;
	line-height: 20px;
	margin: 30px 0;
	font-style: italic;
}

.news-detail .content, .news-detail .content p {
	font-size: 16px;
	color: #181a18;
	text-align: justify;
	line-height: 20px;
}

.news-detail .content h2 {
	font-size: 20px;
	color: #fcc000;
}

.news-detail .content h3 {
	font-size: 18px;
	color: #fcc000;
}

.news-detail .content  img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.news-detail .content ul {
	margin: initial;
	padding: 0 0 0 30px;
	list-style: disc;
	margin: 10px 0;
}

.news-detail .content ul li {
	display: list-item;
	list-style: inherit;
	margin: 5px 0;
}

.plugin-like-share {
	margin: 10px 0;
	text-align: right;
}

.plugin-like-share [id*="___plusone"] {
	vertical-align: bottom !important;
	text-indent: 10px !important;
}

.plugin-like-share-top-post {
	margin: 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: #181a18;
	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: #181a18;
	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:hover a {
	color: #ed1c25;
	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: #181a18;
	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: #181a18;
	text-align: justify;
	line-height: 20px;
	height: 300px;
	overflow-y: scroll;
	padding: 15px;
}

.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: #d2232a;
	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-talent .cat-content {
	padding: 30px 0;
}

.cat-talent .cat-content span {
	color: #025590;
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
}

.cat-talent .slider {
	margin: 0 0 50px 0;
}

.public-list {
	margin: 30px 0;
}

.public-list .item {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.public-list .item .icon {
	position: relative;
	overflow: hidden;
}

.public-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;
}

.public-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;
}

.public-list .item .info {
	position: absolute;
	width: 100%;
	bottom: 10px;
	padding: 10px 20px;
}

.public-list .item .info .date {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #d2232a;
	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;
}

.public-list .item:hover .info .date {
	background: #77787b;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.public-list .item .info .date .day {
	font-size: 25px;
	border-bottom: 1px solid #fff;
}

.public-list .item .info .title {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.public-list .item .info .title h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.public-list .separator {
	border-bottom: 1px solid #ddd;
}

.public-list .hot-post {
	font-size: 16px;
	font-weight: bold;
	color: #181a18;
	text-transform: uppercase;
	padding: 0 15px 30px 15px;
}

.puclic-detail .title {
	font-size: 18px;
	font-weight: bold;
	color: #181a18;
	text-transform: uppercase;
}

.puclic-detail .content {
	text-align: justify;
}

.puclic-detail .content img {
	width: 100%;
	height: auto;
}

.puclic-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;
}

.footer-contact {
	background: #f8f8f8;
	padding: 50px 0;
}

.footer-contact img {
	margin: 0 10px 0 0 !important;
	width: 40px !important;
	height: auto;
}

.footer-contact .icon {
	color: #191919;
	border: 1px solid #191919;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	margin: 0 15px 0 0;
}

.footer-contact .icon i {
	font-size: 30px;
	line-height: inherit;
}

.footer-contact a {
	color: #191919;
}

.footer-contact a:hover {
	color: #d2232a;
}

.product-list {
	margin: 30px 0;
}

.product-list a {
	text-decoration: none;
}

.product-list .cat-title {
	color: #181a18;
	margin: 25px 0;
}

.product-list .cat-title a {
	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 #d2232a;
	margin: -37px 0 40px 0;
}

.product-list .cat-content {
	padding: 30px 0;
}

.product-list .cat-content h2 {
	font-size: 20px;
	color: #fcc000;
}

.product-list .cat-content h3 {
	font-size: 18px;
	color: #fcc000;
}

.product-list .cat-content ul {
	margin: initial;
	padding: 0 0 0 30px;
	list-style: disc;
	margin: 10px 0;
}

.product-list .cat-content ul li {
	display: list-item;
	list-style: inherit;
	margin: 5px 0;
}

.product-list .cat-content img {
	max-width: 100%;
	height: auto;
}

.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 {
	1content: "";
	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:hover .btn-view-more {
	background: #025590;
	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-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: left;
}

.product-list .item .info .price {
	color: #ff0000;
	margin: 0;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}

.product-list .item .info .price sup {
	color: #77787b;
	margin: 0;
	font-size: 10px;
	vertical-align: super;
}

.product-list .btn-view-more {
	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: #025590;
	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 img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.product-detail .title h1 {
	margin: 0 0 0 0;
	color: #181a18;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
}

.product-detail .preview {
	color: #77787b;
	font-size: 15px;
	text-align: justify;
	margin: 10px 0;
}

.product-detail .price {
	color: #ff0000;
	margin: 0;
	font-size: 25px;
	line-height: 40px;
	text-align: left;
}

.product-detail .price sup {
	color: #77787b;
	margin: 0;
	font-size: 10px;
	vertical-align: super;
}

.product-detail .category, .product-detail .code {
	color: #77787b;
	font-size: 13px;
}

.product-detail .contact {
	margin: 10px 0 0 0;
}

.product-detail .contact a {
	color: #fff;
}

.product-detail .contact .call {
	color: #fff;
	background: #ff0000;
	border: 0;
}

.product-detail .contact .call:hover {
	background: #f00000;
}

.product-detail .contact .facebook {
	color: #fff;
	background: #1877f2;
	border: 0;
}

.product-detail .contact .facebook:hover {
	background: #1069dd;
}

.product-detail .sub-title {
	margin: 20px 0 10px 0;
	color: #181a18;
	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;
}

.plugin-like-share-product {
	margin: 10px 0;
	text-align: left;
}

.plugin-like-share-product #___plusone_0 {
	vertical-align: bottom !important;
	text-indent: 10px !important;
}

.language {
	margin: 10px 0 0 0;
}

.lang{margin:0 2px;display:inline-block;width:16px;height:16px;background:url(../img/lang.png) no-repeat 0 center;position:relative;cursor:pointer;vertical-align:middle}
.lang.ivn{background-position:0 center}
.lang.ien{background-position:-16px center}
.lang.ifr{background-position:-32px center}
.lang.icn{background-position:-48px center}
.lang.ijp{background-position:-64px center}
.lang.ikr{background-position:-80px center}
.lang.ith{background-position:-96px center}
.lang.iit{background-position:-112px center}
.lang.ide{background-position:-128px center}

.hotline {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffc000;
	margin: 12px 0 0 60px;
}

.hotline a {
	font-size: 18px;
	font-weight: bold;
	color: #ffc000;
}

.dmca {
	clear: both;
	padding: 15px 0 0 0;
}

.body-content {
	padding: 30px 0 0 0;
}

.body-content .focus-img img {
	width: 100%;
	height: auto;
}

.body-content .content {
	margin: 15px 0px;
}

.body-content .content .story-img {
    padding-right: 0;
}

.body-content .content .story-img img {
    padding-bottom: 15px;
    width: 100%;
	height: auto;
}

.about-brief-wrapper {
    background-image: url('../img/data/about-us-brief.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
}
.about-brief-wrapper .contents{
    background: rgba(0,0,0,0.6);
    padding: 100px 80px;
}
.about-brief-wrapper .contents h2{
    line-height: 50px;
    color: #F3F0F0;
}
.about-brief-wrapper .contents p{
    font-size       : 16px;
    font-weight     : 400;
    color           : #e2e2e2;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 28px;
}

.section-padding {
    padding: 100px 0;
}

.our-team-section {
    text-align: center;
}

.our-team-section h2 {
    color: #fff;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: center;
}

.body-content .contact-us {
	padding: 50px;
}

.body-content .contact-us .title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}

.body-content .contact-us .content {
	font-size: 13px;
	color: #ccc;
	text-align: left;
	line-height: 20px;
}

.body-content .contact-us .content img {
	width: 100%;
	height: auto;
}

.body-content .contact-us form .title {
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	margin: 10px 0 5px 0;
}

.body-content .contact-us form input[type="text"] {
	margin: 0;
	border: 1px solid #333;
	width: 100%;
	background: #222;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

.body-content .contact-us form textarea {
	margin: 0;
	border: 1px solid #333;
	width: 100%;
	height: 250px;
	background: #222;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

.body-content .contact-us form select {
	margin: 0;
	border: 1px solid #333;
	width: 100%;
	background: #222;
	padding: 2px;
	border-radius: 5px;
}

.body-content .contact-us form select option {
	margin: 0;
	color: #fff;
	padding: 5px;
}

.body-content .contact-us form input[type="submit"] {
	position: relative;
	border: none;
	background: #444;
	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;
}

.body-content .contact-us form input[type="submit"]:hover {
	background: #222;
	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;
}

.body-content .contact-us .sectext {
	margin: 35px 0px 0px;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #f00;
}

.body-content .contact-map {
	padding: 0;
	font-size: 0;
}

.body-content .contact-map iframe {
	width:100%;
	height: 350px;
}

.body-content .contact-info {
	padding: 50px 0;
}

.body-content .contact-info iframe {
	width: 100%;
	height: auto;
}

.body-content .contact-info .icon img {
	width: 100%;
	height: auto;
}

.none-page {
	text-align: center;
	margin: 50px 0 70px;
}

.none-page .title {
	text-align: center;
	margin: 4px;
	font-weight: normal;
	font-size: 50px;
	color: #181a18;
}

.none-page .content {
	text-align: center;
	margin: 10px 4px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #777;
}

.none-page .content a {
	color: #ed1c25;
	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: #333;
	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: #ed1c25;
	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;
}





@media screen and (max-width: 768px) {

	.slider .title-block {
	  display: none;
	}

	.hotline {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		color: #ffc000;
		margin: 10px 10px 0 0;
		float: right;
	}

	.hotline a {
		font-size: 18px;
		font-weight: bold;
		color: #ffc000;
	}




}









































/*
.bottom-map {
	position: relative;
	padding: 0;
	font-size: 0;
}

.bottom-map .container {
	width: 100%;
}

.bottom-map .row {
	width: 100%;
	background: #121212;
}

.bottom-map [class*="col-"] {
	background: #121212;
}

.bottom-map .google-map{
	position: relative;
}

.bottom-map .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}

.bottom-map .title {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin : 20px 28px 0 28px;
}

.bottom-map .map-info {
	height: 100%;
	font-size: 13px;
	color: #fff;
	margin : 20px 28px;
	text-align: left;
	line-height: 25px;
}

.bottom-map .map-info a {
	color: #fff;
}

.bottom-map .map-info .icon {
	margin: 0 0 20px 0;
}

.bottom-map a.btn-contact-now {
	color: #ccc;
	font-weight: bold;
}

.bottom-map a.btn-contact-now:hover {
	color: #fff;
}

.bottom-map .btn-contact-now {
	position: relative;
	border: none;
	background: #444;
	color: #ccc;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
	z-index: 3;
	margin: 15px 0;
	display: inline-block;
}

.bottom-map .btn-contact-now::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #444;
	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;
}

.bottom-map .btn-contact-now:hover {
	background: #000;
	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;
}

.bottom-map .btn-contact-now:hover::before {
	content: '';
	background: #000;
	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 {
	position: relative;
	border: none;
	background: #025590;
	color: #fff;
	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: #d2232a;
	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: #d2232a;
	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: #d2232a;
	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;
}

.btn-default {
    color: #fff;
    background-color: #fcc000;
    border-color: #fff;
}

.btn-default:hover {
    color: #fff;
    background-color: #d2232a;
    border-color: #fff;
}





































































.index-news {
	padding: 40px 0;
}

.index-news [class*="col-"] {
	margin: 30px 0;
}

.index-news .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 210px;
	max-height: 210px;
	margin: 10px 0;
	overflow: hidden;
}

.index-news .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);
}

.index-news .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);
}

.index-news .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);
}

.index-news .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);
}

.index-news .title h3 {
	margin: 5px 0;
	font-size: 18px;
	color: #000000;
}

.index-news .title h3 a {
	font-size: 18px;
	color: #000000;
}

.index-news .title h3 a:hover {
	text-decoration: underline;
}

.index-news .date {
	font-size: 13px;
	color: #ccc;
}

.index-news .preview {
	font-size: 15px;
	text-align: justify;
	margin: 10px 0;
}

.break-line {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 10px 0;
}


.focus-news .container {
	width: 100%;
}

.focus-news [class*="col-"] {
	margin: 0;
	padding: 0;
}

.focus-news a {
	display: block;
	position: relative;
}

.focus-news a .mask {
	background: rgba(0,0,0,0.3);
	height: 100%;
	position: absolute;
	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;
}

.focus-news a:hover .mask {
	background: rgba(0,0,0,0.6);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.focus-news .par {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
}

.focus-news .title {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
}

.focus-news .icon img {
	width: 100%;
	height: 300px;
}
































































.schedule-before .icon {
	padding: 10px;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	float: left;
}

.schedule-before .preview {
	padding: 10px;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    width: 50%;
	text-align: left;
    float: right;
}

.schedule-before .preview span {
	display: block;
	color: #fff;
	font-size: 35px;
    font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
}

.schedule {
	background: #eaeaea;
	padding: 0 0 30px 0;
	text-align: center;
}

.schedule .icon {
	padding: 10px;
	vertical-align: middle;
}

.schedule .separator {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 10px;
}

.schedule .preview {
	padding: 10px;
	vertical-align: middle;
	color: #111;
	font-size: 19px;
}

.schedule .desc {
	padding: 0 0 20px 0;
	vertical-align: middle;
	color: #111;
	font-size: 15px;
	font-style: italic;
}

.schedule .btn {
	padding: 10px;
	vertical-align: middle;
}

.btn-schedule {
	position: relative;
	border: none;
	background: #000000;
	color: #fff;
	font-size: 18px;
	padding: 15px 35px;
	text-decoration: none;
	z-index: 3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	display: inline-block;
}
.btn-schedule::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-schedule: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-schedule: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;
}

.immigration {
	background: #f2f2f2;
	padding: 70px 0;
	padding: 40px 0;
}

.immigration .item-immigration {
	padding: 0 15px;
}

.immigration .item-immigration a {
	display: block;
	border: 1px solid #ccc;
}

.immigration .icon {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
}

.immigration .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);
}

.immigration .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);
}

.immigration .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);
}

.immigration .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);
}

.immigration .title {
	margin: 15px;
	background: url("../img/arrow-01.png") no-repeat right center;
}

.immigration .title h3 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}

.video-qa {
	background: #fff;
	margin: 30px 0;
}

.video-qa .cat-title {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.video-qa .video iframe {
	width: 100%;
}

.video-qa .video .icon {
	width: 100%;
	height: 130px;
	max-height: 130px;
	overflow: hidden;
}

.video-qa .video .icon img {
	width: 100%;
}

.video-qa .video .title {
	margin: 10px 0;
}

.video-qa .video .detail {
    height: 315px;
    overflow-y: scroll;
}

.video-qa .video .detail .title{
    font-weight: bold;
}

.video-qa .q-a .icon img {
	width: 100%;
	height: auto;
}

.video-qa .q-a .item {
	width: 100%;
	display: table;
	margin: 15px 0;
}

.video-qa .q-a .item .arrow {
	width: 3%;
	display: table-cell;
	vertical-align: middle;
}

.video-qa .q-a .item .title {
	width: 97%;
	display: table-cell;
	vertical-align: middle;
}

.video-qa .q-a .item .title h3 {
	margin:0;
}

.video-qa .q-a .item .number {
	width: 10%;
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	color: #ed1c25;
}

.video-qa .q-a .item .title h3 {
	font-size: 13px;
}

.bottom {
    background: #383838;
    padding: 30px 0 30px 0;
    color: #bbb;
    font-size: 13px;
}

.bottom .cat-title {
    font-size: 18px;
    color: #bbb;
	border-bottom: 1px dotted #444;
	padding: 10px 0;
	margin: 10px 0;
}

.bottom .item a {
    font-size: 13px;
    color: #bbb;
    margin: 20px 0;
    line-height: 20px;
	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;
}

.bottom .item a:hover {
    color: #0056ba;
    text-decoration: underline;
	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;
}

.bottom .item a h3 {
    font-size: 13px;
    color: #bbb;
    margin: 10px 0;
    line-height: 20px;
	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;
}

.bottom .item a:hover h3 {
    color: #0056ba;
    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;
}

.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;
}


.right-wrapper  {
	padding: 0 25px;
}

.right-wrapper .cat-wrapper {
	border-top: 2px solid #ed1c25;
	padding-bottom: 20px;
    box-shadow: 0px 1px 5px 0px #ddd;
	-webkit-box-shadow: 0px 1px 5px 0px #ddd;
    -moz-box-shadow: 0px 1px 5px 0px #ddd;
}

.right-wrapper .cat-wrapper .cat-title {
	font-size: 16px;
	font-weight: bold;
	color: #23527c;
	text-transform: uppercase;
	padding: 10px 0;
}

.right-wrapper .cat-wrapper .cat-icon img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.right-wrapper .cat-wrapper .item {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}

.right-wrapper .cat-wrapper .icon{
	display: table-cell;
	width: 3%;
}

.right-wrapper .cat-wrapper .title {
	display: table-cell;
	width: 97%;
}

.right-wrapper .cat-wrapper .title h3 {
	font-size: 13px;
	margin: 0;
}

.right-wrapper .cat-wrapper .focus iframe {
	width: 100%;
	height: 250px;
	margin: 0 0 10px 0;
}

.right-wrapper .cat-wrapper .break-line {
	border-top: 1px dash #ccc;
}

.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:#23527c;}
.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}

.field-require {
	color: #2861a1;
}

.contact-form .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}

.contact-form .content {
	font-size: 13px;
	color: #333;
	text-align: left;
	line-height: 20px;
}

.contact-form form .title {
	display: block !important;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 5px 0;
}

.contact-form form input[type="text"] {
	margin: 0;
	border: 1px solid #d1d1d1;
	width: 100%;
	background: #fff;
	color: #333;
	padding: 5px;
	border-radius: 5px;
}

.contact-form form textarea {
	margin: 0;
	border: 1px solid #d1d1d1;
	width: 100%;
	height: 250px;
	background: #fff;
	color: #333;
	padding: 5px;
	border-radius: 5px;
}

.contact-form form select {
	margin: 0;
	border: 1px solid #d1d1d1;
	width: 100%;
	background: #fff;
	padding: 2px;
	border-radius: 5px;
}

.contact-form form select option {
	margin: 0;
	color: #333;
	padding: 5px;
}

.contact-form form input[type="submit"] {
	position: relative;
	border: none;
	background: #000000;
	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;
}

.contact-form form input[type="submit"]: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;
}

.contact-form .btn-form {
	position: relative;
	border: none;
	background: #000000;
	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: #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;
}

.contact-form .btn-form: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;
}

.contact-form .btn-form: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;
}

.contact-form .sectext {
	margin: 10px 0px;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #f00;
}

.contact-info iframe {
	width: 100%;
	height: auto;
}

.contact-info .icon img {
	width: 100%;
	height: auto;
}

.partner {
	padding: 70px 0;
	background: #eaeaea;
}

.partner .slider-image-inner {
	cursor: pointer;
	overflow:hidden;
	text-align:center;
}

.partner .slider-image-inner img {
    display: initial !important;;
    width: auto !important;
    -webkit-transform-style: preserve-3d;
    height: auto !important;
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.partner .slider-image-inner:hover img {
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.partner .owl-dots {
	display: none !important;;
}

.partner .owl-controls .owl-nav .owl-prev, .partner .owl-controls .owl-nav .owl-next {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 0;
    width: 20px;
    height: 27px;
    margin: 0;
    padding: 0;
    opacity: .3 !important;
}

.partner .owl-controls .owl-nav .owl-prev {
    top: 30% !important;
    left: -10px !important;
    background: url("../owl-carousel/prev-carousel.png") 0 0 no-repeat !important;;
}

.partner .owl-controls .owl-nav .owl-next {
    top: 30% !important;
    right: -10px !important;
    background: url("../owl-carousel/next-carousel.png") 0 0 no-repeat !important;;
}

.partner .owl-controls .owl-nav .owl-prev:hover {
    background: url("../owl-carousel/prev-carousel.png") 0 0 no-repeat !important;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -10px !important;
    opacity: 1 !important;
}

.partner .owl-controls .owl-nav .owl-next:hover {
    background: url("../owl-carousel/next-carousel.png") 0 0 no-repeat !important;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -10px !important;
    opacity: 1 !important;
}

.body-content .view-video {
	margin-bottom: 0px;
}

.body-content .view-video .preview iframe {
	width: 100%;
	height: 100%;
}

.body-content .view-video .preview {
	height: 320px;
}

.body-content .view-video .content {
	height: 320px;
	overflow-y: scroll;
}

.body-content .view-video .content::-webkit-scrollbar {
    width: 12px;
}

.body-content .view-video .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.body-content .view-video .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.body-content .view-video .content h1 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.body-content .video-item {
	display: block;
	margin: 0 0 30px 0;
}

.body-content .video-item .video-title {
	display: block;
	color: #333;
	margin: 0;
	padding: 0;
}

.body-content .video-item .video-title h2{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.body-content .video-item .video-img {
	width: 100%;
	max-height: 110px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.body-content .video-item .video-img img {
	width: 100%;
	height: auto;
}

.body-content .video-item a {
	color: #333;
	display: block;
}

.body-content .video-item:hover a {
	color: #ed1c25;
	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;
}

.body-content [id*='morevideo-'] {
	width: 100%;
}

.video-cat {
	padding: 30px;
}

.video-cat .cat-title {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #23527c;
}

.video-cat .cat-title::before {
	content: "";
	border: 1px solid #23527c;
	margin: 0 10px 0 0;
}

.video-cat .cat-title::after {
	content: "";
	height: 1px;
	left: 130px;
	right: 0;
	position: absolute;
	bottom: 12px;
	background-color: #999;
}

.video-cat .cat-title-canada {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #23527c;
}

.video-cat .cat-title-canada::before {
	content: "";
	border: 1px solid #23527c;
	margin: 0 10px 0 0;
}

.video-cat .cat-title-canada::after {
	content: "";
	height: 1px;
	left: 180px;
	right: 0;
	position: absolute;
	bottom: 12px;
	background-color: #999;
}

.video-cat .cat-title-europe {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #23527c;
}

.video-cat .cat-title-europe::before {
	content: "";
	border: 1px solid #23527c;
	margin: 0 10px 0 0;
}

.video-cat .cat-title-europe::after {
	content: "";
	height: 1px;
	left: 190px;
	right: 0;
	position: absolute;
	bottom: 12px;
	background-color: #999;
}

.video-cat .title {
	margin: 7px 0;
}

.video-cat .slider-image-inner {
	cursor: pointer;
	overflow:hidden;
}

.video-cat .slider-image-inner img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: auto;
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.video-cat .slider-image-inner:hover img {
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.video-cat .owl-dots {
	display: none !important;;
}

.video-cat .owl-controls .owl-nav .owl-prev, .video-cat .owl-controls .owl-nav .owl-next {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 0;
    width: 20px;
    height: 27px;
    margin: 0;
    padding: 0;
    opacity: .3 !important;
}

.video-cat .owl-controls .owl-nav .owl-prev {
    top: 30% !important;
    left: -35px !important;
    background: url("../owl-carousel/prev-carousel.png") 0 0 no-repeat !important;;
}

.video-cat .owl-controls .owl-nav .owl-next {
    top: 30% !important;
    right: -35px !important;
    background: url("../owl-carousel/next-carousel.png") 0 0 no-repeat !important;;
}

.video-cat .owl-controls .owl-nav .owl-prev:hover {
    background: url("../owl-carousel/prev-carousel.png") 0 0 no-repeat !important;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -35px !important;
    opacity: 1 !important;
}

.video-cat .owl-controls .owl-nav .owl-next:hover {
    background: url("../owl-carousel/next-carousel.png") 0 0 no-repeat !important;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -35px !important;
    opacity: 1 !important;
}

.bottom-noel {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	display:none;
}

.bottom-noel img {
	width: 100%;
	height: auto;
}




@media (max-width: 768px) {
	
	.news-detail .icon .info {
		bottom: 10px;
	}
	
	.news-detail .icon .info .title {
		font-size: 7vw;
	}
	
	.news-detail .icon .info .title h1 {
		font-size: 7vw;
	}
	
	.news-detail .icon .info .preview {
		font-size: 4vw;
	}
	
	.footer .copyright {
	    text-align: center;
	}
	
	.footer .social {
	    float: none;
	    margin: 20px 0;
	}
}













*/