/*
Theme Name: Anothemes 2
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/


/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */


/*==========================================================
	1. IMPORT FILES
==========================================================*/


/* Fonts */
/*
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
@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;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');  
*/
@import url(fonts/SPPro.css);
/*
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*/
/* Css */

@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);

/*==========================================================
    2. GENERAL
==========================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #757575;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 1em;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #FEA628;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

b,
strong {
    font-weight: 600;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
input[type=date],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
    font-family: 'Lexend', sans-serif;
}

input[type=submit] {
    font-family: 'Lexend', sans-serif;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}


/* custom bootstrap css */

.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container,
.container-large {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {

    .container,
    .container-large {
        width: 750px
    }
}

@media (min-width:992px) {

    .container,
    .container-large {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
        /*        width: 1140px;*/
    }

    .container-large {
        width: 1460px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


/* wordpress default style */

.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul {
    margin: 0 0 20px 30px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}


/*==========================================================
	3. ELEMENTS
==========================================================*/

#wrapper {
    margin: auto;
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}

.thumbnail {
    border-radius: 0;
}


/*==========================================================
	4. HEADER
==========================================================*/

#wpadminbar {
    z-index: 9999999999;
}

.site-header {
    z-index: 100000;
    position: fixed;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.header-scroll:not(.header_while) {
    background: #000;
}

.header-content {
    padding: 30px 0 35px;
    justify-content: space-between;
    align-items: center;
}

.site-brand {
    line-height: 0;
}

.logo {
    display: flex;
    height: 34px;
    align-items: center;
    position: relative;
}

.ani-bar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 30px;
    pointer-events: none;
}

.ani-bar-logo .bar-ani {
    height: 22px;
    width: 5px;
    background-color: #FEA628;
    border-radius: 5px;
    margin: 0 2.5px
}

.ani-bar-logo .bar-ani.el-tall {
    height: 34px;
}

.ani-bar-logo .el-short.el-1 {
    -webkit-animation: ani-el-logo-1 0.2s infinite alternate;
    animation: ani-el-logo-1 0.2s infinite alternate;
    -webkit-transform-origin: 0% 30%;
    -ms-transform-origin: 0% 30%;
    transform-origin: 0% 30%
}

.ani-bar-logo .el-tall.el-2 {
    -webkit-animation: ani-el-logo-2 0.2s infinite alternate;
    animation: ani-el-logo-2 0.2s infinite alternate;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform-origin: 0% 60%;
    -ms-transform-origin: 0% 60%;
    transform-origin: 0% 60%;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.ani-bar-logo .bar-ani.el-3 {
    -webkit-animation: ani-el-logo-3 0.2s infinite alternate;
    animation: ani-el-logo-3 0.2s infinite alternate;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s
}

@-webkit-keyframes ani-el-logo-1 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4)
    }
}

@keyframes ani-el-logo-1 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4)
    }
}

@-webkit-keyframes ani-el-logo-2 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.3);
        transform: scaleY(1.3)
    }
}

@keyframes ani-el-logo-2 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.3);
        transform: scaleY(1.3)
    }
}

@-webkit-keyframes ani-el-logo-3 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.3);
        transform: scaleY(1.3)
    }
}

@keyframes ani-el-logo-3 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1.3);
        transform: scaleY(1.3)
    }
}

.main-menu {
    background: #212121;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 0 15px;
    color: #BABABA;
    line-height: 19px;
    font-size: 14px;
    font-weight: 300;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #FEA628;
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.main-menu .searchform {
    float: right;
    margin-top: 3px;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.site-header .container {
    position: relative;
}

.mobile-menu {
    display: none;
    color: #FEA628;
    width: 35px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu span {
    display: block;
    background: #FEA628;
    width: 35px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}

.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}

.mobile-menu span.span-1 {
    top: 0;
}

.mobile-menu span.span-2 {
    top: 10px;
}

.mobile-menu span.span-3 {
    top: 20px;
}

.site-header:not(.header_while) {
    /*position: absolute;*/
    top: 0;
}

.header-scroll:not(.header_while) {
    position: fixed;
}


/*header white*/

.header_while {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}


/*Language*/

.box-menu-mb {
    display: flex;
    align-items: center;
}

.custom_language {
    margin-left: 5px;
    font-size: 0;
    display: inline-block;
}

.custom_language>li {
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}

.custom_language>li:last-child {
    padding-right: 0;
}

ul.custom_language li>a {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.header_while ul.custom_language li>a {
    color: #000;
}

.header_while .custom_language>li {
    color: #000;
}



.header_while .jp-lang img {
    border: 1px solid #E5E5E5;
}

ul.custom_language .jp-lang a {
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.jp-lang img {
    margin-right: 5px;
}

.current-lang span {
    display: flex;
    align-items: center;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
}

.current-lang span img {
    margin-right: 6px;
}

.ico-down-arrow::before {
    content: url(images/assets/lang-arrow.png);
}

.ico-down-arrow {
    margin-left: 13px;
}

.current-lang>ul {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 95px;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(35, 35, 37, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(35, 35, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(35, 35, 37, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#232325', GradientType=0);
    opacity: 0;
    visibility: hidden;
}

.current-lang:hover>ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

#custom_language_list li {
    color: #2CFFFE;
    display: block;
    line-height: 22px;
    margin-bottom: 8px;
}

#custom_language_list li:last-child {
    margin-bottom: 0;
}

#custom_language_list li.active a {
    color: #2CFFFE;
}

#custom_language_list a {
    line-height: 22px;
}

.jp-lang::before {
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #BABABA;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.current-lang::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 10px;
    top: 100%;
    z-index: 0;
}

#custom_language_list .top-lang {
    display: none;
}


/*==========================================================
	5. CONTENT
==========================================================*/

.site-main {
    min-height: 300px;
}

.breadcrumbs {
    margin-bottom: 15px;
    font-size: 0;

}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
}

.default-content .breadcrumbs li,
.default-content .breadcrumbs li a {
    color: #000000;
}

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 4px;
    content: ">";
    font-size: 16px;
    padding-bottom: 2px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: #fff;
    font-weight: normal;
}

.blogs-page .breadcrumbs li a {
    color: #000;
}

.blogs-page .breadcrumbs li {
    color: #000;
}

.breadcrumbs li a:hover {
    color: #FEA628;
}

.left-content .site-content {
    float: right;
}

.site-content {
    line-height: 24px;
}

.site-main .widget {
    margin-bottom: 15px;
}

.site-main .widget>ul {
    padding-left: 13px;
}

.site-main .widget-title {
    font-size: 16px;
}

.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_nav_menu .menu li {
    padding: 7px 0;
}

.widget_nav_menu .menu li:last-child {
    border-bottom: none;
}

.widget .searchform {
    display: block;
}

.widget .searchform>div {
    width: auto;
}

.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_blog_widget ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}

.widget_blog_widget ul li:first-child {
    padding-top: 0;
}

.widget_blog_widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_blog_widget .thumb {
    display: block;
    width: 70px;
    margin-right: 20px;
    float: left;
}

.widget_blog_widget li h4 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.widget_blog_widget li h4 a {
    color: #333;
}

.widget_blog_widget li h4 a:hover {
    color: #3c8545;
}

.widget_blog_widget li span {
    font-size: 12px;
    color: #999999;
}

article.post {
    margin-bottom: 30px;
}

.post-title {
    border-bottom-style: dashed;
}

.post-thumb {
    margin-bottom: 10px;
    border-radius: 0;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
    opacity: 0.8;
}

.post-meta>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-meta>*:last-child {
    margin-right: 0;
}

.post-meta>* i {
    margin-right: 5px;
    font-size: 12px;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.site-404 h1 {
    margin-bottom: 50px;
}

.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}

.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}


/*effect hover*/

.effect_zoom_item {
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    position: relative;
}

.effect_zoom_item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.effect_zoom_item:hover:before {
    background-color: rgba(0, 0, 0, 0.25);
}

.effect_zoom_item img {
    width: 100%;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 367px;
    max-height: 247px;
}

.effect_zoom_item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.default-content {
    padding: 140px 0 145px;
}

.default-content .inner-default {
    position: relative;
}

.default-content .inner-default .img-def {
    position: absolute;
    top: 33px;
    right: 74px;
    z-index: 1;
}

.default-content .inner-default article {
    max-width: 764px;
}

.default-content .inner-default .container {
    position: relative;
    z-index: 2;
}

.default-content .breadcrumbs {
    margin-bottom: 53px;
}

.bg-white {
    background: #fff;
}

.bg-white .default-content p {
    color: #000;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 30px;
}

.bg-white .default-content p:last-child {
    margin-bottom: 0;
}


/* .bg-white .default-content .entry-content {
    max-width: 915px;
    margin: 0 auto;
} */

.bg-white .default-content h1,
.bg-white .default-content h2,
.bg-white .default-content h3,
.bg-white .default-content h4,
.bg-white .default-content h5,
.bg-white .default-content h6 {
    margin-bottom: 14px;
    color: #333;
}

.bg-white .default-content h2 {
    font-size: 25px;
    line-height: 33px;
    color: #000000;
}

.bg-white.single-post .list-option-inner h3 a,
.bg-white .bnews-inner h3 a {
    color: #333;
    font-size: 20px;
}

.bg-white.single-post .list-option-inner h3 a:hover,
.bg-white .bnews-inner h3 a:hover {
    color: #FEA628;
}


/*==========================================================
	6. PAGES
==========================================================*/


/* -- Service-page --*/

@media (min-width:1200px) {
    .page-service .container {
        width: 1170px
    }
}

