/* -------------------------------- 

Primary style

-------------------------------- */

*,
*::after,
*::before {
    box-sizing: border-box;
}

header {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    font-family: 'psl_display_pro';
    background-color: #ffffff;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    color: #5d5d5d;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}


/*-----------------------------------------------------------------------------------*/


/* Banner
/*-----------------------------------------------------------------------------------*/

.banner_shop {
    background-color: #ffffff;
    height: 100vh;
    /* margin-bottom: 100px; */
}


/*big-banner-susco-lucky-draw*/

.big-banner-susco-lucky-draw {
    background: url(../images/banner-susco-lucky-draw.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.cover-banner-susco-lucky-draw {
    text-align: center;
    padding: 0 0 0 19%;
    width: 100%;
    margin: auto;
    position: relative;
}

.rslides .cover-banner-susco-lucky-draw img {
    height: auto;
    width: auto;
    display: block;
    float: none;
    margin: auto;
}

.rslides .cover-banner-susco-lucky-draw img.show-425 {
    display: none;
}


/*End big-banner-susco-lucky-draw*/

.big-banner-susco-square {
    background: url(../images/banner-susco-square.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.cover-text-banner-susco-square {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    vertical-align: middle;
}

.cover-text-banner-susco-square .cover-logo-text {
    margin: auto;
    padding-bottom: 305px;
    padding-right: 42px;
    display: flex;
}

.cover-text-banner-susco-square .logo {
    background-color: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 25px 25px;
    border-radius: 8px;
    display: inline-flex;
    float: left;
}

.cover-text-banner-susco-square .logo img {
    width: 120px;
}

.cover-text-banner-susco-square .text {
    text-align: left;
    margin-left: 40px;
    text-shadow: 1px 1px 50px #ffffff;
}

.cover-text-banner-susco-square .text p.t1 {
    font-size: 85px;
    font-weight: bold;
    color: #272a76;
    margin-bottom: -11px;
    margin-top: 15px;
}

.cover-text-banner-susco-square .text p.t1 span {
    color: #f6bc0d;
}

.cover-text-banner-susco-square .text p.t2 {
    font-size: 48px;
    font-weight: bold;
    color: #272a76;
}

@media only screen and (max-width: 1600px) {
    .big-banner-susco-square {
        background: url(../images/banner-susco-square-2.webp);
        background-position: center top;
        background-repeat: no-repeat;
    }
    .cover-text-banner-susco-square .cover-logo-text {
        padding-right: 0px;
        position: relative;
        left: 110px;
        padding-bottom: 385px;
    }
    .cover-text-banner-susco-square .logo img {
        width: 100px;
    }
    .cover-text-banner-susco-square .text p.t1 {
        font-size: 75px;
        margin-bottom: -10px;
        margin-top: 10px;
    }
    .cover-text-banner-susco-square .text p.t2 {
        font-size: 44px;
    }
    .cover-text-banner-susco-square .text {
        margin-left: 25px;
    }
    .cover-text-banner-susco-square .logo {
        padding: 23px 23px;
    }
}

@media only screen and (max-width: 1400px) {
    .cover-text-banner-susco-square .logo img {
        width: 80px;
    }
    .cover-text-banner-susco-square .text p.t1 {
        margin-top: 3px;
    }
    .cover-text-banner-susco-square .cover-logo-text {
        left: 110px;
        padding-bottom: 330px;
    }
}

@media only screen and (max-width: 991px) {
    .big-banner-susco-square {
        background: url(../images/banner-susco-square-3.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cover-text-banner-susco-square .logo img {
        width: auto;
        height: 80px;
    }
    .cover-text-banner-susco-square .cover-logo-text {
        margin: 50px 0px 0 50px;
        padding-bottom: 0;
        position: static;
    }
    .cover-text-banner-susco-square {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .cover-text-banner-susco-square .logo img {
        width: auto;
        height: 70px;
    }
    .cover-text-banner-susco-square .cover-logo-text {
        display: block;
    }
    .cover-text-banner-susco-square .logo {
        padding: 20px;
    }
    .cover-text-banner-susco-square .text {
        margin-left: 135px;
    }
    .cover-text-banner-susco-square .text p.t1 {
        margin-top: 0px;
        margin-bottom: -5px;
        font-size: 65px;
    }
    .cover-text-banner-susco-square .text p.t2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .cover-text-banner-susco-square .cover-logo-text {
        margin: 45px 0px 0 45px;
    }
    .cover-text-banner-susco-square .logo img {
        height: 60px;
    }
    .cover-text-banner-susco-square .logo {
        padding: 15px;
    }
    .cover-text-banner-susco-square .text p.t1 {
        font-size: 55px;
    }
    .cover-text-banner-susco-square .text p.t2 {
        font-size: 34px;
    }
    .cover-text-banner-susco-square .text {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 425px) {
    .cover-text-banner-susco-square .logo {
        float: unset;
        float: none;
    }
    .cover-text-banner-susco-square .cover-logo-text {
        margin: 40px auto 0 auto;
    }
    .cover-text-banner-susco-square .text {
        text-align: center;
        margin-left: 0;
    }
    .cover-text-banner-susco-square .logo img {
        height: 55px;
    }
    .cover-text-banner-susco-square .text p.t1 {
        font-size: 50px;
        margin-top: 5px;
    }
    .cover-text-banner-susco-square .text p.t2 {
        font-size: 26px;
    }
    .cover-text-banner-susco-square .logo {
        padding: 10px;
    }
    .big-banner-susco-square {
        background: url(../images/banner-susco-square-4.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.big-banner-susco-add-line {
    background: url(../images/banner-susco-add-line.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;
}
.big-banner-susco-fuel-your-day {
  background: url(../images/banner-susco-fuel-your-day.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 670px;
  margin-top: 139px;
  /*margin-bottom: 30px;*/
}

.big-banner {
    background: url(../images/banner/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.big-banner-2 {
    background: url(../images/banner-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.big-banner-3 {
    background: url(../images/susco-fuel-banner.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.big-banner-4 {
    background: url(../images/susco-fuel-banner-4.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.big-banner-new {
    background: url(../images/big-banner-new.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin-top: 139px;
    /*margin-bottom: 30px;*/
}

.cover-text-banner-2 {
    color: #ffdc00;
    text-align: center;
    font-weight: bold;
    text-shadow: -1px 5px 5px #2929297a;
    padding: 130px 0 0px 0%;
}

.cover-text-banner-2 .text-1 {
    font-size: 85px;
}

.cover-text-banner-2 .text-1 span {
    color: #ffffff;
}

.cover-text-banner-2 .text-2 {
    font-size: 75px;
    line-height: 0.7;
}

.cover-text-banner-2 .text-2 span {
    color: #ffffff;
}

.cover-text-banner-2 .text-2 span span.t1 {
    font-size: 100px;
}

@media only screen and (max-width: 1880px) {
    /*big-banner-susco-lucky-draw*/
    .big-banner-susco-lucky-draw {
        margin-bottom: 0;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 1530px) {
    /*big-banner-susco-lucky-draw*/
    .cover-banner-susco-lucky-draw {
        text-align: center;
        padding: 0 0 0 19%;
    }
    .rslides .cover-banner-susco-lucky-draw img {
        width: 800px;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 1400px) {
    /*big-banner-susco-lucky-draw*/
    .cover-banner-susco-lucky-draw {
        text-align: center;
        padding: 0 0 0 21%;
    }
    .rslides .cover-banner-susco-lucky-draw img {
        width: 720px;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 1290px) {
    .cover-text-banner-2 .text-1 {
        font-size: 77px;
    }
    .cover-text-banner-2 .text-2 {
        font-size: 67px;
        line-height: 0.7;
    }
    .cover-text-banner-2 .text-2 span span.t1 {
        font-size: 92px;
    }
}

@media only screen and (max-width: 1199px) {
    /*big-banner-susco-lucky-draw*/
    .rslides .cover-banner-susco-lucky-draw img {
        width: 700px;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 991px) {
    /*big-banner-susco-lucky-draw*/
    .big-banner-susco-lucky-draw {
        height: 500px;
    }
    .cover-banner-susco-lucky-draw {
        padding: 0 0 0 0;
    }
    .rslides .cover-banner-susco-lucky-draw img {
        width: 580px;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 767px) {
    /*big-banner-susco-lucky-draw*/
    .rslides .cover-banner-susco-lucky-draw img {
        width: 540px;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 545px) {
    /*big-banner-susco-lucky-draw*/
    .rslides .cover-banner-susco-lucky-draw img {
        width: 100%;
    }
    /*End big-banner-susco-lucky-draw*/
}

@media only screen and (max-width: 425px) {
    /*big-banner-susco-lucky-draw*/
    .big-banner-susco-lucky-draw {
        height: 400px;
    }
    .rslides .cover-banner-susco-lucky-draw img.hide-425 {
        display: none;
    }
    .rslides .cover-banner-susco-lucky-draw img.show-425 {
        display: block;
    }
    .cover-banner-susco-lucky-draw {
        padding: 0 10px 0 10px;
    }
    /*End big-banner-susco-lucky-draw*/
}


/*-----------------*/


/* gas-price
/*-----------------*/

.gas-price {
    position: absolute;
    top: 164px;
    left: 5%;
    height: 0%;
    width: 0%;
    border-radius: 15px;
    background: rgba(61, 64, 73, 0.79);
    font-weight: bold;
    color: #ffffff;
    padding: 20px 20px 13px 20px;
    z-index: 2;
}

.a {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 352px;
    height: auto;
    transition: width 0.5s;
}

.gas-price .head {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}

.gas-price .date {
    font-size: 24px;
    text-align: center;
    color: #ffe81f;
}

.gas-price .gas-category {
    float: left;
    font-size: 1.5rem;
    margin-left: 10px;
}

.gas-price .price {
    float: right;
    font-size: 1.5rem;
    margin-right: 10px;
}

.gas-price .gas {
    display: flow-root;
    font-size: 26px;
    color: #ffffff;
    padding: 5px 0px 0 0px;
}

.gas-price .gas.blur {
    background: rgba(31, 31, 31, 0.25);
    padding: 3px 40px 3px 15px;
    margin: 6px 0px;
}

.gas-price .gas.blur img {
    width: 97px;
    margin-top: 6px;
    margin-bottom: -4px;
}

.gas-price .gas.blur.refuel-special-1 img {
    width: 118px;
}

.gas-price .gas.blur.refuel-special-2 img {
    width: 65px;
    margin-left: 5px;
}

.gas-price .gas .p1 {
    float: left;
}

.gas-price .gas .p2 {
    float: right;
    margin-top: 7px;
    color: #ffe81f;
    font-size: 28px;
}

.gas-price .last-text {
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    font-weight: normal;
    padding-top: 8px;
}

.gas-price .gas.refuel-special-2 .p2 {
    margin-top: 8px;
}


/*.price-up {
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #38ec3c;
  border-left: 7px solid transparent;
  float: right;
  position: relative;
  top: 7px;
  margin: 0 5px 0 8px;
}
.price-down {
  width: 0px;
  height: 0px;
  border-top: 9px solid #ec3838;
  border-right: 7px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  float: right;
  position: relative;
  top: 7px;
  margin: 0 5px 0 8px;
}*/


/*-----------------*/


/* susco_smart_member
/*-----------------*/

.susco_smart_member {
    position: fixed;
    top: 145px;
    z-index: 5;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bt-susco_smart_member {
    background-color: #165ea1;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 15px;
    padding: 15px 15px 15px 20px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.43137254901960786);
    line-height: 1;
}

.bt-susco_smart_member a {
    padding: 0 0;
}

.bt-susco_smart_member .text-1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    font-family: "psl_display_pro";
}

.bt-susco_smart_member img {
    margin: -7px 0 -12px 0px;
    line-height: 1;
}

.bt-susco_smart_member .text-2 {
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    font-family: "psl_display_pro";
}

.bt-line_fb_youtube {
    background-color: rgba(61, 64, 73, 0.79);
    text-align: center;
    color: #ffffff;
    padding: 20px 0px 15px 0px;
    border-bottom-left-radius: 15px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.43137254901960786);
    line-height: 1;
}

.bt-line_fb_youtube div img {
    width: 55px;
    margin-bottom: 3px;
}

#slideout {
    right: 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 3;
}

#slideout_tab {
    position: relative;
    top: 342px;
    width: 30px;
    padding: 25px 11px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.43137254901960786);
    background-color: rgb(8 48 84);
    z-index: -1;
}

#slideout-bt {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid white;
}

#showblock:checked+#slideout {
    right: -130px;
}


/*  #showblock:checked + #slideout-bt {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    border-left: 10px solid transparent
  }*/

#showblock {
    display: none;
}

.bt-susco_smart_club {
    background-color: #083054;
    text-align: center;
    color: #ffffff;
    padding: 17px 10px 15px 15px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.43137254901960786);
    line-height: 1;
}

.bt-susco_smart_club a {
    padding: 0 0;
}

.bt-susco_smart_club .text-1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.bt-susco_smart_club img {
    margin: -5px 0 -7px 0px;
    line-height: 1;
}

.bt-susco_smart_club .text-2 {
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    font-family: "psl_display_pro";
}


/* responsives */

@media only screen and (max-width: 1880px) {
    /*Banner*/
    .banner_shop {
        height: auto;
    }
    .big-banner-susco-fuel-your-day {
        margin-bottom: 0;
    }
    .big-banner {
        margin-bottom: 0;
    }
    .big-banner-2 {
        margin-bottom: 0;
    }
    .big-banner-new {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1799px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-1800.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-bottom: 30px;*/
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-1800-4.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-bottom: 30px;*/
    }
}

@media only screen and (max-width: 1700px) {
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-2.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* @media only screen and (max-width: 1599px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-1200.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-1200-4.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
} */

@media only screen and (max-width: 1540px) {
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-3.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 1399px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-1400.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-1400-4.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 1370px) {
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-4.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1270px) {
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-5.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1199px) {
    /*gas-price*/
    .a {
        width: 290px;
    }
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-1200.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-bottom: 30px;*/
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-1200-4.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-bottom: 30px;*/
    }
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-6.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1080px) {
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-7.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 991px) {
    /*Banner*/
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-8.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }
    .big-banner {
        height: 500px;
    }
    .big-banner-2 {
        height: 500px;
    }
    .big-banner-3 {
        height: 500px;
    }
    .big-banner-4 {
        height: 500px;
    }
    .big-banner-new {
        height: 500px;
        background: url(../images/big-banner-new-2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*susco_smart_member*/
    .bt-susco_smart_member {
        padding: 15px 8px 15px 14px;
    }
    .bt-susco_smart_member .text-1 {
        font-size: 21px;
    }
    .bt-susco_smart_member img {
        width: 70px;
    }
    .bt-susco_smart_member .text-2 {
        font-size: 19px;
    }
    .bt-line_fb_youtube div img {
        width: 45px;
    }
    #slideout_tab {
        top: 295px;
        padding: 20px 11px;
    }
    #slideout {
        right: -105px;
    }
    #showblock:checked+#slideout {
        right: 0px;
    }
    .susco_smart_member {
        top: 90px;
    }
    .bt-susco_smart_club img {
        width: 75px;
    }
    .bt-susco_smart_club .text-2 {
        font-size: 19px;
    }
    /*gas-price*/
    .a {
        width: auto;
    }
    .gas-price {
        position: static;
        border-radius: 0;
        padding: 30px 12%;
    }
}

@media only screen and (max-width: 767px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-767.webp);
        height: 500px;
        background-position: center;
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-767-4.webp);
        height: 500px;
        background-position: center;
    }
    #cover-shop-in-susco {
        margin-bottom: 20px;
    }
    .Shop-in-susco p {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .big-banner {
        background: url(../images/banner/banner-mobile.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 767px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-676.webp);
        height: 500px;
        background-position: center;
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-676-4.webp);
        height: 500px;
        background-position: center;
    }
}

@media only screen and (max-width: 575px) {
    .big-banner-3 {
        background: url(../images/susco-fuel-banner-575.webp);
        height: 500px;
        background-position: center;
        background-size: cover;
    }
    .big-banner-4 {
        background: url(../images/susco-fuel-banner-575-4.webp);
        height: 500px;
        background-position: center;
    }
}

@media only screen and (max-width: 615px) {
    /*Banner*/
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-9.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 425px) {
    /*gas-price*/
    .gas-price .gas {
        font-size: 22px;
    }
    .gas-price .head {
        font-size: 26px;
    }
    .gas-price .date {
        font-size: 20px;
    }
    .bt-susco_smart_member .text-1 {
        font-size: 19px;
    }
    .bt-susco_smart_member img {
        width: 65px;
    }
    .bt-susco_smart_club .text-2 {
        font-size: 18px;
    }
    .bt-susco_smart_club img {
        width: 70px;
    }
    .bt-line_fb_youtube div img {
        width: 40px;
    }
    #slideout_tab {
        top: 282px;
    }
    /*Banner*/
    .big-banner-susco-fuel-your-day {
        background: url(../images/banner-susco-fuel-your-day-10.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .big-banner-new {
        background: url(../images/big-banner-new-3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 375px) {
    .big-banner-new {
        background: url(../images/big-banner-new-4.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* banner */

@media only screen and (max-width: 1280px) {
    .cover-text-banner-2 {
        padding: 130px 0 0px 20%;
    }
}

@media only screen and (max-width: 991px) {
    .cover-text-banner-2 {
        padding: 90px 0 0px 0%;
    }
}

@media only screen and (max-width: 620px) {
    .cover-text-banner-2 .text-1 {
        font-size: 12.3vw;
    }
    .cover-text-banner-2 .text-2 {
        font-size: 10.6vw;
    }
    .cover-text-banner-2 .text-2 span span.t1 {
        font-size: 14vw;
    }
}

@media only screen and (max-width: 425px) {
    .big-banner-susco-square {
        height: 400px;
    }
    .big-banner-susco-fuel-your-day {
        height: 400px;
    }
    .big-banner {
        height: 400px;
    }
    .big-banner-2 {
        height: 400px;
    }
    .big-banner-new {
        height: 400px;
    }
}


/* height */

@media (max-height: 850px) {
    .susco_smart_member {
        top: 85px;
    }
}


/*-----------------------------------------------------------------------------------*/


/* Shop in Susco
/*-----------------------------------------------------------------------------------*/

.owl-carousel .owl-item .item.Shop img {
    width: auto;
    margin: 0 auto 0 auto;
}

#cover-shop-in-susco {
    margin-top: 15px;
    margin-bottom: 30px;
}

.Shop-in-susco p {
    border-left: 3px solid #ebe001;
    padding: 0px 0px 38px 25px;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.9;
}


/*.owl-carousel.Shop {
  pointer-events: none;
}*/


/* responsives */

@media only screen and (max-width: 1199px) {
    .owl-carousel.Shop {
        pointer-events: auto;
    }
}

@media only screen and (max-width: 991px) {
    #cover-shop-in-susco {
        margin-top: 55px;
        margin-bottom: 40px;
    }
    .Shop-in-susco p {
        padding: 0px 0px 38px 15px;
        /*font-size: 27px;*/
    }
}


/*-----------------------------------------------------------------------------------*/


/* index-about
/*-----------------------------------------------------------------------------------*/

.index-about {
    background: url(../images/bg-index-about.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 535px;
    overflow: hidden;
    position: relative;
}

.cover-about {
    padding: 85px 0px 85px 70px;
}

.index-about .head {
    border-left: 3px solid #0079c1;
    padding: 0 0px 50px 30px;
}

.index-about .head p {
    font-size: 52px;
    color: #0079c2;
    font-weight: bold;
}

.index-about .head.en p {
    font-size: 45px;
}

.index-about .content {
    padding: 0 32.5% 10px 35px;
    margin: -30px 0 0px 0;
}

.index-about .content.en {
    padding: 0 25% 10px 35px;
}

.readMore-about {
    padding: 0 0px 5px 35px;
}

.readMore-about p a {
    color: #7d7d7d;
}

.readMore-about p img {
    margin: 0 0 1px 5px;
}

.label-susco {
    position: absolute;
    right: 22%;
    top: 30px;
}

@media only screen and (max-width: 1380px) {
    .label-susco {
        right: 19%;
    }
}

@media only screen and (max-width: 1199px) {
    .label-susco {
        position: relative;
        right: 50%;
        left: 20%;
        margin: -50px 0 -40px 0;
    }
    .index-about {
        height: auto;
        background-size: auto;
    }
    .cover-about {
        padding: 75px 0px 0px 0px;
    }
    .index-about .content {
        padding: 0 0.5% 10px 35px;
        margin: -40px 0 0px 0;
    }
    .index-about .content.en {
        padding: 0 0.5% 10px 35px;
    }
}


/*@media only screen and (max-width: 991px) {

}*/

@media only screen and (max-width: 425px) {
    .label-susco {
        left: 5%;
        margin: -50px 0 -80px 0;
    }
    .index-about .head p {
        font-size: 40px;
    }
    .index-about .head.en p {
        font-size: 38px;
    }
}


/*-----------------------------------------------------------------------------------*/


/* Big-Refuel
/*-----------------------------------------------------------------------------------*/

.big-Refuel {
    background: url(../images/bg-index-refuel.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 509px;
}

.big-Refuel .head {
    padding-top: 130px;
}

.big-Refuel .head p {
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}

.big-Refuel .head p span {
    color: #0079c2;
}

.symbol-gas {
    text-align: center;
    padding: 45px 0 0px 0;
}

.symbol-gas img {
    width: 110px;
}

#myTab {
    text-align: center;
    margin: auto;
    width: 52%;
}

.tab__map__help-search #myTab .nav-item a.nav-link {
    font-size: 42px;
    padding: 0 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tab__map__help-search #myTab .nav-item a.nav-link:hover {
    color: #808080;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tab__map__help-search #myTab .nav-item a.nav-link.active {
    border-bottom: 7px solid #e8dc01;
}

.tab__map__help-search #myTab .nav-item a.nav-link.active:hover {
    color: #0079c2 !important;
}

.tab__map__help-search {
    padding-top: 84px;
}

@media only screen and (max-width: 1199px) {
    #myTab {
        width: 62%;
    }
    .symbol-gas img {
        width: 95px;
    }
    .tab__map__help-search {
        padding-top: 91px;
    }
}

@media only screen and (max-width: 991px) {
    .big-Refuel {
        height: auto;
    }
    #myTab {
        width: 84%;
    }
    .big-Refuel .head p {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #myTab {
        width: 100%;
    }
    #myTab .nav-item {
        width: 100%;
        margin: 0 0 15px 0px;
    }
    .big-Refuel .head {
        padding-top: 100px;
    }
    .tab__map__help-search {
        padding-top: 52px;
    }
}

@media only screen and (max-width: 375px) {
    .big-Refuel .head p {
        font-size: 46px;
    }
    .tab__map__help-search #myTab .nav-item a.nav-link {
        font-size: 35px;
    }
}


/*-----------------------------------------------------------------------------------
/* Map & search-service-type
/*-----------------------------------------------------------------------------------*/

.search-service-type {
    height: 572px;
    background: #ffffff;
    overflow: hidden;
}

.search-service-type span.date {
    padding: 5px 0px 15px 0px;
    text-align: left;
    color: #535258;
    pointer-events: none;
    font-weight: normal;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}


/*-----------------------------------------------------------------------------------*/


/* Promotion
/*-----------------------------------------------------------------------------------*/


/*head*/

.cover-promotion {
    padding: 110px 0 0 0;
}

.cover-promotion .head {
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 25px 0;
    padding: 0 0 65px 0;
}

.cover-promotion .head .text-left {
    float: left;
}

.cover-promotion .head .text-right {
    float: right;
    margin-top: 9px;
}

.cover-promotion .head .text-left p {
    font-size: 40px;
}

.cover-promotion .head .text-left p span {
    color: #0072be;
}

.cover-promotion .head .text-right a p {
    font-size: 26px;
    color: #0079c2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cover-promotion .head .text-right a p:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cover-promotion .head .text-right a p img {
    padding: 0 0 0 10px;
}

.cover-promotion .head .line {
    height: 4px;
    width: 110px;
    background: #0072be;
    position: relative;
    top: 66px;
}


/*content*/

.cover-promotion .content .item-promotion .img img {
    width: 100%;
}

.cover-promotion .content .item-promotion {
    border: 1px solid #d5d5d5;
    margin: 0 0 20px 0;
}

.cover-promotion .content .item-promotion .info p {
    font-size: 32px;
    line-height: 1.2;
    color: #353535;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 80px;
    padding-top: 5px;
    text-align: center;
}

.cover-promotion .content .item-promotion .info {
    padding: 20px 30px 40px 30px;
}

.cover-promotion .content .item-promotion .info .dateTime {
    font-size: 22px;
    color: #626262;
    padding-top: 30px;
}

.cover-promotion .content .item-promotion .info .date {
    float: left;
}

.cover-promotion .content .item-promotion .info .time {
    float: right;
}

@media only screen and (max-width: 991px) {
    .cover-promotion .content .item-promotion .info {
        padding: 10px 20px 35px 20px;
    }
    .cover-promotion .content .item-promotion .info .dateTime {
        padding-top: 20px;
    }
    .cover-promotion .content .item-promotion .info p {
        font-size: 26px;
        height: 63px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cover-promotion .content .item-promotion .info p {
        font-size: 24px;
        height: 60px;
    }
    .cover-promotion .head .text-left p {
        font-size: 35px;
    }
    .cover-promotion {
        padding: 80px 0 0 0;
    }
}


/*-----------------------------------------------------------------------------------*/


/* News
/*-----------------------------------------------------------------------------------*/


/*head*/

.cover-news {
    padding: 50px 0 110px 0;
}

.cover-news .head {
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 25px 0;
    padding: 0 0 65px 0;
}

.cover-news .head .text-left {
    float: left;
}

.cover-news .head .text-right {
    float: right;
    margin-top: 9px;
}

.cover-news .head .text-left p {
    font-size: 40px;
}

.cover-news .head .text-left p span {
    color: #0072be;
}

.cover-news .head .text-right a p {
    font-size: 26px;
    color: #0079c2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cover-news .head .text-right a p:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cover-news .head .text-right a p img {
    padding: 0 0 0 10px;
}

.cover-news .head .line {
    height: 4px;
    width: 110px;
    background: #0072be;
    position: relative;
    top: 66px;
}


/*Big news*/

.cover-news .content .item-news .img img {
    width: 100%;
}

.cover-news .content .item-news {
    border: 1px solid #d5d5d5;
    margin: 0 0 20px 0;
}

.cover-news .content .item-news .img {
    overflow: hidden;
    height: 356px;
}

.cover-news .content .item-news .info p {
    font-size: 32px;
    font-weight: bold;
    /*line-height: 1.13;*/
    /*color: #353535;*/
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 63px;
}

.cover-news .content .item-news .info p:hover {
    color: #808080;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cover-news .content .item-news .info {
    padding: 10px 30px 37px 30px;
}

.cover-news .content .item-news .info .dateTime {
    font-size: 22px;
    color: #626262;
    padding-top: 84px;
}

.cover-news .content .item-news .info .date {
    float: left;
}

.cover-news .content .item-news .info .time {
    float: right;
}


/*sub news*/

.cover-news .content .item-news-sub {
    border: 1px solid #d5d5d5;
    margin: 0 0 20px 0;
}

.cover-news .content .item-news-sub .img {
    overflow: hidden;
    height: 171px;
}

.cover-news .content .item-news-sub .info p {
    font-size: 22px;
    font-weight: bold;
    /* line-height: 1.13; */
    /* color: #353535; */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 47px;
}

.cover-news .content .item-news-sub .img img {
    width: 100%;
}

.cover-news .content .item-news-sub .info .dateTime {
    font-size: 22px;
    color: #626262;
    padding-top: 5px;
}

.cover-news .content .item-news-sub .info .date {
    float: left;
}

.cover-news .content .item-news-sub .info .time {
    float: right;
}

.cover-news .content .item-news-sub .info {
    padding: 5px 15px 36px 15px;
}

@media only screen and (max-width: 991px) {
    .cover-news .content .item-news-sub .info {
        padding: 10px 20px 35px 20px;
    }
    .cover-news .content .item-news-sub .info .dateTime {
        padding-top: 20px;
    }
    .cover-news .content .item-news-sub .info p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .cover-news .head .text-left p {
        font-size: 35px;
    }
    .cover-news .content .item-news .info p {
        font-size: 28px;
        height: 60px;
    }
    .cover-news .content .item-news .info .dateTime {
        padding-top: 45px;
    }
    .cover-news {
        padding: 40px 0 80px 0;
    }
}

@media only screen and (max-width: 575px) {
    .cover-news .content .item-news .info p {
        font-size: 24px;
    }
    .cover-news .content .item-news .info {
        padding: 10px 20px 35px 20px;
    }
    .cover-news .content .item-news .info .dateTime {
        padding-top: 20px;
    }
}


/*-----------------------------------------------------------------------------------*/


/* Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    background-color: #353840;
    color: #b2b2b2;
    padding: 60px 0 0px 0;
}

.footer-1 {
    text-align: left;
    margin-top: 28px;
}

.footer-1 p {
    padding: 10px 0 0 0;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.footer .sub p {
    margin: 0 0 5px 0;
}

.footer .sub p a {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 8px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer .sub p a:hover {
    color: #b7b7b7;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer .sub ul {
    list-style: disc;
    padding: 0 0px 10px 30px;
}

.footer .sub ul li {
    margin: 0 0 0px 0;
    line-height: 1.1;
}

.footer .sub ul li a {
    color: #b2b2b2;
    font-size: 23.5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer .sub ul li a:hover {
    color: #848484;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer-2 {
    padding-left: 30px;
    padding-top: 20px;
}

.footer-3 {
    padding-left: 30px;
    padding-top: 20px;
}

.footer-4 {
    padding-left: 30px;
    padding-top: 20px;
}

.footer-4 p {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0 15px 0;
}

.footer-4 div {
    font-size: 23px;
    padding: 0px 0 10px 0;
}

.footer-4 ul {
    padding: 0px 0 15px 0;
}

.footer-4 ul li {
    font-size: 23px;
}

.footer-4 .map {
    color: #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer-4 .map:hover {
    color: #848484;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.copyright {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    height: 50px;
    background-color: #2d3038;
    margin: 60px 0 0 0;
    padding: 15px;
}

@media only screen and (max-width: 1199px) {
    .footer-1 {
        margin-bottom: 25px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .footer-2 {
        padding-left: 25%;
    }
    .footer-3 {
        padding-left: 25%;
    }
    .footer-4 {
        padding-left: 15%;
    }
}

@media only screen and (max-width: 575px) {
    .footer-4 {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 375px) {
    .copyright {
        height: 60px;
    }
}


/*-----------------------------------------------------------------------------------*/


/* Cookie */


/*-----------------------------------------------------------------------------------*/

.cover-cookie-card {
    background-color: rgb(255 255 255);
    border-color: rgb(8 48 84);
    color: rgb(0, 0, 0);
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
    margin: 0.8em;
    padding: 0.8em;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: 'psl_display_pro';
    font-weight: normal;
    line-height: 29px !important;
    font-size: 25px;
    color: #31383e;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease 0s;
    z-index: 9999;
}

.cookie-card-pic {
    width: 110px;
    height: auto;
}

.cover-cookie-card span.t1 {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1.5;
    margin-left: 15px;
}

.cover-cookie-card span.t1 a {
    color: #165ea0;
    transition: 0.25s;
}

.cover-cookie-card span.t1 a:hover {
    color: #9c9c9c;
    transition: 0.25s;
}

.bt-accept-cookie a.accept {
    font-family: 'psl_display_pro';
    font-weight: normal;
    line-height: 29px !important;
    font-size: 25px;
    color: #ffffff;
    background-color: #165ea0;
    padding: 5.5px 50px;
    height: 45px;
    margin-right: 20px;
    transition: 0.25s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bt-accept-cookie a.accept:hover {
    background-color: #07447d;
    transition: 0.25s;
}

.bt-accept-cookie a.accept:active,
.bt-accept-cookie a.accept:focus {
    outline: none;
    border: none;
}


/* cookies policy */

.a-cookies-policy {
    color: #45906b;
    transition: 0.25s;
}

.a-cookies-policy:hover {
    color: #9c9c9c;
    transition: 0.25s;
}

@media (max-width: 767px) {
    .cover-cookie-card {
        display: block;
    }
    .cover-cookie-card span.t1 {
        display: inline-block;
        flex: 1 1 auto;
        margin-right: 1em;
        max-width: 62%;
        line-height: 1.5;
        margin-left: 0px;
        float: left;
        font-size: 15px;
    }
    .cookie-card-pic {
        width: 110px;
        height: auto;
        display: block;
    }
    .cookie-card-pic {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 545px) {
    .cover-cookie-card span.t1 {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 426px) {
    .cover-cookie-card {
        padding: 0.2em 0.8em 1em 0.8em;
    }
    .cookie-card-pic {
        margin: auto;
    }
    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0px;
        padding: 3px 15px 3px 15px;
    }
    .bt-accept-cookie {
        text-align: center;
    }
    .bt-accept-cookie a.accept {
        margin-right: 0px;
    }
}