@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');
/*---------------------------- General ------------------------*/
.clear {
  clear: both;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
html, body {
  margin: 0px;
  padding: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
button {
  text-decoration: none;
  outline: 0;
}
h1, h2, h3, h4, h5, h6, p, a, li, span {
  word-wrap: break-word;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,.modal-open .mm-slideout{
  z-index: auto !important;
}
.body__main{
  min-height: 50vh;
}
.full__main{
  width: 100%;
  overflow: hidden;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*======================== header ========================*/
#banner .btn_trial{
  color: #9C1521;
  font-weight: 600;
  font-size: 1.1rem;
  border: 1px solid #9C1521;
  border-radius: 25px;
  padding: 6px 12px;
}
#banner .btn_trial:hover{
  background-color: #9C1521;
  color: #FFF;
}
.banner_container{
  padding: 10px 0px;
}
.sticky{
  background-color: #FFF;
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.sticky .banner_container {
    padding: 10px 0px;
}
/*------------------------ logo ------------------------*/
.banner_container .logo img{
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sticky .banner_container .logo img {
  height: 30px;
}
/*------------------------ logo end ------------------------*/

/*------------------------ menu top ------------------------*/
.menu_container ul{
  list-style: none;
  padding: 0px;
  display: table;
  margin: auto;
}
.menu_container ul li{
  float: left;
  position: relative;
}
.menu_container ul li a{
  line-height: 45px;
  padding: 0px 15px;
  color: #333;
  font-weight: 500;
  font-size: 1.1rem;
}
.menu_container ul li a i{
  font-size: 80%;
}
.menu_container ul li a:hover{
  color: #9C1521;
}
.menu_container ul li ul{
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 250px;
  background-color: #9C1521;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 8px 20px rgb(156 21 33 / 20%);
  border: 1px solid #f3707c;
}
.menu_container ul li:hover ul{
  display: block;
}
.menu_container ul li ul li{
  border-bottom: 1px dashed #f3707c;
  width: 100%;
}
.menu_container ul li ul li:last-child{
  border: none;
}
.menu_container ul li ul li a{
  color: #FFF;
  font-weight: 400;
}
.menu_container ul li ul li a:hover{
  font-weight: 500;
  color: #FFF;
}
/*------------------------ menu top end ------------------------*/
/*------------------------ slide ------------------------*/
.slide_num{
  position: relative;
}
.slide_num .ellipse{
  width: 400px;
  height: 400px;
  position: absolute;
  top: 25%;
  left: 35%;
  background-image: url('../images/khowebapp/ellipse2.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.slide_num .ellipse2{
  width: 250px;
  height: 250px;
  position: absolute;
  top: 30px;
  left: 5%;
  background-image: url('../images/khowebapp/ellipse2.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.slide_container{
  position: relative;
  padding: 3rem 0;
}
.slide_container:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 241, 243, 0) 0%, #FFF1F3 100%);
  opacity: 0.5;
  transform: rotate(180deg);
}
.slide_container .left{
  position: relative;
  z-index: 3;
  margin-top: 3rem;
}
.slide_container .left h1{
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
.slide_container .left h1 span{
  color: #9C1521;
}
.slide_container .left .des{
  font-size: 1.1rem;
}
.slide_container .left .des span{
  font-size: 1.5rem;
  font-weight: 600;
}
.slide_container .left .btn_trial {
  display: table;
  margin: 2rem 0 0;
  padding: 12px 35px;
  background-color: #FF823B;
  color: #FFF;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
}
.slide_container .left .btn_trial:hover {
  color: #FFF;
  background-color: #db5b12;
}
.slide_container .left .time_trial{
  font-size: 1.1rem;
  font-weight: 500;
  margin: 2rem 0 0;
  background-image: url('../images/khowebapp/gif.png');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0px 0px;
  padding-left: 45px;
  min-height: 40px;
  line-height: 40px;
}
.slide_container .left .time_trial span{
  font-weight: 700;
}
.slide_container .right{
  position: relative;
  z-index: 3;
}
.slide_container .right img{
  width: 100%;
}
.slide_container .bg{
  width: 1078px;
  height: 702px;
  background-image: url('../images/khowebapp/bg_slider.png');
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
/*------------------------ number ------------------------*/
.number_container{
  padding: 3rem 0 0;
}
.number_container h2{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.number_container .left img{
  width: 100%;
}
.number_container .right{
  margin-top: 3rem;
}
.number_container .right .item{
  margin: 0px 0px 20px;
}
.number_container .right .item .top{
  width: 100%;
  display: inline-flex;
  margin: 0px 0px 10px;
  height: 70px;
  align-items: center;
}
.number_container .right .item .top .icon{
  width: 70px;
  height: 70px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(156, 21, 33, 0.2);
  border-radius: 8px;
}
.number_container .right .item .top .name{
  width: calc(100% - 85px);
  margin-left: 15px;
  font-size: 1.1rem;
}
.number_container .right .item .top .name span{
  font-size: 1.8rem;
  font-weight: 600;
}
/*------------------------ website cate ------------------------*/
.websites_cate{
  background: linear-gradient(0deg, #FFF1F3 40.4%, rgba(255, 241, 243, 0) 100%);
  padding: 3rem 0;
  border-radius: 0px 0px 30% 30%;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.websites_cate h2{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.websites_cate .item{
  margin-bottom: 25px;
}
.websites_cate .item .box_img {
  width: 160px;
  height: 160px;
  margin: auto;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.websites_cate .item h3{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.websites_cate .item a{
  color: #333;
}
.websites_cate .item a:hover{
  color: #F00;
}
.websites_cate .view_more{
  display: table;
  margin: 2rem auto 0;
  padding: 12px 35px;
  background-color: #FF823B;
  color: #FFF;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
}
.websites_cate .view_more:hover{
  color: #FFF;
  background-color: #db5b12;
}
.websites_cate .ellipse{
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 0px;
  left: -60px;
  background-image: url('../images/khowebapp/ellipse.png');
  background-size: 83%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
/*------------------------ website ------------------------*/
.websites{
  background-color: #C9C5C5;
  padding: 220px 0 3rem;
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
.websites h2{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.websites .item{
  margin-bottom: 25px;
}
.websites .item .box_img {
  height: 420px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
  border-radius: 24px;
}
.websites .item .box_img img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  -webkit-transition: all cubic-bezier(0, 0, 0.71, 0.83) 4.2s;
  -moz-transition: all cubic-bezier(0, 0, 0.71, 0.83) 5.2s;
  -o-transition: all cubic-bezier(0, 0, 0.71, 0.83) 4.2s;
  transition: all cubic-bezier(0, 0, 0.71, 0.83) 4.2s;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 15px;
  background-size: cover;
  background-position: top center;
}
.websites .item h3{
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.websites .item h3 a{
  color: #333;
}
.websites .item .price_box{
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.websites .item .price_box .price_sale{
  color: #F00;
}
.websites .item .price_box .price{
  text-decoration: line-through;
}
.websites .view_more{
  display: table;
  margin: 0 auto;
  padding: 12px 35px;
  background-color: #FF823B;
  color: #FFF;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
}
.websites .view_more:hover{
  color: #FFF;
  background-color: #db5b12;
}
.swiper-pagination-website{
  text-align: center;
  margin: 0 0 1rem;
}
.swiper-pagination-website .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination-website .swiper-pagination-bullet-active{
  background: #FF823B;
}
/*------------------------ website END ------------------------*/
/*------------------------ idea ------------------------*/
.idea_container{
  position: relative;
  padding-top: 5rem;
}
.idea_container .title{
  font-weight: 600;
  font-size: 2.2rem;
  margin: 3rem 0 2rem;
}
.idea_container .title p{
  color: #9C1521;
  margin: 0px 0px 0px;
}
.idea_container .item .info{
  background-color: #9C1521;
  border-radius: 20px;
  padding: 70px 25px 30px;
  color: #FFF;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.idea_container .item .info .stars{
  margin: 0px 0px 1.5rem;
  color: #FFC000;
}
.idea_container .item .box_img{
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  margin: auto;
  position: relative;
  z-index: 2;
}
.idea_container .item .info .name{
  font-weight: 600;
  font-size: 1.2rem;
  margin: 1.5rem 0 0;
}
.idea_container .item .info .job{
  font-weight: 600;
}
.idea_container .button_play{
  width: 100%;
  display: inline-flex;
  margin: 3rem 0 0;
}
.idea_container .button_play .swiper-button-prev-idea, .idea_container .button_play .swiper-button-next-idea{
  cursor: pointer;
}
.idea_container .button_play .swiper-button-next-idea{
  margin-left: 10px;
}
.idea_container .ellipse{
  width: 400px;
  height: 400px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url('../images/khowebapp/ellipse_news.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
/*------------------------ idea END ------------------------*/
/*------------------------ why choose ------------------------*/
.whychoose_container{
  background-image: url('../images/khowebapp/why_choose.png');
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #FFF1F3;
  position: relative;
  padding: 160px 0px 250px;
}
.whychoose_container h2{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.whychoose_container .box_radius{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 100% 100%;
  height: 120px;
  background-color: #FFF;
}
.whychoose_container .item{
  margin: 0px 0px 20px;
}
.whychoose_container .item .top{
  width: 100%;
  display: inline-flex;
  margin: 0px 0px 10px;
}
.whychoose_container .item .top .icon{
  width: 70px;
  height: 70px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  border-radius: 10px;
}
.whychoose_container .item .top .name{
  width: calc(100% - 80px);
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 70px;
}
.whychoose_container .item .des{
  text-align: justify;
}
.whychoose_container .box_img img{
  width: 100%;
  margin-bottom: 2rem;
}
/*------------------------ why choose END ------------------------*/
/*------------------------ form ------------------------*/
.form_home{
  position: absolute;
  top: -200px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.form_home h2{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #FFF;
}
.form_home .box_form{
  background-image: url('../images/khowebapp/bg_form.avif');
  background-size: cover;
  background-position: center;
  border-radius: 40px 0px 40px 0px;
}
.form_home .box_form .content{
  padding: 25px;
}
.form_home .box_form .content .input_box{
  margin: 0px 0px 20px;
}
.form_home .box_form .content .input_box input{
  width: 100%;
  height: 40px;
  padding-left: 0px;
  background-color: #FFF;
  border-radius: 30px;
  border: none;
  outline: none;
  padding-left: 15px;
}
.form_home .box_form .content .input_box textarea{
  width: 100%;
  padding-left: 0px;
  background-color: #FFF;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 10px 0 0 15px;
}
.form_home .box_form .content button{
  background: #000;
  background: -webkit-linear-gradient(120deg, #000, #222);
  background: linear-gradient(120deg, #000, #222);
  box-shadow: 0px 15px 20px -20px rgb(49 49 186);
  -webkit-box-shadow: 0px 15px 20px -20px rgb(49 49 186);
  color: #FFF;
  padding: 8px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.1rem;
  outline: none;
  cursor: pointer;
  border: none;
}
.form_home .box_form .content button:hover{
  background: #333;
  background: -webkit-linear-gradient(120deg, #333, #000);
  background: linear-gradient(120deg, #333, #000);
}
/*------------------------ form END ------------------------*/
/*------------------------ news home ------------------------*/
.news_container{
  padding: 240px 0 3rem;
  position: relative;
}
.news_container h2{
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
}
.news_container .des{
  text-align: center;
}
.news_container .item{
  -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  overflow: hidden;
}
.news_container .item .box_img{
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
}
.news_container .item a{
  color: #333;
}
.news_container .item a:hover{
  color: #F00;
}
.news_container .item .time_post{
  background-image: url('../images/icons/calendar.jpg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 24px;
  margin: 10px 0px 0px;
  font-size: 13px;
}
.news_container .item h3{
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.news_container .swiper-slide {
  padding: 10px 5px;
}
.swiper-pagination2{
  text-align: center;
  margin-top: 2rem;
}
.swiper-pagination2 .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
  background: #FF823B;
}
.news_container .item .view_more{
  float: right;
  color: #FF823B;
}
.news_container .ellipse{
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 10%;
  left: 30px;
  background-image: url('../images/khowebapp/ellipse_news.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
/*------------------------ news home end ------------------------*/

/*------------------------ footer ------------------------*/
footer{
  background-color: #182537;
  color: #999;
}
footer .footer_section{
  padding: 3rem 0px;
}
footer .footer_section .logo_footer{
  margin: 0px 0px 2rem;
}
footer .footer_section .logo_footer img{
  height: 70px;
}
footer .footer_section .contact .company{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #FFF;
}
footer .footer_section .contact ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer_section .contact ul li{
  padding: 3px 0px;
  width: 100%;
  display: inline-flex;
  color: #FFF;
}
footer .footer_section .contact ul li i{
  color: #FFF;
  margin: 3px 8px 0px 0px;
  font-size: 1.2rem;
}
footer .footer_section .contact ul li strong{
  color: #999;
}
footer .footer_section .contact ul .box_hotline i{
  margin: 15px 8px 0px 0px;
}
footer .footer_section .contact ul li .hotline{
  font-size: 1.8rem;
  font-weight: 700;
  color: #F00;
}
footer .footer_section .menu_footer .item .title{
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 1rem;
}
footer .footer_section .menu_footer .item ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer_section .menu_footer .item ul li{
  padding: 3px 0px;
}
footer .footer_section .menu_footer .item ul li a{
  color: #999;
  position: relative;
  padding-left: 10px;
}
footer .footer_section .menu_footer .item ul li a:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FFF;
}
footer .footer_section .menu_footer .item ul li a:hover{
  color: #FFF;
}
footer .footer_section .socials{
  margin: 2rem 0 0;
}
footer .footer_section .socials .title{
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 1rem;
}
footer .footer_section .socials ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: inline-flex;
}
footer .footer_section .socials ul li{
  margin-right: 5px;
}
footer .footer_section .fanpage{
  margin: 2rem 0 0;
}
/*------------------------ copy right ------------------------*/
.copy__right{
  line-height: 40px;
  margin-top: 2rem;
  border-top: 1px solid #3d3b3b;
}
/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 1em 1.4em;
  display: none;
  opacity: 0.7;
  z-index: 9999999;
  background-color: #9C1521;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
}
.go__top:hover {
  opacity: 0.9;
  background-color: #333;
  color: #FFF;
}
@media screen and (max-width: 1024px) 
{
  /* navbar in mobile */
  .toggle-nav {
    font-size: 2rem;
  }
  .nav-mobile .nav-mobile-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile .sublist{
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile {
    position: fixed;
    min-width: 230px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    max-width: 300px;
    width: 40vw;
    padding: 20px;
    transform: translateX(-100%);
  }
  .nav-mobile.active {
    transform: translateX(0);
  }
  .nav-mobile .close-nav {
    width: 30px;
    height: 30px;
  }
  .nav-mobile .close-nav i {
    font-size: 2.2rem;
  }
  .nav-mobile .cat-item {
    position: relative;
    cursor: pointer;
  }
  .nav-mobile .nav-mobile-item .icon-plus-child,
  .nav-mobile .nav-mobile-item .icon-plus {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
  }
  .nav-mobile .nav-mobile-item .cat-dropdown {
    display: none;
    margin-left: 20px;
  }
  .nav-mobile .nav-mobile-item a {
    padding: 8px 0;
    display: block;
    width: fit-content;
    color: #333;
    font-weight: 500;
  }
  .shadow-main {
    box-shadow: 0px 2px 11px 3px rgb(0 0 0 / 10%);
  }
  /*=============== BANNER ============*/
}
@media screen and (max-width: 992px) 
{
  .slide_container .left {
    color: #FFF;
  }
  .slide_container .left h1{
    font-size: 2rem;
  }
  .slide_container .left h1 br{
    display: none !important;
  }
  .slide_container .left h1 span {
    color: #FFF;
    font-size: 3rem;
  }
  .slide_container .left .tools_btn{
    width: 100%;
    display: inline-flex;
  }
  .slide_container .left .time_trial {
    margin-left: 2rem;
  }
  .number_container {
    padding: 10rem 0 0;
  }
  .websites_cate {
    border-radius: 0px 0px 20% 20%;
  }
  .slide_container .bg {
    width: 1040px;
    height: 620px;
  }
  footer .footer_section .contact{
    margin-bottom: 3rem;
  }
  footer .footer_section .logo_footer {
    text-align: center;
  }
  /*-------------------- */
  .banner_container .logo{
    padding-left: 45px;
  }
  #open_menu{
    position: absolute;
    left: 5px;
    top: 30%;
  }
  #open_menu span{
    width: 28px;
    height: 2px;
    background-color: #9C1521;
    display: table;
    position: relative;
  }
  #open_menu span:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    width: 28px;
    height: 2px;
    background-color: #9C1521;
  }
  #open_menu span:before{
    content: '';
    position: absolute;
    right: 0px;
    top: 14px;
    width: 28px;
    height: 2px;
    background-color: #9C1521;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 668px) 
{
  #open_menu{
    right: 15px;
    left: auto;
  }
  .banner_container {
    padding: 15px 0px;
  }
  .banner_container .logo{
    padding-left: 0px;
    /*text-align: center;*/
  }
  .slide_container .left {
    margin-top: 0rem;
  }
  .slide_container .left h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .slide_container .left h1 br {
    display: block !important;
  }
  .slide_container .left h1 span {
    font-size: 2.2rem;
    margin-top: 10px;
    display: table;
  }
  .slide_container .left .tools_btn {
    flex-direction: column;
  }
  .slide_container .left .btn_trial {
    margin: 2rem auto 0;
    width: 200px;
    text-align: center;
  }
  .slide_container .left .time_trial {
    margin-left: 0;
    display: table;
    margin: 2rem auto 0;
  }
  .slide_container .bg {
    right: -30px;
    height: 450px;
    width: 920px;
  }
  .number_container {
    padding: 5rem 0 0;
  }
  .number_container h2, .websites_cate h2,.websites h2, .news_container h2, .whychoose_container h2 {
    font-size: 1.8rem;
  }
  .number_container .right {
    margin-top: 0;
  }
  .websites_cate {
    border-radius: 0px 0px 50px 50px;
  }
  .websites_cate .view_more {
    margin: 0 auto;
  }
  .whychoose_container {
    padding: 75px 0px 2rem;
  }
  .whychoose_container .box_radius {
    height: 40px;
  }
  .idea_container {
    padding-top: 3rem;
  }
  .idea_container .title {
    font-size: 1.4rem;
    margin: 0rem 0 1rem;
    line-height: 30px;
    text-align: center;
  }
  .idea_container .title p{
    font-size: 1.8rem;
  }
  .idea_container .des{
    margin-bottom: 1rem;
  }
  .idea_container .button_play {
    margin: 2rem 0 0;
    justify-content: center;
  }
  .form_home {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }
  .news_container {
    padding: 3rem 0 3rem;
  }
  footer .footer_section .logo_footer img {
    height: 50px;
  }
  footer .footer_section .fanpage {
    display: table;
    margin: 2rem auto 0;
  }
  footer .footer_section .socials {
    margin: 2rem 0;
  }
  .copy__right {
    line-height: 20px;
    padding: 10px 0px;
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 612px) 
{
  .slide_container .bg {
    right: -270px;
  }
}
