 
.background-oil{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #AEC9F1;
}
.background-blur-1,
.background-blur-2{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-repeat:no-repeat;
    background-size: auto;
}
.background-blur-1{ 
    background-position: top center;
    background-image: url(../img/bg-gradient-blur.png);
}

.background-blur-2{ 
    background-position:bottom center; 
    background-image: url(../img/bg-gradient-blur-2.png);
    background-size: 2200px;
}
.section-oil{
    position: relative;
    z-index: 100;

    font-family: "db_heaventmed" !important;
    font-weight: normal !important;
    line-height: 1.1;
    color: #626262;

    padding-bottom: 80px;
}
.section-oil h3,
.section-oil h4,
.section-oil h6{
    font-family: "db_heaventmed" !important;
    font-weight: normal !important;
    line-height: 1;
}
.section-oil-header{
    position: relative; 
    text-align: center;
    padding:15px 20px;
}
.section-oil-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,237,237,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,237,237,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,237,237,1) 100%);
    
    opacity:0.9;
    padding: 3px;

    box-shadow: -5px -5px 250px rgba(255, 255, 255, 0.02) inset;
}
.section-oil-header:after{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 35px;

    background: linear-gradient(180deg, #FFF 35.55%, #E3E1E1 98.03%);
    backdrop-filter: blur(21px);
}

.section-oil-header > div{
    position: relative;
    z-index: 100;
}
.section-oil-header h3{
    color: #416BAE;
    font-size: 42px; 
    margin: 0;  
}
.section-oil-header h6{
    color: #626262;
    font-size: 30px; 
    margin: 0; 
}

.oil-brand-lists{
    display: flex;
    gap:0;
    padding: 0;
    margin: 0 -10px; 
    list-style-type: none;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 35px 0;
} 
.oil-brand-lists li{
    width: 10%;
    padding: 10px;
}
.card-oil{
    border-radius: 25px;
    background: var(--Linear, linear-gradient(180deg, #FFF 54.67%, #E3E1E1 91.11%));
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border: 0 !important;
    outline:none !important;

    /* height: 118px;
    width: 118px; */
    width: 100%;
    height: 120px;
    color: #626262;
}
.card-oil:hover{color: #626262;}
.card-oil p{
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.card-oil p.blue{
    color: #0088C3;
}
.card-oil .card-logo{
    height:48px;
    width: 95px;
    margin: 0 auto 8px;
}
.card-oil .card-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

@media (max-width:1439px) { 
    .oil-brand-lists{
        margin-left: -7px;
        margin-right: -7px;
    }
    .oil-brand-lists li{
        padding: 7px;
    }
    .card-oil{
        height: 112px;
        border-radius: 22px;
    }
    .card-oil .card-logo{
        height: 42px;
    }
}

@media (max-width:1280px) {
    .section-oil-header:before,
    .section-oil-header:after{
        border-radius: 30px;
    }
    .section-oil-header h3{
        font-size: 37px;
    }
    .section-oil-header h6{
        font-size: 24px;
    }
    .section-oil{padding-bottom:50px;}
    .background-blur-2{
        background-size: 1800px;
    }
}

@media (max-width:1199px) {
    .oil-brand-lists {
        justify-content: center
    }
    .oil-brand-lists li{
        width:auto;
    }
    .card-oil{
        height: 115px;
        width: 115px;
    }
}

@media (max-width:1093px) {
    .section-oil{
        padding-top:90px;
    }
    .background-blur-2{
        background-size: 1600px;
    }
}

@media (max-width:1024px) {
    .section-oil-header h3{
        font-size: 32px;
    }
    .section-oil-header h6{
        font-size: 20px;
    }

    .background-blur-1{
        background-size: 200%;
    }
}

@media (max-width:767px) {
    .section-oil{
        padding-top:110px;
    }

    .section-oil-header:before,
    .section-oil-header:after{
        border-radius:25px;
    }

    .oil-brand-lists{
        padding:25px 0;
    }
}

@media (max-width:670px) {
    .background-blur-1{
        background-size: 280%;
    }
    .section-oil{
        padding-top:95px;
    }
    .oil-brand-lists{
        margin:0 -5px;
        padding:15px 0;
    }
    .oil-brand-lists li{
        padding:  5px;
    }
    .card-oil{
        height: 100px;
        width: 100px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-oil .card-logo{
        height: 32px;
        width: 100%;
    }
    .card-oil p{
        font-size: 15px;
    }

    .section-oil-header{
        padding: 10px;
    }
    .section-oil-header h3{
        font-size:28px;
    }
    .section-oil-header h6{
        font-size:18px;
    }
    .section-oil-header:before,
    .section-oil-header:after{
        border-radius:20px;
    }
}
@media (max-width:420px) {
    .card-oil{
        height: 96px;
        width: 90px;
        border-radius: 17px;
    }
    .oil-brand-lists{
        margin:0 -10px;
    }
    .oil-brand-lists li{
        padding: 4px;
    }
    .card-oil p{line-height:0.9;}
}

.banner-ads{
    display: block;
    padding:40px 0 55px;
}

.card-oil-price-lists{
    margin-right: -20px;
    margin-left: -20px;
}
.card-oil-price-lists > div{
    padding: 0 20px;
}

.card-oil-price-lists + .banner-ads{
    margin-top: -25px;
}
.card-oil-price{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}
.card-oil-price:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    box-shadow: -5px -5px 250px rgba(255, 255, 255, 0.02) inset;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2px;
}
.card-oil-price:after{
    content: '';
    position: absolute;
    left: 3px;
    top:3px;
    bottom: 3px;
    right: 3px;
    border-radius: 50px;
    background-color: #fff;
}
.card-oil-price .card-header{
    border: 0;
    background-color: transparent;
    padding: 35px 50px;
    display: flex;
    gap: 30px;

    position: relative;
    z-index: 10;
    align-items: center;
}
.card-oil-price .card-header h4{
    font-size: 40px;
    color:#416BAE;
    margin: 0;
}
.card-oil-price .card-oil{
    width: 115px;
    height: 115px;
}
.card-oil-price .card-oil .card-logo{height:43px; }
.card-oil-price .card-body{
    padding: 0;
    position: relative;
    z-index: 10;
}

.card-oil-price table{
    width: 100%;
    border: 0;
    margin-bottom:40px;
}
.card-oil-price table td,
.card-oil-price table th{
    border: 0;
    border-top: 1px solid #AEC9F1;
}
 
.card-oil-price table th,
.card-oil-price table td{
    padding: 0.85rem;
    vertical-align: middle;
    font-weight: normal !important;
    line-height: 1;
}
.card-oil-price table th{
    padding-left:50px;
    font-size: 36px;
}
.card-oil-price table tr:hover th,
.card-oil-price table tr:hover td{
    background-color: #f7f7f7;
}
.card-oil-price table td{
    text-align: right;
    padding-right:50px;
    color: #416BAE;
    font-size: 46px;
    font-family: "db_heavent_light" !important;
}

.card-target{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
@media (max-width:1439px) {
    .card-oil-price .card-header{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .card-oil-price .card-header h4{
        font-size: 35px;
    }

    .card-oil-price table th{
        font-size: 32px;
    }
    .card-oil-price table td{
        font-size: 40px;
    }
    .card-oil-price .card-oil {
        width: 112px;
        height: 112px;
    }
}
@media (max-width:1199px) {
    .card-oil-price .card-header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-oil-price .card-header h4{
        font-size: 29px;
    }
    .card-oil-price table th{
        font-size:26px;
        padding-left: 30px;
    }
    .card-oil-price table td{
        font-size:34px;
        padding-right: 30px;
    }

    .card-oil-price:before,
    .card-oil-price:after{
        border-radius: 40px;
    }
}
@media (max-width:1093px) {
    .card-target{ top: -120px;}
}

@media (max-width:991.98px) {
    .card-oil-price-lists{
        margin: 0 -15px;
    }
    .card-oil-price-lists > div{
        padding: 0 15px;
    }
    .card-oil-price .card-header{
        gap:20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-oil-price .card-header h4{
        font-size: 26px;
    }
    .card-oil-price .card-oil .card-logo{
        height: 40px;
    }
    .card-oil-price .card-oil {
        width: 100px;
        height: 100px;
        border-radius: 20px;
    }
    .card-oil-price table th{
        font-size:24px;
        padding-left: 20px;
    }
    .card-oil-price table td{
        font-size:28px;
        padding-right: 20px;
    }

    .banner-ads{padding-bottom: 45px;}
}

@media (max-width:800px) {
    .card-oil-price table th,
    .card-oil-price table td{
        font-size: 22px;
    }
    .card-oil-price-lists{
        margin: 0 -10px;
    }
    .card-oil-price-lists > div{
        padding: 0 10px;
    }
}
@media (max-width:767px) {
    .card-oil-price{margin-bottom: 20px;}

    .card-oil-price table th{font-size: 25px;}
    .card-oil-price table td{font-size: 28px;}
}
@media (max-width:575px) {
    .banner-ads{
        padding: 25px 0;
    }
    .card-oil-price table th{font-size: 22px;}
}

/*===============================
            Tip Premium +
=================================*/

.themes-landing{
    position: relative;
    overflow: hidden;
}
.background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    pointer-events: none;
  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background.fixed{
    background-attachment: fixed;
}
.themes-landing .btn{
    --btn-h:40px;
    border-radius: 10px;
    transition: all 0.25s;
    height:var(--btn-h); 
    line-height:calc(var(--btn-h) - 2px); 
    padding: 0 20px;
    font-size: 26px;
    width: auto;
}
.themes-landing .btn-info{
    background-color: #100EA2;
    border-color: #100EA2 !important; 
    color: #fff; 
}
.themes-landing .btn-info:hover {
    color: #fff;
    background-color: #1F1FCC;
    border-color: #1F1FCC !important;
}
.btn-secondary{
    background-color: #FF0000;
    border-color: #FF0000; 
    color: #fff;
 
}
.btn-secondary:hover {
    color: #fff;
    background-color: #E80303;
    border-color: #E80303;
}

.site-tip-premium {
    font-family: "db_heaventregular";
    padding: 0;
    color: #808080;
}

.site-tip-premium .container{
    max-width: 1200px;
    position: relative;
    z-index: 10;
    padding: 0 70px;
}

.section-premium-banner{
    position: relative;
    color: #fff;
}
.section-premium-banner .background{
    background-position: top center;
}

.premium-banner-caption .model{
    display: none;
}

.premium-banner-caption {
    position: relative; 
    padding: 90px 0 55px;
    color: #fff;
    font-size:35px;
    line-height: 1.13;
    position: relative;
    z-index: 10;
}
.premium-banner-caption .inner{
    display: block;
    max-width:600px;
    
}
.premium-banner-caption h1{
    font-size:80px;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.premium-banner-caption h1,
.premium-banner-caption p{
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
}

.premium-banner-contact{
    position: relative; 
    padding:50px 0;
}

.premium-banner-contact .background{
    background-color: #100EA2;
    mix-blend-mode: multiply;
}

.section-premium-banner .model{
    position: absolute;
    bottom: -50px;
    right: -60px;
    width:600px;
}
 
.form-premium h2,
.form-premium h3{
    margin: 0;
    color:inherit;
}
.form-premium h2{
    font-size: 45px;
}
.form-premium h3{
    font-size: 40px;
    font-family: "db_heaventregular";
    font-weight: 400;
}

.form-premium .form-control{
    --input-h:50px;
    padding: 0 15px;
    border: 0;
    font-size: 24px;
    border-radius:8px;
    color: #000;
    margin: 0;
    width: 260px;

    height:var(--input-h); 
    line-height:calc(var(--input-h) - 2px); 
}
.form-premium { 
    font-size: 25px;
}
.form-premium .row > div{  
    padding: 0 15px;
}
.form-group{
    margin: 15px 0;
}
.red{
    color: #FF0000;
}

.form-check-list{
    display: flex;
    gap:30px
}
.form-check{
    display: flex;
    gap:10px;
    padding: 0;
}
.form-check-input{
    margin: 0;
    display: flex;
    position: relative;
}

.form-check-input[type=radio],
.form-check-input.radio[type=checkbox]{
    border-radius: 50%;
}
.form-check.xl .form-check-input:checked[type=radio],
.form-check.xl .form-check-input.radio:checked[type=checkbox]{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FF0000'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #fff !important; 
}
.form-check.xl input{
    width: 25px;
    height: 25px;
    margin-top: 10px;
    -webkit-appearance: none;
}

.link-red{
    color: #FF0000 !important;
    border-bottom: 1px solid #FF0000;
}
.link-red:hover{opacity: 0.7;}

@media (max-width:1280px) {
    .premium-banner-caption h1{
        font-size: 70px;
    }
    .premium-banner-caption{
        font-size:30px;
        padding-top: 70px;
    }
    .premium-banner-caption .inner{
        max-width: 500px;
    }

    .form-premium{
        font-size: 22px;
    }
    .form-premium h2{
        font-size:40px;
    }
    .form-premium h3{
        font-size:35px;
    }

    .form-check.xl input {
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }

    .themes-landing .btn{
        font-size: 24px;
    }

    .section-premium-banner .model{
        width: 550px;
    }
}

@media (max-width:1199px) {
    .background.fixed{background-attachment: scroll;}
    .site-tip-premium .container{
        padding: 0 50px;
    }
    .section-premium-banner .model{
        width: 480px;
        margin-right:30px;
    }
    .premium-banner-caption{
        padding-top: 50px;
    }
    .form-premium .form-control{
        --input-h:45px;
    }

   
}

@media (max-width:1093px) {
    .site-tip-premium{
        padding-top:65px;
    }
}
@media (max-width:1024px) {
    .premium-banner-contact .model{display: none;}
    .premium-banner-caption{
        padding:60px 0 0 0;
        position: relative;
        overflow: hidden;
    }
    .premium-banner-caption .model{
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none;
    }

    .premium-banner-caption .inner{
        position: relative;
        max-width: 700px;
        margin: 0 auto;
        padding-top: 15px;
    }
    .premium-banner-caption p br{display: none;}
    .premium-banner-caption p{
        max-width: 48%;
    }

    .premium-banner-caption .textgroup{
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width:991.98px) {
    .form-premium h2 {
        font-size:45px;
    }
    .form-premium h3{
        font-size: 35px;
        margin-bottom: 15px;
    }

    .form-premium .btn{
        margin-top:5px;
    }
}

@media (max-width:720px) {
    .premium-banner-caption{
        font-size: 25px;
    }
}
@media (max-width:670px) {
    .site-tip-premium .container {
        padding: 0 30px;
    }
    .premium-banner-caption{
        padding-top: 30px;
    }
    .premium-banner-caption h1{
        font-size: 60px;
    }

    .premium-banner-caption .btn{
        --btn-h:35px;
        padding: 0 15px;
        border-radius:8px;
    }

    
}

@media (max-width:650px) {
    .form-premium .row > div.col-left,
    .form-premium .row > div.col-right{
        width: 100%;
    }
    .form-premium .row > div.col-right .form-group:nth-child(1){
        margin-top: 0;
    }
    .form-premium .form-control{
        width: 80%;
    }
}

@media (max-width:575px) {
    .site-tip-premium .container {
        padding: 0 25px;
    }
    .premium-banner-caption .inner{
        padding-top:30px;
    }
    .premium-banner-caption h1{
        font-size: 11vw;
    }
    .premium-banner-caption{
        font-size: 5vw;
    }

    .premium-banner-caption .btn{
        font-size: 4vw;
    }
    .premium-banner-caption p{
        margin-bottom: 10px;
        max-width: 53%;
    }

    .form-premium h2 {
        font-size: 47px;
    }
    .form-premium h3{
        font-size: 40px;
        margin-bottom:5px;
    }

    .form-premium,
    .form-premium .form-control{
        font-size: 24px;
    }
}

@media (max-width:500px) {
   
    .premium-banner-caption .btn{
        --btn-h:30px;
    }

    
}

@media (max-width:420px) {
    .premium-banner-contact{
        padding:30px 0 40px;
    }
    .form-premium h2 {
        font-size: 38px;
    }
    .form-premium h3{
        font-size: 35px;
    }
    
}
@media (max-width:390px) { 
    .form-premium h2 {
        font-size:40px;
    }
    .form-premium h3{
        font-size: 34px;
    }

    .form-premium,
    .form-premium .form-control{
        font-size: 22px;
    }
}

/*===============================
    Why choose ?
=================================*/
.title-xl{
    font-size:48px;
    color:inherit;
    line-height: 1;
    margin: 0 0 15px;
}
.article{
    font-size: 22px;
    line-height: 1.25;
}
.article p{
    margin-bottom:25px;
}
.article p:last-child{
    margin-bottom: 0;
}

.article ul.list{
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap:5px
}
.article ul.list li{
    padding:0;
    margin:0;
    display: flex;
    gap:15px
}

.article ul.list li:before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E3E7FA;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center center;
    background-image: url(../img/icon-checker.svg);

    flex-shrink: 0;
    position: relative;
    top: 2px;
}
.article ul.list.style-2 li:before{
    background-color: transparent;
    background-size:13px;
}

.premium.section-whychoose{
    background-color:#100EA2 ;
    color: #fff;
    padding:60px 0;
}
.premium.section-whychoose div > .row{
    align-items: center;
}
.premium.section-whychoose div.left{
    width: 46%;
    padding-right: 30px;
}
.premium.section-whychoose div.right{
    width: 54%;
}

@media (max-width:1199px) {
    .title-xl{
        font-size:44px;
    } 
}

@media (max-width:1100px) {
    .title-xl{
        font-size:40px;
    } 
    .premium.section-whychoose div > .row{
        align-items: flex-start;
    }
    .premium.section-whychoose div.left{
        padding-right: 15px;
    }

    .premium.section-whychoose div.left,
    .premium.section-whychoose div.right{
        width:50%;
    }
}

@media (max-width:900px) {
    .title-xl{margin-bottom:18px; font-size: 40px;}
    .premium.section-whychoose{
        padding: 50px 0;
    }
    .premium.section-whychoose div.left,
    .premium.section-whychoose div.right{
        flex: 0 0 100%;
        max-width:100%;
    }

    .premium.section-whychoose .article{
        padding-top: 40px;
    }
}
@media (max-width:670px) {
   
    .premium.section-whychoose{
        padding: 40px 0;
    }

    .section-whychoose .article{
        padding-top: 30px;
    }

    .article ul.list li:before{ 
        width:18px;
        height:18px;
        background-size: 10px;
    }
}

@media (max-width:390px) {
    .title-xl{
        font-size: 36px;
    }
}

/*===============================
    Claim  
=================================*/
.premium.section-claim{
    background-color: #fff;
    padding: 60px 0;
}
.premium.section-claim .title-xl{
    color: #263A5C;
}
.premium.section-claim .article{
    color: #808080;
}
.premium.section-claim .hgroup{
    text-align: center;
    padding: 20px 0;
}

.card-claim{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card-claim h4{ 
    font-size: 30px;
    color: #263A5C;
    margin-bottom: 5px;
}
.card-claim .card-icon{
    width: 120px;
    height: 120px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}
.card-claim .card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

@media (max-width:991.98px) {
    .card-claim .card-icon{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .card-claim {
        max-width:450px;
        margin: 0 auto;
    }
    .card-claim p br{
        display: none;
    }
}
@media (max-width:670px) {
    .premium.section-claim{
        padding: 40px 0;
    }

    .card-claim .card-icon{
        width: 100px;
        height: 100px;
    }

    .card-claim h4{
        font-size: 26px;
    }
}

/*===============================
    Report Claim  
=================================*/
.section-report-claim{
    padding-bottom: 80px;
}
.report-claim-boxed{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding:40px 80px;
    color: #fff;
}
.report-claim-boxed:before,
.report-claim-boxed:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.report-claim-boxed:before{
    background-color: #FF0000;
    z-index: 2;
}
.report-claim-boxed:after{
    z-index: 3;
    background-image: url(../img/bg-1920x625.jpg);
    mix-blend-mode: multiply;
}

.report-claim-boxed .article{
    position: relative;
    z-index: 10;
}
.report-claim-boxed .title-xl{
    text-align: center;
    margin-bottom: 5px;
}

@media (max-width:670px) {
    .section-report-claim{
        padding-bottom:50px;
    }
}

/*===============================
   Promotion  
=================================*/
.premium.section-promotion{
    padding-bottom:80px;
}
.premium.section-promotion .title-xl{color:#263A5C;}

.premium.section-promotion .row{
    align-items: center;
}
.premium.section-promotion .article{
    padding-left: 25px;
}
.premium.section-promotion .img{
    width: 100%;
}
@media (max-width:991.98px) {
    .premium.section-report-claim .container{
        padding: 0;
    }

    .report-claim-boxed{
        border-radius:0; 
        padding: 50px 50px;
    }

    .report-claim-boxed:after{
        background-size: 1500px;
    }

    .report-claim-boxed .title-xl{
        margin-bottom: 10px;
    }

    .premium.section-promotion .img{
        width:78%;
        margin: 0 auto 40px;
        display:block;
    }
}

@media (max-width:670px) {
    .report-claim-boxed{ 
        padding: 50px 25px;
    }

    .premium.section-promotion .article{
        padding-left: 0;
    }

    
}
@media (max-width:575px) {
    .report-claim-boxed{ 
        padding: 40px 25px;
    }

    .premium.section-promotion .img{
        width: 95%;
    }
}

/*===============================
    highlight  
=================================*/

.premium.section-highlight {
    padding: 0 0 60px;
}
.premium.section-highlight .title-xl{
    color: #263A5C;  
}

.title-xl.stroke{
    -webkit-text-stroke: 1px #100EA3;
    -webkit-text-fill-color: #263A5C;
}
.premium.section-highlight .img{
    width: 100%;
}

@media (max-width:1199px) {
    .premium.section-highlight .img{
        max-width: 600px;
        display: block;
        margin:15px auto 50px;
    }
}
@media (max-width:991.98px) {
    .premium.section-highlight .img{
        margin:5px auto 30px;
    }
}
@media (max-width:670px) {
    .premium.section-highlight {
        padding:0 0 40px;
    }
}
@media (max-width:575px) {
    .premium.section-highlight {
        padding:0 0 15px;
    }
}

/*===============================
    Protection
=================================*/

.premium.section-protection{
    padding: 1px 0;
    margin:60px 0 100px; 
    position: relative;
}
.premium.section-protection .article{
    color: #000;
    font-size:26px;
}
.premium.section-protection .article .btn{
    font-size: inherit;
    --btn-h:45px;
    border-radius: 17px;
}
.premium.section-protection .row{
    /* align-items: center; */
    height: 400px;
    align-items: center;
}
.premium.section-protection .container{
    position: static;
}
.premium.section-protection .row > div{
    position: static;
}
.swiper-overflow.protection{
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    padding-top: 25px;
    overflow: hidden; 

    padding: 30px 0 0px 45px;
}
.swiper-overflow.protection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -100vw;
    height:240px;
    background-color: #100EA3;
}

.swiper-protection { 
}
.swiper-protection .swiper-slide{
    width: 260px;
    padding-right: 20px;
    padding-bottom: 20px;
}
 
.card-infos{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.14); 
    position: relative;
    z-index: 10;
    height: 100%;
}
 
.card-infos .card-icon{
    width: 100%;
    height: 110px;
    margin-top: 15px;
}
.card-infos .card-icon img{
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.card-infos .card-body{
    padding:10px 20px 30px;
}
.card-infos h3{
    text-align: center;
    line-height: 1;
    color: #000000;
    font-size: 26px;
    margin-bottom:8px;
}
.card-infos p{
    line-height: 1.1;
    font-size: 21px;
    margin-bottom: 0;
}

.icon-arrow-slide{
    position: absolute;
    width: 45px;
    height: 45px;
    background-image:url(../img/icon-arrow-slide.svg);
    z-index: 100;
    left: 150px;
    bottom: 0px;
}
@media (max-width:991.98px) {
    .premium.section-protection{
        margin: 0 0 50px 0;
    }
    .swiper-overflow.protection{
        position: relative;
        top: auto;
        left: auto;
        margin-top: 50px;
        margin-left: -50px;
        margin-right: -50px; 

        padding: 40px 0 0 0;
    }

    .premium.section-protection .row{
        height: auto;
    }

    .swiper-protection{ 
        padding-left: 40px;
    }

    .premium.section-protection .article{
        padding-top: 40px;
    }

    .icon-arrow-slide{left: 140px;}
}

@media (max-width:670px) {
    .premium.section-protection .article{
        width: 285px;
        margin: 0 auto;
    }

    .card-infos h3{
        font-size: 24px;
    }
}

@media (max-width:575px) {
    .swiper-overflow.protection{
        margin-left: -25px;
        margin-right: -25px;
        margin-top: 40px;
    }
    .swiper-protection{
        padding-left: 25px;
    }
    .premium.section-protection .article{
        padding-top: 30px;
    }
    .card-infos h3{
        font-size: 26px;
    }

    .icon-arrow-slide{left: 50%; margin-left: -15px;}
}
@media (max-width:450px) {
    .swiper-protection .swiper-slide{
        width: 100%;
    }

    .card-infos{
        width: 260px;
        margin: 0 auto;
    }

    .premium.section-protection .article{
        font-size: 24px;
    }
    .premium.section-protection .article{
        width: 270px;
    }
    
}


.modal{
    z-index: 1051;
}
.mm-slideout { z-index:auto;}

.modal-open .modal-protection{
    overflow-y: hidden;
}
.modal-protection .modal-dialog{
    height:100vh;
    width: 100%;
    margin: auto;
    max-width: 1000px;
    padding: 20px;
}
.modal-protection .modal-content {
    padding: 30px 80px;
    border: 0;
    border-radius: 0;
    /* border-bottom: 35px solid #1a62a7; */
    height: 100%;
    margin: auto 0;
}
.modal-protection .modal-header {
    border-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}
.modal-protection .modal-body{
    overflow: hidden;
    overflow-y: auto;
    font-family: "db_heaventregular";
    font-size: 20px;
    line-height: 1.2;
    color: #707070;
    padding: 0 20px;

}
.modal-protection .modal-title {
    margin: auto;
    width: 100%;
    color: #263A5C;;
    font-weight: 700;
    font-size: 44px; 
    line-height: 1.2;
    padding-bottom: 10px;
}
.modal-protection  .modal-title::after {
    content: "";
    display: block;
    position: relative;
    width: 50%;
    height: 3px;
    margin: 5px auto 0;
    background: #263A5C;;
}
.modal-protection .modal-body h3 { 
    color: inherit; 
    font-weight: 700;
    font-size: 22px;
}
.modal-protection .modal-content hr {
    clear: both;
    position: relative;
    display: block;
    width: 95%;
}
.modal-protection .close{
    top: -10px;
    right: -50px;
    font-size: 30px;
    
}

.modal-protection .txt-danger{
    color:#f00;
}

.modal-protection .height-auto{
    height: auto !important;
}

@media (max-width:991.98px) {
    .modal-protection .modal-title {
        font-size: 35px;
    }
    .modal-protection .modal-title::after{
        width: 400px;
    }

    .modal-protection .modal-content{
        padding: 30px 30px;
        border-bottom-width: 25px;
    }
    
}

@media (max-width:720px) {
    .modal-protection .modal-title {
        font-size:28px;
        padding-bottom: 10px;
    }
    .modal-protection .modal-title::after{
       width:90%;
       height: 2px;
       margin-top: 10px;
    }
    .modal-protection .modal-content{
        padding: 30px 20px;
        
    }
    .modal-protection .close{
        top: -10px;
        right: 20px;
        font-size: 30px;
        
    }

}
@media (max-width:575px) {
    .modal-protection .modal-content{
        padding: 30px 5px;
        border-bottom-width:15px;
    }
    .modal-protection .modal-header{
        padding-bottom: 5px;
    }
    .modal-protection .modal-body h3{
        margin-bottom: 5px;
    }
    .modal-protection .modal-title {
        font-size:24px;
    }

    .modal-protection .close{
        top: -10px;
        right: 20px;
        font-size: 30px;
       
    }
}

/*===============================
    Tip Choose  
=================================*/

.blue{color:#100E82;}
.site-tip-choose{
    padding-top: 0;
}
.premium-banner-caption.choose{
    padding:7vw 0;
}

.premium-banner-caption.choose .btn{
    margin-top: 15px;
    padding: 0 25px;
    font-size:30px;
    --btn-h:50px;
    margin-bottom: 10px;
}
 
@media (min-width:1301px) {
    .premium-banner-caption.choose .btn{
        --btn-h:55px;
        font-size:34px; 
        margin-top:20px;
        padding: 0 30px;
        padding: 0 30px; 
    }
}

@media (max-width:1024px) {
    .premium-banner-caption.choose {
        padding:10vw 0;
    }
}

@media (max-width:670px) {
    .premium-banner-caption.choose .btn{ 
        font-size:25px; 
        --btn-h:45px; 
    }

    .premium-banner-caption.choose .inner{
        padding-bottom: 20px;
    }
}
.choose .article.fs-30{font-size: 30px;}
.choose .article.fs-18{font-size: 18px;}
.choose.section-insurance{
    padding: 50px 0 30px;
}
.choose.section-insurance .article{
    text-align: center;
    color: #000000; 
    padding: 30px 0;
}

.insurance-lists{
    margin: 0 -10px;
    padding-bottom: 50px;
}
.insurance-lists > div{
    padding: 10px 10px;
}
.card-insurance{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: 0;
    padding: 20px;
    background-color: #E7E7E7; 
    height:200px;
    overflow: hidden;
    transition: all 0.25s;
}
.card-insurance h3{
    color: #100E82;
    font-size: 36px;
    font-weight: bold;
    margin-bottom:5px;
    line-height: 0.85;
    transition: all 0.25s;
}
.card-insurance p{
    margin-bottom:10px;
}
.card-insurance .card-body{
    padding: 0 10px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight:bold; 
    display: flex;
    flex-direction: column;

    width: 50%;
}
.card-insurance .card-icon{
    width:170px;
    position: absolute; 
    top: 0;
    right:30px;
    bottom: 0;
    margin:  auto 0; 
    display: flex;
}
.card-insurance .card-icon .group{
    margin: auto;
    position: relative;
}
.card-insurance .card-icon img{
    width: 100%;
    transition: all 0.4s;
    opacity: 1;
    position: relative;
}
.card-insurance .card-icon .icon-1{
    top: 0;
}
.card-insurance .card-icon .icon-2{
    position: absolute;
    top: 60px;
    right: 0; 
    opacity: 0;
}
 
.card-insurance .buttons{
    display: flex;
    margin-top: auto;
}
.card-insurance .btn, .btn.btn-xs{
    --btn-h:34px;
    font-size: 20px;
    padding:0 15px;
    margin-right: auto;
    border-radius: 8px;
}

.card-insurance:hover .card-icon .icon-2{
    opacity: 1;
    top: 0;
}
.card-insurance:hover .card-icon .icon-1{
    opacity: 0;
    top:-60px;
}
.card-insurance:hover h3{
    color:#FF443B;
}
 
@media (max-width:1199px) {
    .choose .article.fs-30{
        font-size: 26px;
    }

    .card-insurance{
        height: 190px;
    }
    .card-insurance h3{
        font-size: 35px;
    }
    .card-insurance .btn, .btn.btn-xs{
        padding: 0 12px;
        font-size: 20px;
    }
    .card-insurance .card-body{
        font-size: 22px;
    }
    .card-insurance .card-icon{
        width: 150px;
        right: 20px;
    }
}

@media (max-width:1024px) {
    .card-insurance .card-icon{
        width: 120px;
        right: 20px;
    }
}

@media (max-width:991.98px) {
    .choose.section-insurance .article{
        padding: 20px 0;
    }
    .choose .article.fs-30{
        font-size: 22px;
    }
    .card-insurance{
        min-height: 150px;
        height: 100%;
    }
    .card-insurance h3{
        font-size: 30px;
    }
    .card-insurance .card-body{
        font-size: 18px;
        padding: 0;
    }
    .card-insurance .card-icon{
        width: 100px;
    }

    .card-insurance .btn, .btn.btn-xs{
        --btn-h:30px;
        padding: 0 10px;
        border-radius: 8px;
    }
}

@media (max-width:720px) {
    .card-insurance .card-icon{
        right: 10px;
    }

    .card-insurance h3{
        font-size: 25px;
    }
}

@media (max-width:690px) {
    .insurance-lists {
        margin: 0 -5px;
        padding-bottom: 40px;
    }
    .insurance-lists > div {
        padding: 5px;
    }
}
@media (max-width:575px) {
    .choose.section-insurance{
        padding: 30px 0 0px;
    }
    .card-insurance h3{
        font-size: 28px;
    }

    .card-insurance p{
        margin-bottom:15px;
    }
}

.box-act{
    position: relative;
    background-color: #000;
    height:270px;
    display: flex;
    align-items: center;
    padding: 0 100px;
}
.box-act .background:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.box-act .img{
    height: 95%;
    margin-top: auto;
    position: relative;
    z-index: 10;
}
.box-act .textgroup{
    position: relative;
    z-index: 10;
}
.box-act h2,
.box-act h3{
    color: #fff;
    line-height:1;
    margin: 0 0 5px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
}
.box-act h2{
    font-size: 52px;
}
.box-act h3{
    font-size: 40px;
}
.box-act .buttons{
    display: flex;
    margin-top: auto;
    padding-top: 15px;
}

@media (max-width:992.98px) {
    .box-act{
        padding: 0 0 0 50px;
        height: 240px;
        margin: 0 -50px;
    }

    .box-act h2{
        font-size: 48px;
    }
    .box-act h3{
        font-size: 35px;
    }
}
@media (max-width:720px) {
    .box-act{
        padding: 0 0 0 30px; 
        height: 220px;
    }
    .box-act h3{
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .box-act{
        height: 180px;
        margin: 0 -25px;
        padding: 0 20px 0 0; 
    }
    .box-act h2{
        font-size:35px;
    }
    .box-act h3{
        font-size: 22px;
    }

    .box-act .buttons{
        padding-top:5px;
    }
}

.section-compare{
    padding: 30px 0;
}
.section-compare .title-xl{
    text-align: center;
    padding: 20px 0;
}
.table-compare {
    border: 0;
    font-size:30px;
}
.table-compare thead th{
    border: 0;
    padding:0.25rem 0.45rem;
}
.table-compare th,
.table-compare td{
    text-align: center;
    border: 0;
   
    vertical-align: middle;
}
.table-compare thead th{
    font-size:35px;
}
.table-compare tbody th{
    background-color: #C2C2C2;
    padding:0.25rem 0.45rem;
}
.table-compare tbody td{
    padding:0.15rem 0.45rem;
}
.table-compare th:first-child,
.table-compare td:first-child{
    width:35%;
}

.table-compare .circle{
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background-color: #f1f1f1;
}
.table-compare .circle.green{background-color: #39914A;}
.table-compare .circle.yellow{background-color: #D3801E;}
.table-compare .circle.red{background-color: #C91C24;}

.table-circle-color{
    display: flex;
    justify-content: center;
    gap:40px;
    flex-wrap: wrap;
    padding: 20px 0;
}
.table-circle-color .item{
    display: flex;
    gap:15px;
    align-items: center;
    color: #100E82;
    font-size: 30px;
}
.table-circle-color .circle{
    border-radius: 50%;
    width:28px;
    height:28px;
    background-color: #ccc;
    flex-shrink: 0;
}
.table-circle-color .circle.green{background-color: #39914A;}
.table-circle-color .circle.yellow{background-color: #D3801E;}
.table-circle-color .circle.red{background-color: #C91C24;}
.section-ads{
    padding-bottom: 60px;
}


@media (max-width:1280px) {
    .table-compare{
        font-size: 26px;
    }
    .table-compare thead th{
        font-size: 30px;
    }

    .table-circle-color .item{
        font-size: 26px;
    }

    .table-circle-color .circle{
        width: 22px;
        height: 22px;
    }
}

@media (max-width:1100px) {
    .table-compare{
        font-size: 24px;
    }
    .table-compare thead th{
        font-size: 26px;
    }

    .table-compare .circle{
        width: 16px;
        height: 16px;
    }
    .table-compare th:first-child, .table-compare td:first-child {
        width: 30%;
    }
    .table-circle-color .item{
        font-size: 24px;
    }

    .table-circle-color .circle{
        width: 16px;
        height: 16px;
    }
}

@media (max-width:720px) {
    .section-compare{
        padding-bottom: 10px;
    }
    .table-compare{
        font-size: 20px;
    }
    .table-compare thead th{
        font-size: 24px;
    }

    .table-circle-color .item{
        font-size: 20px;
    }

    .section-ads .row{
        margin: 0 -10px;
    }
    .section-ads .row > div{
        padding: 0 10px;
    }
}

@media (max-width:575px) {
    .section-compare .title-xl{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .table-compare .circle{
        width: 12px;
        height: 12px;
    }
    .table-compare{
        font-size: 20px;
    }
    .table-compare thead th{
        font-size: 22px;
    }
    .table-compare th:first-child, .table-compare td:first-child {
        width: 35%;
    }

    .table-circle-color .circle{
        width: 10px;
        height: 10px;
    }

    .table-circle-color{
        gap:15px;
        flex-wrap: unset;
        align-items: unset;
    }
    .table-circle-color .item{
        line-height: 1;
        gap:8px;
        margin-bottom: auto;
        font-size:16px;
    }
    .table-circle-color .item .circle{margin-bottom: auto; margin-top: 4px;}
    .section-ads{
        padding-bottom: 40px;
    }
    
    .section-ads .row{
        margin: 0 -4px;
    }
    .section-ads .row > div{
        padding: 4px;
    }
}

.choose.section-contact{
    padding: 15px 0 70px;
}
.choose.section-contact .article{
    text-align: center;
    padding-bottom: 25px;
}
.choose.section-contact .article,
.choose.section-contact .form-premium{
    max-width:850px;
    margin: 0 auto;
    display: block;
}
.form-control {transition: all 0.25s;}
.form-dark {color: #000;}
.form-dark .form-control{
    background-color: #CECECE;
    border-color: #CECECE;

}
.form-dark .form-control:focus {  
    border-color: #D6D6D6;
    background-color: #D6D6D6;
    outline: 0;
    box-shadow: none !important;
}
 
.choose.section-contact .form-premium .form-control{
    width: 100%;
}
.choose.section-contact .form-group{
    margin: 0 0 25px;
}

@media (max-width:767px) {
    .choose.section-contact .form-group{
        margin: 0 0 15px;
    }

    .choose.section-contact form .article{
        text-align: left;
        margin-top:10px;
    }

    
}
@media (max-width:420px) {
    .form-check-list{
        flex-wrap: wrap;
        gap:10px
    }
}
@media (max-width:330px) {
    .form-check-list{
        flex-wrap: wrap;
        gap:0px;
        flex-direction: column;
    }
}

