@font-face {
  font-family: 'Roboto-Regular';
  src:    url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src:    url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UVNHongHaHep';
  src:    url('../fonts/UVNHongHaHep.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UVNHongHaHep_R';
  src:    url('../fonts/UVNHongHaHep_R.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a, a:hover, a:focus, a:active{
	text-decoration: none;
}
ol, ul, li{
	padding: 0;
	list-style: none;
}
input{
	padding-left: 12px;
}
textarea{
	padding-top: 3px;
	padding: 12px;
}
input, textarea, select, button{
	outline: none;
}
.clearfix:after, .clearfix:before{
	content: '';
	display: block;
	clear: both;
}
.single-content *{
	vertical-align: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	list-style: inherit;
	text-decoration: inherit;
}

.bg-img{
	background-size: -webkit-cover;
	background-size: -moz-cover;
	background-size: -o-cover;
	background-size: -ms-cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
    flex-direction: column;
}

/*transition......................................................................................*/
.smooth{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-def{
	background:#fab907;
	background: -webkit-linear-gradient(#fab907, #FBE82F);
    background: -moz-linear-gradient(#fab907, #FBE82F);
    background: -o-linear-gradient(#fab907, #FBE82F);
    background: -ms-linear-gradient(#fab907, #FBE82F);
    background: linear-gradient(#fab907, #FBE82F);
    background-size: 100% 200%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-def:hover{
	background-position: 0 -102%;
}

input::-webkit-input-placeholder {
   color: #59862C;
}
input:-moz-placeholder {
   color: #59862C;  
}
input::-moz-placeholder {
   color: #59862C;  
}
input:-ms-input-placeholder {  
   color: #59862C;  
}
textarea::-webkit-input-placeholder {
   color: #59862C;
}
textarea:-moz-placeholder {
   color: #59862C;  
}
textarea::-moz-placeholder {
   color: #59862C;  
}
textarea:-ms-input-placeholder {  
   color: #59862C;  
}
.wrapper{
	box-shadow: 0 0 10px 5px #ccc;
	    padding: 0 3px;
}
.header{
	background: -webkit-linear-gradient(#ECECE1,#D2D0C2);
	background: -moz-linear-gradient(#ECECE1,#D2D0C2);
	background: -o-linear-gradient(#ECECE1,#D2D0C2);
	background: -ms-linear-gradient(#ECECE1,#D2D0C2);
	background: linear-gradient(#ECECE1,#D2D0C2);
	padding: 0 20px;
}
.date{
    font-family: "Roboto-Regular";
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
    color: #4e7429;
}
.language{
	text-align: right;
	padding: 20px 0;
}
.language img{
	width: 35px;
	height: 23px;
}
.language .fix-drop{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.language select{
	height: 23px;
	border: solid 1px #59862C;
	width: 150px;
	font-family: "Roboto-Regular";
	font-size: 13px;
	padding-left: 5px;
	color: #59862C;
}
.head{
	padding: 10px 20px;
	background: -webkit-linear-gradient(#5D8B2D,#456726);
	background: -moz-linear-gradient(#5D8B2D,#456726);
	background: -o-linear-gradient(#5D8B2D,#456726);
	background: -ms-linear-gradient(#5D8B2D,#456726);
	background: linear-gradient(#5D8B2D,#456726);
	border-bottom: solid 1px #2E4817;
}
.search{
	text-align: right;
}
.search-form{
	position: relative;
	width: 250px;
	display: inline-block;
	margin-top: 18px;
}
.search-form input{
	padding-left: 10px;
	width: 100%;
	height: 30px;
	border: solid 1px #59862C;
	outline: none;
	font-family: "Roboto-Regular";
}
.search-form button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	outline: none;
	text-align: center;
	border: solid 1px #59862C;
	font-size: 18px;
	color: #59862C;
	background: #fff;
}
.icon-rotate i{
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.icon-rotate:hover i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.primary-menu{
	border-top: solid 1px #86B553;
	background: -webkit-linear-gradient(#5D8B2D,#456726);
	background: -moz-linear-gradient(#5D8B2D,#456726);
	background: -o-linear-gradient(#5D8B2D,#456726);
	background: -ms-linear-gradient(#5D8B2D,#456726);
	background: linear-gradient(#5D8B2D,#456726);
}
.rmm.style{
	padding: 0;
}
.rmm.style ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "UVNHongHaHep_R";
	padding: 7px 20px;
	border-radius: 6px;
}
.rmm.style>ul>li:hover>a{
	background: #496C27;
}
.rmm.style ul li > a:not(:only-child):after{
	font-family: FontAwesome;
	content: "\f107";
	-webkit-transform: none;
    transform: none;
    font-size: 15px;
    margin-left: 5px;
    top: -1px;
}
.rmm.style ul ul{
	background: none;
	display: block;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	transition: all .5s;
}
.rmm ul li:hover > ul{
	max-height: 400px;
	visibility: visible;
}
.rmm.style ul ul:hover{
	overflow: visible;
}
.rmm.style ul ul li a{
	padding-top: 9px;
	padding-bottom: 9px;
	background: rgba(73, 108, 39, 0.9);
	font-size: 14px;
    border-radius: 6px;
    box-shadow: none;
    border-top: solid 1px #e1e1e1;
}
.rmm.style ul ul li > a:not(:only-child):after{
	font-family: FontAwesome;
	content: "\f105";
	-webkit-transform: none !important;
    transform: none !important;
    font-size: 15px;
    margin-left: 5px;
    top: -1px;
    margin-right: -15px;
}
.rmm.style ul ul li a:hover{
	background: #86B553;
}
.fetured-post{
	background: url(../images/fe-bg.jpg) no-repeat;
	padding: 20px;
}

.fetured-img{
	width: 65%;
	float: left;
	height: 230px;
}
.fetured-img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.fetured-info{
	width: 35%;
	float: left;
	padding-left: 15px;
}
.fetured-info h3{
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
    line-height: 24px;
    max-height: 50px;
    overflow: hidden;
}
.fetured-info h2 a:hover{
	color: #456726;
}
.fetured-info p{
	font-size: 14px;
	line-height: 20px;
	font-family: "Roboto-Regular";
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 5px;
}
.read-more{
	float: right;
	display: inline-block;
	color: #456726;
}
.read-more:hover{
	color: #34568E;
}
.fetured-list{
	/*width: 65%;*/
	margin-top: 15px;
	margin-left: -5px;
}
.fetured-list .fetured-item{
	height: 60px;
	padding: 0 5px;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}
.fetured-list .fetured-item img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	opacity: 0.5;
}
.fetured-list .fetured-item:hover img{
	opacity: 0.8;
}
.fetured-list .fetured-item.slick-current img{
	opacity: 1;
}
.site-tab{
	background: -webkit-linear-gradient(#5D8B2D,#456726);
	background: -moz-linear-gradient(#5D8B2D,#456726);
	background: -o-linear-gradient(#5D8B2D,#456726);
	background: -ms-linear-gradient(#5D8B2D,#456726);
	background: linear-gradient(#5D8B2D,#456726);
	color: #fff;
	font-family: "UVNHongHaHep";
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 20px;
}
.site-tab:after{
	content: '';
    height: 0;
    border-top: 9px solid #456726;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50px;
}
.welcome{
	padding-bottom: 30px;
}
.welcome p{
	padding: 0 15px;
	font-family: "Roboto-Regular";
	font-size: 15px;
}
.welcome .read-more{
	margin-right: 15px;
}
.first-new > a{
	display: block;
	height: 300px;
	overflow: hidden;
}
.first-new > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.first-new {
	position: relative;
	margin-bottom: 20px;
}
.first-new h2{
	font-size: 18px;
	font-family: "Roboto-Regular";
	color: #fff;
	background: rgba(0,0,0,0.6);
	position: absolute;
	line-height: 25px;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 12px 15px;
}
.first-new h2 a{color: #f5f5f5;}
.first-new h2 a:hover{color: #5D8B2D;}
.list-news-item{
	margin-bottom: 20px;
}
.list-news-item > a{
	display: block;
	width: 110px;
	height: 70px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	border: solid 1px #e1e1e1;
}
.list-news-item > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-news-item > a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.list-news-item h2{
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular";
}
.list-news-item h2 a:hover{
	color: #5D8B2D;
}
.link-contact ul{
	padding: 10px 15px;
}
.link-contact li{
	font-size: 16px;
	padding: 3px 0;
}
.link-contact a{
	color: #456726;
	font-family: "Roboto-Regular";
}
.link-contact a i{
	font-size: 14px;
	margin-right: 5px;
}
.link-contact a:hover{
	color: #34568E;
}
.online-contact{
	padding: 10px 15px;
}
.online-contact label{
	display: block;
	color: #456726;
}
.online-contact p{
	margin-bottom: 5px;
}
.sidebar{
	background: #34568E;
	margin-bottom: 20px;
}
.sidebar-title{
	text-transform: uppercase;
	font-size: 16px;
	font-family: "UVNHongHaHep";
	color: #fff;
	background: -webkit-linear-gradient(#4B7BBF,#2A467A);
	background: -moz-linear-gradient(#4B7BBF,#2A467A);
	background: -o-linear-gradient(#4B7BBF,#2A467A);
	background: -ms-linear-gradient(#4B7BBF,#2A467A);
	background: linear-gradient(#4B7BBF,#2A467A);
	padding: 8px 15px;
	margin-top: 0;
	position: relative;
}
.sidebar-title:after{
	content: '';
    height: 0;
    border-top: 9px solid #2A467A;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50px;
}
.program{
	padding: 0 15px;
}
.program marquee{
	height: 226px;
}
.program-item h3{
	font-size: 16px;
	font-family: "Roboto-Bold";
	color: #fff;
}
.program-item h3 a{
	color: #fff;
}
.program-item h3 a:hover{
	text-shadow: 1px 1px 3px #000;
}
.program-item p{
	font-size: 13px;
	color: #fff;
	font-family: "Roboto-Regular";
}
.program-item:not(:last-child){
	border-bottom: solid 1px #20365B;
}

.dl-pagination{
	text-align: right;
	background: #253F6B; 
	padding: 8px 15px;
}
.dl-pa{
	border-radius: 8px;
	background: #253F6B;
	background: -webkit-linear-gradient(#1D3153,#253F6B);
	background: -moz-linear-gradient(#1D3153,#253F6B);
	background: -o-linear-gradient(#1D3153,#1D3153);
	background: -ms-linear-gradient(#1D3153,#253F6B);
	background: linear-gradient(#1D3153,#253F6B);
	display: inline-block;
	padding: 0 5px;
}
.dl-pa a{
	color: #666;
}
.dl-pa span{
	color: #fff;
	display: inline-block;
	margin: 0 5px;
}
.dl-pa a:hover{
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.banner{
	margin-top: 30px;
}
.banner a{
	display: block;
	height: 250px;
	margin-bottom: 20px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-video{
	padding: 5px;
}
.sidebar-video iframe{
	width: 100%;
	height: 200px;
	vertical-align: middle;
}

.back-to-top{
	display: none;
}
.back-to-top i{
	position: fixed;
   	cursor: pointer;
   	text-align: center;
   	z-index: 999;
   	width: 40px;
   	height: 40px;
   	font-size: 25px;
   	line-height: 40px;
   	border-radius: 50%;
   	bottom: 35px;
   	right: 30px;
   	background: rgba(69, 103, 38, 0.9);
	color: #fff;
}
footer{
	margin-top: 40px;
	background: -webkit-linear-gradient(#5D8B2D,#456726);
	background: -moz-linear-gradient(#5D8B2D,#456726);
	background: -o-linear-gradient(#5D8B2D,#456726);
	background: -ms-linear-gradient(#5D8B2D,#456726);
	background: linear-gradient(#5D8B2D,#456726);
	padding: 30px 0;
}
footer .f-title{
	font-size: 18px;
	color: #fff;
	font-family: "Roboto-Regular";
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
footer .f-content{    
	margin-top: 10px;
	padding: 0px 10px;
	text-align: center;
}
footer .visitors-counter{
	color: white;
}
.breadcrumb{
	font-family: "Roboto-Regular";
}
.breadcrumb li a, .breadcrumb li.active{
	color: #456726;
}
.breadcrumb li a:hover{
	color: #34568E;
}
.breadcrumb>li+li:before{
	color: #456726;
	font-family: FontAwesome;
	content: "\f105";
}
.contact{
	padding: 0 15px;
}
.contact input{
	width: 100%;
	border: solid 1px #456726;
	height: 35px;
	margin-bottom: 15px;
}
.contact textarea{
	width: 100%;
	border: solid 1px #456726;
	margin-bottom: 15px;
}
.contact button{
	background: #456726;
	color: #fff;
	font-family: "Roboto-Bold";
	border: none;
	height: 35px;
	min-width: 100px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact button:hover{
	background: #34568E;
}
.contact-title{
	font-family: "UVNHongHaHep";
	font-size: 24px;
	color: #456726;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.address p{
	color: #456726;
}
.address p i{
	width: 25px;
	display: inline-block;
}
.map iframe{
	margin-top: 40px;
	height: 330px;
	pointer-events: none;
}

.gallery .sidebar{
	margin-top: 10px;
}
.accodion li a{
	color: #fff;
	font-size: 16px;
	font-family: "Roboto-Regular";
	text-transform: uppercase;
	display: block;
	padding: 7px 15px;
	border-bottom: solid 1px #fff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.accodion li li a{
	padding-left: 30px;
}
.accodion li li li a{
	padding-left: 45px;
}
.accodion li a:hover, .accodion li a.show{
	background: #456726;
	color: #fff;
}
.accodion li i{
	float: right;
	color: #fff;
	font-size: 20px;
    padding: 8px 0px;
    width: 36px;
    text-align: center;
    background: #2A467A;
    cursor: pointer;
}
.accodion li i:hover{
	background: #456726;
}
.accodion ul ul{
	display: none;
}
.gallery-list{
	padding-right: 30px;
}
.gallery h1{
	text-transform: uppercase;
	font-size: 30px;
	font-family: "UVNHongHaHep";
	color: #456726;
	margin-top: 10px;
	margin-bottom: 30px;
}
.gallery-item{
	height: 160px;
	cursor: pointer;
	border: solid 2px #456726;
	margin-bottom: 30px;
}
.gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enci-pagination{
	text-align: center;
	margin-top: 10px;
}
.enci-pagination a, .enci-pagination strong{
	font-size: 14px;
	border: solid 1px #456726;
	min-width: 28px;
	text-align: center;
	padding: 3px;    
	margin: 0px 2px;
	display: inline-block;
	color: #456726;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.enci-pagination strong, .enci-pagination a:hover{
	background: #456726;
	color: #fff;
}

.list-img img{
	width: 46%;
	height: 120px;
	object-fit:cover;
    margin: 0 2%;
    float: left;
    margin-bottom: 15px;
    border: solid 2px #fff;
}
.news h1{
	text-transform: uppercase;
	font-size: 30px;
	font-family: "UVNHongHaHep";
	color: #456726;
	margin-top: 10px;
	padding-left: 15px;
}
.news-list{
	padding-left: 15px;
}
.news-item{
	margin-bottom: 25px;
}
.news-item .news-img{
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 15px;
}
.news-item .news-img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.news-info h2{
	font-family: "UVNHongHaHep";
	font-size: 18px;
	color: #456726;
}
.news-info p{
	font-family: "Roboto-Regular";
	font-size: 15px;
}
.news-info h2 a{
	color: #456726;
}
.news-info h2 a:hover{
	color: #34568E;
}
.news .enci-pagination{
	margin-top: 40px;
}
.news{
	margin-bottom: 40px;
}
.news-list h3{
	font-size: 24px;
	font-family: "UVNHongHaHep";
	color: #456726;
	text-transform: uppercase;
}
.news-single{
	padding-left: 15px;
}
.fb_iframe_widget{
	vertical-align: top;
}
.news-time{
	font-style: italic;
	font-family: "Roboto-Regular";
	display: block;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.single-content img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.single-content *{
	vertical-align: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    list-style: inherit;
    text-decoration: inherit;
}
.map{
	padding: 15px;
}
.map img{
	border: solid 2px #fff;
}
.logo img{
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	max-height: 65px;
}



@media all and (min-width: 1200px){
	
}

@media all and (max-width: 1199px){
    
}

@media all and (max-width: 991px){
	.back-to-top{
		display: none;
	}
   	.back-to-top i{
   		position: fixed;
   		cursor: pointer;
   		text-align: center;
   		z-index: 999;
   		width: 40px;
   		height: 40px;
   		line-height: 40px;
   		bottom: 5px;
   		left: 50%;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background: rgba(0,0,0,0.8);
	    color: #fff;
   	}
   	.mean-container .mean-bar, .mean-container .mean-bar.headroom{
   		background: rgba(69, 103, 38, 0.95);
   		border-bottom: solid 1px #86B553;
   		left: 18px;
   		right: 18px;
   		width: auto;
   		padding-bottom: 2px;
   	}
   	.mean-container .mean-bar>a{
   		background: rgba(69, 103, 38, 0.95);
   	}
   	.mean-container .mean-bar>a.meantext{
   		background: none;
   	}
   	.mean-container .mean-nav{
   		background: rgba(69, 103, 38, 0.85);
   	}
   	.mean-container .mean-nav ul li a{font-family: "UVNHongHaHep_R"}
   	.mean-container .mean-nav ul li li a{opacity: 0.9}
   	.logo{
   		display: none;
   	}
   	header{padding-top: 45px;}
   	.language{padding-bottom: 8px;}
   	.search-form{margin-top: 0;}
}
.language .btn-primary {
    color: #fff;
    background-color: #537C2A;
    border-color: #537C2A;
}
.language .btn-primary:hover{ {
    color: #fff;
    background-color: #537C2A;
    border-color: #537C2A;
}
@media all and (max-width: 767px){
	.search{
		text-align: center;
	}
    .search-form{
    	width: 80%;
    }
    .date{
   		display: none;
   	}
   	.language{
   		text-align: center;
   		padding-top: 8px;
    	padding-bottom: 5px;
   	}
   	.sidebar-video iframe{height: auto;max-height: 300px;min-width: 150px;}
   	.news-list{padding-right: 15px;}
   	.banner a{
   		max-height: 250px;
   		height: auto;
   	}
   	.banner a img{
   		height: auto;
   		width: auto;
   		max-height: 100%;
   		max-width: 100%;
   		display: block;
   		margin: auto;
   	}
   	.news-single{
   		padding-right: 15px;
   	}
}

@media all and (max-width: 600px){
	.news-item .news-img{
		width: 100%;
		float: none;
		max-height: 250px;
		display: block;
    	height: auto;
	}
	.news-item .news-img img{
		width: auto;
		max-height: 100%;
		margin: auto;
	}
	.news-info h2{
		margin-top: 15px;
	}
}

@media all and (max-width: 480px){
	
}

@media all and (max-width: 375px){

}

/*owl carousel*/
.slider .owl-prev i, .slider .owl-next i{
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	color: red;
	background: #666;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	visibility: hidden;
}
.slider .owl-prev i{
	left: 0px;
}
.slider .owl-next i{
	right: 0px;
}
.slider:hover .owl-prev i{
	visibility: visible;
	left: 20px;
}
.slider:hover .owl-next i{
	visibility: visible;
	right: 20px;
}

.owl-dot{
	width: 14px;
	height: 14px;
	background: red;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}
.owl-dot.active{
	background: #000;
}
.owl-dots{
	text-align: center;
}
/*end owl carousel*/