.top-banner {
    height: 100vh;
    padding-top: 190px;
    position: relative;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-bg {
    position: absolute;
    top: 12%;
    right: 14%;
}

.scroll-down {
    position: absolute;
    line-height: 0;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
}

.scroll-down.hide {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: translate(-50%, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%, 20px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: translate(-50%, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, 20px);
        opacity: 0
    }
}

.banner-content {
    color: #fff;
}

.banner-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
}

.top-banner .banner-title {
    max-width: 820px;
    margin-bottom: 50px;
}

.gradient-text {
    /* background: -webkit-linear-gradient(45deg, #FEA628, #76187E 90%); */
    background: linear-gradient(116.3deg, #FEA628 6.75%, #FEA628 33.78%, #76187E 91.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content p {
    font-size: 16px;
    line-height: 30px;
    max-width: 650px;
}

.services-content .banner-content p {
    max-width: 100%;
}

.banner-content p:last-child {
    margin-bottom: 0;
}

.services-content {
    padding-bottom: 32px;
}

.services-section {
    padding: 55px 0;
}

.sv-advanced-1 {
    padding: 30px 0 82px;
    position: relative;
}

.sv-advanced-bg {
    position: relative;
    padding: 448px 0 19px;
}

.sv-advanced-3 {
    padding: 0;
}

.sv-background {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    opacity: 0.65;
}

.services-info {
    align-items: center;
    color: #fff;
    margin-bottom: 35px;
}

.sv-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}


/*.sv-title span {
    display: block;
}*/

.sv-desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 64px;
}

.sv-desc p:last-child {
    margin-bottom: 0;
    text-align: right !important;
}

.services-image.sv-item-right {
    width: calc(100% - 570px);
    padding-left: 60px;
}

.services-image {
    line-height: 0;
}

.sv-advanced-1 .sv-item-right img {
    max-width: none;
}

.services-list {
    color: #fff;
    margin-bottom: 150px;
}

.service-item {
    padding: 48px 22px 33px;
}

/*.service-icon {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    line-height: 0;
    min-height: 80px;
}*/

.service-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
    margin: 20px 0 30px;
    height: 62px;
}

.service-desc {
    font-size: 14px;
    line-height: 24px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    color: #fff;
}

.service-desc p:last-child {
    margin-bottom: 0;
    text-align: justify;
}

.sv-bg-right {
    text-align: right;
}

.sv-bg-right {
    text-align: right;
    max-width: 698px;
    margin-left: auto;
}

.sv-has-bg {
    margin-bottom: 100px;
}

.sv-advanced-3 .services-image.sv-item-right {
    padding-left: 50px;
}

.sv-advanced-3 .services-info {
    margin-bottom: 17px;
}


/* -- project-page --*/

.project-content {
    padding: 20px 0 60px;
    color: #ffffff;
}

.page-title {
    margin-bottom: 65px;
}

.keyword-project {
    margin-bottom: 30px;
}

.keyword-project ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.keyword-project ul li {
    display: inline-block;
    margin-right: 12px;
}

.keyword-project ul li:last-child {
    margin-right: 0;
}

.keyword-project ul li a {
    color: #2CFFFE;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #2CFFFE;
    border-radius: 18px;
    padding: 0 12px;
    height: 36px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.keyword-project ul li a:before {
    content: "";
    background: rgba(223, 223, 223, 0.35);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-radius: 18px;
}

.project-tag.current a:before,
.keyword-project ul li a:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.project-listing .d-flex {
    flex-wrap: wrap;
}

.page-project .project-item {
    margin-bottom: 60px;
}

.project-item_thumbnail {
    display: block;
    margin-bottom: 25px;
    line-height: 0;
}

.project-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
    max-width: 696px;
}

.page-project .project-title {
    -webkit-line-clamp: 1;
    height: auto;
}

.project-title a {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    line-height: 23px;
    display: block;
}

.project-title a:hover {
    color: #FEA628;
}

.project-item_meta {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.page-project .project-item_meta {
    margin-top: 5px;
}

.project-item_meta .post-cat {
    list-style: none;
    display: flex;
}

.project-item_meta .post-cat li {
    display: flex;
    align-items: center;
    color: #BABABA;
    font-size: 16px;
    line-height: 20px;
}

.project-item_meta .post-cat li span {
    padding: 3px;
}

.project-item_meta .post-cat li:last-child span {
    display: none;
}

.project-item_meta .post-cat li a {
    color: #BABABA;
    display: block;
}

.project-item_meta .post-cat li a:hover {
    color: #FEA628;
}

.project-item_meta .read-more {
    color: #27FFFE;
}

.project-navi {
    text-align: center;
    margin-top: 5px;
    font-size: 0;
}

.project-navi .page-numbers {
    border-radius: 2px;
    height: 24px;
    width: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.project-navi .page-numbers.current {
    color: #FEA628;
}

.project-navi a.page-numbers:hover,
.project-navi .page-numbers.prev,
.project-navi .page-numbers.next {
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    border-color: rgba(255, 255, 255, 0.7);
}

.project-navi .page-nav {
    display: flex;
    justify-content: center;
}

.project-navi .page-numbers i {
    font-size: 20px;
}

.s_banner-left {
    position: absolute;
    left: -11%;
    top: 100px;
    z-index: -1;
}

.s_banner-right {
    top: -122px;
    position: absolute;
    right: -11%;
}

.project-content .banner-background {
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
}

.s_banner-bg {
    position: absolute;
    top: 7%;
    left: 28%;
}


/*single-project page*/

.single-event {
    background: #fff;
}

.single-project-content {
    padding: 140px 0 100px;
}

.s_project-title {
    font-size: 40px;
    color: #333;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 35px;
}

.project-social {
    list-style: none;
    display: inline-flex;
}

.project-socials span {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.project-social li {
    margin: 0 5px;
}

/*.project-social a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: #3B5998;
    color: #fff;
    font-size: 16px;
}*/

.project-social a:hover {
    opacity: 0.8;
}

/*.project-social .google {
    background: #DC4E41;
}

.project-social .twitter {
    background: #55ACEE;
}*/

.s_project-left {
    max-width: 555px;
    width: 100%;
}

.s_project-left>p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.s_project-right {
    width: calc(100% - 555px);
    padding-left: 95px;
}

.project-info-list {
    list-style: none;
}

.project-info-list li {
    font-size: 16px;
    line-height: 35px;
    display: flex;
    color: #000;
}

.project-info-list li span:first-child {
    width: 158px;
}

.project-info-list li span:last-child {
    width: calc(100% - 158px);
    padding-left: 22px;
    font-weight: 600;
    color: #333;
}

.s_project-info {
    margin-bottom: 36px;
}

.s_project-thumb img {
    width: 100%;
}

.s_project-thumb {
    line-height: 0;
    margin-bottom: 25px;
}

.s_project-content p:last-child {
    margin-bottom: 0;
}

.s_project-content {
    margin-bottom: 28px;
}

.s_project-content {
    margin-bottom: 28px;
    color: #000;
    line-height: 27px;
    font-size: 16px;
}

.s_project-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p_link-behance {
    width: 350px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    background: #4176FA;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.p_link-behance:hover {
    color: #fff;
    opacity: 0.8;
}

.p_link-behance img {
    margin-right: 8px;
}

.single-project .single-project h2,
.single-project .single-project h3,
.single-project .single-project h4,
.single-project .single-project h5,
.single-project .single-project h6 {
    margin-bottom: 1em;
    color: #333333;
}

.single-project .single-project h2:last-child,
.single-project .single-project h3:last-child,
.single-project .single-project h4:last-child,
.single-project .single-project h5:last-child,
.single-project .single-project h6:last-child {
    margin-bottom: 0;
}

.s_project-content img {
    display: block;
}


/*Office tour page*/

#office-banner .banner-content {
    padding-left: 0;
}

#office-banner .banner-content p {
    max-width: 555px;
}

#office-banner .banner-content p:last-child {
    margin-bottom: 0;
}

#office-banner .banner-background:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 1) 94%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 1) 94%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 22%, rgba(0, 0, 0, 0.3) 58%, rgb(0, 0, 0) 94%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#office-banner .youtube-background {
    z-index: -1 !important;
}

#office-banner .banner-bg {
    top: 14.5%;
    right: 13.6%;
}

.bn-button button {
    padding: 10px 24px 10px 20px;
    border: none;
    height: 65px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    font-family: 'Lexend', sans-serif;
    line-height: 65px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
}

.bn-button button i {
    font-size: 45px;
    margin-right: 15px;
}

.bn-button button.paused i:before {
    content: "\f20d";
}

.bn-button button i:before {
    content: "\f20c";
}

