/*-------------------------menu-------------------------*/
.collapse li {
	width: 113px;
}
#clnav {
	color: white;
}
.collapse li a {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.active1 {
	background: #b90711 !important;
	color: #ffffff !important;
}
/*-------------------------menu-------------------------*/





/*-------------------------slide-------------------------*/
@media (min-width: 768px) {

	.banner-top {
		background: red;
		background-image: url(/image/TOP.gif);
	}
	/* show 3 items */
	.carousel-inner .active,
	.carousel-inner .active + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
		display: block;
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
		transition: none;
	}

	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be abso position for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(50%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

}


/* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

#myCarousel{
	padding-top: 20px;
	background: #058b4a;
}
.panel-thumbnail p {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.panel-thumbnail a img {
	width: 200px;
	height: 150px;
}
/*-------------------------slide-------------------------*/


/*------------------------search-------------------------*/

/*------------------------search-------------------------*/



/*-------------------------content-------------------------*/
@media (max-width: 600px) {
	.news-mobile a img{
		width: 100% !important;
		height: 240px !important;
		margin-bottom: 10px;
	}
	.header-logo img {
		width: 100%;
		height: 200px !important;
		border-radius: 10px;
	}
	.logo-bottom {
		display: none !important;
	}
	.mobiess {
		display: none;
	}
	.header-logo {
		text-align: center;
		padding-top: 5px;
	}
	.collapse li a {
		text-align: left;
	}
	.header-language {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.panel-thumbnail a img {
		width: 100%;
		height: 300px;
	}
	#myCarousel {
		height: auto;
	}
	.footers {
		padding-left: 0px !important;
	}
	.form-control1 {
		width: 210px !important;
		margin-left: 10px;
	}
	.btn-outline-secondary{
		margin-left: 20px;
	}
}
@media (min-width: 1200px) {
	.header-language {
		text-align: right;
	}
	.header-logo {
		padding-left: 0px !important;
	}
	.pc-container {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

.img-height{
	height: 200px;
	overflow: hidden;
	box-shadow: 10px;
}
.img-height img {
	width: 100%;
	height: 200px;
}

.title-name{
	color: black;
	display: block;
	text-align: center;
	font-size: 20px;
}
.text-center{
	text-align: center;
	padding-bottom: 10px;
}
.promotional{
	color: lightcoral;
	text-align: center;
	font-size: 20px;
}
.footer-product{
	text-align: center;
	padding-bottom: 15px;
}

.right{
	padding: 0 15px 15px;
}
.right h3{
	margin: 0 -15px 5px;
	padding: 8px 15px;
	color: #FFFF00;
	background: #058b4a;
	text-transform: uppercase;
	font-size: 17px;
}
.right a {
	font-weight: bold;
	text-decoration: none;
}
.right li{
	color: #EEEEEE;
	padding: 5px 0 6px 15px;
	width: 90%;

	font-size: 12px;
	list-style: none;
	list-style-type: disc;
}
.right li:hover{
	color: #EEEEEE;
	background: #EE0000;
	text-decoration: none;
}
.right a:hover{
	text-decoration: none;
}

.tin {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px 0 10px;
}
.tin-1 {
	padding: 0;
	clear: both;
	width: 100%;
}
.tin-11 {
	padding: 8px 15px 15px;
}
div.tin-11 h3{
	border-bottom: 1px solid #DDDDDD;
	color: #EA0000;
	margin: 0 -14px 5px;
	padding: 0 14px 8px;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
}
div.tin-11 li{
	list-style: none;
	list-style-type: disc;
	font-size: 11px;
}
div.tin-11 li a{
	color: #1B57B1;
	text-decoration: none;
}
div.tin-11 li a:hover{
	color: red;
	text-decoration: underline;
}
.tin-11 table td {
	padding: 8px 5px;
}
.tin-11 table td span{
	font-weight: bold;
	font-size: 12px;
}
.tin-11 table td a{
	color: #1B57B1;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px
}
.tin-11 table td p{
	font-size: 12px
}
.tin-11 table td a:hover{
	color: red;
	text-decoration: underline;
}

.hdap {
	padding: 10px 0px 5px 0px;
}
.hdap .hdaps {
	color: #000000;
	text-decoration: none;
}

.title-hd{
	width: 100%;
	height: 30px;
	background: #ccc;
	border-radius: 4px;
}
.title-hd h5 {
	margin-left: 20px;
	font-size: 14px;
	padding-top: 7px
}
.tt-text .linkss {
	font-size: 13px;
	/*margin-left: 20px*/
}
.tt-text .linkss:hover {
	color: red;
}
.tt-text p {
	font-size: 15px;
	/*margin-left: 20px*/
}

.tt-text li {
	list-style: none;
	list-style-type: disc;
}
.tt-text li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
/*-------------------------content-------------------------*/




/*-------------------------footer---------------------------*/

.fter li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #544F4C;
}
.fter li a:hover {
	text-decoration: underline;
}
.fter small{
	padding: 0 0 0 15px;
}
/*-------------------------footer---------------------------*/









.main-nav {
	background: #b90711;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #f6f6f6), color-stop(100%, #f6f6f6));
	background-image: -webkit-linear-gradient(to bottom, #f6f6f6, #f6f6f6);
	background-image: -moz-linear-gradient(to bottom, #f6f6f6, #f6f6f6);
	background-image: -o-linear-gradient(to bottom, #f6f6f6, #f6f6f6);
	background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}

.nav-brand {
	float: left;
	margin: 0;
}

.nav-brand a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 29px;
	text-decoration: none;
}

#main-menu {
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	#main-menu {
		float: left;
		clear: none;
	}
}


/* Mobile menu top separator */

#main-menu:before {
	content: '';
	display: block;
	height: 1px;
	font: 1px/1px sans-serif;
	overflow: hidden;
	background: #b90711;
}

@media (min-width: 768px) {
	#main-menu:before {
		display: none;
	}
}


