@import url('https://fonts.font.im/css?family=Oswald');

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('/upload/font/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('/upload/font/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('/upload/font/SourceSansPro-Bold.ttf') format('truetype');
}



body{
font-family: 'Source Sans Pro', Arial, Candal, sans-serif !important;
}
.reset_style{
 word-break: break-word !important;
}


a{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a:focus{text-decoration:none;}

/* page */
  
@media only screen and (min-width: 769px) {
  .p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #373c41;
    background: #373c41;
    color: #fff;
  }

  .p_page .pre:active {
    background: #dc0c19;
    border-color: #dc0c19;
    color: #fff;
  }

  .p_page .pre:hover {
    color: #fff;
    background: #dc0c19;
    border-color: #dc0c19;
    cursor: pointer;
  }

  .p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    border: 1px solid #373c41;
    background: #373c41;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
  }

  .p_page .next:active {
    background: #dc0c19;
    border-color: #dc0c19;
    color: #fff;
  }

  .p_page .next:hover {
    background: #dc0c19;
    border-color: #dc0c19;
    color: #fff;
    cursor: pointer;
  }

  .p_page .pageNum {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #373c41;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
  }

  .p_page .pageNum:active {
    color: #fff;
    text-decoration: none;
    background-color: #dc0c19;
    border-color: #dc0c19;
  }

  .p_page .pageNum:hover {
    color: #fff;
    border-color: #dc0c19;
    cursor: pointer;
    text-decoration: none;
    background-color: #dc0c19;
  }
  .p_page .pageNum.active {
    text-decoration: none;
    background-color: #dc0c19;
    color: #fff;
    border-color: #dc0c19;
}

}

@media screen and (max-width: 768px) {

  
  #w_grid-1583461056344,#w_grid-1599805064880{display:none !important;}
  #c_portalResProduct_category-15833988564006185 .swiper-slide:nth-child(2){display:none !important;}
    #c_portalResProduct_category-15833988564006185 .swiper-slide:nth-child(3){display:none !important;}
    #c_portalResProduct_category-15833988564006185 .swiper-slide:nth-child(4){display:none !important;}
  #c_portalResNews_list-15835595964348313 .newPic{width:auto !important;}
  
  
  

  
  
  
  
  
  
  
  
  .p_pagebox .NumBox {
    display: none !important;
  }

  .p_pagebox {
    width: 100%;
    text-align: center;
  }

    .p_pagebox .js_pageBtnDisable,
    .p_pagebox .js_pageBtnDisable:hover,
    .p_pagebox .js_pageBtnDisable:active {
        background: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
    color: #bfbfbf !important;
        cursor: default;	
    }
    .p_pagebox .js_pageBtnDisable .iconfont {color: #ddd !important;}
    .p_pagebox .js_pageBtnDisable:hover .iconfont {color: #bfbfbf !important;}

  .p_pagebox .pre {
    width: 48%;
    margin-right:2%;
    background-color: #dc0c19;
  }
  .p_pagebox .pre:hover {
    color: rgba(255, 255, 255, 1);
    border-color: #dc0c19;
    background-color: #dc0c19;
    cursor: pointer;
}
.p_pagebox .pre:active {
  background-color: #dc0c19;
}
  .p_pagebox .next {
    width: 48%;
    margin-left:2%;
    background-color: #dc0c19;
  }
  .p_pagebox .next:hover {
    background-color: #dc0c19;
}
.p_pagebox .next:active {
  background-color: #dc0c19;
}

}



/* scrollbar css */
::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #fff;
  width: 5px;
  border-radius: 4px;
  background-color: #373c41;
}
::-webkit-scrollbar-corner {
  background-color: #fff;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #dcdddc;
  color: #000;
}
::-moz-selection {
  background: #dcdddc;
  color: #000;
}
::selection {
  background: #dcdddc;
  color: #000;
}



/* animation */

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
  
  
