@charset "UTF-8";

/*前端調整修改=====================================*/
.navbar-category .mb-product-menu-btn{
    width: 48px;
    text-align: center;
}
.navbar-category .mb-product-menu-btn i{
    position: static;
    margin: 5px auto 0 auto;
    line-height: 1;
    display: block;
}
.mb-product-menu-btn span{
    display: block;
    text-align: center;
    font-size: 12px;
}
.product-view-one .modal-content button.close{
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.agent-title1{
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
}
.agent-title1 small{
    font-size: 24px;
    color: #565656;
}
.globalmap{
    margin-top: 3%;
    margin-bottom: 3%;
}
.globalmap img{
    width: 100%;
    height: auto;
    display: block;
}
.agent-title2{
    font-size: 20px;
    font-weight: bold;
    color: #565656;
    border-bottom: 1px #000 solid;
    padding: 5px 0;
}
.agentList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.agentList .item{
    width: 16.66666%;
    padding: 10px;
    margin-bottom: 15px;
}
.agentList .linkBox{
    width: 100%;
    display: flex;
    align-items: center;
}
.agentList .flag{
    width: 50px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px #9c9c9c solid;
}
.agentList .flag img{
    display: block;
    width: 100%;
    height: auto;
}
.agentList .country{
    font-size: 18px;
    font-weight: bold;
    color: #565656;
    line-height: 1;
}
.agentList .haslink .country{
    color: #0054a2;
    text-decoration: underline;
}
.agentData{
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    color: #565656;
    font-weight: bold;
    display: none;
}
.agentData .countryName{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.agentData .flag{
    margin-right: 10px;
    border: 1px #9c9c9c solid;
}
.agentData a{
    display: block;
    margin-bottom: 10px;
}

.video-rwd{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}
.video-rwd iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.product-download{
    display: inline-block;
    padding: 10px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #0054a2;
    color: #fff;
    text-align: center;
}
.product-download:hover{
    background-color: #0054a2;
    color: #fff;    
}

@media screen and (min-width:992px){
    .mb-language-option{display: none;}
    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu.pcHide{display: none;}
}
@media screen and (max-width:1200px){
    .agentList .item{width: 20%;}
}
@media screen and (max-width:1199px){
    .globalmap{
        margin-top: 5%;
        margin-bottom: 5%;
    }

}
@media screen and (max-width:992px){
    .leftMenu{display: none;}
    .agent-title1{font-size: 30px;}
}
@media only screen and (max-width: 991px){
    .mobile-responsive-nav .logo{
        max-width: calc(100% - 100px);
        left: 58px;
    }
    .agentList .item{width: 25%;}
    .slider-item::before{opacity: 0.5;}
}
@media only screen and (max-width: 767px){
    .agentList .item{width: 33.3333%;}
}
@media only screen and (max-width: 479px){
    .agentList .item{width: 50%;}
}
@media only screen and (max-width: 327px){
    .agentList .flag{width: 40px;}
}