.slider_section {
    margin-top: 10px;
}
.slider_section .item{
    position: relative;    
}
.slider_section .sliderSwiper {
    position: relative;
    cursor: move;
}
.slider_section .sliderSwiper .item img {
    width: 100%;
    max-height: 750px;
}
.slider_section .sliderSwiper:hover .button_navigation {
    visibility: visible;
}
.slider_section .sliderSwiper .button_navigation {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 11;
    color: #333;
    top: 50%;
    background-color: #2F2F8B;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
    visibility: hidden;
}

.slider_section .sliderSwiper .button_navigation:hover {
    opacity: 1;
}
.slider_section .sliderSwiper .slider-next {
    right: 30px;
}
.slider_section .sliderSwiper .slider-prev {
    left: 30px;
}
.slider_section .slider-pagination {
    position: absolute;
    bottom: 15px !important;
    width: auto !important;
    z-index: 11;
    left: 50% !important;
    transform: translateX(-50%);
}
.slider_section .slider-pagination .swiper-pagination-bullet {
    padding: 8px;
    background-color: #FFF;
    border: 2px solid #2093AA;
}
.slider_section .slider-pagination .swiper-pagination-bullet-active {
    background-color: #2093AA;
}
.slider_section .item .content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider_section .item .content .container{
    height: 100%;
}
.slider_section .item .content .box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    width: 40%;
}
.slider_section .item .content .box h2{
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 1px 1px #2E8FCE;
}
.slider_section .item .content .box h3{
    margin: 10px 0 25px;
    font-weight: 700;
    text-shadow: 0.5px 0.5px #2E8FCE;
}
.slider_section .item .content .box .btn_viewmore{
    background-color: #FCB813;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    cursor: pointer;
    border-radius: 30px;
    display: table;
    width: 150px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}
.slider_section .item .content .box .btn_viewmore:hover{
    background-color: #DA332D;
    color: #FFF;
}
/* home content */
/* product home */
.product_list {
    padding: 2rem 0 0;
}
.product_list h2{
    margin: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    padding: 0 10px;
    color: #2F2F8B;
}
.product_list h2 a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: none;
}
.product_list h2 a:hover{
    color: #2F2F8B;
}
.product_list h2 span{
    float: left;
    border-bottom: 2px solid #256260;
}
.product_list .item {
    margin-top: 10px;
    background-color: #FFF;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 6px;
    overflow: hidden;
}
.product_list .item:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(138 138 145 / 80%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
    box-shadow: 0px 5px 10px 0px rgb(138 138 145 / 80%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.product_list .item img {
    width: 100%;
    height: auto !important;
}
.product_list .item .info {
    padding: 10px;
}
.product_list .item .info a{
    color: #000;
}
.product_list .item .info a:hover{
    color: #2F2F8B;
}
.product_list .item .info h3{
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    text-align: center;
}
.product_new .swiper-slide {
    padding-bottom: 10px;
}
.product_list .item .info .price_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product_list .item .info .price_box .price{
    color: #F00;
    font-size: 16px;
}
.product_list .item .info .price_box .price_2{
    color: #999999;
    text-decoration: line-through;
    font-size: 14px;
}
/* partner */
.partner_section {
    background-image: url('../images/bg2.png');
    background-size: cover;
    width: 100%;
    padding: 3rem 0;
    margin-top: 3rem;
}
.partner_section h2 {
    font-size: 25px;
    margin: 0px 0px 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #1682C8;
}
.partner_section .item {
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
}
.partner_section .item img{
    max-width: 90%;
    height: 100px;
}
/* news home */
.news_home {
    padding: 3rem 0;
}
.news_home h2{
    font-size: 30px;
    margin: 0px 0px 3rem;
    font-weight: 700;
    text-align: center;
}
.news_home h2 span{
    color: #2F2F8B;
}
.news_home .item {
    background-color: #FFF;
    border-radius: 15px;
    padding: 5px;
}
.news_home .blog__image-wrap {
    position: relative;
    margin-bottom: 10px;
}
.news_home .item .blog__img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-position-y: top;
    -webkit-mask-position-x: right;
    border-radius: 15px;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    overflow: hidden;
    position: relative;
}
.news_home .blog__image-wrap a {
    box-shadow: none;
    text-decoration: none;
}
.news_home .blog__image-wrap img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.news_home .item .blog__img img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_home .item .blog__content {
    padding: 0px 5px;
}
.news_home .item .blog__img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_home .item h3{
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
}
.news_home .item a{
    color: #333;
}
.news_home .item a:hover{
    color: #2F2F8B;
}
.news_home .view_more {
    display: table;
    margin: 1rem auto 0;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.2rem;
    color: #256260;
}
/* table */
@media screen and (max-width: 1024px) {
    
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
   
}
/* mobile */
@media screen and (max-width: 668px) {
    
}
@media screen and (max-width: 612px) {
    
}