.bn-button {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.office-button {
    display: inline-flex;
    align-items: center;
}

.office-button {
    color: #FEA628;
    line-height: 30px;
    font-size: 25px;
    font-weight: 600;
}

.office-button img {
    margin-right: 15px;
}

.office-area {
    padding: 195px 0 70px;
    overflow: hidden;
}

.office-area .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.office-area .banner-title {
    margin-bottom: 62px;
}

.office-area-slider {
    padding: 25px 0 0;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.active .item.office-area-item {
    transform: scale(1.075);
}

.office-area-slider .owl-item.active+.owl-item {
    opacity: 0;
}

.item.office-area-item {
    position: relative;
}

.relax-area-item:before,
.item.office-area-item::before {
    content: '';
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.item.office-area-item p {
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    font-size: 16px;
    line-height: 30px;
    bottom: 0;
    max-width: 1038px;
    left: 0;
    padding: 0 22px 23px;
}

.relax-area-content {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.relax-area-item {
    width: 50%;
    position: relative;
    line-height: 0;
}

.relax-first {
    width: 100%;
}

.relax-area-item p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    padding: 0 44px 20px 20px;
    margin-bottom: 0;
    bottom: 0;
}

.relax-first p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.relax-area-item img {
    width: 100%
}

.position-slider {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 23px;
    margin-top: 40px;
}

.office-area .container {
    position: relative;
}

.relax-area-slider.owl-carousel .owl-nav button,
.office-area-slider.owl-carousel .owl-nav button {
    position: absolute;
    background-color: rgba(254, 166, 40, 0.5);
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    left: -80px;
}

.relax-area-slider.owl-carousel .owl-nav button.owl-next,
.office-area-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -80px;
}

.relax-hash-item {
    flex-basis: calc((1110px - (20px * 4)) / 5);
    min-width: calc((1110px - (20px * 4)) / 5);
    display: block;
    line-height: 0;
    position: relative;
    margin-right: 20px;
    height: 116px;
}

.relax-hash-item:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(28, 28, 28, 0.72);
    top: 0;
    left: 0;
}

.relax-hash-item.active:before {
    background: rgba(28, 28, 28, 0.5);
}

.relax-area-slider.owl-carousel .owl-nav button {
    left: -40px;
}

.relax-area-slider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.relax-hash-item:last-child {
    margin-right: 0;
}

.relax-area-hash {
    margin-top: 10px;
    flex-wrap: inherit !important;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.relax-area-hash::-webkit-scrollbar {
    display: none;
}

.relax-area-slider.owl-carousel .owl-nav button:hover,
.office-area-slider.owl-carousel .owl-nav button:hover {
    transform: translate(-2px, -50%);
}

.relax-area-slider.owl-carousel .owl-nav button.owl-next:hover,
.office-area-slider.owl-carousel .owl-nav button.owl-next:hover {
    transform: translate(2px, -50%);
}

.relax-hash-item img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.relax-hash-item.active,
.relax-hash-item:hover {
    border: 3px solid #FFA600;
}


/*Contact page*/

#contact {
    height: auto;
}

.contact-content .banner-content {
    padding-left: 0;
    position: relative;
}

.contact-content .banner-title {
    line-height: 35px;
    margin-bottom: 10px;
}

.contact_button {
    padding: 34px 80px 41px;
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ct-button {
    height: 60px;
    width: 320px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #FEA628;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.ct-messenger {
    background: #2196F3;
    margin-bottom: 0;
}

.ct-button:hover {
    color: #fff;
}

.ct-button img {
    margin-right: 10px;
}

.ct-map {
    line-height: 0;
}

.contact-form {
    margin: 54px 0 60px;
    padding: 40px 65px 27px;
    background-image: url(images/ct-form.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.field-check .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
}

.field-check span.wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
}

.field-check span.wpcf7-list-item-label::before,
.field-check span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .field-check .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    border-radius: 50%;
}

.field-check {
    margin-bottom: 20px;
}

.field-check label {
    margin-bottom: 0px;
}

.wpcf7 .field-check .wpcf7-list-item input,
.wpcf7 .field-accept .wpcf7-list-item input {
    display: none;
}

.field-check span.wpcf7-list-item {
    margin: unset;
    margin-right: 45px;
}

.field-group {
    display: flex;
}

.field-input {
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
    margin-bottom: 24px;
}

.field-input:first-child {
    margin-right: 30px;
}

.field-input select,
.field-input input {
    width: 100%;
    padding: 14px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #999999;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    background: #E3E3E3;
    border: none;
    height: 45px;
    font-size: 16px;
}

.field-input .nominee {
    position: relative;
    display: block;
}

.field-input .nominee:before {
    position: absolute;
    content: "\f107";
    right: 15px;
    font-family: FontAwesome;
    top: 9px;
    font-size: 20px;
    color: #000;
    pointer-events: none;
}

.field-input>label,
.field-inline>label,
.field-check>label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}

.field-inline {
    line-height: 0;
    margin-bottom: 25px;
}

.field-inline textarea {
    width: 100%;
    font-style: normal;
    font-family: 'Lexend', sans-serif;
    height: 180px;
    padding: 14px 20px;
    background: #E3E3E3;
    font-size: 16px;
    line-height: 27px;
    border: none;
    resize: none;
}

span.require {
    color: #FF0000;
}

.field-accept span.wpcf7-list-item label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
}

.field-accept span.wpcf7-list-item label span::before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
}

.field-accept span.wpcf7-list-item input[type="checkbox"]:checked+span:after {
    content: "";
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid #FFA600;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
}

.field-accept span.wpcf7-list-item label span a {
    color: #fff;
}

.field-accept span.wpcf7-list-item label span a:hover {
    color: #FEA628;
}

.field-check>label {
    margin-bottom: 5px;
}

.field-accept {
    margin-bottom: 52px;
}

.field-accept .wpcf7-list-item {
    margin-left: 0;
}

#submit.wpcf7-submit {
    background: #FEA628;
    width: 350px;
    height: 55px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

#submit.wpcf7-submit:hover {
    background: #E38A0B;
}

.wpcf7-form>p {
    text-align: center;
}

#submit.wpcf7-submit:disabled {
    cursor: not-allowed;
}

#contact .banner-background {
    width: 100%;
    height: 100%;
}

#contact .banner-bg {
    top: 8%;
    right: 32%;
}

.banner-content .ct-bncontent p {
    font-size: 18px;
    line-height: 35px;
}

.page-office-tour .banner-title {
    color: #fff;
}

#contact .wpcf7-not-valid-tip {
    line-height: 22px;
}

#contact .wpcf7-form>p {
    position: relative;
}

#contact .wpcf7 .ajax-loader {
    margin: 5px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
    padding: 0.2em 0.5em;
    border: 1px solid #00a0d2;
    line-height: 20px;
    color: #fff;
}

.wow-first {
    visibility: hidden;
}

.button-effect {
    position: relative;
    overflow: hidden;
}

.button-effect:before {
    content: "";
    background: rgba(223, 223, 223, 0.35);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: inherit;
}

.button-effect:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-bg-sp {
    display: none;
}

.s_project-content h1,
.s_project-content h2,
.s_project-content h3,
.s_project-content h4,
.s_project-content h5,
.s_project-content h6,
.s_project-content>div {
    margin-bottom: 1em;
    line-height: normal;
}

.page-single-education .site-main .container {
    overflow: hidden;
}

body.open {
    overflow: hidden;
}

.bottom-socials {
    padding: 40px 0;
    border-top: 1px solid #AAA;
}

.bottom-socials .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.bottom-socials .socials-item a {
    display: block;
}

.bottom-socials .socials-item img {
    width: auto;
}

.site-footer {
    background: #202022;
    padding: 100px 0;
    position: relative;
}

.site-footer .container {
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer .footer-item {
    background: none;
    padding: 0;
    border: none;
}

.site-footer .widget-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.site-footer .widget_nav_menu .menu li {
    line-height: 30px;
    padding: 0;
    /*font-family: 'Noto Sans JP', sans-serif;*/
}

.site-footer .widget_nav_menu .menu li a {
    color: #fff;
}

.site-footer .widget_nav_menu .menu li a:hover {
    color: #FEA628;
}

.footer-item.f-item-2,
.footer-item.f-item-1 {
    max-width: 650px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-item.f-item-2 .widget-title,
.footer-item.f-item-1 .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.site-footer ul {
    list-style: none;
}

.first-nav {
    width: 34px;
    background: rgba(112, 112, 112, 0.14);
    position: relative;
    border-radius: 4px;
}

.privacy-img {
    display: none;
}

.first-nav img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer-item.f-item-2 .widget,
.footer-item.f-item-1 .widget {
    max-width: 250px;
}

.f-item-2 ul,
.f-item-1 ul {
    padding-left: 30px;
    position: relative;
}

.f-item-2 ul li,
.f-item-1 ul li {
    margin-bottom: 16px;
    color: #fff;
    position: relative;
}

.f-item-2 ul li:before,
.f-item-1 ul li:before {
    margin-right: 6px;
    position: absolute;
    left: -30px;
    top: 2px;
}

.f-item-2 ul li:first-child,
.f-item-1 ul li:first-child {
    padding-top: 5px;
}

.f-item-2 ul li:first-child:before,
.f-item-1 ul li:first-child:before {
    content: url('images/assets/ft-address.svg');
}

.f-item-2 ul li:nth-child(2):before,
.f-item-1 ul li:nth-child(2):before {
    content: url('images/assets/ft-phone.svg');
}

.f-item-2 ul li:last-child:before,
.f-item-1 ul li:last-child:before {
    content: url('images/assets/ft-mail.svg');
}

.f-item-2 ul li:last-child,
.f-item-1 ul li:last-child {
    margin-bottom: 6px;
}

.footer-item.f-item-8 li {
    margin-bottom: 8px;
}

.footer-item.f-item-8 li a {
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
}

.footer-item.f-item-8 li a:hover {
    color: #FEA628
}

.copyright {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    margin-top: 8px;
}

.back-to-top {
    position: absolute;
    top: 100px;
    right: 92px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {
    .back-to-top {
        top: 20px;
        right: 5%;
    }
}

.back-to-top:hover {
    opacity: 0.8;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.site-about_us .banner-title .gradient-text {
    display: block;
}

.socials-item {
    padding: 0 0 0 3px;
}

.services-section.sv-advanced-2\.2 {
    padding-top: 0;
    padding-bottom: 0;
}

.wp-video {
    margin: 0 auto 20px;
}

.salary-rec a:hover {
    transform: translateX(5px);
}

article.archive-item {
    margin-bottom: 50px;
    display: block;
}

article.post-hiden {
    display: none;
}

.archive-navi {
    margin-top: 20px;
}

.archive-content {
    padding: 190px 0 148px;
}

.archive .s_banner-bg {
    top: 172px;
    ;
    right: 15%;
    z-index: 0;
    left: auto;
}

.archive .custom-tag-btn {
    background: #000;
}

.archive .list-tag-index {
    padding-bottom: 0;
}

.archive .project-title {
    height: 46px;
}

.page-recruitment .page-about,
.page-recruitment .bottom-socials,
.page-contact .bottom-socials {
    border-top: 0;
}

.page-service .banner-background::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 0;
}

_:-webkit-full-screen:not(:root:root),
section#job-section .job-interactive-modules .job-slogan span {
    padding-right: 32%;
}

_:-webkit-full-screen:not(:root:root),
.home .project-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

_:-webkit-full-screen:not(:root:root),
#ytb-action {
    overflow: hidden;
    padding: 0 24px 0 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    section#job-section .job-interactive-modules .job-slogan span {
        padding-right: 0;
    }
}

