/*
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 */

500;700&display=swap');
400;500;600;700;800&display=swap');
0,400;0,500;0,600;0,700;1,400;1,500&display=swap');


/* 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: 400;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

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

.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: 400;
}

.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: 400;
}

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

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

.header_while li.current-lang ul a {
    color: #fff;
}

.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: 90px;
    margin-top: 20px;
    padding: 11px 12px;
    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: 28px;
}

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

.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: 12px;
    line-height: 15px;
    color: #999;
}

.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: 12px;
}

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

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

.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;
}

.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;
}

.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: 1160px
    }
}

.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;
    padding-left: 15px;
}

.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%);
    -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: 1085px;
}

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

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

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

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

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

.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;
}

.services-intro.sv-item-left {
    width: 570px;
    padding-left: 20px;
}

.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;
}

.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;
    padding-left: 20px;
    padding-right: 5px;
}

.service-item {
    padding: 53px 49px 51px 42px;
    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;
    flex-direction: column;
    width: calc(100% / 3);
}

.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;
    margin: 20px 0 30px;
    height: 62px;
}

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

.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: 190px 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;
}

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

.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;
}

.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,
.single-project {
    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;
}

.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;
}


/* Animation */

.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;
}


/*==========================================================
	7. FOOTER
==========================================================*/

.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: 46px 0 76px;
}

.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: #DBDBDB;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'SF Pro Display';
}

.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: #DBDBDB;
}

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

.page-service .footer-left {
    /* padding-left: 11px; */
}

.footer-right {
    padding-left: 102px;
    flex-wrap: wrap;
    width: calc(100% - 650px);
}

.footer-item.f-item-1 {
    margin-bottom: 42px;
}

.footer-item.f-item-3,
.footer-item.f-item-4 {
    width: 50%;
}

.footer-item.f-item-5 {
    display: flex;
    align-items: flex-end;
}

.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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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;
}

.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 {
    width: 280px;
    margin-left: 20px;
}

.footer-item.f-item-1 aside.widget:last-child {
    margin-left: 34px;
    padding-top: 45px;
}

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

.f-item-2 ul li,
.f-item-1 ul li {
    line-height: 20px;
    margin-bottom: 8px;
    color: #DBDBDB;
    position: relative;
    font-family: 'SF Pro Display';
}

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

.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/address.png');
}

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

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

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

.footer-item.f-item-4 .menu-menu-footer-2-container,
.footer-item.f-item-4 .menu-menu-footer-2-en-container {
    margin-top: 45px;
}

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

.footer-item.f-item-5 li a {
    line-height: 20px;
    color: #DBDBDB;
    text-decoration: underline;
    /*font-family: 'Noto Sans JP', sans-serif;*/
}

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

.copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #DBDBDB;
    margin-top: 17px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
}

.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 38px;
    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: 0;
    visibility: hidden;
}

.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;
}


/*fix*/

.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);
}


/*archive page*/

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;
}


/*fix amela21*/


/* Safari 9+ (non-iOS) */

_:-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;
    }
}


/*section#home-advanced-media .advanced-media-col-side p {
    font-weight: 300 !important;
}
section#home-advanced-media .advanced-media-col-side h3,
.banner-title,
section#home-banner .home-banner-content h1,
section#solution-section .solution-section-listing_item h3,
section#technology-section .banner-title,
section#technology-section .technology-listing .technology-heading span,
section#edu-section .edu-col-first .edu-col-first-item h3,
section#edu-section .edu-col-last .edu-col-video h3,
section#job-section .job-linked > h4,
section#project-section > .container .project-content > h4,
.project-title a {
    font-weight: 500 !important;
}*/

.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: 400;
}

.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;
}
li.current-lang {
    padding-right: 0;
}
li.current-lang a {
    padding-left: 0px !important;
    color: #fff !important;
    text-transform: initial !important;
}
.current-lang span a:hover{
  color: #FEA628 !important;
}
@media only screen and (max-width: 990px){
	.current-lang a{
        margin-bottom: 0px !important;
    }
}