body{
    color: black;
    font-family: 'Poppins', sans-serif;
}
h2:hover{
    color: #7BCED8;
}
.pt-55{
    padding-top: 55.5px!important;
}
.pb-40{
    padding-bottom: 40px!important;
}
.mr-10{
    margin-right: 10px!important;
}
.mr-15{
    margin-right: 15px!important;
}
.mr-20{
    margin-right: 20px!important;
}
.mr-30{
    margin-right: 30px!important;
}
.mr-40{
    margin-right: 40px!important;
}
.mr-50{
    margin-right: 50px!important;
}
.ml-10{
    margin-left: 10px!important;
}
.ml-15{
    margin-left: 15px!important;
}
.mb-40{
    margin-bottom: 40px!important;
}
.lh-33{
    line-height: 33px!important;
}
.cl-main{
    color: #7BCED8!important;
}
.cl-second{
    color: #7E7E7E!important;
}
.cl-third{
    color: #FCFCFC!important;
}
.cl-forth{
    color: #C5C5C5!important;
}
.cl-white{
    color: #fff!important;
}
.cl-black{
    color: #000!important;
}
.bg-main{
    background-color: #7BCED8!important;
}
.bg-second{
    background-color: #7E7E7E!important;
}
.bg-third{
    background-color: #FCFCFC!important;
}
.bg-forth{
    background-color: #C5C5C5!important;
}
.bg-white{
    background-color: #fff!important;
}
.bg-black{
    background-color:#000!important;
}
.bg-fifth{
    background-color: #ECECEC!important;
}
.border-right {
    border-right: 1px solid #7E7E7E!important;
}

a{
    text-decoration: none!important;
}

header .header-top{
    background-color:#ececec;
}
.contact
{
    width: 100%;
    font-size: 13px;
    height: 33px;
}
.contact .contact-no-social
{
    float: left;
    padding: 8.5px 0px;
    color: #373D54bf; /* edit */
}
.contact .contact-no-social i
{
    transform: rotatey(180deg)
}
.contact .contact-w-social
{
    float: right;
    margin-right:-15px;
}