.single .single-project-content>article {
    max-width: 916px;
    margin-right: auto;
    margin-left: auto;
}

.single .single-content {
    border-bottom: none;
    margin-bottom: 0;
}

.single .related-post {
    padding-top: 50px;
    border-top: 1px solid #AAAAAA;
}

.single-recruitment.single .related-post {
    padding-top: 0;
    border: none;
    margin-top: 46px;
}

.related-post.related-train {
    padding-top: 0;
    border-top: 0;
}

.related-post.related-train h2 {
    margin-bottom: 38px;
}

.related-train .item-bnews .item-thumbnail {
    margin-bottom: 14px;
}

.related-train .bnews-inner h3 {
    margin-bottom: 8px;
}

.related-train .date-rec {
    margin-bottom: 12px;
}

.related-train .location-rec {
    margin-bottom: 20px;
}

.rec-regime-item {
    width: calc(100% / 3);
    background: rgb(30, 30, 30);
    background: -moz-linear-gradient(135deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#000000', GradientType=1);
    display: flex;
    padding: 20px 15px;
    align-items: center;
    line-height: 0;
    position: relative;
    cursor: pointer;
}

.rec-regime-item_mb {
    display: none;
}

.rec-regime-icon {
    margin-right: 16px;
}

.rec-regime-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
}

.rec-regime-item.active:before,
.rec-regime-item_mb::before {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    content: '';
    background: #FEA628;
}

.regime-content {
    display: flex;
    align-items: flex-start;
}

.work_environ .regime-img {
    width: 370px;
    flex: 370px;
    line-height: 0;
}

.work_environ .regime1-desc {
    width: calc(100% - 370px);
    flex: calc(100% - 370px);
    padding: 31px 58px 77px 30px;
}

.regime-title {
    line-height: 50px;
}

.section-rec-regime .regime-title {
    margin-bottom: 0 !important;
}

.regime1-content {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    max-width: 634px;
    margin-top: 36px;
    font-weight: 300;
}

.regime1-content p {
    margin-bottom: 1.875em;
}

.work_environ {
    background: -moz-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: linear-gradient(-165deg, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 35%, rgba(33, 33, 36, 0) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2600d1ff', endColorstr='#00212124', GradientType=0);
}

.regime1-content p:last-child {
    margin-bottom: 22px;
}

.benefit .regime-desc {
    width: 475px;
    flex: 475px;
    padding: 32px 40px 39px 35px;
    background: -moz-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: linear-gradient(160deg, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 40%, rgba(33, 33, 36, 0) 65%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2600d1ff', endColorstr='#00212124', GradientType=0);
}

.regime2-img {
    width: calc(100% - 475px);
    flex: calc(100% - 475px);
}

.benefit {
    align-items: normal;
}

.regime2-content ul {
    list-style: none;
}

.regime2-content li {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.regime2-content li:before {
    content: '';
    bottom: 0;
    left: 4px;
    position: absolute;
    right: 0;
    height: 1px;
    background: #C3C3C3;
}

.regime2-content li.active {
    color: #FEA628;
}

.regime2-content li:last-child {
    margin-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.regime2-content li:last-child:before {
    display: none;
}

.regime-img {
    text-align: center;
}

.activate .regime-desc {
    width: 510px;
    flex: 510px;
    padding: 52px 75px 0 35px;
}

.regime-desc-wrap {
    flex: calc(100% - 510px);
    width: calc(100% - 510px);
}

.regime3-img.owl-carousel {
    display: none;
}

.regime3-img.active {
    display: block;
}

.activate {
    background: -moz-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 69%, rgba(33, 33, 36, 0) 100%);
    background: linear-gradient(155deg, rgba(0, 209, 255, 0.15) 0%, rgba(46, 46, 58, 0.48) 35%, rgba(33, 33, 36, 0) 65%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2600d1ff', endColorstr='#00212124', GradientType=0);
}

.regime3-item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.regime3-img.owl-carousel .owl-nav button {
    position: absolute;
    background-color: rgba(254, 166, 40, 0.5);
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    left: -34px;
}

.regime3-img.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -34px;
}

.regime3-img.owl-carousel .owl-nav button:hover {
    transform: translate(-2px, -50%);
}

.regime3-img.owl-carousel .owl-nav button:hover {
    transform: translate(-2px, -50%);
}

.regime3-img.owl-carousel .owl-nav button.owl-next:hover {
    transform: translate(2px, -50%);
}

.regime2-content {
    margin-top: 40px;
}

.item-bnews a:last-child {
    display: inline-block;
}

.item-bnews:hover .bnews-inner>a:last-child {
    transform: translateX(5px);
}

.bg-white .wpcf7 form .wpcf7-response-output {
    color: #000;
}

.s_project-content ul {
    margin-bottom: 20px;
}

.aml {
    margin-bottom: 150px;
}

.aml .advanced-media-brand {
    display: flex;
  	justify-content: center;
}

.aml .advanced-media-brand p {
    line-height: 100px;
    margin-right: 10px;
}

.aml .advanced-media-statistics {
    display: flex;
    justify-content: space-between;
}

.aml .advanced-media-statistics span:first-child {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #FEA628;
}

.aml .advanced-media-statistics span:last-child {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.lst-advan {
    display: flex;
    align-items: center;
}

.link-ad {
    text-align: center;
}

.link-ad a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    color: #fff;
}

.link-ad {
    position: relative;
}

.link-ad i {
    position: absolute;
    top: 3px;
    margin-left: 23px;
}

.link-ad span {
    border-bottom: 1px solid;
}

.lst-all-advan h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.des-advan p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.des-advan {
    margin-bottom: 60px;
}

.advanced-media-box ul li {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.link-ct a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    padding: 18px 60px;
    background-color: #FEA628;
    border-radius: 50px;
}

.link-ct a:hover {
    background-color: #fca538;
}

.link-ct {
    text-align: center;
    margin-top: 78px;
}

#home-advanced-media {
    background-image: url(./images/bgr-aml.png);
    background-repeat: no-repeat;
    block-size: 100%;
    background-position: center;
}

#solution-section {
    background-image: url(./images/bgr-our.png);
    background-repeat: no-repeat;
    block-size: 100%;
    background-position: center;
}

.item-solution {
    background-color: rgb(41 41 69 / 50%);
    padding: 16px;
    border-radius: 8px;
    height: 100%;
}

.solution-section-listing_row:first-child {
    margin-bottom: 30px !important;
}

.solution-section-listing_item:last-child img {
    margin-bottom: 19px;
}

.solution-section-listing_row:first-child .solution-section-listing_item:last-child img {
    margin-bottom: 5px;
}

.solution-section-listing_row:last-child .solution-section-listing_item:nth-child(3) p {
    height: 96px;
}

.item-tech .technology-listing_box img {
    width: auto;
}

.technology-listing .owl-nav button {
    width: 60px !important;
    height: 60px !important;
    background-color: rgb(254 166 40 / 50%) !important;
    border-radius: 50% !important;
    color: #fff !important;
}

#technology-section {
    position: relative;
}

.technology-listing button.owl-prev {
    position: absolute;
    top: 40%;
    left: -42px;
}

.technology-listing button.owl-next {
    position: absolute;
    top: 40%;
    right: -42px;
}

#technology-section {
    background-repeat: repeat;
    background-size: 100%;
    background-position-y: 273%;
}

.review .banner-title {
    color: #fff;
}

.link-right a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #BABABA;
    text-decoration: revert;
}

.top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-rv {
    background-color: rgb(41 41 69 / 50%);
    border-radius: 16px;
    padding: 16px;
}

.ct-irv p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.name-rv h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.name-rv p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #BABABA;
    margin-bottom: 0;
}

.list-review {
    margin-top: 40px;
}

.ct-irv {
    height: 86px;
    margin-top: 8px;
}

.review {
    padding-bottom: 150px;
    background-image: url(./images/bgr-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-y: 100%;
}

.review .owl-prev {
    position: absolute;
    top: 28%;
    left: -29px;
}

.review .owl-next {
    position: absolute;
    top: 28%;
    right: -29px;
}

.review .owl-nav button {
    width: 60px !important;
    height: 60px !important;
    background-color: rgb(254 166 40 / 50%) !important;
    border-radius: 50% !important;
    color: #fff !important;
}

.review .owl-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #333 !important;
    border-radius: 50%;
    margin-right: 4px;
}

.review button.owl-dot.active {
    border-radius: 8px;
    background-color: #FEA628 !important;
}

.review .owl-dots {
    text-align: center;
    margin-top: 13px;
}

