/*!
Theme Name: OrioleTheme
Theme URI: https://wis17.agency/
Author: Oriole Group
Author URI: https://wis17.agency/
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: #000000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000000;
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul.menu>li>ul {
    background: #fff;
    left: 0;
    width: 100%;
    position: absolute;
    top: calc(100% - 10px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    border-top: 1px solid #EBEBEB;
    padding: 2rem 4rem;
    justify-content: space-around;
    transition: all 0.4s ease-in-out;
}

.main-navigation ul.menu>li>ul>li>a {
    font-weight: 600;
}

.main-navigation ul.menu>li:hover>ul,
.main-navigation ul.menu>li.focus>ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul.menu>li>ul ul {
    flex-direction: column;
}

.main-navigation ul.menu>li>ul ul a {
    text-transform: unset;
}

/*
.main-navigation li {
    position: relative;
} */

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*------------------- ORIOLE ---------------------*/
/*------------------------------------------------*/
/* Header */
.site-header {
    width: 100%;
    background: #ffffff;
    position: relative;
}

.navbar {
    position: unset;
}

.site-header .top-menu {
    background: #000;
    padding: 15px 0;
}

.site-header .top-menu>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .top-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.site-header .top-menu ul li {
    display: inline-block;
    padding: 0 0 0 20px;
}

.site-header .top-menu ul li.wpml-ls-item:last-child {
    padding-left: 8px;
}

.site-header .top-menu ul li a {
    color: #ffffff;
}

.site-header .top-menu ul li a:hover {
    color: #ff4b1f;
}

.site-header .header-phone {
    display: inline-block;
}

.site-header .header-phone span,
.site-header .header-phone a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.site-header .header-phone a:hover {
    color: #ff4b1f;
}

.site-header .header-tm {
    display: flex;
    align-items: center;
}