.contact .contact-w-social i
{
    font-size: 15px;
    cursor: pointer;
}
.contact .contact-w-social a{
    color: #7E7E7E;
    text-decoration: none;
}
.contact .contact-w-social a .link:hover{
    color: #0077b5;
}
.contact .contact-w-social a .twit:hover{
    color: #1da1f2;
}
.contact .contact-w-social a .face:hover{
    color: #3b5998;
}
.contact .contact-w-social .lang{
    font-size: 15px;
    padding: 0 15px;
    text-transform: capitalize;
}
.contact .contact-w-social .lang.active{
    color:#7BCED8!important;
}
.contact .contact-w-social .lang.ar{
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
}
.contact .contact-w-social .lang:hover{
    color: #7BCED8!important;
}
header .navbar{
    padding: 6px 16px;
}
header .header-bottom{
    background-color: #fff;
}
.header-bottom .navbar .navbar-brand{
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    margin:0;
}
.header-bottom .navbar .navbar-brand img{
    margin-right: 10px;
}
.header-bottom .navbar .navbar-nav .nav-item{
    text-transform: capitalize;
    font-size: 17px;
    line-height: 38px;
}
.header-bottom .navbar .navbar-nav .nav-item a{
    color: #C5C5C5;
    font-size: 16px;
    font-weight: bold;
    transition: .3s all ease-in-out;
}
.header-bottom .navbar .navbar-nav .nav-item a:hover{
    color: #000;
}
.header-bottom .navbar .navbar-nav .nav-item:not(:last-child){
    margin: 0 23px;
}
.header-bottom .navbar .nav-item.last{
    border: 2px solid #7BCED8;
    border-radius: 50px;
    padding: 0px 15px;
    margin-left: 23px;
    font-weight: 600;
    transition: .3s all ease-in-out;
    list-style:none;
    line-height: 38px;
}
.header-bottom .navbar .nav-item.last a{
    color: #7BCED8;
    transition: .3s all ease-in-out;
}
.header-bottom .navbar .nav-item.last:hover{
    background-color: #7BCED8;
    border-color: #7BCED8;
}
.header-bottom .navbar .nav-item.last:hover a{
    color: #fff;
}
.header-bottom .navbar .navbar-nav .nav-item.active a{
    color: black;
    position: relative;
}
.header-bottom .navbar .navbar-nav .nav-item.active a::after{
    content: '';
    width: 20px;
    height: 4px;
    background-color: #7BCED8;
    position: absolute;
    bottom: -2px;
    right: 50%;
    transform: translateX(50%);
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul{
    padding: 10px;
    background: #fff;
    top: 95px;
    border: 1px solid #C5C5C5;
    z-index: 9999999;
    transition: .6s all ease-in-out;
    visibility: hidden;
    opacity: 0;
        overflow-y: scroll;
    height: 500px;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li{
    margin: 0 23px;
        line-height: 31px;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li a{
    font-size:14px;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li:last-child{
    border: none;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    transition: .3s all ease-in-out;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li:last-child a{
    color: #C5C5C5;
    transition: .3s all ease-in-out;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li:last-child:hover{
    background:none;
    border:none;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg ul li:hover a{
    color: #7BCED8;
}
.header-bottom .navbar .navbar-nav .nav-item.categorg:hover ul{
    top: 65px;
    visibility: visible;
    opacity: 1;
}




.popular-trend{
    padding: 40px 0 19px ;
    background-color:#ececec;
}
.popular-trend .popular-title h3,
.popular-trend .trend-title h3,
.trend-main .trend-main-title h3{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}
.popular-trend .popular .slider .carousel-item,
.popular-trend .trend .blogs .blog{
    border-radius: 15px;
  position: relative;
}
.popular-trend .popular .slider .carousel-item .content-slide,
.trend-main .trend-main-col .content-slide{
    background: url(../images/pop/2.png)no-repeat center center;
    background-size: cover;
    height: 100%;
    border-radius: 15px;
}
.popular-trend .popular .slider .carousel-item .content-slide .icon,
.popular-trend .trend .blogs .blog .icon,
.trend-main .trend-main-col .content-slide .icon{
    top: 12.5px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}
.popular-trend .popular .slider .carousel-item .content-slide .icon img:last-child,
.popular-trend .trend .blogs .blog .icon img:last-child,
.trend-main .trend-main-col .content-slide .icon img:last-child{
    display: none;
}
.popular-trend .popular .slider .carousel-item .content-slide .icon .second,
.popular-trend .trend .blogs .blog .icon .second,
.trend-main .trend-main-col .content-slide .icon .second{
    display: block!important;
}
.popular-trend .popular .slider .carousel-item .content-slide .icon .first,
.popular-trend .trend .blogs .blog .icon .first,
.trend-main .trend-main-col .content-slide .icon .first{
    display: none!important;
}
.popular-trend .popular .slider .carousel-item .content-slide .content-slide-text .offer,
.trend-main .trend-main-col .content-slide .content-slide-text .offer{
    margin-bottom: 2px;
}
.popular-trend .popular .slider .carousel-item .content-slide .content-slide-text,
.popular-trend .trend .blogs .blog .content-blog-text,
.trend-main .trend-main-col .content-slide .content-slide-text{
    bottom: 20px;
    left: 20px;
    width: 67.8%;
}
.popular-trend .popular .slider .carousel-item .content-slide .content-slide-text span,
.popular-trend .trend .blogs .blog .content-blog-text span,
.trend-main .trend-main-col .content-slide .content-slide-text span{
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
}
.popular-trend .popular .slider .carousel-item .content-slide .content-slide-text span.new,
.popular-trend .trend .blogs .blog .content-blog-text span.new,
.trend-main .trend-main-col .content-slide .content-slide-text span.new{
    background-color: #7BCED8;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 1.5px 5px;
}
.popular-trend .popular .slider .carousel-item .content-slide .content-slide-text h2,
.popular-trend .trend .blogs .blog .content-blog-text .blog-title,
.trend-main .trend-main-col .content-slide .content-slide-text h2{

    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: bold;
}
.popular-trend .popular .slider .carousel-indicators{
    width: auto;
    margin: 0;
    left: 82%;
    bottom: 25px;
}
.popular-trend .popular .slider .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
}
.popular-trend .trend .show-all{
    top: 5px;
    right: 0;
}
.popular-trend .trend .show-all a{
    font-size: 16px;
    text-decoration: none;
    color: #7BCED8;
}
.popular-trend .trend .show-all a:hover{
    color: #7E7E7E;
}
.popular-trend .trend .blogs .blog {
    margin-bottom: 20.5px;
}
.popular-trend .trend .blogs .blog .icon{
    top: 10px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
     z-index:3;
}

.popular-trend .trend .blogs .blog .content-blog-text{
    bottom: 20px;
    z-index:3;
}
.popular-trend .trend .blogs .blog .content-blog-text .offer{
    margin-bottom: 10px;
}
.popular-trend .trend .blogs .blog .content-blog-text .blog-title{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
}






.categories{
    padding-bottom: 40px;
    background-color: #ececec;
}
.categories .categ .categories-title{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}

.blog-content{border-radius: 15px;}
.image-box_overlay {
    background: rgba(0,0,0, .4);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  border-radius: 15px;
}

/*swiper*/
.swiper-container{
    width: 100%;
    
}
.swiper-container .swiper-slide .content-categ{
    display: grid;
    border-radius: 10px;
    height: 171px;
    align-items: center;
    justify-items: center;
    background-color: #7BCED8;
}
 .swiper-container .swiper-slide .content-categ h4{
    font-size: 18px;
    font-weight: bold;

}
#img{
    /* margin: auto ; */
    /* margin-right: auto;
    margin-top: auto;
    margin-bottom: auto; */
    /* vertical-align: text-top; */
    
    /* display:table-cell;
    vertical-align:middle;
    text-align:center; */
    width: 50%;
    height: 75px;
}
/* @media screen and (min-width:450px) {
    .swiper-container .swiper-slide .content-categ h4 {
        padding-top: 45px;
        padding-left: 45px;
        font-size: 11px;
    }
  } */
.categories .swiper-next_1{
    right: 0%;
    top: -4px;
}
.categories .swiper-prev_1{
    left: auto;
    top: -4px;
    right: 45px;
}
.swiper-next_1,
.swiper-prev_1{
    position: absolute;
    background: none;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #7BCED8;
    box-shadow: 1px 1px 5px #888;
    text-align: center;
    cursor: pointer;
}
.swiper-next_1:hover,
.swiper-prev_1:hover{
    background-color: #7BCED8;
    border: 2px solid #7BCED8;
    color: #fff;
}
.swiper-next_1 i,
.swiper-prev_1 i{
    line-height: 30px;
}
/* swiper */




.new{
    background-color: #ececec;
    padding-bottom: 16.5px;
}
.new hr,
.parts hr{
    position: absolute;
    bottom: -3px;
    left: 9%;
    width: 797px;
    border-bottom: 1px solid #7E7E7E;
}
.new .new-title{
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}
.swiper-container_1,
.swiper-container_2,
.swiper-container_3,
.swiper-container_4,
.swiper-container_5,
.swiper-container_6{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container_1 .swiper-slide.swiper-slide_1,
.swiper-container_2 .swiper-slide,
.swiper-container_3 .swiper-slide,
.swiper-container_4 .swiper-slide,
.swiper-container_5 .swiper-slide,
.swiper-container_6 .swiper-slide{
    width: 100%!important;
    margin: 0!important;
}
.swiper-next,
.swiper-prev,
.swiper-next_3,
.swiper-prev_3,
.swiper-next_4,
.swiper-prev_4,
.swiper-next_5,
.swiper-prev_5,
.swiper-next_2,
.swiper-prev_2,
.swiper-next_6,
.swiper-prev_6{
    position: absolute;
    background: none;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #7BCED8;
    box-shadow: 1px 1px 5px #888;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}
.swiper-next:hover,
.swiper-prev:hover,
.swiper-next_2:hover,
.swiper-prev_2:hover,
.swiper-next_3:hover,
.swiper-prev_3:hover,
.swiper-next_4:hover,
.swiper-prev_4:hover,
.swiper-next_5:hover,
.swiper-prev_5:hover,
.swiper-next_6:hover,
.swiper-prev_6:hover{
    background-color: #7BCED8;
    border: 2px solid #7BCED8;
    color: #fff;
}
.swiper-next i,
.swiper-prev i,
.swiper-next_2 i,
.swiper-prev_2 i,
.swiper-next_3 i,
.swiper-prev_3 i,
.swiper-next_4 i,
.swiper-prev_4 i,
.swiper-next_5 i,
.swiper-prev_5 i,
.swiper-next_6 i,
.swiper-prev_6 i{
    line-height: 30px;
}
.new .swiper-next{
    right: 9%;
    bottom: -3px;
    top: auto;
}
.new .swiper-prev{
    left: 71%;
    bottom: -3px;
    top: auto;
}
.new .swiper-pagination{
    right: 12.1%;
    height: 32px;
    line-height: 35px;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 23px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#7E7E7E;
    opacity: 1;
    background: transparent;
    font-weight: bold;
    margin: 0 9px;
    outline: none;
  }
  .swiper-pagination-bullet-active {
    color:#7BCED8;
    background: transparent;
  }
.new .new-item{
    width: 100%;
}
.new .new-item .item-top {
    overflow: hidden;
}
.new .new-item .item-top img{
    width: 100%;
}
.new .new-item .item-top .icon{
    top: 10px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    z-index: 9999;
}/*
.new .new-item .item-top .icon:hover .first{
    display: none;
}
.new .new-item .item-top .icon:hover .active{
    display: block;
}*/
.new .new-item .item-top .icon img:last-child{
    display: none;
}
.new .new-item .item-top .icon .first{
    display: none!important;
}
.new .new-item .item-top .icon .second{
    display: block!important;
}
.new .new-item .item-top .icon img{
    text-shadow: 2px 1px 3px #000;
}
.new .new-item .item-top img{
    transition: .5s all ease-in-out;
}
.new .new-item .item-top:hover>img{
    transform: scale(1.2);
}
.new .new-item .item-bottom{
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 40px;
    height: 400px;
        display: grid;
        align-items: flex-start;
}
.new .new-item .item-bottom .first-new{
    margin-bottom: 20px;
}
.new .new-item .item-bottom .first-new span{
    font-size: 11px;
    font-weight: 500;
}

.new .new-item .item-bottom .first-new span:first-child{
    background-color: #7BCED8;
    height: 20px;
    width: 40px;
    margin-right: 10px;
    color: #fff;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
}
.new .new-item .item-bottom .item-title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
}
.new .new-item .item-bottom .item-desc{
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;

}
.new .new-item .item-bottom .item-info{
    text-decoration: none;
    color: #C5C5C5;
    font-size: 16px;
    font-weight: 700;

}
.new .new-item .item-bottom .item-info i{
    font-size: 12px;
}
.new .new-item .item-bottom .item-info:hover{
    color: #7BCED8;
}

.new .carousel-control-prev,
.new .carousel-control-next{
    background: none;
    position: absolute;
    bottom: 0;
    top: auto;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #7BCED8;
    box-shadow: 1px 1px 5px #888;
    text-align: center;
    cursor: pointer;
    z-index: 99999999999999;
}
.new .carousel-control-prev{
    left: 35%;
    right: auto;
}
.new .carousel-control-next{
    right: 35%;
}

.carousel-control-next:hover,
.carousel-control-prev:hover{
    background-color: #7BCED8;
    border: 2px solid #7BCED8;
    color: #fff;
}
.carousel-control-next i,
.carousel-control-prev i{
    line-height: 30px;
}
.new .carousel-indicators{
    margin: 0;
    bottom: 6px;
}
.new .carousel-indicators span{
    height: 20px;
    width: 20px;
    background: none;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.new .carousel-indicators span.active{
    color: #0077b5;
}



.download{
    padding: 30px 0;
    background-color: #ececec;
}
.download .download-content{
    padding: 21px 127px 59px 73.5px;
    background: url(../images/bg/1.png)center center no-repeat;
    background-size: cover;
    height: 440px;
    border-radius: 15px;
}
.download .download-content .download-img{
    margin-right: 87.5px;
}
.download .download-content .download-img img{
    height: 360px;
}
.download .download-content .download-desc .icon{
    padding-top: 20px;
    padding-bottom: 40px;
}
.download .download-content .download-desc .download-text h3{
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 43px;
}
.download .download-content .download-desc .download-text p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}






.footer{
    background-color: #ececec;
    padding-top: 10px;
}


.footer .footer-top{
    padding: 40px 0;
    background-color: #C5C5C5;
    height: 280px;
}
.footer .footer-top .foot-about-icon{
    margin-bottom: 10px;
}
.footer .footer-top .foot-about-desc{
    font-size: 12px;
    font-weight: 700;
    color: #7E7E7E;
    margin-bottom: 6px;
    width: 199px;
    line-height: 20px;
}
.foot-about-links a{
    font-size: 16px;
    font-weight: 600;
    color: #7E7E7E;
    height: 42px;
    width: 166.5px;
    text-align: center;
    border: 2px solid #7E7E7E;
    line-height: 42px;
    transition: .3s all ease-in-out;
}
.foot-about-links a:first-child{
    margin-bottom: 6px;
}
.foot-about-links a:first-child i{
    margin-right: 11.5px;
    height: 24px;
    width: 20px;
    line-height: 24px;
}
.foot-about-links a:hover{
    color: #fff;
    border-color: #fff;
}

.footer .footer-top .foot-links .foot-links-title,
.footer .footer-top .foot-contact  .foot-contact-title{
    font-size: 24px;
    font-weight: bold;
    color: #7E7E7E;
    margin-bottom: 10px;
    line-height: 33px;
}
.footer .footer-top .foot-links .foot-links-list li{
    height: 17px;
}
.footer .footer-top .foot-links .foot-links-list li:not(:last-child){
    margin-bottom: 18px;
}
.footer .footer-top .foot-links .foot-links-list a{
    font-size: 12px;
    font-weight: 700;
    color: #7E7E7E;
}
.footer .footer-top .foot-links .foot-links-list a:hover{
    color: #fff;
}
.footer .footer-top .foot-contact .foot-contact-list li{
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 19px;
}
.footer .footer-top .foot-contact .foot-contact-list li img{
    margin-right: 10px;
}
.footer .footer-top .foot-contact .foot-contact-list li p{
    width: 189px;
    line-height: 18px;
    margin-bottom: 0;
}
.footer .footer-top .foot-contact .foot-contact-list li ul a{
    color: #7E7E7E;
    font-size: 15px;
    cursor: pointer;
}
.footer .footer-top .foot-contact .foot-contact-list li ul .link:hover{
    color: #0077b5;
}
.footer .footer-top .foot-contact .foot-contact-list li ul .twit:hover{
    color: #1da1f2;
}
.footer .footer-top .foot-contact .foot-contact-list li ul .face:hover{
    color: #3b5998;
}
.footer .footer-bottom{
    background-color: #fff;
    color: #C5C5C5;
    padding: 21.5px 0;
}
.footer .footer-bottom p{
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}
.footer .footer-bottom p a{
    color: black;
    font-weight: bold;
    transition: .2s all ease-in-out;
}
.footer .footer-bottom p a:hover{
    color: #7BCED8;
}

h2:hover,
.item-title:hover{
    color: #7BCED8!important;
}
h4:hover{
    color: #7BCED8!important;
}
.download .download-content .download-desc .download-text h3:hover{
    color: #7E7E7E;
}







/*========================== Categories ============================= */


.parts{
    padding: 40px 0 82px;
    background-color: #ececec;
    position: relative;
}



.parts  .part:not(:last-child){
    padding: 20px 0;
}
.parts  .part:last-child{
    padding-top: 20px;
}
.parts .part .part-img{
    overflow: hidden;
    margin-right: 0px;
    width: 100%;
}
.parts .part .part-img img{
    transition: ease-in-out all .5s;
    height: 100%;
  height: 280px !important;
    width: 100%;
}
.parts .part .part-img img:hover{
    transform: scale(1.2);
}
.parts .part .part-content{
    display: grid;
    align-items: center;
    padding: 5px 40px 5px;
    background-color: #fff;
    height: 280px;
}
.partcontent-en{
    border-radius: 0 16px 16px 0;
    margin: 0 0px 0 -33px;
}
.partcontent-rtl{
    border-radius: 16px 0 0 16px;
    margin: 0 -33px 0 0px;
}
.parts .part .part-content .part-right .first-new{
    margin-bottom: 20px;
    color: black;
    font-size: 11px;
    font-weight: 500;
}
.parts .part .part-content .part-right .first-new span:first-child{
    background-color: #7BCED8;
    color: #fff;
    font-weight: 800;
    padding: 2px 9px;
    border-radius: 5px;
    margin-right: 10px;
}
.parts .part .part-content .part-right .part-title{
    color: black;
    font-size: 18px;
    font-weight: 100;
    width: auto;
    line-height: 25px;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
}
.parts .part.part-content .part-right .part-title:hover{
    color: #7BCED8!important;
}
.parts .part .part-content .part-right .part-desc{
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    line-height: 20px;
    color: #7E7E7E;
}
.parts .part .part-content .part-right .part-info{
    text-decoration: none;
    color: #C5C5C5;
    font-size: 16px;
    font-weight: 700;
    transition: ease-in-out all .2s;
}
.parts .part .part-content .part-right .part-info i{
    font-size: 12px;
}
.parts .part .part-content .part-right .part-info:hover{
    color: #7BCED8;
}
.parts .share-save{
    top: 40px;
    right: 40px;
}
.parts .share-save img{
    cursor: pointer;
}
.parts .share-save img:last-child{
    display: none;
}
.parts .share-save img.second{
    display: inline-block;
}
.parts .share-save img.first{
    display: none;
}

.parts .share-saved{
    top: 40px;
    right: 40px;
}
.parts .share-saved img{
    cursor: pointer;
}
.parts .share-saved img:nth-child(2){
    display: none;
}
.parts .share-saved img.second{
    display: inline-block;
}
.parts .share-saved img.first{
    display: none;
}













.swiper-next_2,
.swiper-next_4,
.swiper-next_3,
.swiper-next_5,
.swiper-next_6{
    right: 0;
    bottom: -65px;
    margin-left: 1px;
}
.swiper-prev_2,
.swiper-prev_3,
.swiper-prev_4,
.swiper-prev_5,
.swiper-prev_6{
    right: 167px;
    margin-right: 1px;
    bottom: -65px;
}
.parts .tab-content .tab-pane .swiper-pagination,
.parts .tab-content .tab-pane .swiper-pagination_2,
.parts .tab-content .tab-pane .swiper-pagination_3,
.parts .tab-content .tab-pane .swiper-pagination_4,
.parts .tab-content .tab-pane .swiper-pagination_5,
.parts .tab-content .tab-pane .swiper-pagination_6{
    position: absolute;
    bottom: -63px;
    right: 32px;
}
.parts hr{
    bottom: 10px;
}

.carousel-inner {
    border-radius: 15px !important;
}




/*============================= Details ===================*/
.details-news{
    background-color: #fff;
    padding: 40px 0;
}
.details-news .details-left{
    width: 70.17%;
    margin-right: 20px;
    display: inline-block;
}
.details-news .details-right{
    width: 26.3%;
    display: inline-block;
}
.details-news .details-left .img-details img{
    margin-bottom: 20px;
    width: 100%;

        border-radius: 10px;
}
.details-news .details-left .links .detail{
    margin-bottom: 40px;
}
.details-news .details-left .links .detail a{
    background-color: #7BCED8;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 12px;
}
.details-news .details-left .links .share-save{
    top: 0;
    right: 0px;
}
.details-news .details-left .links .share-save img{
    cursor: pointer;
    z-index: 99999;
}
.details-news .details-left .links .share-save img:last-child{
    display: none;
}
.details-news .details-left .links  .share-save img.second{
    display: inline-block!important;
}
.details-news .details-left .links .share-save img.first{
    display: none!important;
}

.details-news .details-left .tiny{
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 500;
}
.details-news .details-left .tiny span:first-child{
    background-color: #7E7E7E;
    height: 20px;
    width: 40px;
    margin-right: 10px;
    color: #fff;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
}
.details-news .details-left .details-title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 58px;
}
.details-news .details-left .details-desc{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 34px;
}
.details-news .details-left .sec-img{
    margin-bottom: 20px;
}
.details-news .details-left .sec-desc{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 34px;
}
.details-news .details-left .third-img{
    margin-bottom: 20px;
}
.details-news .details-left .third-desc{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 33px;
}
.details-news hr{
    background-color: #C5C5C5;
    margin: 0;
    margin-left: 105px;
}

.details-news .details-right img:first-child{
    margin-bottom: 40px;
}
.details-news .details-right h2{
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    font-size: 35px;
    font-weight: bold;
    color: #7E7E7E;
}
.like{
    background-color: #fff;
    margin-left: -15px;
    padding-bottom: 0;
}
.like .new-item .item-bottom{
    box-shadow: 0 0 2px 0px #999
}


.download-app{
    margin-bottom: 40px;
}
.download-app .download-app-content{
    background: url(../images/bg/1.png)center center no-repeat;
    background-size: cover;
    padding-left: 120px;
    padding-top: 29px;
    border-radius: 15px;
}
.download-app .download-app-content img{
    margin-right: 80px;
}
.download-app .download-app-content .content h3{
    padding-top: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 20px;
}
.download-app .download-app-content .content .foot-about-links a{
    display: inline-block;
    color: #fff;
    border-color: #fff;
    transition: all .2s ease-in-out;
}
.download-app .download-app-content .content .foot-about-links a:hover{
    background-color: #fff;
    color: #7BCED8;
}


/*============================= about ===============================*/
.about{
    background: url(../images/about/1.png)center center no-repeat;
    background-size: cover;
    height: 240px;
}
.about .about-content{
    background: url(../images/about/2.png)center center no-repeat;
    background-size: cover;
    padding: 22px 0;
    height: 100%;
}
.about .about-content .about-inner{
    background: url(../images/about/3.png)center center no-repeat;
    background-size: cover;
    height: 196px;
    width: 100%;
}
.about .about-content .about-inner .about-title{
    padding: 36.5px 0;
}
.about .about-content .about-inner .about-title h1{
    margin: 0;
    color: #fff;
    font-size: 94px;
    line-height: 123px;
    font-weight: bold;
}



.who_we{
    background-color: #ECECEC;
}
.who_we .who_we_title h3{
    margin-bottom: 20px;
    margin-left: 15px;
    color: #000;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    position: relative;
}
.who_we .who_we_title h3::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #7E7E7E;
    width: 937px;
    margin: 0 20px;
    bottom: 50%;
    transform: translatey(-50%);
}
.who_we .who_we_left p{
    color: #000;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    margin: 0;
    margin-left: 25px;
    padding-right: 25px;
}
.who_we .who_we_right {
    margin-left: 20px;
    padding-right:25px;
    width: auto;
}



/*============================= privacy ===============================*/
.privacy{
    background: url(../images/about/1.png)center center no-repeat;
    background-size: cover;
    height: 240px;
}
.privacy .privacy-content{
    background: url(../images/about/2.png)center center no-repeat;
    background-size: cover;
    height: 240px;
}
.privacy .privacy-content .privacy-inner{
    background-size: cover;
    height: 196px;
    width: 100%;
}
.privacy .privacy-content .privacy-inner .privacy-title{
    padding: 10px ;
}
.privacy .privacy-content .privacy-inner .privacy-title h1{
    margin: 0;
    color: #fff;
    font-size: 94px;
    line-height: 123px;
    font-weight: bold;
}



.Our_commitment{
    background-color: #ECECEC;
}
.Our_commitment .Our_commitment_title h3{
    margin-bottom: 20px;
    margin-left: 25px;
    padding-right: 25px;
    color: #000;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    position: relative;
}
.Our_commitment .Our_commitment_title h3::after{
    position: absolute;
    border-bottom: 1px solid #7E7E7E;
    width: 937px;
    margin: 0 20px;
    bottom: 50%;
    transform: translatey(-50%);
}
.Our_commitment .Our_commitment_left p{
    color: #000;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    margin-left: 25px;
    padding-right: 25px;
}
.Our_commitment .Our_commitment_right{
    margin-left: 25px;
    padding-right: 25px;
}



/*============= trend ============*/
.trend-main{
    background-color: #ECECEC;
    padding-top: 40px;
    position: relative;
    padding-bottom: 16.5px;
}
.trend-main .trend-main-col .content-slide.content-slide-4{
    background: url(../images/trend-main/5.png)no-repeat center center;
    background-size: cover;
    height: 100%;
}
.trend-main .position::after,
.new .position::after{
    content: '';
    border-bottom: 1px solid #7E7E7E;
    position: absolute;
    bottom: -16.5px;
    width: 65%;
}
.trend-main .swiper-next,
.new .swiper-next{
    right: 0px;
    bottom: -32.5px;
}
.trend-main .swiper-prev,
.new .swiper-prev{
    right: 167px;
    left: auto;
    bottom: -32.5px;
}
.trend-main .swiper-pagination,
.new .swiper-pagination{
    bottom: -28.5px;
    right: 32px;
}










































/* ======== Responsive ========== */
@media(max-width:1199px){
    .popular-trend .popular .slider .carousel-item .content-slide .content-slide-text, .popular-trend .trend .blogs .blog .content-blog-text, .trend-main .trend-main-col .content-slide .content-slide-text{
        width: 90%;
    }
    .popular-trend .popular .slider .carousel-indicators{
        width: 82px;
        left: auto;
        right: 10px;

    }
    .who_we .who_we_title h3::after{
        width: 746px;
    }
}
@media(max-width:991px){
    .download-app .download-app-content{
        padding: 30px 30px 0;
    }
    .download .download-content{
        padding: 30px;
    }
    .download .download-content .download-img,
    .download .download-content .download-desc{
        width: 50%;
        margin: 0;
        float: left;
    }
    .who_we .who_we_title h3::after{
        width: 509px;
    }
    .Our_commitment .Our_commitment_title h3::after{
        width: 509;
    }
    .parts .nav-tabs .nav-item:not(:last-child){
        margin-right: 10px;
    }
    .parts .nav-tabs .nav-item a{
        line-height: 28px;
        font-size: 18px;
        height: 43px;
    }
}
@media(max-width:767px){
  .details-news .details-left .details-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 30px;
}
  .details-news .details-left .links .detail {
    text-align: center;
    margin-bottom: 10px ;
}
  .like {
    background-color: #fff;
    margin-left: 0;
    padding-bottom: 0;
}
  .new .new-item .item-bottom .item-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #000;
}
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
  .note-content {
      font-size: 14px;
    line-height: 1.5;
  }
  .header-bottom .navbar .navbar-brand {
    margin: 0 auto;
    /* display: block !important; */
}
  .details-news {
    background-color: #fff;
    padding: 15px 0;
}
  .details-news .details-right img:first-child {
    margin-bottom: 40px;
    width: 100%;
}
  .details-right img{
      width: 100%;
  }
    .contact{
        width: 100%;
        height: 50px;
    }
    .contact .contact-no-social,.contact .contact-w-social{
        width: 100%;
        text-align: center;
    }
  .new .new-item .item-bottom .first-new {
    margin-bottom: 10px;
}
    .parts .nav-tabs{
        justify-content: center;
    }
    .parts .nav-tabs .nav-item:not(:last-child){
        margin-right: 20px;
    }
    .parts .nav-tabs .nav-item{
        margin-bottom: 20px;
    }
    .about .about-content .about-inner{
        background-size: contain;
    }
    .privacy .privacy-content .privacy-inner{
        background-size: contain;
    }
    .popular-trend .trend .blogs .blog .content-blog-text .blog-title{
        font-size: 12px;
        line-height: 16px;
        margin-left: -10px;
    }
    .popular-trend .trend .blogs .blog .content-blog-text .offer{
        margin-left: -10px;
    }
    .parts .tab-content .tab-pane .part-img{
        height: 100%;
    }
    .details-news .details-left,.details-news .details-right,.parts .tab-content .tab-pane .part-img img{
        width: 100%;
    }
    .parts .tab-content .tab-pane .part-content{
        padding: 20px;
    }
    .parts .tab-content .tab-pane .part-content .part-right .first-new{
        margin-bottom: 30px;
        font-size: 11px;
    }
    .parts .tab-content .tab-pane .part-content .part-right .part-title{
        font-size: 12px;
        width: auto;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .parts .tab-content .tab-pane .part-content .part-right .part-desc{
        font-size: 12px;
        width: auto;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .parts .share-save{
        top: 10px;
        right: 10px;
    }
    .details-news .details-right{
        text-align: center!important;
    }
    .details-news .details-right h2{
        bottom: 23%;
        top: auto;
    }
    .download .download-content{
        height: 720px;
    }
    .download .download-content .download-img, .download .download-content .download-desc{
        float: none!important;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .download-app .download-app-content{
        text-align: center;
        padding-bottom: 30px;
    }
    .download-app .download-app-content img{
        margin: 0;
        margin-bottom: 20px;
    }
    .footer .footer-top{
        height: auto;
        padding-bottom: 0;
        text-align: center;
    }
    .footer .footer-top .foot-about-desc,.footer .footer-top .foot-contact .foot-contact-list li p{
        width: auto;
    }
    .footer .footer-top a{
        width: auto;
    }
    .footer .footer-top .foot-about,.footer .footer-top .foot-links:first-child{
        margin-bottom: 40px;
    }
    .trend-main .position::after, .new .position::after,
    .who_we .who_we_title h3::after{
        width: 58%;
    }
    .Our_commitment .Our_commitment_title h3::after{
        width: 58%
    }
  .parts .part .part-content {
    margin: 0;
    padding: 40px 40px 50px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    height: auto;
}
}
@media(max-width:575px){
    .details-news .details-left{
        margin-left: 15px;
    }
    .popular-trend .trend-title h3{
        margin-top: 40px;
    }
    .parts .tab-content .tab-pane .part-img img{
        width: 100%;
    }
    .parts .tab-content .tab-pane .part-content{
        margin-left: 0;
    }
}
@media(max-width:510px){
    .trend-main .position::after, .new .position::after,
    .who_we .who_we_title h3::after{
        width: 46%;
    }
    .download .download-content{
        height: 750px;
    }
    .Our_commitment .Our_commitment_title h3::after{
        width: 46%;
    }
}
@media(max-width:446px){
    .download-app .download-app-content .content .foot-about-links a{
        margin-right: 0!important;
    }
    .about .about-content .about-inner .about-title h1{
        font-size: 80px;
    }
    .privacy .privacy-content .privacy-inner .privacy-title h1{
        font-size: 80px;
    }
    .parts .nav-tabs .nav-item:not(:last-child){
        margin-right: 10px;
    }
}
@media(max-width:412px){
    .trend-main .position::after, .new .position::after,
    .who_we .who_we_title h3::after{
        width: 25%;
    }
    .details-news .details-left .links .detail a{
        font-size: 12px;
    }
    .download-app .download-app-content .content h3{
        font-size: 24px;
    }
    .download .download-content{
        height: 780px;
    }
    .about .about-content .about-inner .about-title h1{
        font-size: 60px;
    }
    .privacy .privacy-content .privacy-inner .privacy-title h1{
        font-size: 60px;
    }
    .parts .nav-tabs .nav-item a{
        font-size: 16px;
        padding: 6px 10px;
    }
    .Our_commitment .Our_commitment_title h3::after{
        width: 25%;
    }
}


@media(max-width:367px){
    .contact .contact-no-social span:first-child{
        margin-right: 10px!important;
    }
    .details-news .details-left .links .detail{
        text-align: center;
        margin-bottom: 60px;
    }
    .details-news .details-left .links .share-save{
        top: 35px;
        right: 50%;
        transform: translateX(50%);
    }
    .download .download-content{
        height: 840px;
    }
    .download .download-content .download-desc .download-text h3{
        font-size: 24px;
    }

}
@media(max-width:370px){
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: repeat-x center center;
    background-size: 100% 100%;
    background-color: #fff;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

