body{
  /* background-image: url(qa_bg_s.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

.qa{
    float: left;
    width: auto;
}

.content {
	background-image: url('../images/萬國-聯絡我們-bg-inside-3.png'), url('../images/萬國-聯絡我們-bg-inside-2.png'), url('../images/萬國-聯絡我們-bg-inside-1.png'), url('../images/20200819-萬國網站-聯絡我們-bg-s.png');
	background-size: 10vw auto, 8vw auto, 12vw auto, auto auto;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat; 
	background-position: 95% 90%, 5% 120px, 102% 120px, 50% center;
	padding-top: 100px;
}

.content .select {
    width: 100%;
    position: relative;
    float: left;
}

.content .select select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    display: inline-block;
    background-color: #ffffff;
    border: solid #c75b2c 1px;
    color: #c75b2c;
    font-size: 1.2rem;
    padding: 6px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 50px;
}


.content .select select option{
    background-color: #fff;
    color: #000;
}

.content .select::before {
    position: absolute;
    top: 1.3em;
    right: 1.2em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .45em solid transparent;
    border-right: .45em solid transparent;
    border-top: .575em solid #c75b2c;
    pointer-events: none;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    background: none;
}
#accordion .panel-heading{
    padding: 0;
    /* border-radius: 30px; */
    background-color: #FABF1F;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px 15px 20px;
    background-color: #FABF1F;
    /* color: #fff; */
    color: #10386B;
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 2.4rem;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-left: 10px solid transparent;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    border-left: 10px solid #10386B;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
/*	
    content: "\f107";
    font-family: fontawesome;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
*/    
	content: '';
	width: 40px;
	height: 40px;
	line-height: 40px;
    background-image: url('../images/萬國-聯絡我們-icon-b-minus.png');
    background-size: 40px 40px;
    border-radius: none;    
    /*background: #c75b2c;*/
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);*/
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f105";
    content: '';
    background-image: url('../images/萬國-聯絡我們-icon-y-plus.png');
    /*background: #fff;*/
    color: #666;
    /*border: 1px solid #ddd;*/
    box-shadow: none;
}
#accordion .panel-body{
    padding: 20px 25px 10px 9px;
    background: transparent;
    background-image: url('../images/萬國網站切版-首頁-16-最新消息裝飾.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 20% auto;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: #666;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding-left: 25px;
}

#accordion .panel-collapse {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: white;
}

@media (min-width: 992px) {
.faq .col-md-offset-2 {
	margin-left: 5%;
} 
.faq .col-md-8 {
	width: 90%;
}
}

@media only screen and (min-width: 990px) {
body{
  /* background-image: url(qa_bg.jpg); */
  background-repeat-y: repeat;
  background-size: 100%;
}

.qa{
    float: left;
    width: 100%;
}

.content .select {
    width: 300px;
}

}

@media only screen and (min-width: 1025px) {

}

@media only screen and (max-width: 400px) {
	#accordion .panel-title a {
		padding-right: 40px;
	}	
}

