/* Responsive styles
================================================== */
/* Extra Large Device */

@media (max-width: 1750px){
  .video_fluid iframe {
    width: 146%;
  }
}

@media (min-width: 1400px) {

  /* Box skew right */
  .box-skew-right {
    left: -175px;
    padding-left: 115px;
  }

  .box-skew-right img {
    /*right: 188px;*/
  }
}

@media (max-width: 1199px){

  .video_fluid iframe {
    width: 151%;
    top: -240px;
  }

  .ts-slider-area.owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    line-height: 55px !important;
  }

  .footer_link,
  .footer_tx,
  .sns-wrap{
    padding-left: 30px;
  }

  .footer-top .footer-box i{
    font-size: 30px;
  }

  .footer-top .footer-box a{
    font-size: 16px;
  }

  .footer-top [class*=col]:nth-child(1):after,
  .footer-top [class*=col]:nth-child(2):after{
    border-width: 37px 0px 37px 30px;
  }

  .index_about .box-skew-hidden-left:before{
    background: linear-gradient( -74deg , transparent 114px, #000 0);
  }

  .box-skew-right .box-content-wrapper{
    width: 390px;
  }

  .about_deco img{
    position: absolute;
    top: -90px;
    right: -30px;
    width: 150px;
  }

  .working-box-wrapper .working-single-box:before,
  .working-box-wrapper .working-single-box:after{
    border-width: 135px 0 135px 30px;
  }

  .working-box-wrapper .working-single-box:after {
    right: -30px;
  }

  .working-box-wrapper .working-single-box.third:after{
    border-width: 135px 0 135px 60px;
    right: -60px;
  }

  .working-box-wrapper .working-content-wrapper {
    padding: 25px 0 25px 60px;
  }

  .index_product:after {
    left: 50%;
    transform: unset;
    bottom: -20px;
    width: 700px;
    height: 200px;
  }

  .brand_info:before{
    width: 280px;
    height: 80px;
  }

  .news_info_warp .title,
  .service_info_warp .title{
    font-size: 32px;
  }

  .sticky_service {
    position: sticky;
    top: calc((100% - 550px)/2);
  }

  .service_info_page .img_warp {
    top: calc((100% - 150px)/2);
  }

  .product_title_block{
    font-size: 80px;
    padding-right: 70px;
    margin-bottom: 40px;
  }

  .product_title_block img{
    bottom: -55px;
    width: 100px;
  }

  .product_sort_block{
    padding-right: 80px;
  }

  .product_table .table_title{
    width: 100px;
  }

  .product_table .table_info{
    width: calc(100% - 100px);
  }

}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  /* Navbar */
  .navbar .nav-item {
    margin-right: 12px;
  }

  /* About */
  .box-skew-right {
    padding-left: 65px;
  }

  .box-skew-right img {
    right: -35px;
  }

  /* Newsletter */
  .box-skew-area-right {
    width: 130%;
  }

  /* Pricing table */
  .ts-pricing-table-standard .plan .plan-price:after {
    border-width: 40px 145px 0 145px;
  }

  .box-skew-left:after {
    left: 44px;
  }

}

@media (min-width: 992px){
  .ts-indicator {
    display: none;
  }
}

