@font-face {
    font-family: Gilroy;
    src: url('/resources/fonts/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('/resources/fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/resources/fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('/resources/fonts/Gilroy-Semibold.woff') format('woff'),
        url('/resources/fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url('/resources/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/resources/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/resources/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/resources/fonts/Gilroy-Medium.woff') format('woff'),
        url('/resources/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/resources/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/resources/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/resources/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/resources/fonts/Gilroy-Bold.woff') format('woff'),
        url('/resources/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body,h1,h2,h3,h4,h5,h6,html,p{
    margin: 0;
    padding: 0
}

body,html{
    overflow-x: hidden
}

.swal-popup-text {
    font: 500 20px/28px Gilroy;
}

.swal-popup-button {
    font: 200 20px/28px Gilroy;
    background-color: #0F4C81 !important;
    width: 150px;
}

.swal-icon {
    color: #fff !important;
    border-color: #0F4C81 !important;
    background-color: #0F4C81 !important;
}

.container{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 80%;
    position: relative
}

@media screen and (max-width:1440px){
    .container{
        width: 100%
    }
}

.icon-address{
    width: 14px;
    height: 20px;
    position: relative
}
.icon-address:after{
    content: "";
    width: 14px;
    height: 20px;
    display: inline-block;
    background-image: url(/resources/images/ic_address@2x.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}
.icon-mail{
    width: 18px;
    height: 14px;
    position: relative
}
.icon-mail:after{
    content: "";
    width: 18px;
    height: 14px;
    display: inline-block;
    background-image: url(/resources/images/ic_email@2x.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}
.logo__inner{
    width: 125px;
    height: 125px;
}

.phone__inner{
    width: auto;
    display: block
}
.phone__inner__mobile{
    display: none
}
@media screen and (max-width:1024px){
    /* .phone__inner,.phone__inner__mobile{
        width: 321px;
        height: 576px
    } */
}
@media screen and (max-width:430px){
    .phone{
        margin-top: -150px;
        margin-left: 15px
    }
    .phone__inner,.phone__inner__mobile{
        width: 175px;
        height: 175px;
        display: none
    }
    .phone__inner__mobile{
        display: block
    }
}
@media screen and (max-width:375px){
    .phone{
        margin-left: 2%;
        margin-top: -130px
    }
    .phone__inner,.phone__inner__mobile{
        width: 145px;
        height: 145px
    }
}
@media screen and (max-width:320px){
    .phone{
        margin-left: 0
    }
    .phone__inner,.phone__inner__mobile{
        width: 145px;
        height: 145px
    }
}
.p{
    font: 500 20px/28px Gilroy;
    color: #525252;
}
.p:not(:last-child){
    margin-bottom: 35px
}
@media screen and (max-width:1200px){
    .p{
        font-size: 18px;
        line-height: 24px
    }
}
@media screen and (max-width:1094px){
    .p{
        font-size: 17px
    }
}
@media screen and (max-width:1058px){
    .p{
        font-size: 16px
    }
}
@media screen and (max-width:430px){
    .p{
        font-size: 15px;
        line-height: 20px;
    }

    .p:not(:last-child){
        margin-bottom: 15px
    }
}
.bgShape{
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}
.mb-30{
    margin-bottom: 30px
}
.mb-15{
    margin-bottom: 15px
}
.footer{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center
}
.footer .footerTitle{
    font: bold 24px/29px Gilroy;
    color: #0F4C81;
    margin-bottom: 24px;
}
.footer>div{
    margin-bottom: 5px
}
.footer .email{
    display: flex;
    align-items: center;
    justify-content: center
}
.footer .footerText{
    font: 500 16px/25px Gilroy;
    color: #525252;
    text-decoration: none;
}
.columns{
    display: flex;
    flex-direction: column;
}
.columns>div:not(:first-child){
    margin-top: 60px
}

@media screen and (min-width: 1024px) {
    .columns > .imagedContent:first-child > div {
        margin-left: 30px;
    }

    .columns > .imagedContent:last-child > div {
        margin-right: 30px;
    }
}

.imagedContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imagedContent>div{
    width: 360px;
}
.imagedContent h3,.title{
    font: bold 30px/36px Gilroy;
    color: #0F4C81;
    margin-bottom: 24px;
}
.appLinks{
    margin-top: 90px;
    display: flex
}
.appLinks>a:not(:last-child){
    margin-right: 14px
}
.appLinks>a>img{
    width: 177px;
    height: 46px
}
.title{
    margin-top: 48px;
    font: bold 30px/36px Gilroy;
    color: #0F4C81
}
.descriptions{
    width: 85%;
    margin-top: 25px
}
.flex-row{
    display: flex;
    justify-content: space-between;
    padding-left: 4px
}
@media screen and (max-width:768px){
    .logo{
        margin-left: 0
    }
}

.theme{
    padding-top: 60px;
    margin: 0 auto;
    width: 80%
}

.brands {
    margin-top: 60px;
}

hr {
    width: 100%;
    border: 1px solid #EEEEEE;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 420px) {
    .brands {
        margin-top: 30px;
    }

    hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .seller_form {
        margin: 30px 0px 30px 0px !important;
    }
}

.language{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.language__inner{
    font: bold 13px/18px Gilroy;
    background: url('../images/shape.svg?v2') 0% 0% no-repeat padding-box;
    color: #0F4C81;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    padding: 0px;
    background: #0F4C81 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer_bg {
    width: 100%;
    min-height: 90px;
    float: left;
    margin-top: 40px;
    background: #0F4C81 0% 0% no-repeat padding-box;
}

footer .logo-footer {
    margin-left: 0px;
    width: 20%;
    float: left;
}

footer  .copyright {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

footer .copyright span {
    text-align: center;
    font: 600 12px/14px Gilroy;
    color: #ffffff;
    margin-bottom: 15px;
}

footer .copyright .social-media {
    display: flex;
    justify-content: flex-end;
}

footer .copyright .social-media a:not(:last-child) {
    margin-right: 16px;
}

footer .copyright .social-media a img {
    width: 20px;
    height: 20px;
}

.footer hr {
    width: 15%;
    border: 1px solid #EEEEEE;
    margin-top: 12px;
    margin-bottom: 12px;
}

.footer .address{
    display: flex;
    justify-content: center;
}

.footer .footerText {
    width: 400px;
}

@media screen and (max-width:1440px){
    .logo__inner{
        width: 125px;
        height: 125px
    }
    .appLinks{
        margin-top: 45px
    }
}

@media screen and (max-width:1200px){
    .columns> .imagedContent:last-child {
        display: flex;
        flex-direction: column-reverse;
    }
    .columns> .imagedContent>img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1280px){
    .appLinks,.title{
        margin-top: 57.5px
    }
}
@media screen and (max-width:1194px){
    .appLinks,.title{
        margin-top: 98px
    }
    .title{
        line-height: 30px
    }
}
@media screen and (max-width:1140px){
    .appLinks,.title{
        margin-top: 84px
    }
}
@media screen and (max-width:1024px){
    .imagedContent{
        flex-direction: column
    }
    .imagedContent>div{
        width: auto;
        text-align: center
    }
    .imagedContent h3,.title{
        font: 700 32px/50px Gilroy
    }
    .theme{
        width: 90%
    }
    .language{
        margin-top: 10px;
        margin-bottom: 20px
    }
    .logo__inner{
        width: 125px;
        height: 125px
    }
    .appLinks,.title{
        margin-top: 55px
    }
}
@media screen and (max-width:834px){
    .logo__inner{
        width: 125px;
        height: 125px
    }
    .appLinks,.title{
        margin-top: 64px
    }
    .title{
        line-height: 0
    }
    .language{
        margin-top: 28px;
        margin-bottom: 20px;
        margin-right: 25px
    }
}
@media screen and (max-width:768px){
    .title{
        line-height: 50px
    }
    .descriptions{
        margin-top: 0
    }
    .appLinks,.title{
        margin-top: 36px
    }
    .appLinks img,.title img{
        width: 144px;
        height: 38px
    }
    .language{
        margin-top: 20px;
        margin-right: 36px
    }
    .logo__inner{
        width: 125px;
        height: 125px
    }
    .columns{
        margin-top: 100px
    }
}
.show-on-mobile {
    display: none;
}
@media screen and (max-width:833px){
    .hide-on-mobile{
        display: none
    }
}
@media screen and (max-width:430px){
    .show-on-mobile {
        display: initial;
    }

    .hide-on-mobile2{
        display: none
    }

    .title{
        margin-top: 30px;
        line-height: 50px;
    }
    .descriptions{
        margin-top: -5px
    }
    .appLinks{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 120px;
        padding-right: 15px
    }
    .appLinks>a:not(:last-child){
        margin-right: 0;
        margin-bottom: 15px
    }
    .appLinks>a img{
        width: auto;
        height: 36px
    }
    .logo {
        margin-top: -40px;
    }
    .logo__inner{
        width: 75px;
        height: 75px
    }
    .flex-row{
        flex-direction: column;
        margin-top: 0
    }
    .imagedContent>img{
        width: 280px;
        height: 150px;
        margin-bottom: 15px;
    }
    .imagedContent h3{
        line-height: 30px;
        margin-bottom: 15px;
    }
    .imagedContent:first-child{
        margin-top: 0
    }
    .imagedContent h3,.title{
        font: bold 22px/27px Gilroy;
    }
    .language{
        margin-top: 20px;
        margin-right: 30px;
        margin-bottom: 0
    }
    .columns{
        margin-top: 55px
    }
    .columns>div:not(:first-child){
        margin-top: 50px
    }
    .footer .address{
        padding: 0 27px;
    }
    .footer>hr {
        width: 50%;
    }
    .footerTitle{
        font: bold 18px/22px Gilroy !important;
        margin-bottom: 0!important
    }
    .footerText{
        font: 500 14px/25px Gilroy !important;
        margin-left: 4px!important
    }
    footer {
        padding: 10px 10px 0px 10px;
        margin-top: 4px;
        flex-direction: column;
        justify-content: space-between;
    }
    footer > .logo-footer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer > .copyright {
        width: auto;
        margin-bottom: 20px;
    }
    footer > .social-media {
        width: auto;
    }
}

@media screen and (min-width:425px) and (max-width: 550px){
    footer {
        margin-top: 10px;
    }
}

@media screen and (min-width: 700px)  and (max-width: 1023px){
    .copyright {
        margin-top: 15px !important;
    }
}

@media screen and (max-width:375px){
    .appLinks{
        margin-top: 57px;
        padding-right: 2%
    }
    .appLinks>a:first-child{
        margin-bottom: 15px
    }
    .appLinks a img{
        width: auto;
        height: 42px;
    }
}
@media screen and (max-width:320px){
    .appLinks{
        padding-right: 0
    }
    .appLinks a img{
        width: auto;
        height: 33px;
    }
}



.header_bg {
    width: 100%;
    height: 90px;
    float: left;
    padding: 0px;
    margin: 0px;
    background: #59cbe8;
    box-shadow: 0px 0px 10px #1226321A;
}

.header_bg .header {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.header_bg .header .logo {
    float: left;
    margin-top: 23px;
}

.header_bg .header .menu {
    float: right;
    padding: 0px;
    margin: 0px;
}

.header_bg .header .menu ul {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header_bg .header .menu ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 36px;
}

.header_bg .header .menu ul li a {
    float: left;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    text-decoration: none;
    font: normal normal 600 15px/18px Gilroy;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    opacity: 1;
}

.logo-web {
    display: block;
}

@media screen and (max-width:767px){
    .theme {
        padding-top: 0px;
    }
}

@media screen and (max-width:1023px){

    .logo-web {
        display: none;
    }

    .logo-mobile {
        display: block !important;
    }

    .header_bg {
        height: 60px;
    }

    .header_bg .header .logo {
        margin-top: 19px;
    }

    .header_bg .header .menu ul li {
        margin-top: 23px;
    }
    .header_bg .header .menu ul li a {
        font: normal normal 600 12px/14px Gilroy;
        letter-spacing: 0.19px;
    }
}


@media screen and (min-width: 1023px) {
    .brand-a {
        width: 112px;
        height: 112px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-a:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 22px #1226321A;
        border-radius: 6px;
        opacity: 1;
    }
}


/* product */

.product {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 60px;
}

.product ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product ul li {
    width: 100%;
    min-height: 25px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.product ul li.img {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    margin-bottom: 25px;
}

.product ul li p.title {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 20px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
}

.product ul li p.sub_title {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal medium 16px Gilroy;
    letter-spacing: 0px;
    color: #525252;
}

.product ul li span.price {
    width: 100%;
    float: left;
    text-align: center;
    font: normal normal 600 20px/28px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
}

.product ul li span.price_discount {
    text-decoration: line-through !important;
    font: normal normal 18px Gilroy !important;
    letter-spacing: 0px !important;
    color: #0F4C81 !important;
}

.product ul.ul_button {
    min-height: 50px;
    text-align: center;
}

.p_button {
    width: 208px;
    height: 44px  !important;
    line-height: 44px !important;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    text-align: center;
    border-radius: 6px;
    font: normal normal 600 16px Gilroy;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #0F4C81;
    border: 0px;
    text-decoration: none;
    display: inline-block;
}

.p_button:hover {
    color: #ffffff;
}

@media (max-width: 1023px) {
    .p_button {
        display: inline-block !important;
    }
}

@media (max-width: 540px) {
    .product ul li {
        min-height: 20px;
        margin-bottom: 0px;
    }

    .product ul li.img {
        margin-bottom: 15px;
    }
    .product ul li p.title {
        font: normal normal 600 14px Gilroy;
     }

    .product ul li p.sub_title {
        font: normal normal 12px Gilroy;
    }

    .product ul li span.price {
        font: normal normal 600 14px Gilroy;
    }

    .product ul li span.price_discount {
        font: normal normal 13px Gilroy !important;
    }

    .p_button {
        width: 128px;
        height: 32px !important;
        line-height: 32px !important;
        font: normal normal 600 12px Gilroy;
    }
}

@media (max-width: 1023px) {
    .p_button {
        /*
        width: 178px;
        height: 44px !important;
        line-height: 44px !important;
         */
        width: 128px;
        height: 32px !important;
        line-height: 32px !important;
        font: normal normal 600 12px Gilroy;
    }
}

.nav_bar {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.nav_bar ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nav_bar ul li {
    float: left;
    margin-right: 5px;
}

.nav_bar ul li a {
    text-decoration: none;
    text-align: left;
    font: normal normal 600 20px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
    opacity: 1;
}


.product_dettail {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}

.product_dettail ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product_dettail ul.image {
    height: 380px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    opacity: 1;
    text-align: center;
    margin-bottom: 20px;
}

.product_dettail ul.content li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.product_dettail ul.content li p.title {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 20px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
    opacity: 1;
}

.product_dettail ul.content li p.sub_title {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 16px Gilroy;
    letter-spacing: 0px;
    color: #525252;
    opacity: 1;
}

.product_dettail ul.content li p.price {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 20px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
    opacity: 1;
}

.product_dettail ul.content li span.price_discount {
    text-decoration: line-through !important;
    font: normal normal 18px Gilroy !important;
    letter-spacing: 0px !important;
    color: #0F4C81 !important;
}

.product_dettail ul.content li p.detail {
    width: 100%;
    line-height: 30px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    font: normal normal 16px Gilroy;
    letter-spacing: 0px;
    color: #525252;
    opacity: 1;
}


@media (max-width: 540px) {

    .nav_bar ul li a {
        font: normal normal 600 14px Gilroy;
    }

    .product_dettail ul.image {
        height: 166px;
    }

    .product_dettail ul.content li p.title {
        font: normal normal 600 14px Gilroy;
    }

    .product_dettail ul.content li p.sub_title {
        font: normal normal medium 12px Gilroy;
    }

    .product_dettail ul.content li p.price {
        font: normal normal 600 14px Gilroy;
    }

    .product_dettail ul.content li span.price_discount {
        font: normal normal 13px Gilroy !important;
    }

    .product_dettail ul.content li p.detail {
        font: normal normal 14px Gilroy;
    }
}


.detail_slider {
    width: 100%;
    height: 230px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
}

.detail_slider ul {
    width: 100%;
    height: 180px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    position: relative;
    list-style: none;
    background: #EFF2F8;
    border-radius: 6px;
}

.detail_slider ul li.water-bg {
    width: 118px;
    height: 142px;
    float: left;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url("/resources/p_slider/web-background-texture@2x.png") no-repeat;
    background-size: 118px 142px;
}

.detail_slider ul li.content {
    width: 400px;
    height: 180px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 50px;
    margin-right: 25px;
}

.detail_slider ul li.content p {
    width: 100%;
    line-height: 25px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 52px;
    text-align: center;
    font: normal normal 16px Gilroy;
    color: #0F4C81;
}


.detail_slider ul li.link {
    width: 310px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 70px;
    position: relative;
    z-index: 9;
}

.detail_slider ul li.link a.app_store {
    width: 152px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.detail_slider ul li.link a.app_store img {
    width: 152px;
    height: 40px;
}

.detail_slider ul li.link a.google_play {
    width: 135px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

.detail_slider ul li.link a.google_play img {
    width: 135px;
    height: 40px;
}

.detail_slider ul li.img {
    width: 150px;
    height: 230px;
    float: right;
    padding: 0px;
    margin: 0px;
    margin-top: -25px;
    margin-right: 25px;
}

.detail_slider ul li.img img {
    width: 150px;
    height: 230px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .detail_slider {
        height: auto;
        background: #EFF2F8;
        border-radius: 6px;
    }

    .detail_slider ul {
        width: auto;
        height: auto;
        margin: 25px;
        background: none;
    }

    .detail_slider ul li.content {
        width: 100% !important;
        height: auto;
        padding: 0px;
        margin: 0px;
    }

    .detail_slider ul li.content p {
        line-height: 25px !important;
        margin: 0px;
        font: normal normal 15px Gilroy;
    }

    .detail_slider ul li.link {
        width: 100%;
        height: 35px;
        margin-top: 25px;
    }

    .detail_slider ul li.link a.app_store {
        width: 132px;
        height: 35px;
    }

    .detail_slider ul li.link a.app_store img {
        width: 132px;
        height: 35px;
    }

    .detail_slider ul li.link a.google_play {
        width: 125px;
        height: 35px;
        margin: 0px;
        float: right;
    }

    .detail_slider ul li.link a.google_play img {
        width: 125px;
        height: 35px;
    }

    .detail_slider ul li.img {
        width: 100%;
        height: auto;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-top: 25px;
        text-align: center;
    }

    .detail_slider ul li.img img {
        width: 125px;
        height: auto;
    }

    .detail_slider ul li.ds_img_pc {
        display: none;
    }

    .detail_slider ul li.ds_img_mobile {
        display: block !important;
    }

    .detail_slider ul li.water-bg {
        width: 251px;
        height: 321px;
        float: left;
        display: block;
        position: absolute;
        left: -25px;
        bottom: -30px;
        background: url("/resources/p_slider/mobile-background-texture@2x.png") no-repeat;
        background-size: 251px 321px;
    }
}





.p_slider {
    width: 100%;
    height: 228px;
    float: left;
}

.p_slider .p_container {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.p_slider .text {
    width: 40%;
    position: relative;
    float: left;
    top: 20px;
    left: 60px;
    text-align: center;
    font: normal normal 600 16px Gilroy;
    color: #0F4C81;
}

.p_slider .buttons {
    display: flex;
    width: 20%;
    position: relative;
    top: 20px;
    left: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.p_slider .buttons .app_store {
    margin-right: 15px;
}

.p_slider .buttons .app_store img {
    width: 152px;
    height: 40px;
}

.p_slider .buttons .google_play img {
    width: 135px;
    height: 40px;
}

@media screen and (max-width: 1023px) {
    .p_slider ul li.buttons {
        bottom: 55px;
        right: 140px;
    }
    .p_slider ul li.buttons a.app_store {
        width: 100px;
        height: 37px;
        margin-right: 5px;

    }
    .p_slider ul li.buttons a.google_play {
        width: 80px;
        height: 37px;
    }
}

@media screen and (max-width: 911px) {
    .p_slider ul li.buttons {
        bottom: 55px;
        right: 140px;
    }
    .p_slider ul li.buttons a.app_store {
        width: 100px;
        height: 37px;
        margin-right: 5px;

    }
    .p_slider ul li.buttons a.google_play {
        width: 80px;
        height: 37px;
    }
}

@media screen and (max-width: 819px) {
    .p_slider ul li.buttons {
        bottom: 55px;
        right: 140px;
    }
    .p_slider ul li.buttons a.app_store {
        width: 100px;
        height: 37px;
        margin-right: 5px;

    }
    .p_slider ul li.buttons a.google_play {
        width: 80px;
        height: 37px;
    }
}

@media screen and (max-width: 600px) {

    .p_image {
        display: none;
    }

    .p_image_mobile {
        display: block !important;
    }

    .p_slider ul li.buttons {
        width: 100%;
        bottom: 20px;
        right: 0px;
    }
    .p_slider ul li.buttons a.app_store {
        width: 160px;
        height: 40px;
        float: left;
        margin-right: 5px;

    }
    .p_slider ul li.buttons a.google_play {
        width: 140px;
        height: 40px;
        float: right;
    }
}

.select_link {
    width: 210px;
    height: 60px;
    float: right;
    padding: 0px;
    margin: 0px;
    margin-top: -35px;
    /*
    position: absolute;
    top: -35px;
    right: 0px;
     */
    position: relative;
    border: 1px solid #0F4C81;
    border-radius: 6px;
    opacity: 1;
}

.select_link ul {
    list-style: none;
}

.select_link ul.content {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link ul.content li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link ul.content li p {
    width: 100%;
    height: 60px;
    line-height: 60px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 15px Gilroy;
    color: #0F4C81;
    cursor: pointer;
}

.select_link ul.content li p span {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url("/resources/images/ic_arrow_down.svg") no-repeat;
    background-size: 22px 22px;
}

.select_link ul.content li p span.active {
    background: url("/resources/images/ic_arrow_up.svg") no-repeat;
}

.select_link ul.menu {
    width: 100%;
    height: 120px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: -130px;
    left: 0px;
    box-shadow: 0px 6px 22px #1226321A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.select_link ul.menu li {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link ul.menu li a {
    width: 100%;
    height: 60px;
    line-height: 60px !important;
    float: left;
    padding: 0px;
    padding-left: 35px;
    margin: 0px;
    text-align: left;
    color: #525252;
    font: normal normal 600 15px Gilroy;
    text-decoration: none;
    background: #ffffff;
}

.select_link ul.menu li a.active {
    color: #0F4C81;
}

.select_link ul.menu li a span.active {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url("/resources/images/ic_arrow_success.svg") no-repeat;
    background-size: 22px 22px;
}

@media screen and (max-width: 1023px) {
    .select_link {
        width: 100px;
        height: 32px;
        margin-top: -8px;
    }

    .select_link ul.content li p {
        width: 100%;
        height: 32px;
        line-height: 32px !important;
        font: normal normal 600 11px Gilroy;
    }

    .select_link ul.content li p span {
        width: 16px !important;
        height: 16px !important;
        margin-left: 5px;
        margin-bottom: -3px;
        background: url("/resources/images/ic_arrow_down.svg") no-repeat;
        background-size: 16px 16px;
    }

    .select_link ul.content li p span.active {
        background: url("/resources/images/ic_arrow_up.svg") no-repeat;
        background-size: 16px 16px;
    }

    .select_link ul.menu {
        width: 100%;
        height: 65px;
        bottom: -70px;
        box-shadow: 0px 2px 12px #1226321A;
        border-radius: 6px;
    }

    .select_link ul.menu li {
        height: 32px;
    }

    .select_link ul.menu li a {
        width: 100%;
        height: 32px;
        line-height: 32px !important;
        padding-left: 20px;
        font: normal normal 600 11px Gilroy;
        letter-spacing: 0px;
        color: #0F4C81;
    }

    .select_link ul.menu li a span.active {
        width: 16px !important;
        height: 16px !important;
        margin-left: 5px;
        margin-bottom: -3px;
        background: url("/resources/images/ic_arrow_success.svg") no-repeat;
        background-size: 16px 16px;
    }
}


.select_link_2 {
    width: 210px;
    height: 60px;
    float: right;
    padding: 0px;
    margin: 0px;
    margin-top: -35px;
    margin-left: 20px;
    position: relative;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    opacity: 1;
}

.select_link_2 ul {
    list-style: none;
}

.select_link_2 ul.content_2 {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link_2 ul.content_2 li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link_2 ul.content_2 li p {
    width: 100%;
    height: 60px;
    line-height: 60px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 15px Gilroy;
    color: #525252;
    cursor: pointer;
}

.select_link_2 ul.content_2 li p span {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url("/resources/images/ic_arrow_down_2.png") no-repeat;
    background-size: 22px 22px;
}

.select_link_2 ul.menu_2 {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 70px;
    left: 0px;
    box-shadow: 0px 6px 22px #1226321A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.select_link_2 ul.menu_2 li {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.select_link_2 ul.menu_2 li a {
    width: 100%;
    height: 60px;
    line-height: 60px !important;
    float: left;
    padding: 0px;
    padding-left: 35px;
    margin: 0px;
    text-align: left;
    color: #A9A9A9;
    font: normal normal 600 15px Gilroy;
    text-decoration: none;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.select_link_2 ul.menu_2 li:last-child  a{
    border-bottom: none;
}

.select_link_2 ul.menu_2 li a.active_2 {
    color: #525252;
}

.select_link_2 ul.menu_2 li a span.active_2 {
    width: 22px;
    height: 22px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url("/resources/images/ic_arrow_success_2.png") no-repeat;
    background-size: 22px 22px;
}

@media screen and (max-width: 1023px) {
    .select_link_2 {
        width: 100px;
        height: 32px;
        margin-top: -8px;
        margin-left: 10px;
    }

    .select_link_2 ul.content_2 li p {
        width: 100%;
        height: 32px;
        line-height: 32px !important;
        font: normal normal 600 11px Gilroy;
    }

    .select_link_2 ul.content_2 li p span {
        width: 16px !important;
        height: 16px !important;
        margin-left: 5px;
        margin-bottom: -4px;
        background-size: 16px 16px;
    }

    .select_link_2 ul.content_2 li p span.active_2 {
        width: 16px !important;
        height: 16px !important;
        background-size: 16px 16px;
    }

    .select_link_2 ul.menu_2 {
        width: 100%;
        top: 42px;
        box-shadow: 0px 2px 12px #1226321A;
        border-radius: 6px;
    }

    .select_link_2 ul.menu_2 li {
        height: 32px;
    }

    .select_link_2 ul.menu_2 li a {
        width: 100%;
        height: 32px;
        line-height: 32px !important;
        padding-left: 20px;
        font: normal normal 600 11px Gilroy;
        letter-spacing: 0px;
    }

    .select_link_2 ul.menu_2 li a span.active_2 {
        width: 16px !important;
        height: 16px !important;
        margin-left: 5px;
        margin-bottom: -3px;
        background-size: 16px 16px;
    }
}





.not_found {
    width: 60%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not_found ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 50px 0px 50px 0px;
    list-style: none;
}

.not_found ul li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.not_found ul li p {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: normal normal 600 26px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
    opacity: 1;
}

.not_found ul li a {
    padding: 13px 25px;
    border-radius: 6px;
    color: #FFFFFF;
    background: #0F4C81;
    text-decoration: none;
    text-align: center;
    font: normal normal 600 15px Gilroy;
}


.seller_form {
    width: 100%;
    min-height: 140px;
    float: left;
    margin: 60px 0px 60px 0px;
    background: #EFF2F8;
    border-radius: 6px;
    overflow: hidden;
}

.seller_form ul {
    float: left;
    padding: 45px 45px 35px 45px;
    margin: 0px;
    list-style: none;
}

.seller_form ul li {
    height: 90px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.seller_form ul li.img {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 25px;
}


.seller_form ul li.img img {
    width: 90px;
    height: 90px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}

.seller_form ul li.content {
    width: 575px;
}

.seller_form ul li.content b {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font: normal normal bold 24px Gilroy;
    letter-spacing: 0px;
    color: #0F4C81;
}

.seller_form ul li.content p {
    width: 100%;
    line-height: 20px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    font: normal normal 16px Gilroy;
    letter-spacing: 0px;
    color: #525252;
}

.seller_form ul li.a_link {
    float: right;
}

.seller_form ul li.a_link a {
    float: left;
    margin-top: 46px;
    padding: 15px 30px;
    border-radius: 6px;
    color: #FFFFFF;
    background: #0F4C81;
    text-decoration: none;
    text-align: center;
    font: normal normal 600 15px Gilroy;
}
.sl_limk_pc { display: block; }
.sl_limk_mobile { display: none; }

.mp_gallery {
    float: left;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    gap: 20px;
    margin: 0px 0px 0px 117px;
}

.mp_gallery img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    flex: 1 1 calc(50% - 30px);
    box-sizing: border-box;
}

.mp_gallery .img_1 { max-width: 110px; height: auto; }
.mp_gallery .img_2 { max-width: 60px; height: auto; }
.mp_gallery .img_3 { max-width: 150px; height: auto; }
.mp_gallery .img_4 { max-width: 140px; height: auto; }

.mpg_contetnt {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 117px;
}

.mpg_contetnt p {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font: normal normal 16px Gilroy;
    letter-spacing: 0px;
    color: #525252;
}

@media screen and (min-width: 768px) and (max-width: 870px) {
    .mp_gallery {
        margin: 30px 0px 0px 117px;
    }
    .seller_form ul li.a_link a {
        margin-top: 51px;
    }

    .seller_form ul li.img img {
        margin-top: 40px;
    }
}

@media screen and (min-width: 820px) and (max-width: 1159px) {
    .seller_form ul li.content {
       width: calc(100% - 300px);
    }
}

@media screen and (min-width: 768px) and (max-width: 819px) {
    .seller_form ul li.content {
       width: 300px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {

    .seller_form {
       height: auto;
    }

    .seller_form ul {
       width: auto;
        padding: 45px;
    }

    .seller_form ul li {
       width: 100%;
       height: auto;
       float: left;
       padding: 0px;
       margin: 0px;
    }

    .seller_form ul li.img {
       padding: 0px;
       text-align: center;
    }

    .seller_form ul li.img img {
        margin: 0px;
        float: none;
    }

    .seller_form ul li.content {
       width: 100%;
       padding: 0px;
       margin: 0px;
    }

    .seller_form ul li.content b {
       margin-top: 25px;
       text-align: center;
       font: normal normal bold 22px Gilroy;
       letter-spacing: 0px;
       color: #0F4C81;
    }

    .seller_form ul li.content p {
       text-align: center;
       font: normal normal 16px Gilroy;
    }

    .seller_form ul li.a_link {
       width: 100%;
       float: left;
       padding: 0px;
       margin: 0px;
       text-align: center;
    }

    .seller_form ul li.a_link a {
       padding: 13px 25px;
       margin-top: 25px;
       display: inline-block;
       float: none;
       font: normal normal 600 13px Gilroy;
    }

    .sl_limk_pc { display: none; }
    .sl_limk_mobile { display: block; }

    .mp_gallery {
        gap: 10px 30px;
        justify-content: center;
        margin: 20px 0px 0px 0px;
    }

    .mp_gallery .img_1 { max-width: 75px; height: auto; }
    .mp_gallery .img_2 { max-width: 50px; height: auto; }
    .mp_gallery .img_3 { max-width: 97px; height: auto; }
    .mp_gallery .img_4 { max-width: 91px; height: auto; }

    .mpg_contetnt {
        margin: 0px;
        margin-top: 10px;
    }

    .mpg_contetnt p {
        text-align: center;
    }

}

.lang {
    width: 30px;
    height: 30px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-top: -8px;
}

.lang a {
    width: 30px;
    height: 30px;
    float: left  !important;
    padding: 0px !important;
    margin: 0px  !important;
    font: bold 13px / 18px Gilroy !important;
    color: #0F4C81 !important;
    text-align: center  !important;
    display: flex; /* Flexbox ile dikey ve yatay ortalama */
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .lang {
        margin-top: -8px;
    }
}