#job-section {
    background-image: url(./images/bgr-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-bottom: 120px;
}

.project-add-h {
    background-image: url(./images/bg-dot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

#sec-job-new {
    background-image: url(./images/bgr-4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

#sec-job-new {
    position: relative;
}

#sec-job-new:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(./images/bg-dot.png);
}

.tl-cate {
    color: #2CFFFE;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 8px 22px;
    border: 1px solid #2CFFFE;
    border-radius: 20px;
}

.cate {
    display: flex;
    margin: 15px 0;
}

.des-tc p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.our-clients .banner-title {
    margin-bottom: 16px !important;
    color: #fff;
}

.list-our-home {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
}

.list-our-home .regime2-content li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: 300;
    padding: 18px 0 18px 8px;
}

.list-our-home .regime2-content li img {
    margin-right: 16px;
}

.list-our-home .regime2-content li:before {
    content: unset;
}

.list-our-home .owl-carousel .owl-item img {
    width: 100%;
}

.list-our-home .owl-nav {
    display: none !important;
}

.list-our-home .regime2-content {
    margin-top: 0;
}

.list-our-home .regime-desc {
    width: 464px;
}

.item-course {
    margin-bottom: 24px;
}

.list-our-home .lst-slider-item {
    flex: calc(100% - 464px);
    width: calc(100% - 464px);
}

.course-slider .owl-item.active .item .item-course:first-child {
    padding-top: 55px;
}

.item.sld-0 .course-3 {
    margin-top: -55px;
}

.course-slider .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.item-course {
    width: 44%;
    float: left;
}

.list-our-home .regime-content {
    width: 100%;
    margin-top: 40px;
}

.link-oc {
    margin-top: 37px;
}

.link-oc a {
    background-color: #FEA628;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 36px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
}

.our-clients {
    margin-top: 120px;
}

.our-clients .regime2-content li {
    position: relative;
}

.our-clients .regime2-content li.active:after {
    content: '';
    position: absolute !important;
    height: 60px;
    width: 3px;
    background-color: #FEA628;
    left: 0;
    top: 3px;
}

.lst-slider-item button.owl-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #9A9A9A !important;
    border-radius: 50%;
    margin-right: 4px;
}

.lst-slider-item button.owl-dot.active {
    width: 30px !important;
    border-radius: 8px;
    background-color: #FEA628 !important;
}

.lst-slider-item .owl-dots {
    text-align: center;
}

.page-template-service .banner-title {
    line-height: 56px;
    margin-bottom: 38px;
}

.services-circle ul {
    position: relative;
}

.services-circle ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 57px;
    border: 1px solid #FEA628;
}

.services-circle ul:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 57px;
    border: 1px solid #FEA628;
    border-style: dashed;
    z-index: -1;
    top: 25px;
    left: 20px;
}

.lst-svc .txt-cr {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FEA628;
}

.lst-svc {
    display: flex;
    margin-top: 4px;
}

.lst-svc .txt-cr {
    width: 191px;
    text-align: center;
}

.lst-svc .txt-cr:first-child,
.lst-svc .txt-cr:nth-child(2) {
    text-align: left;
}

.lst-svc .txt-cr:nth-child(2) {
    width: 162px;
}

.list-ct-dev {
    display: flex;
    flex-wrap: wrap;
}

.item-ct-dev {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    padding: 48px 24px 33px;
}

.list-ct-dev {
    margin-top: 64px;
}

