/*!
Theme Name: Sushi Uraetei
Theme URI: http://commamedia.vn/
Author: Comma Developer
Author URI: http://commamedia.vn/
Description: Website được thiết kế và phát triển bởi Comma team
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: sushi-uraetei
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.

Sushi Uraetei 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.
 */
.bg_banner.opacity-0{
    pointer-events: none;
}
#header_site .menu_lang li{
    position: relative;
}
#header_site .menu_lang li img{
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
    border-radius: 50%;
}
#header_site .menu_lang li ul{
    position: absolute;
    list-style: none;
    padding: 0;
    top: calc(100% + 30px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header_site .menu_lang li:hover ul{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.copyright a:hover{
    color: #C49261;
    cursor: pointer;
}
.map_wrapper{
    position: relative;
    height: 100%;
}
.map_wrapper #map{
    position: absolute;
    width: 100%;
    height: 100%;
}
.map_wrapper #map .gm-style .gm-style-iw-c{
    width: 300px;
}
.map_wrapper #map .gm-style .gm-style-iw-c h4{
    color: #603913;
    font-weight: bold;
    font-family: "Phosphate", sans-serif;
}
.page_404{
    color: #444444;
}
.page_404 svg{
    max-width: 100%;
}
#errorText {
    font-size: 22px;
    margin: 14px 0;
}
#errorLink {
    font-size: 20px;
    padding: 12px;
    border: 1px solid;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
#errorLink:hover, main #errorLink:active {
    color: #fff;
    background: #000;
}
#g6219 {
    transform-origin: 85px 4px;
    -webkit-animation: an1 12s 0.5s infinite ease-out;
    animation: an1 12s 0.5s infinite ease-out;
}
@-webkit-keyframes an1 {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(3deg);
    }
    15% {
        transform: rotate(-2.5deg);
    }
    25% {
        transform: rotate(2deg);
    }
    35% {
        transform: rotate(-1.5deg);
    }
    45% {
        transform: rotate(1deg);
    }
    55% {
        transform: rotate(-1.5deg);
    }
    65% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    85% {
        transform: rotate(2.5deg);
    }
    95% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes an1 {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(3deg);
    }
    15% {
        transform: rotate(-2.5deg);
    }
    25% {
        transform: rotate(2deg);
    }
    35% {
        transform: rotate(-1.5deg);
    }
    45% {
        transform: rotate(1deg);
    }
    55% {
        transform: rotate(-1.5deg);
    }
    65% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    85% {
        transform: rotate(2.5deg);
    }
    95% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}
.list_news{
    position: relative;
}
.list_news.load-ajax::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3) url(assets/images/loading.gif) no-repeat bottom center / auto 50px;
    left: 0;
    top: 0;
    z-index: 1;
}
.uraetei_partner{
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
    flex-wrap: wrap;
}
.uraetei_partner li:not(:last-child){
    margin-right: 1rem;
}
.uraetei_partner li img{
    max-height: 50px;
    max-width: 100px;
    width: auto;
    height: auto;
}
  
  .slider_menu_section .slick-dots li {
    width: 40px;
    height: 2px;
  }
  
  .slider_menu_section .slick-dots li button {
    width: 40px;
    height: 2px;
  }
  
  .slider_menu_section .slick-dots li button::before {
    width: 40px;
    height: 2px;
    content: "";
    background: #C49261;
    opacity: 1;
  }
  
  .slider_menu_section .slick-dots li.slick-active button::before {
    background: #C20202;
  }
  #header_site .menu_site li{
    position: relative;
  }
  #header_site .menu_site li .sub-menu{
    position: absolute;
    min-width: 200px;
    top: calc(100% + 30px);
    left: 0;
    padding-left: 0;
    list-style: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    padding-top: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#header_site .menu_site li .sub-menu::before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 1rem);
    background: #C49261;
    backdrop-filter: blur(24px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    bottom: 0;
    left: 0;
}
#header_site .menu_site li .sub-menu li a::before{
    display: none;
}
#header_site .menu_site li .sub-menu li:not(:last-child){
    border-bottom: 1px solid #f2f2f2;
    margin-right: 0;
}
#header_site .menu_site li .sub-menu li a{
    display: block;
    padding: 5px 10px;
}
#header_site .menu_site li .sub-menu li:first-child > a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#header_site .menu_site li .sub-menu li:last-child > a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#header_site .menu_site li:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#header_site .menu_site li .sub-menu li:hover > a,
#header_site .menu_site li .sub-menu li.current-menu-item > a{
    background: #603913;
    color: #ffffff;
}
#menu_mobile .menu_site li .sub-menu li a{
    border-bottom: 0;
}
#menu_mobile .menu_site li.menu-item-has-children + li > a{
    border-top: 1px solid #fff;
}
@media (max-width: 767px) {
    .uraetei_partner li img{
        max-width: 50px;
        max-height: 30px;
    }
}