@media (max-width: 991px){

  .video_fluid iframe {
    width: 163%;
    top: -290px;
  }

  .ts-header-standard .ts-logo-area {
    padding: 8px 0;
  }

  .ts-logo .img{
    height: 40px;
  }

  .ts-header-standard .navbar-light .navbar-toggler{
    position: absolute;
    right: 0;
    top: -62px;
    margin: auto;
    background: #e60013;
    /*border-radius: 5px;*/
  }

  .navbar-nav{
    margin-top: 16px;
    overflow-y: scroll;
    max-height: 70vh;
  }

  .ts-header-standard .ts-logo-area .navbar .nav-item {
    margin-right: 0;
  }

  .ts-header-standard .ts-logo-area .navbar .nav-item:not(:last-child){
    border-bottom: 1px solid #ddd;
  }

  .ts-header-standard .navbar .nav-item .nav-link {
    padding: 15px 0;
    width: calc(100% - 54px);
  }

  .navbar-nav .nav-item:hover>.nav-link,
  .navbar-nav .nav-item:hover>.ts-indicator{
    color: #e60013;
  }

  .navbar-nav .nav-item .dropdown-menu{
    box-shadow: unset;
  }

  .navbar-nav .nav-item .dropdown-menu li{
    border-top: 1px solid #ddd;
    position: relative;
  }

  .navbar-nav .nav-item .dropdown-menu li a{
    color: #595757;
    background-color: #f5f5f5;
  }

  .dropdown-menu-2{
    position: relative;
    top: 0;
    right: 0;
    min-width: unset;
    box-shadow: unset;
    border: unset;
  }

  .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu-2 {
    display: none;
  }

  .navbar-nav .nav-item .dropdown-menu li:hover>a{
    color: #fff;
    background: #ab2727;
  }

  .navbar-nav .nav-item .dropdown-menu li:hover>.ts-indicator{
    color: #fff;
  }

  .navbar-nav .nav-item .dropdown-menu-2 li a {
    position: relative;
    padding: 13px 40px;
  }

  .navbar-nav .nav-item .dropdown-menu-2 li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 25px;
    top: 50%;
    background-color: #b5b6b6;
    transform: translateY(-50%);
  }

  .navbar-nav .nav-item .dropdown-menu.flex-ul{
    min-width: unset;
    display: none;
    flex-wrap: unset;
    left: 0;
  }

  .navbar-nav .nav-item .dropdown-menu.flex-ul li {
    width: 100%;
  }

  .ts-indicator{
    position: absolute;
    top: 0;
    right: 0;
    color: #595757;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
  }

  .ts-slider-area {
    margin-top: 85px;
  }

  .slider-content .banner_tx{
    font-size: 42px;
    margin-bottom: 8px;
  }

  .slider-content .banner_tx small{
    font-size: 22px;
    margin-bottom: 6px;
  }

  .slider-content .slider-desc{
    font-size: 17px;
    margin-bottom: 12px;
  }

  /* .footer-top{
    display: none;
  } */

  .footer{
    margin-top: 0;
    padding: 100px 0 0;
    margin-top: 140px;
  }

  .footer .col-lg-9{
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-logo{
    margin: 12px auto;
    max-width: 175px;
  }

  .footer_link{
    padding-left: 0;
    margin-bottom: 0;
  }

  .footer_link ul li{
    margin-bottom: 15px;
  }

  .footer_tx,
  .sns-wrap {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .copyright{
    margin-top: 70px;
  }

  .banner-area{
    margin-top: 86px;
  }

  .banner-heading .banner-title{
    font-size: 80px;
    padding: 90px 0;
  }

  .index_product:after {
    left: unset;
    right: -50px;
    transform: unset;
    width: 700px;
    height: 200px;
  }

  .index_about .box-skew-hidden-left:before{
    background: #000;
  }

  .about_deco{
    display: none;
  }

  .box-skew-left img{
    left: 0;
  }

  .ts-about-us .overflow-hidden .box-skew-right{
    width: 100%;
    padding: 50px;
    height: auto;
  }

  .box-skew-right .box-content-wrapper{
    width: 100%;
  }

  .about_page{
    padding-bottom: 50px;
  }

  .working-box-wrapper .working-content-wrapper {
    padding: 30px;
  }

  .working-box-wrapper .working-single-box:before,
  .working-box-wrapper .working-single-box:after{
    display: none;
  }

  .working-box-wrapper .working-single-box.two,
  .working-box-wrapper .working-single-box.third{
    left: 0;
  }

  .working-box-wrapper .working-content-wrapper .working-content p{
    min-height: unset;
  }

  .logo_block{
    display: block;
    height: 100%;
    border: 3px solid #ddd;
    padding: 30px;
    text-align: center;
  }

  .logo_block img{
    position: relative;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
  }

  .about_brand{
    padding-top: 50px;
  }

  .brand_info {
    margin-bottom: 30px;
    height: auto;
  }

  .brand_info:before{
    display: none;
  }

  .brand_tx span{
    display: unset;
  }

  .widget_area{
    margin-top: 50px;
  }

  .news_info_warp .title,
  .service_info_warp .title{
    font-size: 30px;
  }

  .sticky_service {
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }

  .service_info_page .img_warp {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .product_page.white{
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .product_img_block{
    margin-bottom: 30px;
  }

  .product_page .column-reverse{
    flex-direction: column-reverse;
  }

  .product_title_block{
    margin-bottom: 30px;
  }

  .product_sort_block{
    padding-right: 120px;
  }

  .product_img_block .img_warp{
    box-shadow: unset;
  }

  .product_sort_block .title{
    position: relative;
    margin-bottom: 15px;
    text-align: center;
  }

  .contact_info{
    padding: 0;
  }

  .contact_info:before{
    display: none;
  }

  .contact_map{
    margin-bottom: 50px;
  }

  .contact_title{
    margin-bottom: 30px;
  }

}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: all 0s;
    transition: all 0s;
  }

  .top-contact-info li:last-child {
    display: none;
  }

  .info-wrapper {
    margin-right: 5px;
  }

  .top-contact-info li {
    margin-left: 20px;
  }

  .ts-logo-area {
    padding-bottom: 22px;
  }

  /* Navbar */
  .header-default .header-angle .navbar-toggler {
    margin: 9px 0 9px 205px;
  }

  .header-default .header-angle .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 60px;
    background: #ee3131;
    margin-left: 0px;
    padding-left: 85px;
    padding-right: 85px;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: none;
  }

  .header-default .header-angle .navbar .nav-item .nav-link.active:after {
    opacity: 0;
  }

  .cart-link form .search-box {
    left: auto;
    right: 0;
  }

  .navbar-nav .nav-item .dropdown-menu {
    padding-bottom: 0;
  }

  /* Intro */
  .ts-intro-wrapper.highlight {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-form .contactMe .form-row {
    margin-bottom: 0;
  }

  .intro-form .contactMe .btn {
    margin-top: 30px;
  }

  /* Features */
  .ts-feature .feature-img {
    position: relative;
    width: 100%;
    text-align: right;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* About */
  .box-skew-left {
    width: 100%;
  }

  .box-skew-left:before {
    left: 0;
  }

  .box-skew-left:after {
    left: 0;
  }

  .box-skew-left .box-content-wrapper {
    -webkit-transform: skewX(0);
    transform: skewX(0);
    padding-left: 80px;
  }

  .box-skew-left img {
    -webkit-transform: skew(0);
    transform: skew(0);
  }

  .box-skew-right img {
    right: 0;
  }

  .box-skew-left {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  .box-skew-right {
    position: relative;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }

  .box-skew-right .box-content-wrapper {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  .box-skew-right img {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  /* Working Process */
  .working-box-wrapper [class*=col] {
    padding: 15px;
  }

  .working-box-wrapper .working-content-wrapper {
    /*padding-top: 0;*/
  }

  .working-box-wrapper .working-single-box.bg-red:before {
    display: none;
  }

  .working-box-wrapper .working-single-box.bg-red-light:before {
    display: none;
  }

  /* Service */
  .service-carousel .owl-nav {
    top: -95px;
  }

  /* Appointment */
  .testimonial-carousel {
    max-width: 100%;
  }

  .ts-appointment .form-container {
    margin-bottom: 40px;
  }

  .testimonial-carousel {
    margin: 0;
  }

  /* Newsletter */
  .ts-newsletter .box-skew-sm-right {
    padding-left: 75px;
    padding-right: 35px;
  }

  .box-skew-sm-left {
    padding-left: 70px;
  }

  .box-skew-area-right {
    width: 132%;
    padding-right: 10px;
  }

  /* Footer */
  .footer-top .footer-box-content {
    padding-left: 10px;
  }

  .footer-top .footer-box-content h3 {
    font-size: 16px;
  }

  .footer-top .footer-box-content p {
    font-size: 14px;
  }

  .footer-top .footer-box i {
    font-size: 24px;
  }

  .footer-top [class*=col]:nth-child(2):after {
    border-width: 0;
  }

  .footer-top [class*=col]:nth-child(1):after {
    border-width: 0;
  }

  .footer-top [class*=col] {
    padding-left: 30px;
  }

  .footer-widget .widget-title {
    margin-top: 20px;
  }

  /* Copyright */
  .copyright-info {
    text-align: center;
  }

  .footer-menu .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu .nav li {
    margin-left: 0;
    padding: 0 5px;
  }

  /*------------------- index 2 ------------*/
  .ts-header-classic.header-default .header-angle .navbar-toggler {
    margin: 9px 0 9px 13px;
  }

  .ts-header-classic .header-angle .navbar-light:before {
    display: none;
  }

  .ts-header-classic .header-angle .navbar-light {
    margin-left: 0;
  }

  .header-default.ts-header-classic .header-angle .navbar-collapse {
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .ts-feature .widget-contact {
    margin-top: 0;
  }

  .ts-fun-facts.ts-facts-newsletter .box-skew-sm-left {
    padding-left: 144px;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .ts-fun-facts.ts-facts-newsletter .box-skew-area-left {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .ts-fun-facts.ts-facts-newsletter .fun-fact-info {
    margin-bottom: 40px;
  }

  .ts-news.ts-news-2 {
    padding-bottom: 60px;
  }

  /*----------------------- index 3 -------------------*/

  .ts-header-standard .navbar .nav-item .nav-link::after {
    display: none;
  }

  /*--------------------- index 4 ------------*/
  .ts-header-transparent .navbar .nav-item .nav-link.active::after {
    display: none;
  }

  .ts-header-transparent .navbar-light .navbar-toggler {
    right: 0;
    left: auto;
    position: absolute;
    top: -48px;
    cursor: pointer;
  }

  .ts-header-transparent .ts-navbar {
    background: #101010;
  }

  .ts-header-transparent .navbar .nav-item .nav-link {
    padding: 26px 20px;
  }

  .ts-header-transparent .ts-logo-area {
    padding-bottom: 15px;
    padding-top: 13px;
  }

  .top-bar-event i {
    top: 0;
  }

  /* Subpages
  ================================= */
  /* Service */
  .ts-service-wrapper {
    max-width: 350px;
    margin: 0 auto 40px;
  }

  /* Pricing table */
  .plan {
    margin-bottom: 40px;
  }

  .ts-pricing-table-standard .plan .plan-price:after {
    border-width: 40px 345px 0 345px;
  }

  .working-box-wrapper .working-single-box:after {
    /*right: -60px;*/
  }

  .service-carousel .ts-service-wrapper {
    margin-bottom: 0;
  }

  .box-skew-sm-right:after {
    left: -65px;
  }

  .footer-main {
    padding-bottom: 40px;
  }

  .navbar-nav .nav-item .dropdown-menu li a:hover,
  .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background: #ab2727;
  }

  /* About Us Page */

  .ts-history-tab .nav-tabs .nav-item {
    width: 100%;
  }

  .ts-fun-facts .box-skew-area-left {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .ts-fun-facts .box-skew-sm-left {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .ts-fun-facts .no-gutters>.col,
  .ts-fun-facts .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 40px;
  }

  .ts-fun-facts .box-skew-area-right {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    margin-left: -120px;
    height: auto;
  }

  .ts-fun-facts .box-skew-sm-right {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    padding: 55px 155px;
  }

  /*---- ts-srevice-inner-----*/
  .ts-srevice-inner [class*="col"]:last-of-type .ts-service-wrapper {
    margin-bottom: 0;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {

  /* Topbar */
  .top-bar-angle:after {
    width: 100%;
    top: 0;
  }

  .top-bar-event {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-bar-social-icon {
    text-align: center;
  }

  .ts-top-bar:before {
    display: none;
  }

  .top-bar-angle:before {
    display: none;
  }

  /* Top Info */
  .top-contact-info a.btn-primary {
    display: none;
  }

  .top-contact-info li:last-child {
    display: inline-block;
  }

  .info-wrapper {
    margin-right: 5px;
  }

  .top-contact-info {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-contact-info li {
    margin-left: 0;
  }

  .ts-logo-area {
    padding-bottom: 22px;
  }

  /* Navbar */
  .header-default .header-angle .navbar-toggler {
    margin: 9px 0 9px 0px;
  }

  .header-angle:after {
    width: 100%;
  }

  .navbar .nav-item .nav-link:hover:after {
    display: none;
  }

  .header-angle:before {
    display: none;
  }

  .header-default .header-angle .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 58px;
    background: #ee3131;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: none;
  }

  .header-default .header-angle .navbar .nav-item .nav-link.active:after {
    height: 1px;
    background: #ddd;
  }

  .navbar .nav-item .nav-link {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .dropdown-menu {
    padding-bottom: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
    min-width: inherit;
  }

  .cart-link form .search-box {
    right: 0;
    left: auto;
  }

  .navbar-light .navbar-toggler {
    border-radius: 0;
    border-color: #fff;
    border: none;
  }

  .top-bar-event.ts-top {
    text-align: center;
  }

  /*-------home slider ----*/
  .slider-content .banner_tx {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .slider-content .slider-desc {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .ts-intro-wrapper {
    padding: 35px 26px 85px 27px;
  }

  .section-title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
  }

  /* Intro */
  .ts-intro-wrapper.highlight {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-form .contactMe .form-row {
    margin-bottom: 0;
  }

  .intro-form .contactMe .btn {
    margin-top: 30px;
  }

  /* Features */
  .ts-feature .feature-img {
    position: relative;
    width: 100%;
    text-align: right;
    padding-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .box-skew-left .column-title {
    font-size: 36px;
  }

  /* About */
  .box-skew-left .box-content-wrapper p {
    padding-right: 0;
  }

  .box-skew-right img {
    display: none;
  }

  .box-skew-left:before {
    left: 0;
  }

  .box-skew-left:after {
    left: 0;
  }

  .box-skew-left .box-content-wrapper {
    -webkit-transform: skewX(0);
    transform: skewX(0);
    padding-left: 30px;
    padding-right: 60px;
  }

  .box-skew-left {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    width: 100%;
  }

  .box-skew-right {
    position: relative;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding-right: 50px;
    padding-left: 30px;
  }

  .box-skew-right.bg-red {
    padding: 40px;
  }

  .box-skew-right .box-content-wrapper {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  .box-skew-right img {
    display: none;
  }

  /* Working Process */
  .working-box-wrapper [class*=col] {
    padding: 15px;
  }

  .working-box-wrapper .working-content-wrapper {
    /*padding-top: 0;
    padding-left: 24px;*/
  }

  .working-box-wrapper [class*=col]:last-child {
    padding-right: 15px;
  }

  .working-box-wrapper .working-single-box.bg-red:before,
  .working-box-wrapper .working-single-box:before {
    display: none;
  }

  .working-box-wrapper .working-single-box.bg-red-light:before {
    display: none;
  }

  /* Service */
  .ts-service {
    margin-top: -182px;
  }

  .service-carousel .owl-nav {
    top: -83px;
  }

  .service-carousel.owl-carousel .owl-item img {
    width: 100%;
  }

  /* Appointment */
  section#ts-appointment {
    padding-top: 0;
  }

  .testimonial-carousel {
    max-width: 100%;
  }

  .ts-appointment .form-container {
    margin-bottom: 40px;
  }

  .testimonial-carousel {
    margin: 0;
  }

  .ts-main-form>section {
    padding-left: 5px;
    padding-right: 10px;
  }

  /* Newsletter */
  .ts-news .news-carousel {
    margin-top: 100px;
  }

  .news-carousel.owl-carousel .owl-nav {
    top: -91px;
  }

  .ts-main-form .add_service_link {
    margin-bottom: 15px;
  }

  .newsletter-form.contactMe {
    padding-right: 45px;
  }

  .box-skew-area-left {
    -webkit-transform: skew(0);
    transform: skew(0);
    margin-left: 0;
  }

  .box-skew-sm-left {
    -webkit-transform: skew(0);
    transform: skew(0);
    padding-left: 50px;
  }

  .box-skew-sm-right {
    -webkit-transform: skew(0);
    transform: skew(0);
    padding-left: 40px;
    padding-right: 30px;
  }

  .box-skew-area-right {
    width: 128%;
    padding-right: 10px;
    -webkit-transform: skew(0);
    transform: skew(0);
    padding-left: 60px;
  }

  /* Footer */
  .footer-main {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-widget.widget-service {
    padding-left: 15px;
  }

  .footer-top {
    position: relative;
  }

  .footer-top .footer-box-content {
    padding-left: 10px;
  }

  .footer-top .footer-box-content h3 {
    font-size: 16px;
  }

  .footer-top .footer-box-content p {
    font-size: 14px;
  }

  .footer-top .footer-box i {
    font-size: 24px;
  }

  .footer-top [class*=col]:nth-child(2):after {
    display: none;
  }

  .footer-top [class*=col]:nth-child(1):after {
    display: none;
  }

  .footer-top [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-widget .widget-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* Copyright */
  .copyright-info {
    text-align: center;
  }

  .footer-menu .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu .nav li {
    margin-left: 0;
    padding: 0 5px;
  }

  /*----------------------- index 3 -------------------*/

  .ts-slider-area {
    margin-top: 75px;
  }

  .ts-header-standard .ts-logo {
    max-width: 180px;
  }

  .ts-header-standard .navbar .nav-item .nav-link::after {
    display: none;
  }

  .ts-header-standard .navbar-light .navbar-toggler {
    font-size: 16px;
    top: -50px;
  }

  .ts-fun-facts .ts-facts {
    margin-left: 0;
  }

  .ts-feature-standard .ts-feature-wrapper {
    margin-bottom: 40px;
  }

  .ts-newsletter .box-skew-sm-right>img {
    left: 0;
  }

  .ts-newsletter .box-skew-sm-right:after {
    left: 0;
  }

  .ts-tab.nav-tabs {
    margin-bottom: 30px;
  }

  .ts-team .ts-team-info img {
    width: 100%;
  }

  /* Subpages
  ================================= */

  /* Service */
  .ts-service-wrapper {
    max-width: 350px;
    margin: 0 auto 40px;
  }

  /* Pricing table */
  .plan {
    margin-bottom: 40px;
  }

  .ts-pricing-table-standard .plan .plan-price {
    height: 120px;
  }

  .ts-pricing-table-standard .plan .plan-price:after {
    display: none;
  }

  .working-box-wrapper .working-single-box:after {
    display: none;
  }

  /*- about us ---*/

  .ts-about-us .box-skew-left:after {
    width: 100%;
  }

  .ts-about-us .box-skew-left img {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    position: relative;
  }

  .ts-about-us .overflow-hidden .box-skew-left {
    height: 100%;
  }

  .box-skew-left img {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  /*-- Pricing Table --*/
  .ts-pricing-intro .overflow-hidden .box-skew-right {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  /*---ts-team ---*/
  .ts-team [class*="col-"]:last-of-type .ts-team-info,
  .ts-team-standard [class*="col-"]:last-of-type .ts-team-info {
    margin-bottom: 0;
  }

  /*------- skill ---*/
  .ts-skill-area {
    padding: 70px 0px;
  }

  .ts-skill-area .video-popup .video-popup-btn {
    top: calc(50% - 20px);
  }

  .sidebar.sidebar-right .widget:last-of-type {
    margin-bottom: 0;
  }

  /* faq */
  .sidebar .widget {
    padding: 35px 30px;
  }

  .social-icons li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .quote-ratings .service-name {
    font-size: 14px;
  }

  /* Pricing Table */
  .ts-pricing-intro .sidebar .widget {
    padding: 35px 20px;
  }

  .ts-pricing-intro .social-icons li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .ts-pricing-intro .ts-rating li i {
    font-size: 14px;
  }

  .ts-pricing-intro .box-skew-left {
    width: 100%;
  }

  .ts-pricing-intro .box-skew-left img {
    position: relative;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  .ts-pricing-intro .overflow-hidden .box-skew-left {
    height: auto;
  }

  .ts-pricing-intro .overflow-hidden .box-skew-right {
    width: 100%;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 10px;
    height: auto;
  }

  /*---- ts-srevice-inner-----*/
  .ts-srevice-inner [class*="col"]:last-of-type .ts-service-wrapper {
    margin-bottom: 0;
  }

  .ts-contact-us {
    margin-bottom: 40px;
  }

  /*--- news --*/
  .post .post-body .entry-title,
  .post-content.post-single .post-body .entry-title {
    font-size: 24px;
  }

  .post .post-body {
    padding: 17px 25px 30px;
  }

  .video_fluid iframe {
    width: 173%;
    top: -340px;
  }

  .ts-slider-area.owl-carousel .owl-nav{
    margin-top: -15px;
  }

  .ts-slider-area.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 50px !important;
  }

  .main_title .ch_title,
  .main_title2 .ch_title{
    font-size: 32px;
  }

  .main_title .en_subtitle,
  .main_title2 .en_subtitle{
    font-size: 14px;
  }

  .main_title2{
    margin-bottom: 50px;
  }

  .footer{
    padding: 80px 0 0;
    margin-top: -30px;
  }

  .footer_info ul{
    display: block;
  }

  .footer_info ul li{
    width: 100%;
  }

  .footer_info ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
    margin-bottom: 15px;
  }

  .copyright{
    margin-top: 60px;
  }

  .about_area1 img{
    margin-bottom: 30px;
  }

  .about_area1 .line_more_btn{
    margin-top: 30px;
  }

  .banner-area {
    margin-top: 75px;
  }

  .banner-heading .banner-title {
    font-size: 70px;
  }

  .ts-about-us .overflow-hidden .box-skew-right{
    padding: 30px;
  }

  .working-box-wrapper .working-content-wrapper .workig-icon img {
    width: 60px;
  }

  .working-box-wrapper .working-content-wrapper .working-content h3{
    font-size: 36px;
  }

  .news_card .card_img{
    margin-bottom: 20px;
  }

  .news_card .card_content .title a{
    font-size: 18px;
    margin-bottom: 5px;
  }

  .news_card .line_more_btn {
    margin-top: 20px;
  }

  .news_list_page .news_card {
    margin-bottom: 40px;
  }

  .index_product:after {
    display: none;
  }



  .product_page .pc-deco{
    display: none;
  }

  .product_page .mobile-deco{
    display: block;
  }

  .product_title_block{
    font-size: 70px;
    padding-right: 60px;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }

  .product_title_block img{
    bottom: 8px;
    width: 50px;
  }

  .product_sort_block {
    padding-right: 0;
  }

  .product_info_page .top{
    margin-top: 30px;
  }

  .product_table .table_list:nth-child(odd) {
    padding-right: 15px;
  }

  .product_table .table_list:nth-child(even) {
    padding-left: 15px;
    margin-left: 0;
  }

  .service_card {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 89% 100%, 0 100%, 0% 50%);
  }

  .contact_form .send-btn {
    text-align: center;
    margin-top: 15px;
  }

}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {

  .video_fluid iframe {
    width: 156vw;
    top: -390px;
  }

  .ts-slider-area.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
  }

  .ts-slider-area.owl-carousel .owl-nav button i{
    font-size: 22px;
  }

  .ts-slider-area.owl-carousel .owl-nav button{
    left: 15px;
  }

  .ts-slider-area.owl-carousel .owl-nav button.owl-next{
    right: 15px;
  }

  .ts-header-standard{
    border-bottom: 4px solid #e60013;
  }

  .ts-slider-area {
    margin-top: 74px;
  }

  .slider-content .banner_tx{
    font-size: 24px;
    margin-bottom: 8px;
  }

  .slider-content .banner_tx small {
    font-size: 20px;
  }

  .slider-content .slider-desc{
    font-size: 15px;
  }

  .slider-items .btn-primary {
    padding: 8px 16px;
    height: auto;
  }

  section, .section{
    padding: 80px 0;
  }

  .main_title .ch_title,
  .main_title2 .ch_title {
    font-size: 30px;
  }

  .footer{
    padding: 60px 0 0;
  }

  .footer_link ul li:nth-child(odd){
    padding-right: 7px;
  }

  .footer_link ul li:nth-child(even){
    padding-left: 7px;
  }

  .copyright {
    margin-top: 40px;
  }

  .copyright .side_social{
    right: 10px;
  }

  .news-carousel.owl-carousel .owl-nav{
    right: 0;
  }

  .banner-area {
    margin-top: 74px;
    background-size: cover;
  }

  .banner-heading .banner-title {
    font-size: 60px;
    padding: 80px 0;
  }

  .breadcrumb li,
  .breadcrumb li h1{
    font-size: 16px;
  }

  .working-box-wrapper [class*=col] {
    padding: 7px 15px;
  }

  .working-box-wrapper>div:nth-child(odd){
    padding-right: 7px;
  }

  .working-box-wrapper>div:nth-child(even){
    padding-left: 7px;
  }

  .feature_block{
    height: auto;
    margin-bottom: 15px;
  }

  .news_card .card_img{
    margin-bottom: 30px;
  }

  .news_card .card_content .title a{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .news_card .line_more_btn {
    margin-top: 30px;
  }

  .news_list_page .news_card {
    margin-bottom: 40px;
  }

  .news_info_warp .title,
  .service_info_warp .title{
    font-size: 28px;
  }

  .other_service .link_block:nth-child(odd),
  .service_warp:nth-child(odd){
    padding-right: 7px;
  }

  .other_service .link_block:nth-child(even),
  .service_warp:nth-child(even){
    padding-left: 7px;
  }

  .service_list_page .service_card {
    margin-bottom: 15px;
  }

  .product_page.gray,
  .product_page.white{
    padding-bottom: 150px;
  }

  .product_page:first-child {
    padding-top: 80px;
  }

  .product_page:last-child {
    padding-bottom: 80px;
  }

  .product_page svg{
    height: 100px;
  }

  .product_sort_block .brand_warp:nth-child(odd){
    padding-right: 7px;
  }

  .product_sort_block .brand_warp:nth-child(even){
    padding-left: 7px;
  }

  .contact_form .left {
    padding-right: 15px;
  }

  .contact_form .right {
    padding-left: 15px;
  }

}

@media (max-width: 480px){

  .navbar .nav-item .nav-link{
    font-size: 17px;
  }

  .video_fluid iframe {
    width: 200vw;
  }

  section,
  .section {
    padding: 70px 0;
  }

  .footer-logo img{
    width: 250px;
  }

  .main_title .ch_title,
  .main_title2 .ch_title {
    font-size: 28px;
  }

  .main_title2{
    flex-direction: column-reverse;
  }

  .main_title2 .ch_title{
    padding-right:  0;
    border-right: unset;
  }

  .main_title2 .en_subtitle{
    padding-left: 0;
    margin-bottom: 5px;
  }

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 42px;
  }

  .index_product:after {
    display: none;
  }

  .banner-heading .banner-title{
    font-size: 56px;
  }

  .about_page {
    padding-bottom: 40px;
  }

  .working-box-wrapper .working-single-box{
    min-height: unset;
  }

  .working-box-wrapper>div{
    flex: 100%;
    max-width: 100%;
  }

  .working-box-wrapper>div:nth-child(odd) {
    padding-right: 15px;
  }

  .working-box-wrapper>div:nth-child(even) {
    padding-left: 15px;
  }

  .logo_block{
    display: none;
  }

  .about_brand {
    padding-top: 40px;
  }

  .news_info_warp .title,
  .service_info_warp .title{
    font-size: 26px;
  }

  .service_warp:nth-child(odd) {
    padding-right: 15px;
  }

  .service_warp:nth-child(even) {
    padding-left: 15px;
  }

  .service_warp{
    flex: 100%;
    max-width: 100%;
  }

  .product_page.gray,
  .product_page.white{
    padding-top: 60px;
  }

  .product_page:first-child {
    padding-top: 70px;
  }

  .product_page:last-child {
    padding-bottom: 70px;
  }

  .product_page .product_sort {
    margin-bottom: 40px;
  }

  .product_img_block{
    padding: 15px 15px 0 0;
    margin-bottom: 20px;
  }

  .product_img_block h3{
    display: none;
  }

  .product_title_block{
    font-size: 60px;
    padding-right: 46px;
    margin-bottom: 20px;
  }

  .product_title_block img {
    bottom: 6px;
    width: 40px;
  }

  .product_info_page .product_name{
    font-size: 26px;
  }

  .product_info_page .product_tx {
    margin-top: 10px;
  }

  .product_info_page .price span{
    font-size: 18px;
  }

  .product_info_page .price .discount{
    font-size: 26px;
  }

  .product_info_page .price del{
    font-size: 15px;
  }

  .tab_block .nav-pills{
    margin-bottom: 20px;
  }

  .tab_block .nav-pills .nav-link{
    padding: 10px 20px;
  }

  .contact_map {
    margin-bottom: 40px;
  }

  .contact_title{
    font-size: 28px;
    padding-left: 30px
  }

  .contact_title:before{
    width: 20px;
  }

  .contact_form .form_group {
    margin-bottom: 15px;
  }

  .contact_img{
    margin-bottom: 10px;
  }

  .contact_img .img-warp{
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .contact_img .upload-btn{
    margin-bottom: 10px;
  }
}

/* Custom, iPhone Retina */
@media (max-width: 478px) {

  /* Navbar */

  .header-default .header-angle .navbar-toggler {
    margin-left: 0;
  }

  .working-box-wrapper .working-single-box:after {
    display: none;
  }

  .top-contact-info li:last-child {
    margin-top: 10px;
  }

  .ts-logo img {
    max-width: inherit;
  }

  /* About Us Page */
  .ts-history-tab .nav-tabs .nav-item {
    margin-bottom: 5px;
    width: 92%;
  }

  .ts-history-tab .ts-tab.nav-tabs .nav-link {
    width: 85%;
  }

  .ts-history-tab .tab-pane {
    margin-top: 20px;
  }

  .ts-fun-facts .box-skew-sm-right {
    padding-left: 20px;
    padding-right: 0px;
  }

  /* Service */
  .ts-appointment {
    margin-top: 50px;
    padding-left: 10px;
  }

  .service-appointnent {
    margin-bottom: 50px;
  }

  ul.unstyled.ts-rating {
    margin-top: -4px;
    font-size: 14px;
  }

  /*--- news ---*/
  .post-tags a {
    display: block;
    margin-bottom: 10px;
  }

  .author-box {
    padding: 40px 17px 20px;
  }

  .post-navigation {
    display: block;
  }

  .post-navigation::after {
    display: none;
  }

  .comments-list .comments-reply {
    padding-left: 0;
  }

  /*- testimonial*/
  .testimonial-slide .testimonial-item {
    max-width: 300px;
  }

}

@media (max-width: 375px){

  .navbar .nav-item .nav-link{
    font-size: 16px;
  }

  .video_fluid iframe {
    width: 235vw;
  }

  .ts-slider-area.owl-carousel .owl-nav {
    margin-top: 0;
  }

  .ts-slider-area.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }

  .ts-slider-area.owl-carousel .owl-nav button i{
    font-size: 18px;
  }

  section, .section {
    padding: 60px 0;
  }

  .main_title2,
  .index_news .main_title {
    margin-bottom: 40px;
  }

  .ts-header-standard{
    border-bottom: 3px solid #ee3131;
  }

  .ts-header-standard .navbar-light .navbar-toggler {
    font-size: 14px;
    top: -43px;
  }

  .ts-slider-area {
    margin-top: 69px;
  }

  .pagination li a{
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 14px;
  }

  .footer-logo img{
    width: 230px;
  }

  .copyright .side_btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .copyright .side_btn.line img,
  .copyright .side_btn.fb img{
    width: 25px;
  }

  .copyright .back-to-top i{
    font-size: 18px;
  }

  .index_product .btn {
    margin-top: 0;
  }

  .about_page {
    padding-bottom: 30px;
  }

  .working-box-wrapper .working-content-wrapper {
    padding: 30px 20px;
  }

  .about_brand {
    padding-top: 30px;
  }

  .feature_block{
    padding: 20px;
  }

  .product_card{
    margin-bottom: 20px;
  }

  .product_card .title,
  .product_card .price{
    padding: 20px;
  }

  .product_card .title a{
    font-size: 20px;
  }

  .product_card .card_info{
    padding: 15px 0;
  }

  .product_card .price .discount{
    font-size: 20px;
  }

  .news-carousel.owl-carousel .owl-nav{
    top: -85px;
  }

  .news_card .card_img{
    margin-bottom: 20px;
  }

  .news_card .card_content .title a{
    font-size: 18px;
    margin-bottom: 5px;
  }

  .news_card .line_more_btn {
    margin-top: 20px;
  }

  .news_list_page .news_card {
    margin-bottom: 30px;
  }

  .widget_area .widget:not(:last-child) {
    margin-bottom: 40px;
  }

  .post_item{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .ts-about-us .overflow-hidden .box-skew-right {
    padding: 30px 20px;
  }

  .banner-area {
    margin-top: 69px;
  }

  .banner-heading .banner-title{
    font-size: 50px;
    padding: 50px 0 70px;
  }

  .breadcrumb{
    margin-bottom: 10px;
  }

  .news_info_warp .title{
    font-size: 24px;
    margin-bottom: 15px;
  }

  .news_info_tx {
    position: relative;
    padding: 20px 0;
  }

  .share_post{
    padding-top: 20px;
  }

  .service_info_warp{
    border: 8px solid #eee;
    padding: 20px 15px;
  }

  .service_info_warp .title{
    font-size: 24px;
  }

  .sticky_service{
    margin-bottom: 5px;
  }

  .service_info_page .img_warp{
    margin-bottom: 20px;
  }

  .product_page svg {
    height: 70px;
  }

  .product_page.gray,
  .product_page.white{
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .product_page:first-child {
    padding-top: 60px;
  }

  .product_page:last-child {
    padding-bottom: 60px;
  }

  .product_title_block{
    font-size: 44px;
    padding-right: 36px;
  }

  .product_title_block img{
    bottom: 4px;
    width: 32px;
  }

  .product_page .product_sort {
    margin-bottom: 30px;
  }

  .product_sort_block .title {
    font-size: 42px;
  }

  .product_info_page .top{
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .product_info_page .product_name {
    font-size: 24px;
  }

  .product_info_page .product_info{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .tab_block .nav-pills .nav-link{
    font-size: 15px;
  }

  .product_info_page .tab_block {
    margin-top: 40px;
  }

  .product_info_page .price span {
    font-size: 16px;
  }

  .product_info_page .price .discount {
    font-size: 24px;
  }

  .product_info_page .price del {
    font-size: 14px;
  }

  .product_table .table_list{
    font-size: 15px;
  }

  .contact_map {
    margin-bottom: 30px;
  }

  .contact_title {
    font-size: 26px;
    padding-left: 25px;
    margin-bottom: 20px;
  }

  .contact_title:before {
    width: 15px;
  }

  .contact_img .img-warp,
  .contact_img .upload-btn,
  .contact_img .upload-btn:after{
    width: 85px;
    height: 85px;
  }

  .contact_img .img-warp:hover:before{
    width: 85px;
    height: 85px;
    line-height: 85px;
  }

  .contact_img .upload-btn:after{
    font-size: 14px;
    line-height: 85px;
  }

  .contact_img .img-warp:nth-child(3n){
    margin-right: 0;
  }


}