.item-ct-dev h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.item-ct-dev p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.list-ct-dev .item-ct-dev:first-child {
    background-image: url(./images/f1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.list-ct-dev .item-ct-dev:nth-child(2) {
    background-image: url(./images/f2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.list-ct-dev .item-ct-dev:nth-child(3) {
    background-image: url(./images/f3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-list .service-title {
    margin: 32px 0;
    height: 90px;
}

.service-item-left {
    display: flex;
    flex-wrap: wrap;
    width: 66.7%;
}

.services-list .service-item-left .service-title {
    height: 60px;
}

.service-item-left .service-item {
    width: 50%;
    float: left;
}

.service-item-right {
    width: 33.3%;
    float: left;
}

.service-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sv-item-0 {
    background-image: url(./images/ad-1.png);
}

.sv-item-1 {
    background-image: url(./images/ad-2.png);
}

.sv-item-2 {
    background-image: url(./images/ad-3.png);
}

.sv-item-3 {
    background-image: url(./images/ad-4.png);
}

.sv-item-4 {
    background-image: url(./images/ad-5.png);
}

.sv-advanced-bg {
    /*    background-image: url(./images/bg-big.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-y: -1000px;*/
    position: relative;
}

.sv-advanced-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./images/bg-big.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 13%;
}

.top-hd-st h2 {
    color: #fff;
}

.top-hd-st .sv-desc {
    color: #fff;
}

.top-hd-st {
    display: flex;
    align-items: center;
}

.title-staff {
    width: 553px;
}

.image {
    width: calc(100% - 553px);
    margin-left: 20px;
}

.list-item-staff {
    display: flex;
    align-items: center;
    margin-top: 64px;
}

.item-staff {
    width: 50%;
    padding: 48px 24px 72px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item-staff h3 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    height: 60px;
    margin: 32px 0;
}

.item-staff p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.item-staff:first-child {
    background-image: url(./images/bgr-st-1.png);
}

.item-staff:last-child {
    background-image: url(./images/bgr-st-2.png);
}

.test {
    display: none !important;
}

.title-emer h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.des-emer {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.title-emer {
    max-width: 753px;
    text-align: right;
    margin-left: auto;
}

.staff {
    margin-bottom: 207px;
}

.item-emer h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin: 32px 0;
}

.lst-ct-em p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    color: #fff;
}

.lst-ct-em p img {
    margin-right: 6px;
}

.lst-emer-left {
    width: 380px;
}

.lst-emer-right {
    width: calc(100% - 380px);
}

.item-emer.emer-right {
    width: 50%;
    float: left;
}

.lst-emer-left {
    background-image: url(./images/tg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lst-emer-right .item-emer:first-child {
    background-image: url(./images/tg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lst-emer-right .item-emer:nth-child(2) {
    background-image: url(./images/tg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lst-emer-right .item-emer:last-child {
    background-image: url(./images/tg-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    margin-top: -18px;
}

.lst-emer-right .item-emer:last-child .lst-ct-em p {
    width: 50%;
    float: left;
}

.lst-emer-left {
    padding: 32px 24px;
}

.lst-emer-right .item-emer {
    padding: 32px 24px;
}

.bottom-socials {
    background-color: #000;
}

.des-emer p {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    margin-bottom: 0;
}

.des-emer {
    margin-bottom: 64px;
}

#about-values {
    background-image: url(./images/bgr-pmv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lst-slider-item {
    display: none;
}

.lst-slider-item.active {
    display: block;
}

.icon-rv img {
    width: auto !important;
}

section#home-advanced-media .advanced-media-col-side:last-child {
    padding-right: 0px;
}

.solution-section-listing_row:last-child .solution-section-listing_item:nth-child(2) img {
    margin-bottom: 22px;
}

.ct-contact-home {
    max-width: 600px;
}

.list-link-ct a:first-child {
    margin-right: 20px;
}

section#contact-section .btn-contact:first-child {
    background-color: #2F3B47 !important;
}

.list-link-ct .btn-effect-shadow:first-child:hover {
    background-color: transparent !important;
    -webkit-box-shadow: inset 390px 0px 0px #FEA628 !important;
    box-shadow: inset 390px 0px 0px #FEA628 !important;
}

/*staff*/
.banner-staff {
    background-image: url(./images/bgst-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.banner-staff {
    margin-top: 102px;
    padding-bottom: 200px;
}

.breadcrumbs-cus li a,
.breadcrumbs-cus .current {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #fff;
}

.breadcrumbs-cus li:after {
    color: #fff;
}

.breadcrumbs-cus {
    margin-bottom: 0;
}

.staff-cus .staff {
    margin-top: 100px;
    margin-bottom: 200px;
}

.staff-cus .sv-title {
    margin-bottom: 24px;
}

.staff-cus .title-staff {
    width: 800px;
}

.staff-cus .image {
    width: calc(100% - 800px);
    margin-left: 20px;
}

.staff-cus .sv-desc {
    margin-bottom: 0;
}

.ct-item-vl {
    background-color: rgb(41 41 69 / 50%);
    padding: 16px;
    border-radius: 8px;
    height: 100%;
}

.ct-item-vl .top-title {
    justify-content: flex-start;
}

.ct-item-vl .top-title h3 {
    color: #2CFFFE;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 4px;
}

.ct-ivalue p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #BABABA;
    margin-bottom: 0;
}

.list-value {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.list-value .item-value {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
    height: auto;
}

.title-white {
    color: #fff;
}

.the-value .sv-title {
    margin-bottom: 64px;
}

.btn-section a {
    background-color: #FEA628;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding: 16px 33px;
    border-radius: 50px;
}

.btn-section {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.ct-left-pr {
    width: 392px;
    float: left;
    position: relative;
}

.ct-left-pr:before {
    content: "";
    position: absolute;
    height: 710px;
    width: 450px;
    background-image: url(./images/line-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -90%;
    left: 83px;
}

.ct-right-pr {
    width: calc(100% - 400px);
    float: right;
}

.content-pr {
    display: flex;
    align-items: center;
}

.ct-left-pr h2 {
    margin-bottom: 24px;
}

.ct-left-pr p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.ct-ipr h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #2CFFFE;
}

.ct-ipr p {
    color: #BABABA;
    font-size: 16px;
    line-height: 24px;
}

.top-ipr {
    width: 93px;
    float: left;
}

.ct-ipr {
    width: calc(100% - 93px);
    float: left;
}

.item-process {
    display: flex;
    position: relative;
}

.item-process:first-child {
    margin-bottom: 175px;
    position: relative;
    left: -65px;
}

.item-process:nth-child(2) {
    margin-bottom: 144px;
    position: relative;
    top: 74px;
    left: 75px;
}

.item-process:nth-child(3) {
    margin-bottom: 104px;
    position: relative;
    left: 8%;
    top: 47px;
}

.item-process:last-child {
    position: relative;
    top: 13px;
    left: -125px;
}

.item-process:nth-child(2) .ct-ipr {
    margin-left: 22px;
}

.item-process:nth-child(3) .ct-ipr {
    margin-left: 21px;
}

.item-process:last-child .ct-ipr {
    margin-left: 53px;
}

.item-process:first-child .top-ipr {
    position: absolute;
    left: 10px;
    top: 13px;
}

.item-process:first-child .ct-ipr {
    position: absolute;
    left: 16%;
}

.process {
    background-image: url(./images/bgr-pr.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 200px;
}

.process .btn-section a {
    padding: 16px 54px;
}

.text-center {
    text-align: center;
}

.staff-blogs {
    /*background-image: url(./images/bgr-stb.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 200px;
}

.wrap-bg {
    background-image: url(./images/bg-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgr-item-cus {
    height: 200px;
    width: 254px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.item-title-new a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.item-title-new {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #fff;
}

.lst-new-cus {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.lst-new-cus .item-new-cus {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 10px;
}

.ct-item-cus {
    background-color: rgb(41 41 69 / 50%);
    padding: 8px 8px 16px;
    border-radius: 8px;
    height: 100%;
}

.date span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #BABABA;
}

.ct-item-cus .btn-more {
    margin-top: 16px;
}

.item-new-cus .cat_fix_15 {
    padding: 8px 0;
}

.item-new-cus .update01 .news-listing-item_tag {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.item-title-new a:hover {
    color: #FEA628
}

.ct-item-cus:hover a.read-more {
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
    margin-top: 35px;
}

.staff-blogs .sv-title {
    margin-bottom: 64px;
}

.site-content.amerging-tech-content {
    margin-top: 102px;
}

.blockchain {
    background-image: url(./images/bgr-bl-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: relative;
    padding-bottom: 200px;
}

.blockchain:before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 14%;
    left: 0;
    bottom: 0;
    background-image: url(./images/bgr-bl-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.blockchain h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
}

.top-block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}

.top-block {
    margin-top: 100px;
    margin-bottom: 64px;
}

.item-block-left {
    width: 660px;
    float: left;
}

.item-block-right {
    width: calc(100% - 660px);
    float: left;
}

.item-block {
    display: flex;
    align-items: center;

}

.item-block-left h3 span {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    margin-right: 16px;
}

.item-block-left h3 {
    color: #2CFFFE;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.item-block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #BABABA;
    margin-bottom: 24px;
}

.item-block ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #BABABA;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.item-block ul li img {
    margin-right: 8px;
}

.list-blockchain .item-block:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.list-blockchain .item-block {
    margin-bottom: 56px;
}

.item-block h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.blockchain .btn-section {
    margin-top: 40px;
}

.top-title-iot h2 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
}

.top-title-iot p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}

.list-ct-iot {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 64px -10px 0;
}

.item-lst-iot {
    flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0 10px;
    height: auto;
}

.lst-iot-0 .ct-item-liot h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
}

.lst-iot-0 .ct-item-liot {
    background-color: rgb(41 41 69 / 50%);
    padding: 16px 16px 46px;
    border-radius: 8px;
}

.lst-iot-1 .ct-item-liot h3 {
    color: #2CFFFE;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.lst-iot.lst-iot-0 {
    margin-bottom: 200px;
}

.iot {
    padding-bottom: 200px;
    position: relative;
}

.iot:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    height: 100%;
    background-image: url(./images/bgr-iot.jpg);
    z-index: -1;
}

.api-in {
    text-align: center;
}

.title-api p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.title-api .sv-title {
    margin-bottom: 24px;
}

.list-api-in {
    display: flex;
    flex-wrap: wrap;
    margin: 64px -10px 0;
}

.item-api-in {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 10px;
    height: auto;
}

.ct-api-in h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 30px;
    height: 60px;
    margin-bottom: 24px;
}

.ct-api-in p {
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
    margin-bottom: 0;
}

.api-dev h2 {
    text-align: center;
}

.api-dev .ct-api-in {
    text-align: center;
}

.api-dev .ct-api-in p {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 24px;
}

.api-dev .ct-api-in h3 {
    height: auto;
    margin-bottom: 16px;
    margin-top: 0;
}

.api-dev {
    padding-top: 200px;
}

.api-dev {
    background-image: url(./images/bgr-dev-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-bottom: 160px;
}

.api-dev .btn-section {
    margin-top: 322px;
    position: relative;
    z-index: 2;
}

.api-dev .list-api-in {
    margin-top: 98px;
    position: relative;
}

.api-dev .list-api-in:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 13%;
    width: 100%;
    height: 864px;
    background-image: url(./images/bgr-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.api-dev .item-api-in:nth-child(2) {
    margin-top: 41px;
}

.api-dev .item-api-in:nth-child(3) {
    margin-top: 30px;
}

.api-dev .item-api-in:last-child {
    margin-top: -31px;
}

.content-shinsen {
    display: flex;
}

.content-shinsen .ct-shin-left {
    width: 560px;
    float: left;
}

.content-shinsen .ct-shin-right {
    width: calc(100% - 560px);
    margin-left: 20px;
}

.content-shinsen .sv-desc p,
.content-shinsen .sv-desc ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #BABABA;
}

.content-shinsen .sv-desc ul {
    margin-left: 15px;
}

.mt-100 {
    margin-top: 100px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #2CFFFE;
    font-size: 16px;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #2CFFFE;
    border-radius: 50px;
    min-width: 205px;
    text-align: center;
    margin-right: 16px;
}

ul.tabs li:last-child {
    margin-right: 0px;
}

ul.tabs li.current {
    background: #2CFFFE;
    color: #000;
}

.tab-content {
    display: none;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    padding-left: 30px;
}

.tab-content.current {
    display: inherit;
}

.lst-tab-ct {
    background-color: rgb(41 41 69 / 50%);
    padding: 32px 16px;
    border-radius: 8px;
}

.shinsen {
    padding-bottom: 200px;
}

.mbt-64 {
    margin-bottom: 64px;
}

.content-summary {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shinsen .btn-section {
    margin-top: 64px;
}

.related-case h2 {
    text-align: center;
    margin-bottom: 64px;
}

.related-case {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 200px;
    background-position-y: -24%;
}

.web-app {
    margin-top: 102px;
}

.top-web-app {
    margin-top: 100px;
}

.grp-title .sv-title {
    margin-bottom: 24px;
}

.grp-title p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}

.site-content.web-app .technology-listing .owl-nav.disabled {
    display: block !important;
}

.site-content.web-app .technology-listing_col .technology-listing_box,
.service-site .technology-listing_col .technology-listing_box {
    padding: 24px !important;
}

.web-tech {
    background-image: url(./images/bgr-tech-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 65px;
}

.web-tech #technology-section {
    background-image: unset;
}

.title-dp {
    text-align: center;
    margin-bottom: 64px;
}

.title-dp p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.dev-process h2 {
    margin-bottom: 24px;
}

.delivery-models h2 {
    text-align: center;
}

.item-dm-left {
    float: left;
    width: 752px;
}

.item-dm-right {
    float: left;
    width: calc(100% - 752px);
}

.item-dm {
    display: flex;
}

.item-dm-left h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #2CFFFE;
    margin-bottom: 24px;
}

.des-dm-left p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #BABABA;
}

.des-dm-left p strong {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.item-dm:last-child {
    flex-direction: row-reverse;
}

.item-dm:first-child {
    margin-bottom: 64px;
}

.delivery-models {
    /*background-image: url(./images/bgr-dm.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;*/
    padding-bottom: 200px;
    padding-top: 180px;
}

.delivery-models .btn-section {
    margin-top: 64px;
}

.site-content.mobile-app {
    margin-top: 0;
}

.mobile-app-dev .grp-title {
    margin-bottom: 64px;
}

.mb-app-dev {
    background-image: url(./images/bgr-md-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: inherit;
}

.mb-app-dev .related-case {
    background-image: unset;
}

.mobile-app .technology-listing .owl-nav.disabled {
    display: block !important;
}

.mobile-app #technology-section {
    padding-top: 0;
    background-position: center;
    padding-bottom: 200px;
    background-size: cover;
}

.dev-process {
    position: relative;
}

.dev-process:before {
    content: "";
    width: 100%;
    height: calc(100% + 40%);
    top: 0;
    left: 0;
    background-image: url(./images/bgr-oa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: inherit;
    background-position-y: 76%;
    position: absolute;
    z-index: -1;
}

@media (max-width:1280px) {
    .dev-process:before {
        height: calc(100% + 10%);
    }
}

.mobile-app .dev-process:before {
    background-position-y: 28%;
}

.mobile-app .delivery-models {
    /* background-position-y: 72%;
    background-size: 100%;
    background-image: url(./images/bgr-dem.png);*/
    position: relative;
}

.mobile-app .delivery-models:after {
    content: '';
    position: absolute;

    background-size: 100%;
    background-image: url(./images/bgr-dem.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: inherit;
}

.ct-contact-pg h3 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}

.group-radio input {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}

.group-input {
    margin-bottom: 24px;
}

.group-input label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

.group-input input,
.iti {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-style: normal;
}

.ct-all-form {
    width: 657px;
}

#mess {
    width: 100%;
    height: 85px;
    border-radius: 4px;
    resize: none;
}

.ct-all-form ::-webkit-input-placeholder {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
}

.group-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-radio input {
    display: none;
}

.group-radio .grp-radio a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 17px;
    background-color: #FEA628;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    width: 288px;
    height: 55px;
}

.page-template-contact-for-services .group-radio .grp-radio a {
    width: 100% !important;
}

.group-radio .grp-radio label {
    height: 55px;
    line-height: 55px;
}

.group-radio span {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
}

.btn-submit {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background-color: #FEA628;
    border: unset;
    min-width: 200px;
    padding: 16px;
    border-radius: 50px;
}

.iti__selected-dial-code {
    display: none;
}

.grp-radio.active {
    background-color: #99600e;
}

.grp-radio label:hover {
    cursor: pointer;
}

input#check-privacy {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.check label {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-left: 10px;
}

.check {
    margin-bottom: 32px;
    position: relative;
}

.check.selected #check-privacy {
    position: relative;
}

.check.selected #check-privacy:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fca538;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tl-check {
    position: absolute;
    left: 27px;
    top: 30px;
}

.check .error {
    position: absolute;
    bottom: -13px;
    margin-left: 6px;
}

.contact-pg {
    margin-bottom: 70px;
}

.group-input textarea {
    font-style: normal;
}

.ct-contact-pg {
    background-position: center;
    background-size: cover;
    padding: 32px 24px;
    background-image: url(./images/bg-contact.png);
    margin-top: 32px;
}

.page-template-contact .banner-content {
    position: relative;
}

.page-template-contact .banner-content:before,
.page-template-contact-for-services .banner-content:before {
    content: "";
    position: absolute;
    width: 501px;
    height: 120px;
    background-image: url(./images/bg-top.png);
    background-size: cover;
    right: 112px;
    top: -51px;
    z-index: -1;
}

.page-template-contact-for-services .ct-all-form {
    width: 754px;
    margin: 0 auto;
}

.page-template-contact-for-services .ct-contact-pg h3 {
    text-align: center;
}

.btn-submit-frm {
    text-align: center;
}

.page-template-contact-for-services .group-radio .grp-radio {
    width: 348px;
}

.btn-submit:hover {
    cursor: pointer;
    background-color: #a16816;
}

.celeder-right {
    width: calc(100% - 657px);
    padding-left: 40px;
}

.content-contact {
    display: flex;
}

.ui-datepicker-calendar tr th {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    padding: 0 0 8px 0;
    border-bottom: solid 1px #BABABA;
}

.ui-datepicker-calendar tbody:before {
    content: "-";
    display: block;
    line-height: 25px;
    color: transparent;
}

.ui-datepicker-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}

a.ui-datepicker-unselectable,
a.ui-state-disabled {
    color: #9A9A9A;
    font-weight: 500;
}

a.ui-state-default {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-weight: 500;
}

.ui-datepicker-calendar tbody tr td {
    text-align: center;
    height: 39px;
    width: 39px;
    line-height: 39px;
    font-weight: 500;
    padding-bottom: 8px;
}

td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a {
    color: #fff;
    background-color: #FEA628;
    border-radius: 50%;
}

.ui-state-active,
.ui-widget-content .ui-datepicker-current-day a {
    color: #fff;
    background-color: #FEA628;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
}

#datepicker {
    background-color: rgb(41 41 69 / 50%);
    border-radius: 16px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 18px 17px 25px;
    position: relative;
}

a.ui-datepicker-prev.ui-corner-all {
    position: absolute;
    right: 45px;
}

/*.ui-datepicker-calendar thead tr:first-child{
    position: relative;
}*/
/*.ui-datepicker-calendar thead tr:first-child:before{
    content: "";
    position: absolute;
    height: 0.5px;
    width: 100%;
    background-color: #BABABA;
    top: 0;
    left: 0;
}*/
.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(./images/left.png);
    color: transparent;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(./images/right.png);
    color: transparent;
}

.ui-widget-header .ui-state-disabled .ui-icon {
    opacity: 0.5;
}

.ui-corner-all:hover {
    cursor: pointer;
}

#datepicker2 {
    display: none;
}

span.minute {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #2CFFFE;
    display: block;
    text-align: right;
    margin-top: 25px;
}

span.minute i {
    margin-left: 16px;
}

.talk-business {
    margin-top: 40px;
}

.talk-business h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 24px;
}

.talk-business ul li {
    list-style: none;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    left: 24px;
}

.talk-business ul li a {
    color: #2CFFFE;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.talk-business ul li img {
    left: -24px;
    top: 6px;
    position: absolute;
}

.ui-datepicker-calendar {
    border-spacing: 0;
    width: 100%;
}

.ct-page-frm {
    /* background-image: url(./images/bg-contact-pg.png);*/
    background-position: center;
    background-position-y: 76%;
    background-size: cover;
}

.ct-page-frm .ct-contact-pg {
    margin-top: 0;
    background-image: unset;
    padding: 0;
}

.ct-page-frm .contact-pg {
    margin-bottom: 0;
    padding-bottom: 190px;
}

.web-app .ct-page-frm {
    background-position-y: 7%;
}

/*cmt review*/
.list-review {
    display: none !important;
}

.review .top-title {
    margin-bottom: 20px;
}

/**/
.mobile-app .staff-blogs {
    /* background-position-y: 76%;*/
}

.title-grp-ct h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    background: -webkit-linear-gradient(45deg, #FEA628, #76187E 17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-grp-ct p {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 16px;
}

.title-grp-ct {
    margin-bottom: 64px;
}

.review .banner-title br {
    display: none;
}

.img-2 {
    display: none;
}

.regime2-content .active .img-1 {
    display: none;
}

.regime2-content .active .img-2 {
    display: block;
}

.breadcrumbs-page {
    margin-top: 117px;
}

.page-template-template .top-banner {
    padding-top: 20px;
}

body.page-template-about .about-message-row {
    position: relative;
    z-index: 1;
}

.page-template-web-app .menu-item-466 a,
.page-template-mobile-app-development .menu-item-466 a,
.page-template-staff-augmentation .menu-item-466 a,
.page-template-emerging-technology .menu-item-466 a {
    color: #FEA628;
}

.staff-cus .item-staff {
    padding: 48px 24px;
}

.the-value .top-title img {
    margin-left: -10px;
}

.staff-blogs .view_new_project {
    margin-top: 64px;
}

.ct-item-liot p {
    color: #BABABA;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.iot .btn-section {
    margin-top: 64px;
}

.ct-top-app .btn-section {
    margin-top: 64px;
}

.web-app section#technology-section {
    padding-top: 200px;
}

/*.effect_zoom_item img {
    height: 269px;
}*/
.delivery-models .sv-title {
    margin-bottom: 64px;
}

.mobile-app-dev .service-item {
    padding: 48px 22px 82px;
}

.page-template-case-studies .ct-page-frm {
    background-position-y: 92%;
}

.txt-mess {
    margin-bottom: 0;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset !important;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 100%;
    background-image: url(./images/arrow-down.png);
}

.iti__arrow {
    display: none !important;
}

.iti__selected-flag {
    width: 55px;
}

.ct-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    border: 0;
}

.list-api-in .img-1 {
    display: none !important;
}

.list-api-in .img-2 {
    display: block;
}

.list-api-in .img-2 {
    margin: 0 auto;
}

.appointment-booking span {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.appointment-booking:hover span {
    max-width: 200px;
    opacity: 1;
    margin-left: 16px;
}

.appointment-booking {
    text-align: center;
    position: fixed;
    bottom: 30%;
    right: 72px;
    cursor: pointer;
    z-index: 9;
}

.appointment-booking {
        bottom: 193px;
    }

@media (max-width: 768px) {
    .appointment-booking {
        right: 0;
    }
}

.btn-book {
    background: -webkit-linear-gradient(45deg, #FEA628, #76187E 90%);
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 50px;
}

@media(max-width: 768px) {
    .appointment-booking {
        margin-right: 10px;
    }

    .btn-book {
        width: 60px;
        height: 60px;
        padding: 17px;
        margin-right: 0 !important;
    }
}

.btn-book img {
    /* margin-right: 16px; */
}

.sv-title a {
    color: #fff;
}

.title-emer h2 a {
    color: #fff;
}

.emerging .des-emer p {
    color: #fff;
}

.item-ct-dev a {
    display: block;
}

.page-template-contact .top-banner {
    padding-top: 30px;
}

#tech-3 .ct-item-liot p {
    color: #BABABA;
}

.content-popup-pg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.ct-form-popup {
    position: relative;
    width: 70%;
}

.overlay-qs {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
}

.content-popup-pg.active {
    visibility: visible;
    opacity: 1;
}

#hubspot-messages-iframe-container {
    display: none;
}

div#hubspot-messages-iframe-container {
    display: none !important;
}

.calendly-badge-content {
    display: none !important;
}

.single-project {
    background-color: #000 !important;
}

.single-project .site-content.amerging-tech-content {
    padding-top: 102px;
    margin-top: 0;
}

.single-project .breadcrumbs-page {
    margin-top: 20px;
}

.single-project .content-shinsen .ct-shin-right {
    text-align: right;
}

.single-project .ct-page-frm {
    background-position-y: 17%;
}

.single-project .related-case {
    background-position-y: 66%;
}

#main .solution-section-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

section#solution-section .solution-section-listing_item {
    margin-bottom: 30px;
}

.top-title-is {
    display: flex;
    align-items: center;
}

.top-title-is span {
    margin-right: 8px;
}

.imf-ct-is {
    width: 163px;
    float: left;
}

.content-is p {
    width: calc(100% - 163px);
    float: left;
    padding-left: 8px;
}

.content-is {
    display: flex;
    align-items: center;
}

.button-ct-all {
    padding: 24px;
    background: -webkit-linear-gradient(341deg, #FEA628, #76187E 113%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: right;
    margin-top: 24px;
}

.cotact-pg-popup {
    max-width: 600px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 209, 255, 0.30) -59.8%, rgba(0, 209, 255, 0.05) 104.9%);
    padding: 32px 24px;
    display: none;
    /*    opacity: 0;
    visibility: hidden;*/
}