/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 10px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #b90711;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}

#main-menu-state:checked ~ #main-menu {
	display: block;
}

@media (min-width: 768px) {
	/* hide the button in desktop view */
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}

	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
		padding: 13px 24px;
		background: #ececec;
		background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
		color: #fff;
	}
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
	padding: 13px 24px;
	background: rgba(255, 237, 0, 0.8);
	/*background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);*/
	color: #333333;
}

.sm-blue > li {
	border-left: 1px solid #b5b5b5;
}

.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
	border-radius: 0 !important;
}

.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
	border-radius: 0 !important;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}



@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
.sm-blue {
	background: transparent;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
	padding: 10px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	background: #f09700;
	background-image: linear-gradient(to bottom, #f09700, #f09700);
	color: #fff;
	font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-blue a.current {
	background: #b90711;
	background-image: linear-gradient(to bottom, #b90711, #b90711);
	color: #fff;
}
.sm-blue a.disabled {
	color: #a1d1e8;
}
.sm-blue a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
	content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
	border-radius: 8px 8px 0 0;
}
.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
	border-radius: 0 0 8px 8px;
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}
.sm-blue ul {
	background: #fff;
}
.sm-blue ul ul {
	background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
	background: transparent;
	color: #b90711;
	font-size: 16px;
	text-shadow: none;
	border-left: 8px solid transparent;
}
.sm-blue ul a.current {
	background: #b90711;
	background-image: linear-gradient(to bottom, #b90711, #b90711);
	color: #fff;
}
.sm-blue ul a.disabled {
	color: #b3b3b3;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
	border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
.sm-blue ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
	border-top: 0;
}

@media (min-width: 768px) {
	/* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
	.sm-blue ul {
		position: absolute;
		width: 12em;
	}

	.sm-blue li {
		float: left;
	}

	.sm-blue.sm-rtl li {
		float: right;
	}

	.sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
		float: none;
	}

	.sm-blue a {
		white-space: nowrap;
	}

	.sm-blue ul a, .sm-blue.sm-vertical a {
		white-space: normal;
	}

	.sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */
	.sm-blue {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}
	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
		padding: 13px 24px;
		background: #ee9600;
		background-image: linear-gradient(to bottom, #ee9600, #ee9600);
		color: #fff;
	}
	.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
	}
	.sm-blue a.current {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
		color: #fff;
	}
	.sm-blue a.disabled {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
		color: #a1d1e8;
	}
	.sm-blue a .sub-arrow {
		top: auto;
		margin-top: 0;
		bottom: 2px;
		left: 50%;
		margin-left: -5px;
		right: auto;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #a1d1e8 transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-blue a .sub-arrow::before {
		display: none;
	}

	.sm-blue > li {
		border-left: 1px solid #058b4a;
	}
	.sm-blue > li:first-child {
		border-left: 0;
	}
	.sm-blue ul {
		border: 1px solid #a8a8a8;
		padding: 7px 0;
		background: #fff;
		border-radius: 0 0 4px 4px !important;
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	}
	.sm-blue ul ul {
		border-radius: 4px !important;
		background: #fff;
	}
	.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
		border: 0 !important;
		padding: 9px 23px;
		background: transparent;
		color: #b90711;
		border-radius: 0 !important;
	}
	.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
		color: #fff;
	}
	.sm-blue ul a.current {
		background: #b90711;
		background-image: linear-gradient(to bottom, #b90711, #b90711);
		color: #fff;
	}
	.sm-blue ul a.disabled {
		background: #fff;
		color: #b3b3b3;
	}
	.sm-blue ul a .sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
	}
	.sm-blue ul li {
		border: 0;
	}
	.sm-blue .scroll-up,
	.sm-blue .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-blue .scroll-up-arrow,
	.sm-blue .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #BB0000transparent;
	}
	.sm-blue .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #BB0000transparent transparent transparent;
	}
	.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #BB0000transparent transparent;
	}
	.sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
		border-radius: 0 8px 8px 0;
	}
	.sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
		border-radius: 8px 0 0 8px !important;
	}
	.sm-blue.sm-rtl > li:first-child {
		border-left: 1px solid #b90711;
	}
	.sm-blue.sm-rtl > li:last-child {
		border-left: 0;
	}
	.sm-blue.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
	}
	.sm-blue.sm-vertical {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.sm-blue.sm-vertical a {
		padding: 9px 23px;
	}
	.sm-blue.sm-vertical a .sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
	}
	.sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
		border-radius: 8px 8px 0 0;
	}
	.sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
		border-radius: 0 0 8px 8px !important;
	}
	.sm-blue.sm-vertical > li {
		border-left: 0 !important;
	}
	.sm-blue.sm-vertical ul {
		border-radius: 4px !important;
	}
	.sm-blue.sm-vertical ul a {
		padding: 9px 23px;
	}
}

/*# sourceMappingURL=sm-blue.css.map */

.carousel-control-prev-icon {
	background-image: url(/image/re-left.gif) !important;
}
.carousel-control-next-icon {
	background-image: url(/image/re-right.gif) !important;
}
.carousel-control-next-icon {

}
.carousel-control-next, .carousel-control-prev {
	width: auto !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px !important;
	height: 30px !important;
}
.contacts iframe {
	width: 100%;
}
.ul-news li {
	list-style: none;
}
.footers {
	padding-top: 15px;
}

.video-top iframe {
	width: 100%;
	height: 190px;
}
.introduce-img img {
width: 100%;
    
}
}