body {
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    color: black;
    text-decoration: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    z-index: 1;
    list-style: none;
    box-shadow: 1px 1px 5px #95999c;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.title-left {
    font-size: 36px;
    line-height: 52px;
    color: #2d3e50;
}

.description-left {
    font-size: 18px;
    color: #929aae;
}

.padd {
    padding-top: 120px;
    padding-bottom: 120px;
}
.session-header{
    margin-bottom:20px
}
.feature{
    margin:30px 0 15px 0
}
.btn-purple{
    color:#fff;
    border-color:#50b744;
    background-color:#50b744;
    font-weight:bold;
    padding:18px 22px;
}
.btn-purple:hover{
    color: #f07124;
}
.btn-clip{
    border-color:#50b744;
    color:#50b744;
    font-weight:bold;
    padding:18px 22px;
}
@media (max-width: 768px) {
    #banner{
        text-align: center;
    }
    .col-md-12{
        text-align: center;
    }
}
.before-left{
    font-size:14px;
    color:#929aae;
}
.banner-right{

}
.img1{
    max-width: 80%;
    display: block;
    height: auto;
}
.number{
    text-align:center;
    margin:15px 0
}
.number i{
    color:#6195ff;
    font-size:36px;
    margin-bottom:20px
}
.bgr{
    background-color:#f5f8fa;
}
.title{
    margin:20px 0px;
    font-size:40px;
    line-height:54px;
    padding:0 15px
}
.title-sub{
    font-size:18px;
    line-height:36px;
    color:#929aae;
    font-weight:400;
    margin-bottom:10px;

}
@media only screen and (min-width:1024px) {
    .box-tool {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.tool-content:hover{
    box-shadow:0 10px 50px -5px #95999c;
    -webkit-transform:scale(1.014);
    transform:scale(1.014);
}
#tool .tool-content {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 16px;
    box-shadow: 0 0 11px #eaf0f6;
    background-color: #fff;
}
.tool-content-title{
    margin-top:30px;
    color:#1d243e;
    font-size:24px;
    line-height:36px;
    padding:0 20px;
    display:inline-block
}
.product-content {
    padding: 0px 32px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.bgr_footer{
    /* background-color:#50b744; */
    background: rgb(240,113,36);
    background: linear-gradient(150deg, rgba(240,113,36,1) 0%, rgba(80,183,68,1) 100%);
    color: white;
}
.bgr_footer a{
    color: white;
}
.font_footer{
    font-size: 12px;
}
.nav-link:hover{
    color: #005cbf;
}
#problem-googleads-using .problem-googleads-seal-infor {
    font-weight: bold;
    font-size: 16px;
    color: #6c738d;
    margin-left: 3px;
}
#problem-googleads-using .problem-googleads-header {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}
.number{
    text-align:center;
    margin:15px 0;
}
#problem-googleads-using .benefit-content img {
    display: inline-block;
    /*height: 64px;
    width: 64px;*/
}

#problem-googleads-using .benefit-content p.benefit-content-title {
    font-size: 24px;
    line-height: 32px;
    color: #1D243E;
}
#problem-googleads-using .benefit-content span.benefit-content-con {
    color: #6c738d;
    font-size: 16px;
    line-height: 25px;
}
.cl-B9256A {
    color: #005cbf;
}

.title_header {
    border-bottom: 2px solid #ccc;
    color: #777;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.contact {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 150px;
}

.content {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    height: 200px;
    /*margin-bottom: 16px;*/
    resize: vertical;
}

input[type=text],input[type=password] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    /*margin-bottom: 16px;*/
    resize: vertical;
}

/*EXPIRE*/
.expire {
    margin-top: 100px;
    height: 500px;
}

.title_expire {
    font-weight: bold;
    font-size: xx-large;
    color: #023164;
    margin-bottom: 20px;
}

.expire_paynow {
    width: 150px;
    background-color: #023164;
    color: white;
    border-radius: 5px;
    margin-right: 180px;
}

.expire_delete {
    width: 150px;
    border-radius: 5px;
}