.cotact-pg-popup h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
}

.cotact-pg-popup .grp-frm span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.cotact-pg-popup .grp-frm br {
    display: none;
}

.cotact-pg-popup .grp-frm input {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
}

.cotact-pg-popup .grp-frm textarea {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    max-height: 85px;
}

.grp-frm p {
    margin-bottom: 24px;
}

.cotact-pg-popup .group-radio .grp-radio a {
    background-color: unset;
    border: 1.5px solid #2CFFFE !important;
    width: 246px;
    height: 60px;
    line-height: 37px;
    padding: 10px;
}

.cotact-pg-popup .wpcf7-submit {
    float: left;
}

.contact-all-pg .wpcf7-submit {
    min-width: 200px;
}

.contact-all-pg {
    position: fixed;
    bottom: 10%;
    right: 72px;
    z-index: 10;
  	max-width: 600px;
    width: 100%;
}

@media (max-width: 768px) {
  	.contact-all-pg {
    	left: 0;
      	right: 0;
  		max-width: unset;
	}
}

.contact-all-pg.active .cotact-pg-popup {
    /*    visibility: visible;
    opacity: 1;*/
    display: block;
}

.contact-all-pg.active .img-1 {
    display: none;
}

.contact-all-pg.active .img-2 {
    display: block !important;
}

