@charset "utf-8";

/*自訂樣式===============================================*/
.footerStyle10 a:hover {
    color: #c88c8c;
}
footer .ftMenu_list li a:hover {
    color: #c88c8c;
}
.sectionNOpadding {
    margin: 0;
}
.bgParallax:after {
    background-color: rgba(0, 0, 0, 0.2);
}
/*body {
    background: url(../images/indexBG.jpg);
    background-attachment: fixed;
}*/
.slick-slider .slick-arrow:hover {
    cursor: pointer;
    background-color: #961F1F;
}
.pageTitleStyle-1:before {
    width: 50px;
    background-color: #c12525;
    z-index: 1;
}

.btn-orange {
    background-color: #C12525;
}
.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #fff;
    background-color: #C12525;
    border-color: #C12525;
}

/*logIn Tab==============================*/
.loginBlock{
 width: 100%;
 height: 100vh;
 background-color: rgba(0,0,0,0.5);
 position: fixed;
 top: 0;
 left: 0;
 z-index: 10;
 justify-content: center;
 align-items: center;
 padding: 0 15px;
 display: none;
 transition: all 0.3s ease-in-out;
}
.loginTab{
 width: 100%;
 max-width: 380px;
 margin: 0 auto;
 background-color: #fff;
 padding: 20px;
 border-radius: 15px;
 box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.logInForm{
 width: 100%;
}
.formTitle{
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 15px;
}
.logInForm em{color: red;}
.logInForm input:not(.btn){
 width: 100%;
 padding: 10px;
 border-radius: 10px;
 border: 1px #bcbcbc solid;
}
.logInTabBtn:hover{color: #fff;}
.prod_price small{color: red;}
.advantageList{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.advantageList .imgBox{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

.headerStyle01 .topLink{
	background-color:#CD4F50;
}

.footerStyle10{
	background-color:#CD4F50;
}

.footerStyle10 > div:last-child{
	background-color:#444444;
}

.vn_car .InquireIcon span{
    line-height: 0.8;
    margin-top: 5px;
    margin-bottom: 8px;
}
.vn_car .InquireIcon i{font-size: 26px;}
.about2_1 .bgParallax{padding-left: 0;padding-right: 0;}
.about2_1 .bgParallax::after{z-index: -1;} 


@media screen and (max-width:1699px){
.advantageList{max-width: 960px;}
}
@media screen and (max-width:1024px){
    .vn_car .InquireIcon i{font-size: 18px;}
    .vn_car .InquireIcon span{
        margin-top: 6px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width:991px){
    .advantageList .imgBox{
        max-width: 260px;
    }
}
@media screen and (max-width:680px){
    .cowboy_tabList{align-items: stretch;}
    .cowboy_tabList > a{width: 50%;}
}
@media screen and (max-width:576px){
    .advantageList .subBlockTitle{
        font-size: 15px;
    }
}
@media screen and (max-width:375px){
    .advantageList .subBlockTitle{
        font-size: 13px;
    }
}