:root{
    --main-color: #077A9C;
    --second-color:#055871;
    --third-color:#7ECCDC;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6f6f6;
}
.header--container,.body--container,.footer__notice,.footer__model--owl{
    width: 95%;
    max-width: 1920px;
    margin: auto;
}
.header--bg{
    background-color: var(--main-color);
    width: 100%;
    height: auto;
    z-index: 9999;
    position: relative;
}
.header--row{
    display: flex;
    text-align: right;
}
.header--logo{width: 200px;height: 70px;margin: 15px 15px 0 15px;}
.header--logo img{
    width: 100%;
    height: 100%;
}
.header--colright{

width: 100%;
}
.header__topbar{display: flex;height: 50px;}
.header__topbar__text{
    width: 40%;
    color: white;
}
.header__topbar__container{
    width: 60%;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.header__topbar__nav{
    background-color: var(--second-color);
    width: 70%;
    float: right;
    height: 100%;
    position: relative;
    text-align: left;
}
.header__topbar__nav::before{
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 30px solid var(--second-color);
    border-left: 50px solid transparent;
    top: 0;
    left: -50px;
}
.header__topbar__nav--flag{

width: 80px;

display: inline-block;
}
.header__topbar__nav--flag select{

background-color: transparent;

border: none;

color: var(--third-color);

width: 100%;

cursor: pointer;
}
.header__topbar__nav--flag option{
    background-color: var(--second-color);
    border: 2px solid var(--main-color);
}
.header__topbar__nav--link{
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding-right: 1%;
}
.header__topbar__nav--link a{
    font-weight: bold;
    color: white;
    transition: 0.4s;
    font-size: 12px;
    margin-left: 10px;
}
.header__topbar__nav--link a:hover{
    text-decoration: none;
    color: var(--third-color);
}
.header__topbar__nav--link i{
    color: white;
    font-size: 12px;
}
.header__bottom{
    text-align: left;
    display: flex;
    height: 50px;
}
.header__bottom__searchbar{
    position: relative;
    display: inline-block;
    width: 40%;
    margin-left: 5%;
}
.header__bottom__searchbar--input{
    height: 40px;
    width: 100%;
}
.header__bottom__searchbar--btn{
    position: absolute;
    width: 40px;
    height: 39px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: var(--third-color);
    color: white;
    border: none;
    cursor: pointer;
}
.header__bottom__nav{
    width: 40%;
    text-align: center;
    margin-left: 10%;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    line-height: 40px;
}
.header__bottom__nav--item{
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    font-size: 12px;
}
.header__bottom__nav--item span:hover{
    border-bottom: 5px solid var(--third-color);
}
.header__bottom__nav--item span{
    display: inline-block;
    padding: 0 10px 15px 10px;
}
.header__bottom__nav--item i{
    display: inline-block;
    font-size: 10px;
    color: var(--third-color);
}
.header__bottom__nav--submenu{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    color: black;
    display: none;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid #dadada;
    background-color: white;
}

.header__bottom__nav__submenu--category{
    display: inline-block;
    text-align: left;
    border-top: #dadada solid 1px;
    width: 90%;
}
.header__bottom__nav__submenu--category span{
    border-left: 3px solid var(--third-color);
    margin-left: 15px;
    font-weight: normal;
    color: black;
    display: inline;
    padding: 0px 3px 3px 10px;
    font-size: 12px;
    color: #4d4d4d;
}
.col.header__bottom__nav--item:hover+.header__bottom__nav--submenu{
    display: block;
}
.header__bottom__nav--submenu:hover{
    display: block;
}
.header__bottom__nav__submenu--category:hover{
    text-decoration: none;
}
.header__bottom__nav__submenu--category:hover span{
    color: var(--third-color);
}
.indexcarousel{
    box-shadow: 0 3px 3px rgba(0,0,0,.25);
}
.indexcarousel--image{
    height: 40vh;

}
.indexcarousel--image img{
    width: 100%;
    height: 100%;
}
.indexcarousel{
    position: relative;
}
.indexcarousel--prev{
    position: absolute;
    top: 40%;
    font-size: 3vw;
    left: 5%;
    color: #e2e200;
    opacity: 0.6;
}
.indexcarousel--prev:hover,.indexcarousel--next:hover{
    opacity: 1;
}
.indexcarousel--next{
    position: absolute;
    top: 40%;
    font-size: 3vw;
    right: 5%;
    color: #e2e200;
    opacity: 0.6;
}
.indexcategory__searchbar{
    padding-top: 2%;
}
.indexcategory__searchbar--text{
    text-align: center;
    font-size: 27px;
    line-height: 25px;
}
.indexcategory__searchbar--search{
    position: relative;
    text-align: center;
    margin-top: 2%;
}
.indexcategory__searchbar--search input{
    border: 2px solid #7eccdc;
    font-size: 14px;
    background-color: #fff;
    height: 45px;
    padding: 4px 12px;
    font-family: Verdana,sans-serif;
    color: #777;
    width: 45%;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    font-family: auto;
}
.indexcategory__searchbar--search button{
    margin-left: 0;
    height: 45px;
    width: 45px;
    padding: 0 10px;
    border-radius: 0 2px 2px 0;
    font-size: 20px;
    background-color: var(--third-color);
    border: none;
    color: white;
    position: absolute;
}
.nav__mobile {
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
}

.nav__mobile__button__icon {
    background-color: var(--second-color);
    color: white;
    font-size: 30px;
    border-radius: 10%;
    opacity: 0.7;
    transition: 0.4s;
}

.nav__mobile__button__icon:hover {
    opacity: 1;
    background-color: var(--main-color);
}

.nav__mobile__button__open {
    position: fixed;
    left: 3%;
    top: 5%;
    display: block;
    padding: 0 1%;
    z-index: 1014;
}

.nav__mobile__button__close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.nav__mobile__container {
    width: 300px;
    height: 100%;
    background-color: var(--main-color);
    position: fixed;
    left: -300px;
    transition: 0.4s;
}

#nav__mobile__button__checkbox {
    display: none;
}

#nav__mobile__button__checkbox:checked~nav {
    left: 0;
}

#nav__mobile__button__checkbox:checked~#nav__mobile__button__open {
    display: none;
}

.nav__mobile__item {
    text-align: right;
    overflow: auto;
    height: 100%;
    width: 100%;
    position: absolute;
}

.nav__mobile__item__menu {
    display: flex;
    clear: both;
    text-align: center;
    padding: 5%;
    color: white;
    border-bottom: 1px solid white;
    margin-top: 1%;
    transition: 0.4s;
    text-transform: uppercase;
}

.nav__mobile__item__menu:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.nav__mobile__item__menu i {
    line-height: 22px;
    margin-left: 6%;
}
.nav__mobile__item__menu--sub a{
    color: white;
    display: block;
    transition: 0.4s;
}
.nav__mobile__item__menu--sub li{
    color: white;
    text-align: left;
}
.nav__mobile__item__menu--sub a:hover{
    color: black;
    background-color: white;
    text-decoration: none;
}
.nav__mobile__logo {
    background-color: white;
    position: absolute;
    bottom: 0;
    padding: 5%;
}

.nav__mobile__logo img {
    width: 100%;
}
.nav__mobile__item--logo{
    display: block;
}
.nav__mobile__item--logo img{
    width: 100%;
    height: 100%;
}
.nav__mobile__searchbar{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 5%;
}
.nav__mobile__item__menu span{
    margin-left: 6%;
}
.header__topbar--mobilecall{
    display: none;
    line-height: 30px;
    color: white;
}
.header__topbar--mobilecall a{
    color: white;
}