.contact-all-pg .group-radio span {
    margin: 0 16px;
}

.lst-cc ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-right: 13px;
}

.button-ct-all:hover {
    cursor: pointer;
}

.contact-all-pg .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 45px;
    border: unset;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 40px;
    border: unset;
    color: red !important;
    font-weight: 400 !important;
}

.review-new .clutch-widget {
    width: 143%;
}

.review-new .carousel_widget__wrapper {
    max-width: 100% !important;
}

.cotact-pg-popup {
    background: linear-gradient(0deg, rgba(41, 41, 69, 0.8), rgba(41, 41, 69, 0.8)), linear-gradient(180deg, rgba(0, 209, 255, 0.3) -59.8%, rgba(0, 209, 255, 0.05) 104.9%);
    background-size: cover;
}

.wpcf7-not-valid-tip {
    color: red !important;
    font-weight: 400 !important;
}

section#home-advanced-media .advanced-media-col-side.media-col-child-4th .advanced-media-box:after {
    z-index: -1;
}

.des-dm-left ul {
    padding-left: 19px;
}

.des-dm-left ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #BABABA;
}

.project-listing {
    color: #000;
}

img {
    width: auto;
    height: auto;
}

.project-social li a {
    display: block;
}

.project-social li a img {
    display: block;
}

.ck-content {
    margin-bottom: 30px;
    background: #f4f4f4;
    border-radius: 7px;
    padding: 10px;
}

.ck-content ul li {
    list-style: none;
}

.ck-content a {
    color: #000;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 0;
    padding-left: 10px !important;
    display: block;
    width: 100%;
}

.ck-content a:hover {
    color: #FEA628 !important;
}

.ck-content .rst-ck {
    font-weight: normal;
    color: #000;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    line-height: 15px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.ck-content .rst-ck::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    background-image: url('./images/arrow-down.png');
    width: 20px;
    height: 20px;
}

.ck-content .rst-ck.current::after {
    transform: translateY(-50%) rotate(-90deg);
}

.blogs-page {
    position: relative;
}

div#ez-toc-container p.ez-toc-title {
    color: #000;
}

.blogs-page #ez-toc-container a {
    color: #000;

}

.ck-sidebar-content #ez-toc-container ul li {
    padding-left: 0;
}

.ck-sidebar-content #ez-toc-container ul li .ez-toc-list-level-3 li {
    padding-left: 10px;
}

.ck-sidebar-content {
    position: fixed;
    top: 150px;
    left: 0;
    width: 460px;
    max-height: 600px;
    background: #f4f4f4;
    overflow-y: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.ck-sidebar-content .rst-ck::after {
    background-image: url('./images/images.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.ck-sidebar-content .rst-ck {
    padding-right: 30px;
}

.ck-sidebar-content ul li a {
    padding-right: 10px;
}

@keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}

.blogs-page .ck-content #ez-toc-container ul li.ez-toc-heading-level-2 a.active {
    color: #fff;
    background: #FEA628;
}

.ez-toc-title-toggle a {
    width: auto !important;
}

.blogs-page .ck-content ul li.ez-toc-heading-level-2 ul li a {
    color: #000 !important;
    background: none !important;
}

.blogs-page .ck-content ul li.ez-toc-heading-level-2 ul li a.culite {
    color: #fff !important;
    background: #FEA628 !important;
}

.blogs-page .ck-content ul li.ez-toc-heading-level-2 .ez-toc-list-level-4 li a.culite {
    color: #000 !important;
    background: none !important;
}

.ck-sidebar-content.active {
    -webkit-animation: ftwpZoomIn .5s ease-out forwards;
    animation: ftwpZoomIn .5s ease-out forwards;
}

.rst-icon-ck {
    position: fixed;
    top: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.rst-icon-ck.active {

    -webkit-animation: ftwpZoomIn .5s ease-out forwards;
    animation: ftwpZoomIn .5s ease-out forwards;
}

#ez-toc-container a.active:hover {
    color: #000 !important;
}

.single-content ol {
    padding-left: 20px;
}

#ez-toc-container nav ul.ez-toc-list {
    width: 100%;
}

.single-post .single-content ol li {
    font-family: Roboto, sans-serif;
}

.single-content p {
    font-weight: 400;
}

.single-content span {
    font-weight: 400;
    line-height: 1.5;
}

.single-content h2 span,
.single-content h3 span,
.single-content h4 span,
.single-content a span {
    font-weight: 600;

}

.rst-navi {
    order: 3;
}

.content-archive .project-listing.rst-wrap {
    flex-wrap: wrap;
}

.header_while .main-menu ul li a {
    color: #000;

}

.header_while .custom_language li.current-lang ul a {
    color: #fff;
}

.single-content strong span,
.single-content b span,
.single-content strong,
.single-content b {
    font-weight: 600;
}

.ct-shin-right video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.single-post .site-header.hide {
    transition: all 0.3s;
    transform: translateY(-300px);
}

.single-content h2 span,
.single-content h3 span {
    scroll-margin-top: 20px;
}

.single-content .codeSnipet {
    padding: 1rem;
    background-color: rgba(245, 245, 245, 1);
}

.single-content code {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 2;
    background-color: rgba(245, 245, 245, 1);

}

.single-content blockquote {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
}

.single-content blockquote:before {
    background-color: #FEA628;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}


.calendly-badge-widget {
    max-width: 240px;
    max-height: 81px;
}

.project-navi .page-nav-left {
    display: flex;
    justify-content: left;
}

.mw-75p {
    max-width: 75%;
}

.content-archive-wrapper {
    max-width: 72%;
}

.content-archive .project-listing.rst-gap {
    gap: 3%;
}

@media screen and (max-width: 767px) {
    .content-archive-wrapper {
        max-width: 100%;
    }

    .content-archive .project-listing.rst-gap {
        gap: 0%;
    }
}

.site-content.web-app {
    margin-top: 0px;
}
.single-post .post-content-body h3 {
font-size: 20px;
}
.single-post .post-content-body p {
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.single-post .post-content-body p span {
    font-weight: 300!important;
}
.author-page {
  padding-top: 120px;
}

.author-header {
  margin-bottom: 56px;
}

.author-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 960px;
}

.author-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  color: #ffffff;
}

.author-bio {
  font-size: 18px;
  line-height: 1.7;
  color: #dcdcdc;
  max-width: 720px;
  margin-bottom: 18px;
}

.author-socials {
  display: flex;
  gap: 14px;
}

.author-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2a2a2a;
  transition: background 0.2s ease;
}

.author-socials a:hover {
  background: #3a3a3a;
}

.author-socials img,
.author-socials svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .author-page {
    padding-top: 140px;
  }
}

@media (max-width: 768px) {
  .author-page {
    padding-top: 160px;
  }

  .author-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-avatar img {
    width: 80px;
    height: 80px;
  }

  .author-name {
    font-size: 26px;
  }

  .author-bio {
    font-size: 16px;
  }
}
.single-post table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    overflow: hidden;
}
.single-post table tr:first-child {
    background-color: #fea628;
    font-weight: 600;
}
.single-post table th,
.single-post table td {
    padding: 12px 16px !important;
}
.single-post table th,
.single-post table td {
    border: 0.5px solid rgba(255,255,255,0.7) !important;
}
.single-post .post-content-body h4 {
    margin-top: 24px;
    margin-bottom: 16px;
}
.single-post a[style*="background-color: orange"] {
    color: #000 !important;
}

.single-post a[style*="background-color: orange"]:hover {
    color: #000 !important;
}
.single-post pre,
.single-post code {
    white-space: pre-wrap !important;
    word-break: break-word;
    overflow-x: auto;
}