/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=vietnamese';*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=vietnamese';
body{
	font-family: 'Open Sans', sans-serif;
}
ul, li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
@font-face {
	font-family: "Hillda";
	src: url("VL_Hillda.otf") format("opentype");
}
		
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.header{
	background: #0e0f15 url(../images/bg-hd.png) no-repeat 45% 0;	
}

.wrap-logo{
	margin-left: 40px;
    margin-top: 6px;
}
.wrap-logo .logo{
	width: 370px;
}
.wrap-logo .logo img{
	width: 100%;margin-left:15px;
}
.navbar.navbar-custom .navbar-brand{
	padding: 4px;
}
@media (max-width: 1060px){
	.wrap-logo{
		margin-left: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	.wrap-logo .logo{
		width: 310px;
	}
}
@media (min-width: 861px) and (max-width: 991px) {
	.wrap-logo{
		margin: 0px;
	}
	.wrap-logo .logo{
		padding-top: 6px;
		width: 280px;
	}
}
@media (min-width: 768px) and (max-width: 860px) {
	.wrap-logo{
		margin: 0px;
	}
	.wrap-logo .logo{
		padding-top: 15px;
		width: 180px;
	}
}
@media (max-width: 767px){
	.wrap-logo{
		margin: 0px;
	}
	.wrap-logo .logo{
		max-width: 250px;
		margin: 0 auto;
		padding: 15px 0px;
	}
}

.logo-2{
	display: none;
}
.has-fixed .navbar.navbar-custom-2{
	z-index: 9999;
	position: relative;
}
@media (min-width: 768px){
	.has-fixed .navbar.navbar-custom-2{
		margin: 0px;
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0px;
		left: 0px;
		background: #0e0f15 url(../images/bg-hd.png) no-repeat 45% -16px;
		min-height: 60px;
		opacity: 0;
		margin-top: -100px
	}
	.has-fixed.ef .navbar.navbar-custom-2{
		margin-top: 0px;
		opacity: 1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navbar.navbar-custom-2 .navbar-nav>li>a{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.has-fixed .navbar.navbar-custom-2 .navbar-nav>li>a{
		padding: 9px 8px;
		color: #fff;
		font-size: 12px;
	}
	.has-fixed .navbar-nav li.visible-fixed{
		display: block !important;
	}
	.has-fixed .logo-2{
		display: block;
		margin-left: 30px;
		padding-top: 5px;
	}
	.has-fixed .logo-2 img{
		width: 320px;
	}
}
@media (max-width: 767px){
	.has-fixed .header{
		margin: 0px;
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0px;
		left: 0px;
	}
}
@media (min-width: 930px) and (max-width: 1160px){
	/*.has-fixed .logo-2 img{
		width: 150px;
		margin-top: 5px;
	}*/
}
@media (min-width: 768px) and (max-width: 929px){
	.has-fixed .logo-2 img{
		width: 180px;
		margin-top: 5px;
	}
	.has-fixed .navbar.navbar-custom-2 .nav.navbar-nav{
		/*padding-left: 180px;*/
	}
	.navbar.navbar-custom-2 .navbar-brand{
		position: absolute;
	}
	.has-fixed .navbar.navbar-custom-2 .navbar-nav>li>a{
		padding: 9px 8px;
	}
	.has-fixed .navbar.navbar-custom-2{
		background: #0e0f15 url(../images/bg-hd.png) no-repeat 45% 0px;
		background-size: cover;
	}
}
@media (min-width: 768px) and  (max-width: 1020px){
	.has-fixed .navbar.navbar-custom-2{
		background: #0e0f15 url(../images/bg-hd.png) no-repeat 45% 0px;
		background-size: cover;
	}
}


.mini-nav{
	display: none;
}
.has-fixed .mini-nav{
	position: absolute;
	right: 0px;
	top: 0px;
	display:block;
}
@media (min-width: 1199px){
	.has-fixed .mini-nav{
		right: 40px;
	}
}
.has-fixed .mini-nav li{
	width: 150px;
    color: #fff;
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    /*border-left: 1px solid #273440;*/
    font-size: 18px;
	cursor: pointer;
}
.has-fixed .mini-nav li.active{
	color: #7fb4e6;
}
.has-fixed .mini-nav li.menu{
	width: 100px;
	position: relative;
}
.has-fixed .mini-nav li.search,
.has-fixed .mini-nav li.share{
	width: 50px;
}
.has-fixed .mini-nav li.search{
	    min-width: 50px;
    width: auto;
    position: relative;
}
.has-fixed .mini-nav li.search a{
	color: #fff;
}
.has-fixed .mini-nav li.search .content-search{
	padding: 0px 20px 0px 10px;
}
.has-fixed .mini-nav li.menu:after{
	content: '';
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}
@media (max-width: 767px){
	.mini-nav{
		display: none !Important;
	}
}
@media (min-width: 768px){
	.has-fixed .navbar.navbar-custom-2 .navbar-collapse{
		margin-top: 60px;
		border-top: 1px solid #151821;
		display: none !important;
	}
	.has-fixed .navbar.navbar-custom-2 .navbar-collapse.show-collapse{
		display: block !important;
	}
}



.navbar.navbar-custom{
	border-radius: 0px;
	background: transparent;
    border: 0px;
	margin: 0px;
}
@media (min-width: 1199px){
	.navbar.navbar-custom{
		padding-right: 25px;
	}
}
.navbar.navbar-custom .navbar-nav>li>a{
	cursor: pointer;
	color: #fff;
    font-size: 14px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 26px 20px;
	font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar.navbar-custom .navbar-nav>li>a{
		padding: 26px 10px;
	}
}
.navbar.navbar-custom .navbar-nav>li>a:hover{
	color: #5e8ab4;
}
.navbar.navbar-custom .navbar-nav>li>a:after{
	content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}
.navbar.navbar-custom .navbar-nav>.open>a, 
.navbar.navbar-custom .navbar-nav>.open>a:focus, 
.navbar.navbar-custom .navbar-nav>.open>a:hover{
	background: transparent;
	box-shadow: none;
	color: #5e8ab4;
}
.navbar.navbar-custom .navbar-nav>li>.dropdown-menu{
	background: #447ec0;
    border-radius: 0px;
    border: 0px;
	min-width: 200px;
    right: 50%;
    margin-right: -100px;
}
.navbar.navbar-custom .navbar-nav>li>.dropdown-menu:before{
	content: '';
    border-style: solid;
    border-color: transparent transparent #447ec0 transparent;
    border-width: 12px;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -12px;
}
.navbar.navbar-custom .dropdown-menu>li>a{
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	padding: 3px 10px;
}
.navbar.navbar-custom .dropdown-menu>li>a:focus, 
.navbar.navbar-custom .dropdown-menu>li>a:hover{
	background: #1d2758;
}

.navbar.navbar-custom .navbar-nav>li.ico-search>a,
.navbar.navbar-custom .navbar-nav>li.ico-share>a{
	padding: 26px 10px;
}
.navbar.navbar-custom .navbar-nav>li.ico-search>a:after,
.navbar.navbar-custom .navbar-nav>li.ico-share>a:after{
	display: none;
}

.navbar.navbar-custom .navbar-nav>li.ico-vi>a,
.navbar.navbar-custom .navbar-nav>li.ico-en>a{
	padding-left: 3px;
	padding-right: 3px;
}
.navbar.navbar-custom .navbar-nav>li.ico-vi>a:after,
.navbar.navbar-custom .navbar-nav>li.ico-en>a:after{
	display: none;
}
@media (min-width: 768px){
	.navbar.navbar-custom .navbar-nav>li>.dropdown-menu{
		display: block;
	    z-index: -1;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    margin-top: 30px;
	}
	.navbar.navbar-custom .navbar-nav>li.dropdown:hover ul.dropdown-menu,
	.navbar.navbar-custom .navbar-nav>li.open.dropdown ul.dropdown-menu{
		/*display: block;*/
		 z-index: 99;
	    opacity: 1;
	    visibility: visible;
	    margin-top: 0px;
	}
	.navbar.navbar-custom .navbar-nav>li.dropdown:hover > a{
		color: #fff;
	}
}
.flag-vi{
	width: 25px;
	height: 20px;
	background: url(../images/vi.png) no-repeat center;
    background-size: contain;
}

.flag-en{
	width: 25px;
	height: 20px;
	background: url(../images/en.png) no-repeat center;
    background-size: contain;
}


.navbar.navbar-custom-2{
	border-radius: 0px;
	
    border: 0px;
	margin: 0px;
	min-height: 30px;
	border-top: 1px solid #dadada;
	background: transparent;
}

@media (min-width: 1199px){
	.navbar.navbar-custom-2{
		padding-right: 18px;
	}
}
.navbar.navbar-custom-2 .navbar-nav>li>a{
	cursor: pointer;
	color: #2657dd;
	color: #33a8f2;
    font-size: 13px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 10px 10px;
	font-weight: 700;
}
.navbar.navbar-custom-2 .navbar-nav>li>a:hover{
	color: #fff;
	background: #447ec0;
}


.navbar.navbar-custom-2 .navbar-nav>.open>a, 
.navbar.navbar-custom-2 .navbar-nav>.open>a:focus, 
.navbar.navbar-custom-2 .navbar-nav>.open>a:hover{
	background: transparent;
	box-shadow: none;
	color: #fff;
}
.navbar.navbar-custom-2 .navbar-nav>li>.dropdown-menu{
	background: #447ec0;
    border-radius: 0px;
    border: 0px;
	min-width: 200px;
    right: 50%;
    margin-right: -100px;
}
.navbar.navbar-custom-2 .navbar-nav>li>.dropdown-menu:before{
	content: '';
    border-style: solid;
    border-color: transparent transparent #447ec0 transparent;
    border-width: 12px;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -12px;
}
.navbar.navbar-custom-2 .dropdown-menu>li>a{
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	padding: 3px 10px;
}
.navbar.navbar-custom-2 .dropdown-menu>li>a:focus, 
.navbar.navbar-custom-2 .dropdown-menu>li>a:hover{
	background: #1d2758;
}

.navbar.navbar-custom-2 .navbar-brand{
	height: 30px;
	padding: 0px 20px;
}
@media (max-width: 767px){
	.navbar.navbar-custom-2 .navbar-brand{
		display: none;
	}
	.navbar.navbar-custom-2 .navbar-toggle{
		float: left;
		margin: 4px;
		width: 23%;
		background: transparent;
		border-radius: 0px;
		border: 0px;
		border-right: 1px solid #142232;
	}
	.navbar.navbar-custom-2 .navbar-toggle .icon-bar{
		margin: 3px auto;
	}
	
	.navbar.navbar-custom-2 .navbar-toggle .icon-bar {
		background-color: #4C759E;
	}
	.navbar.navbar-custom-2 .navbar-collapse{
		border-color: #4C759E;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.navbar.navbar-custom-2 .navbar-nav>li>.dropdown-menu{
		background: #fff;
		margin-right: 0px;
		position: relative;
	}
	.navbar.navbar-custom-2 .navbar-nav .open .dropdown-menu>li>a{
		color: #4C759E;
	}
	.navbar.navbar-custom-2 .navbar-nav>.open>a, 
	.navbar.navbar-custom-2 .navbar-nav>.open>a:focus, 
	.navbar.navbar-custom-2 .navbar-nav>.open>a:hover{
		background: #447ec0;
	}
	.navbar.navbar-custom-2 .navbar-nav>li>.dropdown-menu:before{
		border-color: transparent transparent #fff transparent;
	}
	
	.navbar-header .search{
		float: left;
		margin: 4px;
		width: 23%;
		height: 36px;
		border-right: 1px solid #142232;
		color: #4C759E;
		font-size: 20px;
		text-align: center;
		line-height: 36px;
		cursor: pointer;
	}
	.navbar-header .share{
		float: left;
		margin: 4px;
		width: 22%;
		height: 36px;
		border-right: 1px solid #142232;
		color: #4C759E;
		font-size: 20px;
		text-align: center;
		line-height: 36px;
		cursor: pointer;
	}
	.navbar-header .lang{
		float: left;
		margin: 4px;
		width: 22%;
		height: 36px;
		color: #4C759E;
		font-size: 20px;
		text-align: center;
		line-height: 36px;
		cursor: pointer;
		position: relative;
	}
	.navbar-header .lang .lang-vi{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		left: 8px;
	}
	.navbar-header .lang .lang-en{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 8px;
	}
	.navbar.navbar-custom-2 li .caret{
		float: right;
	}
}
@media (min-width: 768px){
	.navbar.navbar-custom-2 .navbar-nav>li.dropdown:hover >a{
		background: transparent;
		box-shadow: none;
		color: #fff;
	}

	.navbar.navbar-custom-2 .navbar-nav>li>.dropdown-menu{
		display: block;
	    z-index: -1;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    margin-top: 30px;
	}
	.navbar.navbar-custom-2 .navbar-nav>li.dropdown:hover ul.dropdown-menu,
	.navbar.navbar-custom-2 .navbar-nav>li.open.dropdown ul.dropdown-menu{
		/*display: block;*/
		 z-index: 99;
	    opacity: 1;
	    visibility: visible;
	    margin-top: 0px;
	}
}


/*O NHAP TIM KIEM*/
.content-search-hidden{
	display: none;
}
.content-search{
	display: none;
}
.btn-close-search{
	display: none;
}
@media (min-width: 768px){
	.show-search .input-search{
		border: 0px;
	    border-radius: 10px;
	    outline: none;
	    width: 180px;
	    padding: 0px 20px 0px 10px;
	    height: 22px; 
	    color: #333;
	    font-size: 15px;
	}
	.navbar.navbar-custom .navbar-nav>li.ico-search>a.show-search{
		padding: 25px 20px 25px 10px;
	}
	.show-search .icon{
		display: none;
	}
	.show-search button{
		position: absolute;
	    top: 50%;
	    color: #222;
	    right: 28px;
	    height: 20px;
	    width: 20px;
	    padding: 0px;
	    margin: -10px 0px 0px 0px;
	    background: transparent;
	    border: 0px;
	    display: block;
	    line-height: 20px;
	}
	.show-search .btn-close-search{
		color: #fff;
	    font-size: 16px;
	    display: inline-block;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 50%;
	    right: -4px;
	    margin-top: -10px;
	}
	.show-search .btn-close-search:hover{
		color: #CA3827;

	}
	.show-search .content-search{
		display: block;
	}
}
@media (max-width: 767px){
	.show-search .content-search{
		display: block;
		position: absolute;
	    top: 40px;
	    z-index: 99;
	    left: 0px;
	    width: 100%;
	}
	.show-search .content-search input.input-search{
		height: 30px;
	    border: 0px;
	    width: 100%;
	    border-bottom: 1px solid #1673c1;
	}
	.show-search .content-search button{
		position: absolute;
	    margin: 0px;
	    padding: 0px;
	    height: 30px;
	    width: 30px;
	    top: 3px;
	    right: 0px;
	    border: 0px;
	    background: 0px;
	    line-height: 30px;
	    color: #333;
	}
	.show-search .icon{
		display: none;
	}
	.show-search .btn-close-search{
		display: inline-block;
	}
}


.slide-custom .tp-bullets.preview1 div.bullet{
	border: 3px solid #fff !Important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    background: rgba(1,1,1,0.8) !important;
	margin-right: 25px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet.selected{
	/*background: #CA3827 !important;*/
	/*border: 3px solid #CA3827 !Important;*/
	border: 3px solid #FFF !Important;
	background-color: #ccc;
}

.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(1),
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(1):hover {
    background: #CA3827 url(../images/a1.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(2),
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(2):hover {
    background: #CA3827 url(../images/a2.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(3),
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(3):hover {
    background: #CA3827 url(../images/a3.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(4),
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(4):hover {
    background: #CA3827 url(../images/a4.png) no-repeat 7px 8px !important;
}
/*.slide-custom .tp-bullets.preview1 div.bullet:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f1ba";
	width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(2):before{
	content: "\f1ad";
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(3):before{
	content: "\f1eb";
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(4):before{
	content: "\f1ea";
}*/

.slide-custom .tp-bullets.preview1 div.bullet:nth-child(1){
	background: #111 url(../images/a1.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(2){
	background: #111 url(../images/a2.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(3){
	background: #111 url(../images/a3.png) no-repeat 7px 8px !important;
}
.slide-custom .tp-bullets.preview1 div.bullet:nth-child(4){
	background: #111 url(../images/a4.png) no-repeat 7px 8px !important;;
}

.slide-custom .tp-leftarrow.tparrows.default.preview1,
.slide-custom .tp-rightarrow.tparrows.default.preview1{
	margin-top: -200px !important;
}

@media (max-width: 650px) {
	.slide-custom .tp-bullets.preview1{
		bottom: 20px !important;
		z-index: 99;
	}
	.slide-custom .tp-leftarrow.tparrows.default.preview1, 
	.slide-custom .tp-rightarrow.tparrows.default.preview1{
		margin-top: -30px !important;
	}
}
@media (min-width: 651px) and (max-width: 800px) {
	.slide-custom .tp-bullets.preview1{
		bottom: 280px !important;
		z-index: 99;
	}
}
@media (max-width: 800px) {
	
	.slide-custom .tp-bullets.preview1 div.bullet{
		width: 30px !important;
		height: 30px !important;
		font-size: 14px;
		border: 2px solid #fff !Important;
	}
	.slide-custom .tp-bullets.preview1 div.bullet.selected{
		/*background: #CA3827 !important;*/
		border: 2px solid #FFF !Important;
	}
	
	.slide-custom .tp-bullets.preview1 div.bullet:before{
		line-height: 30px;
	}
	
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(1),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(2),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(3),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(4){
		background-size: 30px 30px !Important;
		background-position: 0px 0px !important;
	}
	.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(1),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(1):hover {
		background: #CA3827 url(../images/a1.png) no-repeat 7px 8px !important;
		background-size: 30px 30px !Important;
		background-position: 0px 0px !important;
	}
	.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(2),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(2):hover  {
		background: #CA3827 url(../images/a2.png) no-repeat 7px 8px !important;
		background-size: 30px 30px !Important;
		background-position: 0px 0px !important;
	}
	.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(3),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(3):hover {
		background: #CA3827 url(../images/a3.png) no-repeat 7px 8px !important;
		background-size: 30px 30px !Important;
		background-position: 0px 0px !important;
	}
	.slide-custom .tp-bullets.preview1 div.bullet.selected:nth-child(4),
	.slide-custom .tp-bullets.preview1 div.bullet:nth-child(4):hover  {
		background: #CA3827 url(../images/a4.png) no-repeat 7px 8px !important;
		background-size: 30px 30px !Important;
		background-position: 0px 0px !important;
	}
}

.slide-custom .tparrows.preview1:after{
	background: transparent;
	font-size: 50px;
}






.wrap-owl-news{
	margin-top: -251px;
    position: relative;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	
}
@media (min-width: 1199px){
	.wrap-owl-news{
		padding: 0px 40px;
	}
}

@media (min-width: 651px) {
	.owl-controls .owl-pagination{
		display: none;
	}
}
@media (max-width: 650px) {
	.wrap-owl-news{
		margin-top: 0px;
	}
	.owl-controls .owl-buttons{
		display: none;
	}
	.wrap-owl-news{
		background: #182739;
	}
}
.owl-news .news-item{
	padding: 15px;
	min-height: 250px;
}
.owl-news .news-item .title{
	color: #018ad9;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	text-transform: uppercase;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.owl-news .news-item .title{
		font-size: 20px;
	}
}
.owl-news .news-item a{
	color: #fff;
	text-decoration: none !important;
}

.owl-news .news-item a:hover{
	color: #E30C12;	
}

.owl-news .news-item h4{
	font-size: 13px;
    font-weight: bold;
    margin: 10px 0px;
    color: #fff;
    text-shadow: none;
    max-height: 50px;
    overflow: hidden;
}
.owl-news .news-item p{
    /*text-align: justify;*/
    font-size: 14px;
    max-height: 80px;
    overflow: hidden;
    font-family: arial;
}
.owl-news .news-item .read-more{
	position: absolute;
    bottom: 23px;
    left: 15px;
    background: #ca3827;
    height: 24px;
    padding: 0px 10px;
    line-height: 24px;
    border-radius: 14px;
}
.owl-news .news-item .read-more:hover{
	background: #dd6524;
}
.owl-news .news-item:after{
	content: '';
    display: block;
    width: 1px;
    height: 180px;
    background: #adadad;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -90px;
}
@media (max-width: 479px) {
	.owl-news .news-item:after{
		display: none;
	}
}

.owl-news .owl-controls{
	margin: 0px;
}
.owl-news.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	width: 50px;
    height: 80px;
    border-radius: 0px;
    background: rgba(255,255,255,0.8);
	top: 50%;
    margin-top: -40px;
	font-size: 0px
}

.owl-news.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -20px;
}
.owl-news.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -20px;
}
.owl-news.owl-theme .owl-controls .owl-buttons div:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 56px;
    color: #111;
    line-height: 70px;
}
.owl-news.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
	content: "\f104";
}
.owl-news.owl-theme .owl-controls .owl-buttons div.owl-next:before{
	content: "\f105";
}
.owl-wrapper .owl-item:nth-last-child(1) .news-item:after{
	display: none;
}


.footer {
	width:100%;
	background: #243a54;
	background: -moz-radial-gradient(center, ellipse cover,  #243a54 46%, #000000 97%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(46%,#243a54), color-stop(97%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover,  #243a54 46%,#000000 97%);
	background: -o-radial-gradient(center, ellipse cover,  #243a54 46%,#000000 97%);
	background: -ms-radial-gradient(center, ellipse cover,  #243a54 46%,#000000 97%);
	background: radial-gradient(ellipse at center,  #243a54 46%,#000000 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243a54', endColorstr='#000000',GradientType=1 );
}
@media (min-width: 1199px){
	.footer{
		padding: 0px 40px;
	}
}
.footer .title{
	padding: 50px 0px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.footer .site-map a{
	font-size: 15px;
	color: #fff;
}
.footer .site-map a:hover{
	color: #fff;
}

.social{
	padding: 20px 0px;
}
.social li{
	display: inline-block;
}
.social-item .fa{
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
	background: #004067;
    font-size: 24px;
    border-radius: 4px;
    color: #e8e8e8;
    display: inline-block;
    margin-right: 3px;
}
.social-item .fa.fa-facebook{
	background: #3B5998;
}
.social-item .fa.fa-twitter{
	background: #1DA1F2;
}
.social-item .fa.fa-linkedin{
	background: #0077B5;
}



/*TRANG NỘI DUNG*/
.p-title{
	font-size: 40px;
	text-align: center;
	color: #1d2858;
	padding: 15px;
	border-bottom: 1px solid #989898;
}
@media (max-width: 767px){
	.p-title{
		font-size: 25px;
	}
}
.subpage-content{
	background: url('../images/bg-subpage-slice.jpg') repeat-y center;
	background-size: 100% 100%;
}


.wrap-banner{
	position: relative;	
	margin: 0 auto;
}
.wrap-banner .img-banner{
	/* 	max-width: 100%; 
		max-height:350px; */
	width: 100%;
	display: block;
	margin: 0 auto;
}

.wrap-title{
	position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 9;
}
.wrap-title .icon{
	width: 100px;
	height: 100px;
	background: url('../images/industrial_icon.png') no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.wrap-title .title{
	text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 3px 6px #111;
}
.wrap-title .dis{
	text-align: center;
    font-size: 20px;
    color: #fff;
}
@media (max-width: 767px){
	.wrap-title{
		position: relative;
		bottom: 0px;
		padding: 10px 0px;
		background: #152130;
	}
	.wrap-title .title{
		font-size: 28px;
	}
	.wrap-title .dis{
		font-size: 16px;
	}
}


.wrap-btn{
	text-align: center;
	padding: 20px 0px;
}
.wrap-btn.border{
	border-top: 1px solid #989898;
}
.wrap-btn ul li{
	display: inline-block;
}
.wrap-btn ul li a{
	display: block;
	height: 28px;
	line-height: 26px;
	border-radius: 16px;
	border: 1px solid #dd6524;
	color: #cb3727;
	text-decoration: none;
	font-size: 17px;
	padding: 0px 10px;
	cursor: pointer;
}
.wrap-btn ul li a:hover{
	background: #dd6524;
	color: #fff;
}
.wrap-content .c-title{
	margin: 20px auto;
    padding: 0px 40px;
    font-size: 26px;
    /*text-align: justify;*/
    color: #000;
    max-width: 1680px;
	/*white-space:nowrap;*/
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.c-header img {
  margin: auto;
  max-width: 90% !important;
  display: block;
}

.wrap-content .c-header{
	margin: 20px auto;
    padding: 0px 40px;
    font-size: 20px;
    text-align: justify;
    color: #1d2858;
    max-width: 1680px;
}

.wrap-content .c-header ul li { 
	list-style:circle inside;
	padding-left: 30px;
}

@media (max-width: 767px){
	.wrap-content .c-header{
		padding: 0px 15px;
	}
}
.wrap-content .group-title{
	text-align: center;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    padding: 5px;
    font-size: 26px;
    color: #1d2858;
    margin: 10px 0px;
}

.wrap-detail-box{
	padding: 0px 25px;
	max-width: 1680px;
	margin: 0 auto;
}
@media (max-width: 1199px){
	.wrap-detail-box{
		padding: 0px;
	}
}
.wrap-detail-box .box-item{
	border: 7px solid #fff;
    position: relative;
    overflow: hidden;
	margin-bottom: 15px;
}
.wrap-detail-box .box-item img{
	width: 100%;
}

.wrap-detail-box .box-item .content{
	position: absolute;
    top: 78%;
    background: rgba(1,1,1,0.8);
    color: #fff;
    padding: 0px 15px 0px 15px;
    width: 100%;
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
}
.wrap-detail-box .box-item .content h3{
	text-transform: uppercase;
}
.wrap-detail-box .box-item .content p{
	display: none;
	text-align: justify;
}
.wrap-detail-box .box-item:hover .content{
	top: 0px;
}
.wrap-detail-box .box-item:hover .content p{
	display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrap-detail-box .box-item .content h3{
		font-size: 18px;
		margin-top: 10px;
	}
}
@media (max-width: 500px) {
	.wrap-detail-box .box-item .content h3{
		font-size: 18px;
		margin-top: 10px;
	}
}

.wrap-contact .contact{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px;
}
.wrap-contact .q-contact{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	color: #1d2858;
}
.btn-contact{
	background: #ca3827;
    height: 28px;
    padding: 0px 10px;
    border-radius: 15px;
    color: #fff !important;
    line-height: 28px;
    display: inline-block;
    margin: 10px 0px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-decoration: none !important;
    cursor: pointer;
}
.btn-contact:hover{
    background: #dd6524;
}

/*TRANG TÌM KIẾM*/
.search-filter{
	padding: 10px 0;
    background: #a39f9e;
    background: -moz-linear-gradient(left, #a39f9e 1%, #e7e6e5 50%, #a39f9e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#a39f9e), color-stop(50%,#e7e6e5), color-stop(100%,#a39f9e));
    background: -webkit-linear-gradient(left, #a39f9e 1%,#e7e6e5 50%,#a39f9e 100%);
    background: -o-linear-gradient(left, #a39f9e 1%,#e7e6e5 50%,#a39f9e 100%);
    background: -ms-linear-gradient(left, #a39f9e 1%,#e7e6e5 50%,#a39f9e 100%);
    background: linear-gradient(to right, #a39f9e 1%,#e7e6e5 50%,#a39f9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39f9e', endColorstr='#a39f9e',GradientType=1 );
}
.box-detail{
	max-width: 1680px;
	margin: 0 auto;
	padding: 15px;
}
.wrap-search{
	position: relative;
    width: 600px;
    max-width: 100%;
}
.wrap-search input{
	height: 40px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
}
.wrap-search button{
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.wrap-search button .fa{
	font-size: 25px;
}

.info-page{
	color: #1d2858;
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

.info-page-news{
	padding: 10px;
	font-size: 20px;
	color: #1d2858; 
	font-weight: bold;
	text-transform: uppercase;
}
.per-page{
	padding: 10px;
}
.per-page select{
	height: 32px;
	font-size: 16px;
	color: #1d2858;
}
.wrap-pagination{
	padding: 10px;
}
.pagination_2 li{
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
    border: 1px solid #da4726;
    border-right: 0px;
    color: #da4726;
}
@media (max-width: 767px){
	.pagination_2 li{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
.pagination_2 li > a,
.pagination_2 li > span{
	background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    height: 100%;
    width: 100%;
    color: #da4726;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.pagination_2 li.prev{
	width: 80px;
    border-radius: 20px 0px 0px 20px;
}
.pagination_2 li.prev > span,
.pagination_2 li.prev > a{
	font-family: arial;
	position: relative;
	padding: 0px 20px 0px 25px;
}
.pagination_2 li.prev span.fa{
	font-family: arial;	
}
.pagination_2 li.prev span.fa:before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 2px;
    top: 50%;
    margin-top: -10px;
}

.pagination_2 li.next{
	width: 80px;
    border-radius: 0px 20px 20px 0px;
	border-right: 1px solid #da4726;
}
.pagination_2 li.next > span,
.pagination_2 li.next > a{
	font-family: arial;
	position: relative;
	padding: 0px 20px 0px 25px;
}
.pagination_2 li.next span.fa{
	font-family: arial;	
}
.pagination_2 li.next span:before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 2px;
    top: 50%;
    margin-top: -10px;
}
.pagination_2 li:hover{
	background: #da4726;
}
.pagination_2 li:hover a,
.pagination_2 li:hover span{
	color: #fff;
}



.list-search-result{
	margin: 20px 0px;
}
.list-search-result .item-result{
	border-top: 1px dotted #666;
	position: relative;
	padding: 15px 15px 15px 60px;
	text-decoration: none !important;
}
@media (max-width: 767px){
	.list-search-result .item-result{
		padding: 10px 0px 10px 50px;
	}
}
.list-search-result .item-result a{
	text-decoration: none;
}
.list-search-result .item-result .icon{
    position: absolute;
    font-size: 45px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 10px;
    top: 20px;
    display: block;
    background: url(../images/icon-page.png) no-repeat center;
}
.list-search-result .item-result h3{
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	color:  #da4726;
}
.list-search-result .item-result p,
.list-search-result .item-result a{
	margin: 0px;
	font-size: 16px;
	color: #333;
}
.list-search-result .item-result p.link{
	color: #868686;
}
.list-search-result .item-result p.link:hover{
	color: #444;
}
.list-search-result.news .item-result{
	padding: 15px;
}
.list-search-result.news .item-result img{
	width: 120px;
    max-height: 120px;
    float: left;
    margin: 0px 10px 10px 0;
}
.list-search-result.news .item-result h3{
	margin-top: 0px;
}


/*BOX TExt*/
.table-of-content{
	max-width: 1100px;
	margin: 0 auto;
}
.box-text{
	margin-bottom: 20px;
}
.box-text h4{
	font-weight: bold;
	margin: 5px 0px;
	color: #222;
	font-size: 16px;
}
.box-text ul li a{
	display: block;
	font-size: 16px;
	padding: 3px 0px;
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #989898;
	position: relative;
	padding-right: 25px;
}
.box-text ul li a:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 26px;
    color: #da4726;
    text-align: right;
    line-height: 20px;
}
.box-text ul li a:hover{
	color: #da4726;
}

@media (max-width: 767px) {
	.padding-r-0-xs{
		padding-right: 0px;
	}
	.padding-l-0-xs{
		padding-left: 0px;
	}
	.padding-l-r-0-xs{
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-r-8-xs{
		padding-right: 8px;
	}
	.padding-l-8-xs{
		padding-left: 8px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.padding-r-0-sm{
		padding-right: 0px;
	}
	.padding-l-0-sm{
		padding-left: 0px;
	}
	.padding-l-r-0-sm{
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-r-8-sm{
		padding-right: 8px;
	}
	.padding-l-8-sm{
		padding-left: 8px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.padding-r-0-md{
		padding-right: 0px;
	}
	.padding-l-0-md{
		padding-left: 0px;
	}
	.padding-l-r-0-md{
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-r-8-md{
		padding-right: 8px;
	}
	.padding-l-8-md{
		padding-left: 8px;
	}
}
@media (min-width: 1200px) {
	.padding-r-0-lg{
		padding-right: 0px;
	}
	.padding-l-0-lg{
		padding-left: 0px;
	}
	.padding-l-r-0-lg{
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-r-8-lg{
		padding-right: 8px;
	}
	.padding-l-8-lg{
		padding-left: 8px;
	}
}
.padding-r-0-all{
	padding-right: 0px;
}
.padding-l-0-all{
	padding-left: 0px;
}
.padding-l-r-0-all{
	padding-right: 0px;
	padding-left: 0px;
}
.padding-0{
	padding: 0px;
}


.opacity-0{
	 opacity:0;
}
.opacity-1{
	 opacity:1;
}

.theme-2 .header,
.theme-2 .has-fixed .navbar.navbar-custom-2,
.theme-2 .footer{
	/*background: #1b1f2b;*/
}
.theme-2 .header{
	background: #f9f9f9 url(../images/bg.jpg) no-repeat bottom !important;
    background-size: cover !important;
}
/*.theme-2 .navbar.navbar-custom{
	background: #1b1f2b;
}*/
.theme-2 .navbar.navbar-custom-2{
	background: #0f1117;
}
@media (min-width: 768px){
	.theme-2 .has-fixed .navbar.navbar-custom-2{
		background: #1b1f2b;
	}
}
.theme-2 .wrap-logo .logo img{
	position:relative;
	z-index: 99;
}
.theme-2 .footer{
	/*background: rgba(38,48,74,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(38,48,74,1) 0%, rgba(38,48,74,1) 28%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,48,74,1)), color-stop(28%, rgba(38,48,74,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(38,48,74,1) 0%, rgba(38,48,74,1) 28%, rgba(0,0,0,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(38,48,74,1) 0%, rgba(38,48,74,1) 28%, rgba(0,0,0,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(38,48,74,1) 0%, rgba(38,48,74,1) 28%, rgba(0,0,0,1) 100%);
background: radial-gradient(ellipse at center, rgba(38,48,74,1) 0%, rgba(38,48,74,1) 28%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26304a', endColorstr='#000000', GradientType=1 );*/
/*background: rgba(54,64,89,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(54,64,89,1) 0%, rgba(27,31,43,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(54,64,89,1)), color-stop(100%, rgba(27,31,43,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(54,64,89,1) 0%, rgba(27,31,43,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(54,64,89,1) 0%, rgba(27,31,43,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(54,64,89,1) 0%, rgba(27,31,43,1) 100%);
background: radial-gradient(ellipse at center, rgba(54,64,89,1) 0%, rgba(27,31,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364059', endColorstr='#1b1f2b', GradientType=1 );*/
background: rgba(45,53,77,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(45,53,77,1) 0%, rgba(15,19,31,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45,53,77,1)), color-stop(100%, rgba(15,19,31,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(45,53,77,1) 0%, rgba(15,19,31,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(45,53,77,1) 0%, rgba(15,19,31,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(45,53,77,1) 0%, rgba(15,19,31,1) 100%);
background: radial-gradient(ellipse at center, rgba(45,53,77,1) 0%, rgba(15,19,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d354d', endColorstr='#0f131f', GradientType=1 );
/*
	http://www.cssmatic.com/gradient-generator#'\-moz\-radial\-gradient\%28center\%2C\%20ellipse\%20cover\%2C\%20rgba\%2845\%2C53\%2C77\%2C1\%29\%200\%25\%2C\%20rgba\%2815\%2C19\%2C31\%2C1\%29\%20100\%25\%29\%3B'
*/
}

.theme-2 .navbar.navbar-custom .navbar-nav>li>a{
	color: #fff;
}
.theme-2 .navbar.navbar-custom .navbar-nav>li>a:after{
	background: #bfbfbf;
}
@media (min-width: 768px){
	.show-search .input-search{
		background: #cecece;
	}
	.show-search .btn-close-search{
		color: #333;
	}
	.theme-2 .has-fixed .navbar.navbar-custom-2{
		background: #f9f9f9 url(../images/bg.jpg) no-repeat scroll center bottom;
		background-size: cover;
	}
	
}
.has-fixed .mini-nav li,
.has-fixed .mini-nav li.search a{
	color: #fff;
}
.has-fixed .mini-nav li.menu:after{
	background: #adadad;
}
.has-fixed .mini-nav li.active{
	color: #fff;
}
@media (min-width: 768px){
	.navbar.navbar-custom-2 .navbar-nav>li.dropdown:hover >a {
		color: #fff;
		background: #447ec0 none repeat scroll 0 0;
	}
}
@media (min-width: 768px){
	.has-fixed .navbar.navbar-custom-2 .navbar-collapse {
		border-top: 1px solid #ccc;
	}
}
.theme-2 .footer{
	background: #f9f9f9 url(../images/bg.jpg) no-repeat bottom;
    background-size: cover;
}
.social-item .fa{
	background: #3b5998;
}

.share {
  display: none;
}

.ico-share {
  display: none !important;
}

@media (max-width: 800px){
	.wrap-banner {
	  height: 140px;	  
	}
	
	.wrap-title {
	  background: transparent none repeat scroll 0 0;	  
	  top: 10px;
	}

	.wrap-title .icon {
	  height: 70px;
	  width: 70px;
	}

	.wrap-title .icon.icon-1 {
	  background-size: 70px 70px !important;
	}

	.wrap-title .title {
	  font-size: 25px;
	}
}

@media (max-width: 650px){
	.wrap-banner {
	  height: 95px;	  
	}

	.wrap-title {
	  background: transparent none repeat scroll 0 0;	  
	  top: -114px;
	}

	.wrap-title .icon {
	  height: 60px;
	  width: 60px;
	}

	.wrap-title .icon.icon-1 {
	  background-size: 60px 60px !important;
	}

	.wrap-title .title {
	  font-size: 20px;
	}
}

@media (max-width: 500px){
	.wrap-banner {
	  height: 95px;	  
	}

	.wrap-banner .img-banner {	  
	  min-height: 87px;	  
	}

	.wrap-title {
	  background: transparent none repeat scroll 0 0;	  
	  top: -88px;
	}

	.wrap-title .icon {
	  height: 40px;
	  width: 40px;
	}

	.wrap-title .icon.icon-1 {
	  background-size: 40px 40px !important;
	}

	.wrap-title .title {
	  font-size: 16px;
	}
}
.dynamic-input-error{
    color:red;
}


