/*
* Theme Name: Techlan
* Description: Create theme for wordpress
* Theme URI: 
* Version: 1.0
* Author: Admin
* Tags: basic, ....
* Text Domain: techlan
*/
@font-face {
    font-family: 'Segoe UI';
    src: url('./assets/fonts/SegoeUI.eot');
    src: url('./assets/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI.woff') format('woff'),
        url('./assets/fonts/SegoeUI.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI Bold';
    src: url('./assets/fonts/SegoeUI-Bold.eot');
    src: url('./assets/fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('./assets/fonts/SegoeUI-Bold.woff') format('woff'),
        url('./assets/fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('./assets/fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    font-family: 'Segoe UI';
    word-break: break-word;
}
body * {
    box-sizing: border-box;
}
.wrap-container {
    max-width: 1350px;
    margin: auto;
    padding: 0 15px;
}
.elementor-widget-button .elementor-button {
    font-family: 'Segoe UI Bold';
}
.elementor-widget-button .elementor-button-icon svg {
    width: 34px;
    margin-top: -4px;
}
a {
    transition: all 0.3s;
}
p {
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Segoe UI Bold';
}
.font-regular h1,
.font-regular h2,
.font-regular h3,
.font-regular h4,
.font-regular h5,
.font-regular h6 {
    font-family: 'Segoe UI';
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    font-family: 'Segoe UI';
    border: 1px solid #CBCBCB;
    outline: none;
    padding: 17.5px 21px;
    color: #515151;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
}
textarea {
    height: 131px;
}
input[type="submit"]{
    background: #01AED6;
    border: none;
    color: #fff;
    font-family: 'Segoe UI Bold';
    font-size: 20px;
    line-height: 24px;
    padding: 16px 46.5px;
    cursor: pointer;
    transition: all .3s;
}
input[type="submit"]:hover{
    background: rgb(1 174 214 / 85%);
}
input[type=checkbox] {
    position: relative;
    border: 1px solid #CBCBCB;
    background: #fff;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0 7px 0 0;
    vertical-align: middle;
    height: 15px;
    min-width: 15px;
    -webkit-appearance: none;
}
input[type=checkbox]:checked { 
    background-color: #01AED6;
    border-color: #01AED6;
}
input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0px 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.wrap-field-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.wrap-field-contact .field.field-half {
    width: 50%;
    padding: 0 10px;
}
.wrap-field-contact .field.field-full {
    width: 100%;
    padding: 0 10px;
    color: #515151;
}
.wrap-field-contact .field p {
    margin-bottom: 20px;
}
.wrap-field-contact .field-full p {
    margin-bottom: 17px;
}
.field.field-checkbox {
    font-size: 14px;
}
.field.field-checkbox .wpcf7-list-item {
    margin: 0;
}
.field.field-checkbox p {
    margin-bottom: 4px;
}
.field.field-full.field-submit {
    margin-top: 20px;
}
.list-social-contact .elementor-icon.elementor-social-icon {
    margin-right: 17px;
    font-size: 30px;
    height: auto;
    width: auto;
}
.custom-breadcrumbs {
    font-size: 14px;
    line-height: 17px;
    color: #7D7D7D;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.custom-breadcrumbs a {
    color: #7D7D7D;
    text-decoration: none;
}
.custom-breadcrumbs a:hover {
    color: #01AED6;
}
.wrap-page-news .custom-breadcrumbs {
    padding-bottom: 5px;
}
.paginate {
    display: block;
    text-align: center;
}
.paginate .page-numbers {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.paginate .page-numbers.current,
.paginate .page-numbers:hover {
    color: #01AED6;
}

/* header */
.entry-header{
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #FFF;
    top: 0;
}

.main{
    padding-top: 80px;
}
header .container {
    max-width: 1824px;
    margin: auto;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-site img {
    max-width: 150px;
    height: auto;
    display: block;
}
.wrap-nav-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.wrap-nav-menu .nav-menu-main {
    padding-right: 30px;
}
.nav-menu-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.nav-menu-main ul li {
    padding: 0 31px;
}
.nav-menu-main a {
    /* font-family: Segoe UI Bold; */
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
/*    text-transform: uppercase;*/
    color: #515151;
    transition: all 0.3s;
}
.nav-menu-main a:hover {
    color: #01AED6;
}
.icon-menu {
    width: 32px;
    height: 22px;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}
.icon-menu span {
    width: 32px;
    height: 3px;
    border-radius: 10px;
    display: block;
    background-color: #01AED6;
    position: absolute;
    left: 0;
    transition: all 0.25s;
}
.icon-menu span:nth-child(2) {
    transition: all 0s;
}
.icon-menu span:nth-child(1) {
    top: 0;
}
.icon-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.icon-menu span:nth-child(3) {
    top: auto;
    bottom: 0;
}
.nav-menu-popup.is-active .icon-menu span:nth-child(1) {
    top: calc(50% - 2px);
    transform: rotate(45deg);
}
.nav-menu-popup.is-active .icon-menu span:nth-child(2) {
    opacity: 0;
}
.nav-menu-popup.is-active .icon-menu span:nth-child(3) {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.nav-menu-popup .wrap-content-menu {
    max-width: 960px;
    width: 100%;
    position: absolute;
    z-index: 9;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    padding-top: 59px;
}
.nav-menu-popup.is-active .wrap-content-menu {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
}
.wrap-content-menu .col-left {
    width: 50%;
    background: #01aed6c4;
    padding: 50px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-content-menu .col-left .title h2 {
    font-family: 'Segoe UI Bold';
    max-width: 349px;
    margin: 0 auto;
}
.wrap-content-menu .col-left .social {
    max-width: 349px;
    margin: 0 auto;
    padding-top: 5px
}
.wrap-content-menu .col-left .social .elementor-icon.elementor-social-icon {
    width: auto;
    margin-right: 16px;
}
.wrap-content-menu .col-right {
    width: 50%;
    background: #515151;
    padding: 80px 30px 80px 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-content-menu .col-right ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
}
.wrap-content-menu .col-right ul li {
    padding: 20.5px 0;
}
.wrap-content-menu .col-right ul a {
    font-family: Segoe UI;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}
.wrap-content-menu .col-right ul a:hover {
    color: #01aed6;
}
sup {
	position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
    top: -1em!important;
}

/* footer*/
.wrap-lasts-news .title-st h2 {
    font-family: 'Segoe UI Bold';
    font-size: 54px;
    line-height: 65px;
    color: #000000;
    margin: 0;
    padding-bottom: 23px;
}
.wrap-lasts-news .list-post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.wrap-lasts-news .list-post .item {
    width: calc(33.333% - 32px);
    margin: 15px 16px;
    padding: 41px 0;
    border-top: 1px solid #515151;
    display: flex;
    flex-direction: column;
}
.wrap-lasts-news .list-post .date { 
    font-size: 16px;
    line-height: 19px;
    color: #515151;
}
.wrap-lasts-news .list-post .info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrap-lasts-news .list-post h3.title {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 11px;
    flex: auto;
}
.wrap-lasts-news .list-post h3.title a {
    font-family: 'Segoe UI Bold';
    font-size: 30px;
    line-height: 36px;
    color: #515151;
    text-decoration: none;
}
.wrap-lasts-news .list-post h3.title a:hover,
.wrap-lasts-news .list-post .read-more a:hover {
    color: #01aed6;
}
.wrap-lasts-news .list-post .read-more a {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    font-family: 'Segoe UI Bold';
    text-decoration: none;
}
.wrap-lasts-news .list-post .read-more a:after {
    content: "";
    background: url(./assets/images/icon-read-more.svg);
    width: 34px;
    height: 34px;
    position: absolute;
    right: -45px;
}
.wrap-lasts-news .list-post .thumbnail {
    position: relative;
}
.wrap-lasts-news .list-post .thumbnail:before {
    content: "";
    display: block;
    padding-top: 81%;
}
.wrap-lasts-news .list-post .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}
.wrap-page-news.wrap-lasts-news .list-post .item {
    padding: 28px 0 17px 0;
}
.wrap-page-news .list-post .date {
    padding-top: 24px;
}
.wrap-page-news .list-post h3.title {
    padding-bottom: 31px;
}
.wrap-page-news {
    padding-top: 111px;
    padding-bottom: 128px;
}
.st-footer-bottom a {
    font-family: 'Segoe UI Bold';
    color: #fff;
}
.st-footer-bottom a:hover {
    color: #01aed6;
}
.st-footer-bottom .elementor-icon.elementor-social-icon {
    width: auto;
    height: auto;
    margin-left: 22px;
}
.st-footer-bottom .elementor-widget-text-editor br {
    display: block;
}

/* Page */
.inner-st-content .elementor-widget-text-editor p {
    margin-top: 0;
    margin-bottom: 15px;
}
.st-inner-info-conact .elementor-widget-text-editor p {
    margin-bottom: 30px;
}
@media(max-width:1440px){
    .wrap-content-menu .col-right {
        padding: 100px 30px;
    }
}
@media(max-width: 1024px){
    header .container {
        padding: 25px 15px;
    }
    .logo-site img {
        max-width: 180px;
        height: auto;
    }
    .wrap-nav-menu .nav-menu-main {
        padding-right: 15px;
    }
    .nav-menu-main ul li {
        padding: 0 15px;
    }
    .nav-menu-main a {
        font-size: 15px;
    }
    .wrap-content-menu .col-right ul a {
        font-size: 26px;
    }
    .wrap-lasts-news .title-st h2 {
        font-size: 48px;
        line-height: 1.2;
    }
    .wrap-lasts-news .list-post h3.title a {
        font-size: 26px;
        line-height: 1.2;
    }
    .wrap-page-news {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media(max-width:767px){
    .wrap-nav-menu .nav-menu-main {
        display: none;
    }
    .wrap-content-menu .col-left,
    .wrap-content-menu .col-right {
        width: 100%;
    }
    .wrap-content-menu .col-right ul a {
        font-size: 22px;
    }
    .wrap-content-menu .col-right ul li {
        padding: 10px 0;
    }
    .wrap-lasts-news .title-st h2 {
        font-size: 42px;
    }
    .wrap-lasts-news .list-post .item {
        width: 100%;
        padding: 20px 0;
    }
    .wrap-lasts-news .list-post h3.title a {
        font-size: 22px;
    }
    .wrap-lasts-news .list-post h3.title {
        flex: none;
    }
    .st-footer-bottom .elementor-icon.elementor-social-icon {
        margin-left: 11px;
        margin-right: 11px;
    }
    .wrap-field-contact .field.field-half {
        padding: 0 10px;
    }
    .wrap-page-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap-content-menu .col-left {
        background-color: unset;
    }
}
.wpcf7 .wpcf7-response-output {
    color: #000 !important;
}

.products-mob {
	cursor: pointer;
}
.sub-menu li:active {
    background-color: #959494;
}
.sub-menu li {
    padding-left: 20px !important;
}
.mega-indicator {
    transform: rotate(0deg);
    transition: transform 0.6s ease;
}
.products-desk:hover .mega-indicator {
  transform: rotate(180deg);
    transition: transform 0.6s ease;
}
.reliner-right .elementor-widget-wrap{
    align-content:flex-end;
}