/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



#section-9 .swiper {
    height: 280px;
}
#section-9 .swiper-slide .img {
    width: 32px;
    height: 32px;
    margin-bottom: 1.5rem;
    position: relative;
}
#section-9 .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#section-9 .swiper-slide ._setting {
    background: url(images/setting.svg);
}
#section-9 .swiper-slide ._question {
    background: url(images/question.svg);
}
#section-9 .swiper-slide ._video {
    background: url(images/video.svg);
}
#section-9 .swiper-slide ._send {
    background: url(images/send.svg);
}

#section-9 .swiper-slide h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
#section-9 .swiper-slide p {
    font-size: 0.875rem;
    opacity: 0.6;
    margin-bottom: 1.5rem;
}
#section-9 .swiper-slide .btn {
    opacity: 0;
}

#section-9 .swiper-slide:hover .img {
    transform: scale(1.2);
}

#section-9 .swiper-slide:hover ._setting {
    background: url(images/setting-blue.svg);
}
#section-9 .swiper-slide:hover ._question {
    background: url(images/question-blue.svg);
}
#section-9 .swiper-slide:hover ._video {
    background: url(images/video-blue.svg);
}
#section-9 .swiper-slide:hover ._send {
    background: url(images/send-blue.svg);
}

#section-9 .swiper-slide:hover h4 {
    font-size: 2rem;
}
#section-9 .swiper-slide:hover p {
    opacity: 1;
}
#section-9 .swiper-slide:hover .btn {
    cursor: pointer;
    opacity: 1;
}
