@media screen and (max-width: 500px) {
  /* Styles */
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    overflow-x: hidden !important;
  }
  .container {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .row{
    margin-bottom: 25px;
  }
  .scrolltop{
    right: 20px;
    bottom: 20px;
  }
  .navbar{
    width: 100%;
    height: 60px;
  }
  .menu ul{
    align-items: center;
  }
  .menu ul li a{
    font-size: 9px;
  }
  .full-home{
    height: 655px;
  }
  .left-home h1{
    margin: 30px 10px 10px;
    font-size: 20px;
  }
  .left-home p{
    text-align: center;
    padding: 10px;
    font-size: 17px;
  }
  .right-home{
    display: none;
  }
  .detail-container{
    margin: 10px 0px;
  }
  .detail-menu ul li h4{
    font-size: 18px;
  }
  .detail-menu-drop p{
    font-size: 14px;
    padding: 3px 5px;
    height: 70px;
  }
  .detail-item-container .box-item .detail-item{
    width: 100%;
    height: 200px;
  }
  .detail-item-container .box-item .detail-item .detail-item-left img{
    width: 100%;
    height: 200px;
  }
  .paragraph-container .left-paragraph img{
    width: 310px;
    height: 200px;
  }
  .paragraph-container .right-paragraph{
    padding: 0px 15px 20px;
  }
  .paragraph-container .right-paragraph h3{
    font-size: 20px;
  }
  .paragraph-container .right-paragraph p{
    font-size: 16px;
    text-align:left;
  }
  .frm-view{
    width: 80%;
    height: 45%;
  }
  .left-popup img{
    width: 100%;
    height: 245px;
  }
  .left-popup .btn-close{
    top: 10px;
    right: 10px;
  }
  .box-more-left-paragraph img{
    padding: 5px 0px;
    width: 280px;
    height: 200px;
  }
  .footer .box-footer .menu-footer li p{
    font-size: 13px;
  }
  .footer .box-footer .menu-footer li a{
    font-size: 12px;
  }
  .footer .box-icon .icon-footer li i{
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1200px){
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    overflow-x: hidden !important;
  }
  .container {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .title{
    font-size: 40px;
  }
  .frm-view{
    width: 80%;
    height: 45%;
  }
  .left-popup img{
    width: 100%;
    height: 500px;
  }
  .full-home{
    height: 700px;
  }
  .left-home p{
    font-size: 20px;
  }
  .right-home ul li .img-1{
    width: 160px;
    height: 110px;
    top: 40px;
    left: 30px;
  }
  .right-home ul li .img-2{
    width: 160px;
    height: 110px;
    top: 40px;
    left: 240px;
  }
  .right-home ul li .img-3{
    width: 160px;
    height: 110px;
    top: 40px;    
    left: 440px;
  }
  .right-home ul li .img-4{
    width: 160px;
    height: 110px;
    top: 40px;
    right: 30px;
  }
  .detail-container{
    margin: 10px 0px;
  }
  .detail-menu ul li h4{
    font-size: 25px;
  }
  .detail-menu-drop p{
    font-size: 25px;
    padding: 3px 5px;
    height: 70px;
  }
  .box-more-left-paragraph img{
    padding: 5px 0px;
    width: 720px;
    height: 250px;
  }
  .box-more-left-paragraph ul li p{
    font-size: 20px;
  }
  .paragraph-container .left-paragraph img{
    width: 750px;
    height: 500px;
  }
  .paragraph-container .right-paragraph{
    padding: 0px 15px 20px;
  }
  .paragraph-container .right-paragraph h3{
    font-size: 25px;
  }
  .paragraph-container .right-paragraph p{
    font-size: 20px;
    text-align:left;
  }
}