/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
/* @import url("assets/fonts/OpenSans/font-OpenSans.css"); */

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */


/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */


* {
    scroll-behavior: smooth !important;
}

body {
    font-size: 15px;
    font-weight: 400;
}
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}
.featured-box .icon-box-img img {
    padding-top: 0;
}
.wpcf7-spinner {
    display: none;
}
.contact-button{
    border-radius: 10px;
}
.contact-buttons{
    bottom: 235px;
    right: 15px;
    gap: 5px;
}
.list-footer-fixed{
    display: none;
}
.rt_popup {
	display: none; 
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
  	text-align: center;
}
.rt_popup.is-visible{
    display: block;
}
.popup-content .wpcf7 form h3{
	text-align: center;
    color: #222;
    font-size: 24px;
    padding-top: 15px;
	padding-left: 20px;
    padding-right: 20px;
}
.rt_popup .popup-content .wpcf7{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 0;
  background-color: #fff ;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  border-radius: 0px;
  z-index: 9999;
}
.rt_popup p{
  margin-bottom: 0;
}
.popup-content .wpcf7 h2{
    color: #0C72C2;
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 20px;
}
.popup-content .wpcf7 #closePopup{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #0C72C2;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
}
.popup-content .wpcf7 label{
  text-align: left;
}
.popup-content .date{
	font-size: 14px;
	margin-bottom: 15px;
    display: block;
}
.popup-content .wpcf7 form{
    margin-bottom: 0;
    border: 5px solid #ededed;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    padding-bottom: 30px;
}
.popup-content .wpcf7 form .col{
    padding-bottom: 0;
}
.popup-content .wpcf7 form img{
    width: 100%;
}
.popup-content .wpcf7 form input{
  border: 1px solid #02b8b4;
  padding: 5px 15px;
  color: #333;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 10px;
  font-size: 13px;
}
.popup-content .wpcf7 form input.name-product{
    background: #F9F9F9;
    touch-action: manipulation;
    appearance: none;
}
.popup-content .wpcf7 form textarea::placeholder,
.popup-content .wpcf7 form input::placeholder{
  color: #222;
}
.popup-content .wpcf7 form textarea{
  font-weight: 500;
  box-shadow: none;
  background-color: transparent;
  border-radius: 5px;
}
.popup-content .wpcf7 form textarea{
  border: 1px solid #02b8b4;
  padding: 10px 15px;
  color: #333;
  font-size: 13px;
}
.popup-content .wpcf7 form input.wpcf7-submit{
	margin: 0;
	border-radius: 5px;
	background: linear-gradient(#02B8B4, #1DACD9);
	display: inline-block;
	width: auto;
	height: 40px;
	border: none;
	box-shadow: none;
	color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.popup-content .wpcf7-spinner{
	display: none;
}
.popup-content .wpcf7 .text-form{
  margin-bottom: 20px;
}
.popup-content .wpcf7 .text-form p{
  color: #fff;
}
.popup-content {
  position: relative;
	    height: 100%;
    width: 100%;
}
.popup-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 27px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content .text-p{
    margin-top: 10px;
    color: red;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .tits h3{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .sec_01 .text_01 p{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .row_02 .tits h4, .row_02 .tits h3{
        font-size: 50px;
        line-height: 65px;
    }
    .sec_01 .row_our .text_02::after{
        bottom: -40%;
        left: -30%;
    }
    .sec_01 .row_our .text_03::after{
        bottom: -45%;
        left: -14%;
    }
    .sec_01 .row_our .text{
        padding-top: 20px;
        margin-top: 20px;
    }
    .sec_07 .section-content{
        padding-left: 70px;
        padding-right: 15px;
    }
    .sec_07 .row_border{
        margin-bottom: 50px;
    }
    .sec_02 .section-content{
        padding: 0 15px;
    }
    .sec_02 .tits h3{
        font-size: 28px;
        line-height: 34px;
    }
    .sec_02 .tits h4{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .sec_03 .text h3{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .sec_03 .text h4{
        font-size: 28px;
        line-height: 35px;       
    }
    .rt_07 .img{
        margin-left: 0;
        min-width: unset;
    }
    .rt_07::after,
    .rt_07::before{
        display: none;
    }
    .rt_07{
        border-left: 1px solid #8AA5A5;
    }
    .shop-container .products .box__products{
        padding: 50px 35px 35px 35px;
    }
    .dowloads_01{
        margin-top: 125px;
    }
    .box-text-products .product-title a{
        font-size: 30px;
    }
    .archive_02 h3{
        font-size: 35px;
        line-height: 42px;
    }
    .box__post__list .news-post-news:nth-child(2n - 1) .box__content,
    .box__post__list .news-post-news:nth-child(2n) .box__content{
        width: 45%;
    }
    .box__post__list .news-post-news:nth-child(2n) .box__content{
        padding-left: 35px;
        padding-top: 25px;
    }
    .box__post__list .news-post-news:nth-child(2n - 1) .box__content{
        padding-top: 25px;
    }
    .footer-top ul.menu{
        gap: 30px;
    }
}
@media (max-width: 912px) {
    .nav>li.has-icon>a>i{
        color: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
        color: #222;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .searchform .button.icon{
        background-color: #2c2e33;
    }
    .tits h3{
        font-size: 30px;
        line-height: 40px;
    }
    .sec_01 .text p{
        font-size: 15px;
    }
    .sec_01 .text_01{
        margin-top: 0;
    }
    .sec_01 .text_01 p{
        margin-bottom: 20px;
    }
	.sec_01 .row-youtube {
		margin-bottom: 10px;
	}
    .row_02 .tits h4, .row_02 .tits h3{
        font-size: 40px;
        line-height: 50px;
    }
    .sec_03 .why_01::after,
    .sec_03 .why_01::before{
        display: none;
    }
    .sec_03 .icon-box .icon-box-img::after,
    .sec_03 .icon-box::before,
    .sec_03 .icon-box::after{
        display: none;
    }
    .sec_03 .why_01 > .col{
        margin-bottom: 80px;
    }
    .sec_03 .icon-box{
        margin-top: 55px;
    }
    .sec_05 .tits h3,
    .sec_04 .tits h3{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .sec_05 p{
        margin-bottom: 15px;
    }
    .rt_05 .row::before{
        right: -35px;
    }
    a.button_01.button{
        min-width: unset;
    }
    .archive_01{
        margin-top: 0px;
    }
    .shop-container .products > .product:nth-child(2n) .box .box-text-products,
    .shop-container .products > .product:nth-child(2n - 1) .box .box-text-products{
        width: 45%;
    }
    .shop-container .products > .product{
        padding-bottom: 40px;
    }
    .archive_02{
        margin-top: 0px;
    }
    .archive_02 img{
        margin-top: 0;
    }
    .archive_02 .col:nth-child(1){
        order: 2;
    }
    .archive_02 .col:nth-child(2){
        justify-content: center;
        order: 1;
    }
    .footer-top ul.menu{
        gap: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer a{
        font-size: 16px;
    }
    .contact-buttons{
        display: block;
        bottom: 230px;
    }
    .contact-button{
        margin-top: 10px;
    }
    .contact-button,
    .floating-btn{
        width: 40px;
        height: 40px;
    }
    .ctc_wp_mobile{
        width: 40px;
    }
}
@media (max-width: 767px) {
    .tits h3{
        font-size: 26px;
        line-height: 36px;
    }
    .sec_01 .text p{
        font-size: 14px;
    }
    a.button_01.button{
        min-width: unset;
        font-size: 15px;
    }
    .row_02 .tits h4, .row_02 .tits h3{
        font-size: 30px;
        line-height: 36px;
    }
    .sec_01 .row_our .col_02{
        order: 2;
    }
    .sec_01 .row_our .col_04{
        order: 1;
        margin-top: 100px;
    }
    .sec_01 .row_our .text_02::after{
        bottom: -45%;
        left: -25px;
    }
    .sec_01 .row_our .text_03::after{
        left: -25px;
    }
    .sec_07 .section-content{
        padding-left: 15px;
    }
    .sec_07 .row_border .large-8 > .col-inner{
        padding-left: 0px;
    }
    .sec_07 .row_border{
        margin-bottom: 30px;
        margin-top: 100px;
    }
    .sec_07 .row_border::before{
        left: 50%;
        top: -80px;
        transform: translateX(-50%);
    }
    .sec_07 .tits h3{
        margin-bottom: 0;
    }
    .sec_02 .section-content{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sec_02 .tits h3{
        font-size: 20px;
        line-height: 26px;
    }
    .sec_02 .tits h4{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .sec_02 a.button_01.button{
        margin-bottom: 20px;
    }
    .sec_03 .img_why{
        margin-top: 0;
    }
    .sec_03 .img_why img{
        width: 45%;
    }
    .sec_03 .text h3{
        font-size: 22px;
        line-height: 30px;
        margin-top: 0;
        padding-left: 15px;
    }
    .sec_03 .text h4{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sec_03 .why-text{
        padding: 0 15px;
    }
    .sec_03 .text p{
        font-size: 14px;
    }
    .sec_03 .icon-box .icon-box-text h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec_05 .tits h3, .sec_04 .tits h3{
        font-size: 24px;
        line-height: 32px;
    }
    .rt_01 p{
        margin-bottom: 0;
        font-size: 14px;
    }
    .rt_03{
        padding: 0 15px;
    }
    .rt_03.row-collapse > .col_01:nth-child(2){
        border-top: none;
        padding-top: 0px !important;
    }
    .rt_03 .img{
        margin-top: 0;
    }
    .rt_04 > .col:nth-child(1){
        order: 3;
    }
    .rt_04.row-collapse > .col_01:nth-child(2){
        order: 2;
        border-top: none;
        padding-top: 0px !important;
    }
    .rt_04.row-collapse > .col_01:nth-child(3){
        order: 1;
    }
    .rt_05{
        justify-content: center;
    }
    .rt_05 .row{
        padding-top: 0;
        padding-right: 0px !important;
        border-right: 1px solid #8AA5A5;
    }
    .rt_05 .row::before{
        display: none;
    }
    .rt_05 .col{
        padding-bottom: 20px;
    }
    .rt_01 .rt_06 p,
    .rt_01 .rt_07 p,
    .rt_01 .rt_08 p,
    .rt_01 .rt_05 p{
        margin-bottom: 20px;
    }
    .rt_07{
        padding: 20px 0px 0;
    }
    .rt_08 .tits h3{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .shop-container .products .box__products{
        padding: 25px 20px 20px;
    }
    .shop-container .products > .product:nth-child(2n) .box .box-image,
    .shop-container .products > .product:nth-child(2n - 1) .box .box-image{
        width: 100%;
        float: none;
        text-align: center;
    }
    .shop-container .products > .product:nth-child(2n) .box .box-text-products,
    .shop-container .products > .product:nth-child(2n - 1) .box .box-text-products{
        width: 100%;
        float: none;
    }
    .box-text-products .product-title a{
        font-size: 20px;
        line-height: 28px;
    }
    .des-wrapper .product-short-description p{
        font-size: 14px;
        line-height: 20px;
    }
    .archive_02 h3{
        font-size: 25px;
        line-height: 36px;
    }
    .dowloads_01{
        margin-top: 75px;
    }
    .news-post-news{
        margin-bottom: 80px;
    }
    .box__post__list .news-post-news:nth-child(2n) .box__thumb__img,
    .box__post__list .news-post-news:nth-child(2n - 1) .box__thumb__img{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .box__post__list .news-post-news:nth-child(2n - 1) .box__content,
    .box__post__list .news-post-news:nth-child(2n) .box__content{
        width: 100%;
        float: none;
        padding-left: 5%;
        padding-bottom: 30px;
        padding-right: 5%;
    }
    .news-post-news .box__thumb__img img{
        width: 50%;
    }
    .news-post-news .box__content h3{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .news-post-news .box__content .rt_content{
        margin-bottom: 25px;
        font-size: 14px;
    }
    .news-post-news .box__thumb__img,
    .box__post__list .news-post-news .box__thumb__img{
        float: none;
        width: 100%;
    }
    .news-post-news .box__content,
    .box__post__list .news-post-news .box__content{
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .footer-top .widget_media_image img{
        max-width: 100px !important;
    }
    .footer-top ul.menu{
        gap: 10px;
        display: grid;
    }
}