.adv{
    font-size: 30px;
    margin-top: 50px;
}
.text{
    color: white;
}
.bgr1{
    font-size: 20px;
    background-image: linear-gradient(#e7c3c3,maroon);
    border-radius: 10px;
    padding: 15px;
}
.bgr2{
    font-size: 35px;
    background-color: #4cae4c;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}
.flex{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.bgr_vang{
    font-size: 24px;
    background-color: orange;
    border-radius: 10px;
    padding: 15px 100px 15px 100px;
    margin-left: 10px;
}
.bgr_xanh{
    font-size: 23px;
    background-color: #2d6ca2;
    border-radius: 10px;
    flex-grow: 1;
    margin-left: 10px;
    padding: 15px;
}
.bgr_hong{
    background-color: #d9534f;
    border-radius: 10px;
    flex-grow: 1;
    margin-left: 10px;
    padding: 25px;
    height: 200px;
}
.m_2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bgr_gradient1{
    background-image: linear-gradient(#a94442, red);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.bgr_footer1{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #d9534f;
    padding: 15px;
    text-align: center;
    width: 500px;
    border-radius: 10px;
}


.bgr_footer1 a {
    color: white;
}

/*index 2*/
.bgr_gradient2{
    background-image: linear-gradient(#a94442, red);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    width: 500px;
    font-size: 20px;
}
.flex_center{
    display: flex;
    justify-content: center;
}
.m_1{
    margin-top: 10px;
    margin-bottom: 10px;
}
.m_5{
    margin-top: 50px;
    margin-bottom: 50px;
}
.bgr_duong{
    background-color: #2d6ca2;
    padding: 80px 15px 80px 15px;
    color: white;
}
.flex2{
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.flex3{
    display: flex;
    justify-content: space-around;
}
.bgr_lacay{
    background-color: greenyellow;
    padding: 80px 15px 80px 15px;
    color: white;
    margin-top: 10px;
}
.bgr_xam{
    background-color: #686868;
    padding: 80px 15px 80px 15px;
    color: white;
    margin-top: 10px;
}

.invalid-feedback {
    padding-top: 0px;
    color: #E82228;
    clear: both;
    /*margin-top: -12px;*/
}

.invalid-feedback em , .icon-error {
    display: inline-block;
    padding-right: 5px;
    width: 8px;
    height: 8px;
    background: url(../../home/img/error.png) no-repeat 0 0;
}

.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
  }

.form-group{
    margin-bottom: 15px;
}

.title_text {
    padding-left: 0px !important;
    font-weight: bold;
}

.line {
    width: 100%;
    height: 0px;
    border: 1px solid #abcacb
}

.was-validated .content:invalid {
    border-color: #dc3545 !important;
  }

.body_main{
    padding-top: 60px;
    width: 40%;
    margin:auto;
}
hr {
    margin-top: 0px !important;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*.form-group{
    display: flex;
}*/
.ungdung{
    width: 300px;
    height: 100px;
    background-color: #f07124;
    border-radius: 15px;
    padding-top: 20px;
    font-size: 23px;
    color: #fff;
}

h4 {
    padding-top: 20px !important;
}
.goi{
    /* display: flex; */
}
.register{
    margin: auto !important;
    width: 300px;
    height: 50px;
    background-color: #f07124 !important;
    color: white;
}

.card {
    margin-bottom: 20px !important;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.dangkythanhcong {
    top: 100px;
}


.register {
    margin-bottom: 50px !important;
}

.payment_method {
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 0.4em;
}
ul.bankList {
    clear: both;
    height: 202px;
    width: 636px;
}
ul.bankList li {
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 2px;
    text-align: center;
    width: 90px;
}
.list-content li {
    list-style: none outside none;
    margin: 0 0 10px;
}

.list-content li .boxContent {
    display: none;
    width: 636px;
    border: 1px solid #cccccc;
    padding: 10px;
}
.list-content li.active .boxContent {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
.list-content li .boxContent ul {
}
#nganluong {
    /* border: rgb(223, 223, 223) solid 1px; */
    /* margin-left: 20px; */
}


.upgrade {
    padding-left: -30px !important;
    padding-right: -30px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* The Modal (background) */
.modal-popup {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
  height: 500px;
}

.hds {
    font-size: 20px !important;
    color: green;
}

.expire {
    color: red !important;
}
.form-control-sm {
    font-size: 12px;
}
.btn-sm {
    font-size: 12px;
}
.sticky-footer {
    margin-top: 100px;
    margin-bottom: 0px;
}

.column_subscription {
    padding-top: 40px;
}

.column_subscription.most_popular {
    padding-top: 10px;
}

.column_subscription.most_popular .column_wrapper {
    border: 2px solid #50b744;
}

.column_subscription .column_wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 12px;
    border: solid 1px #50b744;
    border-width: var(--awb-border-top) var(--awb-border-right) var(--awb-border-bottom) var(--awb-border-left);
    border-color: #50b744;
    border-style: var(--awb-border-style);
    border-radius: var(--awb-border-radius);
    box-shadow: var(--awb-box-shadow);
    padding: var(--awb-padding-top) var(--awb-padding-right) var(--awb-padding-bottom) var(--awb-padding-left);
    overflow: var(--awb-overflow);
    min-height: 1px;
    min-width: 0;
    --awb-padding-top: 30px;
    --awb-padding-right: 20px;
    --awb-padding-bottom: 30px;
    --awb-padding-left: 20px;
    --awb-overflow: hidden;
    --awb-box-shadow: 0px 1px 1px 0px rgb(80, 163, 68);
    --awb-border-top: 1px;
    --awb-border-right: 1px;
    --awb-border-bottom: 1px;
    --awb-border-left: 1px;
    --awb-border-style: solid;
    --awb-border-radius: 12px 12px 12px 12px;
}

.column_wrapper .high_light_text p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.015em;
    color: #f07124;
    text-transform: uppercase;
}

.column_wrapper .subscript_name {
    color: #50b744;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 13px;
}

.column_wrapper .subscript_price {
    color: #040922;
    margin: 0;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

.column_wrapper .subscript_time {
    color: #425a9e;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 40px;
}

.column_wrapper .subscript_btn {
    text-transform: none;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.015em;
    font-weight: 600;
    font-style: normal;
    outline: 0;
    box-shadow: none!important;
    background: #50b744;
    color: #fff;
    padding: 10px 29px;
    border-radius: 40px;
    border: solid 1px #50b744;
    text-decoration: none;
}

.most_popular .column_wrapper .subscript_btn {
    background: #f07124;
}

.column_wrapper .subscript_text {
    color: #040922;
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 0;
}

.column_wrapper .subscript_separator {
    margin-top: 32px;
    margin-bottom: 32px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.subscript_separator .separator {
    border-top: 1px solid #d1d1d1;
}

.column_wrapper .subscript_title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #040922;
    line-height: 1.7;
    letter-spacing: 0.015em;
    font-weight: 600;
    text-transform: none;
}

.column_wrapper .subscript_feature {
    font-size: 14px;
    color: #040922;
    margin-bottom: 0;
    text-align: left;
}

.subscript_feature i {
    color: #50b744;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
}

@media (min-width: 768px) {
    
    .column_subscription {
        flex:unset;
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media (min-width: 1200px) {

    .column_subscription {
        flex:unset;
        max-width: 25%;
        flex-basis: 25%;
    }
}

  