.wpml-ls-menu-item .wpml-ls-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.site-footer .sl {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-footer .sl a {
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    color: #213255;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.site-footer .sl a svg {
    width: 18px;
    height: 18px;
}

.site-header .main-menu {
    padding: 10px 0;
}

.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-branding a {
    display: flex;
    align-items: center;
}

.footer-brand img,
.site-header .site-branding a img {
    height: 60px;
    width: auto;
}

.site-header .site-branding a span {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #f41738;
    letter-spacing: -0.05em;
}

.site-header .navbar-collapse>div {
    padding: 0;
}

.site-header .main-navigation {
    width: auto;
    padding: 0;
    margin: 0;
}

.site-header .main-navigation ul li {
    padding: 10px 20px 5px 20px;
}

.site-header .main-navigation ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.site-header .main-navigation ul li ul {
    box-shadow: none;
}

.site-header .main-navigation ul li ul li {
    padding-left: 0;
}

.site-header .main-navigation ul li ul li a {
    font-size: 12px;
    width: max-content;
}

.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a,
.site-header .main-navigation ul li a:active,
.site-header .main-navigation ul li a:focus,
.site-header .main-navigation ul li a:hover {
    color: #ff4b1f;
}

body.down .site-header.animateIt {
    top: 0;
    opacity: 1;
}

.site-header .header-search {
    gap: 1rem;
}

#mini-cart-count {
    position: absolute;
    background: #f41738;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: .65rem;
    color: #fff;
    right: -10px;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header .header-search form {
    position: relative;
}

.site-header .header-search input {
    width: 470px;
    font-size: 14px;
    color: #000;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.0) !important;
    border-radius: 21px;
    height: 42px;
    padding: 0 50px 0 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

.site-header .header-search input:focus {
    border-color: rgba(0, 0, 0, 0.0) !important;
}

.site-header .header-search .search-button {
    position: absolute;
    background: transparent;
    height: 42px !important;
    margin: -0px 0 0;
    top: 0;
    border: 0;
    border-radius: 0 21px 21px 0;
    padding: 0 15px;
    color: #000;
    font-size: 18px;
    right: 0;
}

.site-header .menu-main-menu-english-container,
.site-header .menu-main-menu-container {
    margin: auto;
}

/* Main */
input,
button {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.h1,
h1 {
    font-size: 2.0rem;
}

.h2,
h2 {
    font-size: 1.6rem;
}

.h3,
h3 {
    font-size: 1.4rem;
}

.h4,
h4 {
    font-size: 1.2rem;
}

.h5,
h5 {
    font-size: 1rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border: 2px solid #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: 0 0;
    position: relative;
    top: 3px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.color-white {
    color: #ffffff;
}

.color-red {
    color: #000;
}

.color-black {
    color: #000;
}

.color-gray {
    color: #7a888e;
}

.bg-gray {
    background: #e9e9e9;
}

.bg-blue {
    background: #eaf1f6;
}

.ls-100 {
    letter-spacing: 0.1em;
}

.desc-bigtext {
    font-size: 20px;
    margin-bottom: 2em;
}

.desc {
    padding-bottom: 30px;
}

.quote {
    color: #000;
    margin-bottom: 1rem;
}

section {
    overflow: hidden;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-90 {
    margin-top: 90px;
}

.bt-gray {
    border-top: 1px solid #d3d3d6;
}

.m-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4em;
}

.row.row-m {
    margin-right: -9px;
    margin-left: -9px;
}

.row.row-m div[class^="col-"] {
    padding-right: 9px;
    padding-left: 9px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 14px 30px 13px;
    border: 1px solid #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.btn:hover {
    background: rgba(255, 255, 255, .3);
    border-color: #fff;
    color: #fff;
}

.section-breadcrumbs {
    padding: 30px 0;
    background: #e9e9e9;
}

.section-breadcrumbs p {
    margin-bottom: 0;
}

.section-breadcrumbs a {
    color: #555;
    font-weight: 400;
}

.section-breadcrumbs span {
    color: #000000;
    font-weight: 500;
}

.section-bg1 {
    background-color: #fff4f4;
    background-image: url('images/bg01.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.section-title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0;
}

.section-title .sub-title {
    display: block;
    font-size: 17px;
    color: #777;
    font-weight: 400;
}

.section-button {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    fill: #000;
    color: #000;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 36px;
    padding: 18px 30px 15px;
    display: inline-block;
}

.section-button:focus,
.section-button:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-control {
    border-radius: 0;
    border: 1px solid #000 !important;
    font-size: 28px;
    font-weight: 300;
    padding: 15px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    height: 58px;
}

textarea.form-control {
    height: 270px;
}

.btn-submit {
    background: #000;
    color: #ffffff;
    font-style: italic;
    padding: 0px 50px;
    height: 58px;
    float: right;
}

.course-sidebar .course-single-info {
    border: 1px dashed #dedede;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 15px;
    background: #fff;
}

.course-sidebar .course-intro {
    margin-top: -30px;
}

.course-sidebar .course-featured {
    transform: translateY(-75px);
    border-radius: 15px;
    overflow: hidden;
}

.course-sidebar .course-intro ul {
    padding: 20px 0 0;
}

.course-sidebar .course-intro ul li {
    list-style: none;
    font-size: 0.95rem;
    color: #555;
    display: block;
    border-bottom: 1px solid #f2f2f9;
    padding: 10px 0;
}

.course-sidebar .course-intro ul li:last-child {
    border-bottom: none;
}

.course-sidebar .course-intro ul li>i {
    color: #000;
    margin-right: 5px;
}

.course-sidebar .course-intro ul li>span {
    float: right;
}

.course-sidebar .course-intro ul li>div {
    padding-top: 10px;
    font-size: 0.9rem;
    padding-left: 30px;
}

.course-sidebar .course-enroll {
    margin-bottom: -50px;
    text-align: center;
}

.course-sidebar .course-enroll .btn:hover {
    background: #ffe3e2;
    border-color: #000;
    color: #000;
}

.entry-content {
    padding: 60px 0;
}

iframe {
    width: 100%;
}

.entry-header {
    margin-bottom: 40px;
}

.entry-header ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
}

.entry-header li {
    list-style-type: none;
    display: inline-flex;
    padding-right: 40px;
    margin-right: 30px;
    border-right: 1px solid #eaeaea;
}

.entry-header li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}

.entry-header .media {
    display: flex;
    align-items: center;
}

.entry-header .course-instructor-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.entry-header .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.entry-header .media-body h4,
.entry-header .media-body p {
    margin-bottom: 0;
}

.entry-header .course-price span {
    height: 70px;
    width: 70px;
    display: inline-flex;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.price {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.05em;
}

.price del {
    font-weight: 300;
    font-size: 1.05rem;
    margin-left: 5px;
    color: #696969;
}

.contact_popup {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

.contact_popup .body {
    height: 100%;
}

body .navigation {}

body .navigation .screen-reader-text {
    display: none;
}

body .navigation .nav-links {
    margin: 40px auto;
}

body .navigation .nav-links span,
body .navigation .nav-links a {
    width: 40px;
    height: 40px;
    line-height: normal;
    border: 1px solid #dadada;
    text-align: center;
    color: #666;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

body .navigation .nav-links span,
body .navigation .nav-links a:hover {
    color: #fff;
    background: #000;
    border: 1px solid transparent;
}

body .navigation .nav-links span.dots {
    background: transparent;
    border-color: transparent;
    color: #666;
}

.single-course {
    box-shadow: 0 12px 33px 0 rgba(45, 45, 45, 0.1);
    background: #fff;
    border-radius: 15px;
    position: relative;
    transition: all .4s ease;
    padding: 20px;
    height: 100%;
}

.course-single-wrap .course-thumbnail {
    background: #000;
    margin-bottom: 15px;
    transition: all .4s ease;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    position: relative;
    aspect-ratio: 1 / 1;
}

.onsale {
    position: absolute;
    transform: rotate(-45deg);
    background: #f41738;
    top: 10px;
    left: -26px;
    z-index: 1;
    display: flex;
    height: 28px;
    width: 100px;
    color: #ffffff;
    letter-spacing: -0.04rem;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.course-single-wrap .course-thumbnail img {
    transition: all .4s ease;
    max-width: unset;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.course-single-wrap .single-course .course-price-item {
    text-align: center;
    position: relative;
    transform: translateY(-37px);
    margin-bottom: -15px;
}

.course-single-wrap .single-course .course-price-item>span {
    background: #000;
    border-radius: 36px;
    color: #fff;
    transition: all .4s ease;
    padding: 0 20px;
    height: 37px;
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.course-single-wrap .single-course .course-price-item .price {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.course-single-wrap .single-course .course-price-item ins {
    text-decoration: none;
}

.course-single-wrap .single-course .course-price-item>span del {
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
    display: block;
    color: #fff;
}

.course-single-wrap .single-course h2,
.course-single-wrap .single-course h3 {
    transition: all .4s ease;
    font-size: 1.2rem;
}

.single-course .course-enrole-list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.single-course .course-enrole-list li {
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
    transition: all .4s ease;
    color: #555;
}

.course-single-wrap .single-course .border-bar {
    border-top: 1px solid #000;
    margin: 16px 0 0;
    padding: 6px 0;
    opacity: 0.4;
    transition: all .4s ease;
    width: 100%;
}

.single-course .course-footer {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0;
    z-index: 2;
    transition: all .4s ease;
    position: relative;
    bottom: 0;
    opacity: 1;
    padding: 0;
}

.course-single-wrap .single-course .teacher {
    float: left;
    margin-top: 15px;
    transition: all .4s ease;
    color: #000000;
}

.course-single-wrap .single-course .teacher.course-des {
    margin-top: 0;
    float: none;
    font-style: italic;
    white-space: nowrap;
    margin-right: 5px;
}

.course-single-wrap .single-course .btn-link {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-decoration: none;
    float: right;
    padding: 2px 0;
    transition: all .4s ease;
}

.single-course:hover {
    background-color: #696969;
}

.single-course:hover .course-thumbnail {
    border: 1px solid #696969;
}

.course-single-wrap .single-course:hover .course-price-item>span {
    background: #273c66;
}

.course-single-wrap .single-course:hover .course-thumbnail img {
    transform: scale(1.1);
}

.course-stock {
    position: absolute;
    transform: rotate(-45deg);
    background: #f41738;
    top: 10px;
    left: -26px;
    z-index: 1;
    display: flex;
    height: 28px;
    width: 100px;
    color: #ffffff;
    letter-spacing: -0.04rem;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.course-single-wrap .single-course:hover h3 {
    color: #fff;
}

.course-single-wrap .single-course:hover .enrol-list-area {
    color: #fff;
}

.course-single-wrap .single-course:hover .teacher {
    color: #fff;
}

.course-single-wrap .single-course:hover .btn-link {
    background: #273c66;
}

.course-single-wrap .single-course:hover .border-bar {
    border-color: #fff;
}

.post-single-wrap {
    margin-bottom: 40px;
}

.post-single-wrap .post-single-body {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
}

.post-single-wrap .post-enrole-list li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    transition: all .4s ease;
    color: #555;
}

.post-single-wrap .post-enrole-list li i {
    color: #000;
}

.post-single-wrap .post-enrole-list li.cats,
.post-single-wrap .post-enrole-list li a {
    color: #000;
    font-weight: normal;
}

.post-single-wrap .post-footer {
    color: #000;
}

.post-single-wrap .post-thumbnail {
    display: block;
    overflow: hidden;
}

.post-single-wrap .post-thumbnail img {
    transition: all .4s ease;
}

.post-single-wrap .single-post:hover .post-thumbnail img {
    transform: scale(1.1);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #000 !important;
}

.section.section-bg2 {
    background-color: #fff;
    background-image: url('images/bg03.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.sidebar_left {
    font-size: 15px;
    line-height: 2;
}

.sidebar_left ul li label {
    padding: 0;
    margin: 0;
}

.sidebar_left ul li label input {
    margin-right: 5px;
}

/*
.product-details .swiper {
    width: 100%;
    height: 100%;
}

.product-details .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-details .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: calc(100% - 4px);
} */
/*
.product-details .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-details .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-details .mySwiper2 {
    height: 80%;
    width: 100%;
    overflow: hidden
}

.product-details .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden
}

.product-details .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-details .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    width: calc(100% - 4px);
}
 */
.swiper {
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #555;
    /* top: unset;
    bottom: 30px; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
    text-shadow: 1px 1px 4px #fff;
}

.product-details .content {
    padding: 40px 0;
}

.term-box {
    border-radius: 15px;
    background: #e9e9e9;
    padding: 25px;
    text-align: center;
}

.term-box .color-red {
    color: #ff4c1e;
    font-weight: 600;
}

.term-box .btn-lien-he {
    background: #ff4c1e;
    border-radius: 15px;
    height: 30px;
    color: #fff;
    display: inline-flex;
    padding: 0 20px;
    align-items: center;
    margin-bottom: 10px;
}

.term-box ul li {
    padding-bottom: 7px;
}

.input-text,
.orderby,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    padding: 10px;
    line-height: 20px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border: 1px solid #696969;
}

.wpcf7-form textarea {
    height: 155px;
}

.wpcf7-form .wpcf7-submit {
    width: 250px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    text-transform: uppercase;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    background: #696969;
    color: #fff;
    font-size: 14px;
    padding: 14px 50px 13px;
    border: 1px solid #696969;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #464646;
    border-color: #464646;
    color: #fff;
}

.wpcf7-form .wpcf7-response-output {
    display: none !important;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}

.woocommerce-product-gallery .flex-viewport img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.woocommerce-product-gallery .flex-control-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 5;
}

.entry-summary .cart {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.entry-summary .cart .quantity {
    width: 100%;
}

.entry-summary .cart .quantity .input-text {
    transition: all .3s ease-in-out;
    height: 100%;
}

.woocommerce-button,
.woocommerce-Button,
.wc-block-components-button,
.entry-summary .cart .button {
    width: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    text-transform: uppercase;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    background: #696969;
    color: #fff;
    font-size: 14px;
    padding: 14px 50px 13px;
    border: 1px solid #696969;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.woocommerce-button:hover,
.woocommerce-Button:hover,
.wc-block-components-button:hover,
.entry-summary .cart .button:hover {
    background-color: #464646;
    border-color: #4e4d4d;
    color: #fff;
}

.product_meta span {
    display: block;
}

.woocommerce-tabs .wc-tabs {
    font-size: 1rem;
    display: flex;
    border-bottom: 1px solid #696969;
}

.woocommerce-tabs .wc-tabs li a {
    padding: 5px 10px;
    color: #909090;
}

.woocommerce-tabs .wc-tabs li.active a {
    color: #000;
}

.woocommerce-Tabs-panel {
    padding: 20px 0 60px 0;
}

/* Footer */
.site-footer {
    background: #f5f5f5;
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    padding: 40px 0 60px;
}

.f_content {
    background: #e5e5e5;
    text-align: center;
    padding: 30px 0;
    color: #545454;
}

.site-footer ul li {
    padding-bottom: 5px;
}

.site-footer h4 {
    color: #000000;
    padding-top: 30px;
    padding-bottom: 10px;
}

.site-footer a {
    color: #545454;
    font-weight: 300;
}

.site-footer p {
    margin-bottom: 5px;
}

.site-footer a:hover {
    color: #ff4b1f;
}

.site-footer .custom-logo {
    width: auto;
    height: 60px;
    margin-bottom: 30px;
    /*margin-top: 20px;*/
}

.site-footer .img {
    width: 60px;
}

.site-footer .maps {
    padding-top: 40px;
}

.site-footer .maps iframe {
    height: 150px;
}

.site-footer input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.7;
    /* Firefox */
}

.site-footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    opacity: 0.7;
}

.site-footer input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 0.7;
}

.footer-brand {
    padding-top: 30px;
}

/*
.footer-brand img {
    max-width: 160px;
} */

.woocommerce-result-count {
    width: 50%;
    float: left;
    padding: 6px 0;
}

.woocommerce-ordering {
    width: 50%;
    float: right;
    margin-bottom: 1rem;
    display: flex;
    justify-content: end;
}

.woocommerce-ordering select {
    width: auto;
}

.entry-summary .price {
    color: #ff4c1e;
}

.woocommerce-message {
    padding: 20px 30px;
}

.wc-block-components-checkout-place-order-button {
    width: auto;
}

.bg-scroll {
    background: #808080;
    color: #fff;
}

.scroll-title {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.form-row {
    display: block;
}

.woocommerce-form-row label {
    display: block;
}

.password-input {
    position: relative;
    display: block;
}

.show-password-input {
    position: absolute;
    border: 0;
    box-shadow: none;
    background: none;
    height: 100%;
    right: 5px;
}

.show-password-input::after {
    content: "\f06e";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroll-title>div {
    display: flex;
    white-space: nowrap;
    flex-shrink: 0;
    transform: translateX(0);
    width: max-content;
    display: flex;
    align-items: center;
    -webkit-animation: scrollText 20s infinite linear;
    animation: scrollText 20s infinite linear;
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.navbar-brand {
    margin-right: 0 !important;
}

/* Reponsive */
@media (min-width: 1920px) {
    .container {
        max-width: 1640px;
    }
}

@media (max-width: 1919.98px) and (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1919.98px) {}

@media (max-width: 1499.98px) {}

@media (max-width: 1299.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        display: none;
    }

    .navbar-toggler {
        color: #000000;
        border: none;
        padding: 0;
        margin: 0;
        outline: none !important;
        box-shadow: none !important;
        /* order: 3; */
        margin-left: 0;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(33, 50, 86, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
        width: 40px;
        height: 40px;
    }

    .site-header .header-search {
        display: flex;
    }

    .site-header .header-search form {
        width: 100%;
        margin-top: 10px;
    }

    .site-header .header-search input {
        width: 100%;
    }

    .site-header .header-search .search-button {
        font-size: 0;
    }

    .site-header .header-search .search-button i {
        font-size: 14px;
    }

    .site-header .navbar-collapse {
        z-index: 999;
        background: #ffffff;
        width: 100%;
        position: absolute;
        left: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        display: block;
        margin-top: 10px;
        border-top: 1px solid #d9d9d9;
    }

    .site-header .navbar-collapse.show {
        height: auto;
    }

    .site-header .top-menu ul li {
        display: none;
    }

    .site-header .top-menu ul li.wpml-ls-item {
        display: inline-block;
    }

    .site-header .main-navigation {
        position: unset;
    }

    .site-header .main-menu {
        position: relative;
    }

    .main-navigation .container-fluid {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }

    .main-navigation .container-fluid>div {
        width: 100%;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation ul li.wpml-ls-item {
        display: none;
    }

    .main-navigation ul.menu>li>ul {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .f_content {
        padding-bottom: 80px;
    }


    .mobile__navigate--item {
        display: inline-flex;
        flex: 1;
        padding: 0.75rem 0;
        min-height: 4rem;
        align-items: center;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        flex-flow: column-reverse;
        background: none;
        border: none;
        position: relative;
    }

    .mobile__navigate--item-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 1;
        margin-top: 0.5rem;
        flex: 0 0 auto;
        font-size: 0.75rem;
    }

    .mobile__navigate--item-icon>svg {
        width: 1.25rem;
    }

    .mobile__navigate--item.mobile__navigate--cart {
        padding: 0;
        min-height: auto;
    }

    .mobile__navigation--bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 98;
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    }

    .mobile__navigate--item-icon {
        line-height: 1;
        color: rgba(var(--color-foreground));
        flex: 0 0 auto;
        position: relative;
    }

    .mobile__navigate--item-icon .header__actions_btn_cart_num {
        right: -1.2rem;
        top: -0.7rem;
    }

}

@media (max-width: 767.98px) {

    .footer-brand img,
    .site-header .site-branding a img {
        height: 45px;
    }

    .site-header .site-branding a span {
        font-size: 30px;
        letter-spacing: -0.07em;
    }

/*     .site-header .header-search input {
        width: 235px;
    }
 */
    .section-slider .banner-item img {
        min-height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 575.98px) {

    .site-header .header-phone span,
    .site-header .header-phone a {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        letter-spacing: -0.05rem;
    }

    .site-header .top-menu ul li {
        padding: 0 0 0 5px;
    }

    .site-header .header-tm .sl a {
        width: 20px;
        height: 20px;
        margin-right: 0px;
    }

    .site-header .header-search input {
        width: 100%;
    }

    .site-header .site-branding {
        display: block;
    }

    .site-header .header-search {
        display: block;
        float: none;
    }

    .single-course {
        padding: 8px;
    }

    .course-single-wrap .single-course .border-bar {
        margin: 0;
    }

    .course-single-wrap .single-course .teacher {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .course-single-wrap .single-course .btn-link {
        display: none;
    }

    .post-single-wrap .post-single-body {
        padding: 8px;
    }

    .woocommerce-ordering,
    .woocommerce-result-count {
        width: 100%;
        justify-content: start;
    }
}

@media (max-width: 349px) {

    .site-header .header-phone span,
    .site-header .header-phone a {
        font-size: 13px;
    }
}

.swiper-wrapper {
    height: auto;
}

.dtb_BCT {
	max-width: 80%;
	width: 160px;
}