/* Custom Stylesheet */
@import url(https://fonts.googleapis.com/css?family=Schoolbell);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,700,900,700italic,300);

/*body {*/
/*font-size: 14px;*/
/*color: #4A4A4A;*/
/*text-align: center;*/
/*}*/

h1 {
    font-size: 36px;
}

li {
    list-style: none;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    line-height: 20px;
    font-weight: 300;
}

i.left {
    margin-right: 5px;
}

a {
    color: #004E9C;
    font-weight: 400;
    cursor: pointer;
}

a:hover {
    /*color: #004E9C;*/
}

a.btn:hover {
    color: #fff;
}

img {
    max-width: 100%;
}

/* navigation */

.button-collapse {
    color: #004E9C;
}

.right-top-navMenu li a {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}

.right-top-navMenu li a:hover {
    /*color: #004E9C;*/
}

.spec-menu {
    background-color: #39B54A;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.spec-menu a {
    color: #fff;
}

.spec-menu a:hover {
    background-color: transparent;
    color: #fff;
}

.spec-menu a i {
    line-height: 40px;
}

/* mobile menu*/

.side-nav li {
    padding: 0 10px;
    line-height: 15px;
    height: 40px;
    margin: 5px 5px;
}

.side-nav a {
    line-height: 3;
}

.side-nav .mobile-spec-menu {
    margin: 15px 40px;
}

.search-card {
    height: 100%;
}

.search-card .input-field input[type=search] {
    line-height: 40px;
}

/* change time color */
.time-of-day {
    line-height: 40px;
}

.morning {
    color: #39B54A;
}

.daylight {
    color: #ffffff;
}

.evening {
    color: #9B9B9B;
}

.twilight-bg {
    color: #FFDB84;
}

/* input*/
input:not([type]), input[type=text],
input[type=password], input[type=email],
input[type=url], input[type=time],
input[type=date],
input[type=datetime-local], input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    height: 4.5rem;
    /* height: 4.5rem; */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
    border-radius: 0;
    outline: 0;
    /* height: 2.1rem; */
    width: 94%;
    /*padding-left: 15px;*/
    /* font-size: 1rem; */
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

.form-control {
    display: block;
    width: 98%;
    padding: .5rem .75rem;
    height:48px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

}

.input-field label {
    left: 0;
    font-weight: 300;
}

.input-field input[type=search] {
    font-size: 13px;
    font-weight: 300;
    padding-left: 2rem;
    width: calc(100% - 2rem);
    color: #4A4A4A;
    height: 35px;
}

.input-field input[type=search] + label {
    left: 0.5rem;
    top: -1px;
}

nav .input-field label.active i {
    color: #9B9B9B;
}

.input-field .prefix {
    font-size: 1.5rem;
    color: #9B9B9B;
    line-height: 2;
}

.form-info {
    padding-bottom: 20px;
    font-weight: bold;
}

.form-info p {
    line-height: 1;
}

.form-info-title {
    font-weight: 500;
    color: #004E9C;
    padding: 10px 0;
}

.cart-form-info h2, .cart-form-info h3 {
    font-weight: 300;
}

.cart-form-product-info {
    font-weight: normal;
    color: #004E9C;
}

.highlight-info {
    font-weight: 500;
    color: #000;
}

.contact-info p {
    line-height: 1.5;
    margin: 0;
}

.input-field .prefix.active {
    color: #004E9C;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #004E9C;
    box-shadow: 0 1px 0 0 #004E9C;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #004E9C;
}

.contact-form .input-field i {
    line-height: 2;
}

/* multiple page form*/
legend {
    font-weight: 300;
    font-size: 24px;
    color: #4a4a4a;
    padding-top: 24px;
}

fieldset {
    padding-top: 20px;
    border: none;
}

.multipage_nav {
    border-top: 1px solid #CCC;
    padding: 4px 6px;
}

.multipage_nav .multipage_next {
    float: right;
    margin-top: 5px;
}

.multipage_nav .multipage_back {
    float: left;
}

.multipage_nav .multipage_back i {
    font-size: 18px;
}

.back-to-edit {
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
}

.multipage_nav .multipage_state {
    display: block;
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #9B9B9B;
    padding-top: 10px;
}

.multipage fieldset {
    border: 0px;
    padding: 24px;
    margin: 0px;
}

div.clearer {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

ul.multipage_tabs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

ul.multipage_tabs li {
    display: block;
    float: left;
    margin-right: 20px;
}

ul.multipage_tabs li a {
    display: block;
    padding: 10px;
}

ul.multipage_tabs li.active {
    background: #CCC;
}

.input-field div.error {
    color: #f00;
}

/* selector*/
.prefix-select .select-wrapper {
    margin-left: 45px;
}

.dropdown-content li > span {
    color: #004E9C;
}

/* search form*/
.search-form {
    height: 34px;
    margin-top: 3px;
    position: absolute;
    background-color: #EEEEEE;
    margin-left: 470px;
    max-width: 310px;
    width: calc(100% - 45%);
}

/* registration form*/
.register-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

.register {
    /*margin-top: 105px;*/
    /*margin-bottom: 52px;*/
}

.bottom-button {
    margin-left: 165px;
}

/*sub-nav*/

.sticky-head-title img {
    width: 20px;
    height: auto;
    padding-top: 14px;
}

.sticky-head-title h3 {
    font-weight: 300;
    display: inline;
    padding-left: 10px;
    vertical-align: 7px;
}

.active-subMenu {
    padding-top: 6px;
}

.active-subMenu a:hover {
    color: #fff;
}

.feature-block {
    padding-top: 30px;
}

.feat-scroll-stop {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}

/* side bar*/
.collection.with-header .collection-header {
    padding: 20px;
    background: #e0e0e0;
}

.collection-header .sidebar-head {
    margin: 0;
    color: #004E9C;
    text-transform: uppercase;
}

.collection.with-header .collection-item {
    padding-left: 20px;
}

.collection .collection-item.active {
    color: #000;
    background-color: transparent;
}

.collection a.collection-item {
    color: #9B9B9B;
}

/*table*/
table p {
    line-height: 15px;
}

.gic-table tr td {
    min-width: 50px;
    width: 100px;
}

/*page*/

.page-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}

.collection {
    margin: 0;
}

.collection-item a {
    color: #4a4a4a;
}

.collection-item a:hover {
    color: #004E9C;
}

.card-panel {
    margin: 0;
}

.gic-breadcrumb {
    padding: 0 0 20px 10px !important;
}

.breadcrumb:before {
    color: #4a4a4a;
    font-size: 20px;
    vertical-align: middle;
}

.breadcrumb:last-child {
    color: #4a4a4a;
}

.gic-breadcrumb a {
    color: #004E9C;
    font-size: 12px;
    font-weight: 300;
}

.social-share {
    padding-top: 20px;
}

.recaptcha {
    position: relative;
    padding-bottom: 10px;
}

.article-content img {
    width: 100%;
}

.article-block {
    padding-right: 0;
}

.article-block .collection {
    border: none;
}

.article-block .collection .collection-item a .article-block-title {
    margin-top: 5px;
}

.pagination {
    padding-top: 20px;
}

.pagination li.active {
    background-color: #004e9c;
}

.right-subMenu {
    margin: 30px 0;
}

/* index */
.index-feed-wrapper {
    margin: 40px 0;
}

.index-news-collection {
    margin-top: 10px;
}

.index-card-header {
    padding: 20px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.index-card-header .index-card-title {
    text-transform: uppercase;
    margin: 0;
    color: #004E9C;
}

.testimonial-section {
    margin-top: 80px;
    background-color: #F3F3F3;
    border-top: 1px solid #D0D0D0;
}

.testimonial-section .row {
    margin: 0;
}

.slider .slides {
    background-color: transparent;
}

.slider .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 0 12px;
}

.slider .indicators .indicator-item.active {
    background-color: #FF1E27;
}

.testimonial-slider .slides {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonial-slider .slides li img {
    height: 120px;
    width: 120px;
    border: 5px solid #39B54A;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-top: 160px;
}

.testimonial-quote {
    margin: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}

.testimonial-author {
    color: #FF1E27;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.testimonial-author-title {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonial-slider .indicators {
    bottom: 40px;
    z-index: 10;
}

/*home slider*/
.gic-caption {
    background-color: rgba(225, 225, 225, .9);
    border: 5px solid #004E9C;
    padding: 0 20px 20px;
    bottom: 40px;
    width: 70%;
    left: 150px;
}

.caption-title {
    font-weight: 500;
    line-height: 30px;
    color: #4a4a4a;
}

.caption-description {
    line-height: 25px;
    color: #4a4a4a;
}

/*content */
.card .card-image img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.index-card {
    height: 560px !important;
}

.card.large {
    height: 520px;
}

.card.large .card-image {
    max-height: 50%;
}

.card.large .card-content {
    max-height: 70%;
}

.card .card-action {
    border: none;
    padding-top: 10px;
}

.card .card-content .card-title {
    font-weight: 400;
    line-height: 30px;
}

.card-title {
    color: #004E9C;
}

.card .card-content {
    padding-top: 10px;
}

.card-content .price {
    font-size: 18px;
}

.published-at {
    font-size: 11px;
}

.published-at i.material-icons {
    font-size: 14px;
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.content-head h1 {
    font-size: 24px;
    color: #004E9C;
    text-transform: uppercase;
    margin: 0;
}

.article-block-title {
    margin-top: 10px;
}

.article-description p {
    font-weight: 400;
}

.ads img {
    width: 100%;
    height: auto;
}

.media-caption {
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}

/*product*/
.feature-image {
    margin-bottom: 40px;
}

.product-feat-description {
    padding-bottom: 30px;
}

.product-feat-description p {
    margin: 0;
    font-weight: 400;
}

.product-feat-title {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

.product-cate-subNav {
    height: 100px;
}

.product-cate-subMenu {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 90px;
    width: auto;
}

.product-cate-subMenu a {
    font-weight: 300;
    font-size: 13px;
    color: #9b9b9b;
    padding: 12px 30px;
    display: inline-block;
}

.product-cate-subMenu a:hover {
    color: #004E9C;
}

.product-cate-subMenu a img {
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
}

/* compare product */
.tb-title {
    font-size: 18px;
}

.compare-table img {
    width: 100%;
    max-height: 50%;
    overflow: hidden;
}

.compare-table th {
    text-align: center;
}

.compare-table td {
    width: 25%;
    text-align: center;
}

.compare-table .tb-feat {
    text-align: justify;
}

.compare-table i.yes {
    font-size: 36px;
    color: #39B54A;
}

.compare-table i.no {
    font-size: 36px;
    color: #FF1E27;
}

.hidden-content {
    display: none;
}

.readmore-trigger {
    display: inline;
}

.readmore-trigger-close {
    display: none;
}

/* cart */
.cart-block .row {
    margin-bottom: 0;
}

.cart-breadcrumb {
    width: 100%;
    height: 42px;
    list-style: none;
    margin-bottom: 0;
}

.cart-breadcrumb li {
    display: block;
    float: left;
    background: #D6D6D6;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 33px;
    position: relative;
    color: #808080;
    cursor: default;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
}

.cart-breadcrumb li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 20px solid transparent;
    border-color: #D6D6D6;
    border-left-color: transparent;
}

.cart-breadcrumb li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -40px;
    border: 20px solid transparent;
    border-left-color: #D6D6D6;
}

.cart-breadcrumb .step-active:before {
    border-color: #004E9C;
    border-left-color: transparent;
}

.cart-breadcrumb .step-active:after {
    border-left-color: #004E9C;
}

.cart-breadcrumb li:first-of-type:before {
    display: none;
}

.cart-breadcrumb li a {
    color: #808080;
    padding-left: 15px;
}

.cart-breadcrumb li.step-active {
    background-color: #004E9C;
}

.cart-breadcrumb li.step-active a {
    color: #fff;
}

.cart-back-btn {
    height: 35px;
    width: auto;
    padding: 5px;
}

.cart-back-btn i {
    padding-right: 5px;
}

.cart-back-btn .cart-back-btn-label {
    position: relative;
    top: -7px;
}

.step-active .step-sign {
    background-color: #FF1E27;
}

.step-sign {
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #9B9B9B;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    color: #fff;
}

.step-active .step-sign {
    background-color: #FF1E27;
}

.row.cart-table {
    margin-bottom: 0;
}

.cart-column-title {
    margin-top: 0;
    font-size: 16px;
}

.cart-item-action a {
    height: 30px;
    padding: 0 1rem;
    line-height: 15px;
    text-transform: none;
}

.cart-block {
    margin: 30px 0;
}

.cart-price {
    float: right;
    color: #4a4a4a;
}

.total-price {
    color: #FF1E27;
    float: right;
    font-weight: 400;
}

.cart-info-legend {
    padding-top: 0;
}

.checkout-info-block {
    padding: 20px 0 0;
}

/* invoice*/
.invoice-info {
    padding-top: 20px;
}

.invoice-footer {
    padding: 20px 0;
}

.invoice-btn-group > a {
    margin: 10px;
}

.invoice-sum {
    width: 300px;
}

/* my GIC */
.account-info {
    font-weight: 500;
    color: #000;
    width: 70%;
    float: right;
}

.insurance-info-group {
    padding: 20px 0;
}

.insurance-info-title {
    color: #004E9C;
    text-transform: uppercase;
    font-weight: 300;
}

/*modal*/

.modal.form-modal {
    height: 84%;
    top: 6% !important;
}

.modal.form-modal .material-icons {
    line-height: 2;
}

.modal-content {
    color: #4a4a4a;
    font-weight: 300;
}

.lean-overlay {
    background: #fff;
    opacity: 0.8 !important;
}

/* divider */
.h-divider {
    border-top: 1px solid rgba(34, 36, 38, .15);
}

.v-divider {
    content: "";
    display: inline-block;
    width: 0px;
    height: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #D0D0D0;
    position: relative;
    top: 5px
}

.register-divider {
    height: 20px;
    padding: 0;
    margin: 7px 10px;
}

/* button */
.btn {
    padding: 0 1rem;
}

.btn i {
    line-height: 30px;
}

.add-cart-btn {
    background-color: #39B54A;
}

.add-cart-btn:hover {
    background-color: #39B54A;
}

nav .add-cart-btn i {
    line-height: 30px;
    padding-right: 2px;
}

.cart-btn {
    width: 100%;
    margin-top: 20px;
}

/* badge */
span.badge {
    font-size: 12px;
    color: #fff;
    background-color: #FF0000;
    padding: 2px 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*rating */
.rate {
    padding: 30px 0;
}

.rate h5 {
    font-weight: 600;
}

.star-rate {
    color: #F5A623;
}

/*error*/
.error-page {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.error-page h1 {
    font-size: 62px;
    color: #004E9C;
}

/*blank-page*/
.content-only {
    margin-left: 25%;
}

/*media query*/
@media only screen and (min-width: 993px) {
    .form-modal {
        width: 40%;
    }

    .not-show-on-desktop {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .top-navbarMenu i.material-icons {
        display: none;
    }

    .top-navbarMenu a {
        font-size: 9px;
    }
}

@media only screen and (max-width: 540px) {
    .top-navbarMenu a {
        font-size: 9px;
    }

    .testimonial-quote {
        font-size: 14px;
    }

    .sticky-head-title h3 {
        font-size: 15px;
    }

    .active-subMenu .btn {
        font-size: 12px;
        padding: 0 1rem;
    }

    .caption-title {
        font-size: 14px;
        margin: 10px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .right-subMenu {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 765px) {
    .cart-breadcrumb li:before {
        display: none;
    }

    .caption-description {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .search-form {
        max-width: 250px;
        margin-left: 450px;
    }
}

@media only screen and (max-width: 1360px) {
    .gic-weblink {
        display: none;
    }
}

@media only screen and (max-width: 1170px) {
    .search-form {
        max-width: 150px !important;
    }

}

@media only screen and (max-width: 992px) {
    nav a.button-collapse i {
        line-height: 40px;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

/*footer*/

.web-credit, .web-credit a {
    font-size: 10px;
    line-height: 0;
}

.footer-terms ul {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-terms li {
    display: inline;
    padding: 10px;
}

.benefit .content {
    float: left !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* width: 50%; */
    height: 291px;
    padding: 12px 32px;
    background-color: #222A3A !important;
}

.main-content {
    margin: 60px 0;
}

.benefit {
    margin-top: 44px;
}

.content .description {
    color: #ffffff;
    line-height: 23px;
    text-align: left;
}

#page_home .header {
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-image: url(../assets/images/icons/vinid-icon-title-lower.png);*/
    text-align: center;

}

.register h1 {
    color: #003e91;
    font-weight: 600;
    /*text-align: right;*/
}
.register .text-center{
    color: #323336;
    font-weight: 600;
    text-align: center;
}

.home .title {
    color: #ffffff !important;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 12px 0 9px;
    /* margin-bottom: 24px; */
}

.home {
    background-color: #EAECEF !important;
}

.page_home_handcard {

    padding-top: 9px;
    background-repeat: no-repeat;

    background-position: bottom center;
    /* padding-top: 100px; */
    /* padding-left: 32px; */

}

.page_home_handcard .title {
    color: #003e91 !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 30px;
    display: block;
    text-decoration: none;
    /*padding: 32px 0 24px;*/
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: bottom center;

}

.page_home_handcard .content li {

    font-size: 15px;
    list-style: none;
    line-height: 36px;
}

/*.button {*/
/*color: #FFF !important;*/
/*!* margin: 10px 20px; *!*/
/*width: 39%;*/
/*margin-left: 30px;*/
/*text-transform: uppercase;*/
/*font-weight: 600 !important;*/
/*font-family: Lato-Bold, sans-serif;*/
/*text-decoration: none;*/
/*text-align: center;*/
/*display: inline-block;*/
/*!* height: 48px; *!*/
/*line-height: 52px;*/
/*font-size: 16px;*/
/*!* padding: 60px 36px; *!*/
/*border-radius: 24px;*/
/*background-color: #003e91;*/
/*margin-top: 24px;*/
/*}*/

.button-dealer {
    color: #FFF !important;
    /* margin: 10px 20px; */
    width: 39%;
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: Lato-Bold, sans-serif;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    /* height: 48px; */
    line-height: 52px;
    font-size: 16px;
    /* padding: 60px 36px; */
    border-radius: 24px;

    background-color: #910000 !important;
    margin-top: 24px;
}

.page_home_handcard .content {
    padding-top: 60px;
    text-align: left;
}

.fa {
    font-size: 1.5em;
    /*color: white;*/
}

/*HEAD MENu*/

.callButtonsWapper {
    background: #ffffff;
    padding: 20px 50px;
    display: none;
}

.callButtonsWapper a {
    display: block;
    width: 100%;
    background-color: #769d29;
    color: #fff;
    border: 0;
    border-radius: 2px;
    font-weight: 600;
    padding: 10px;
    font-family: "Roboto";
    margin-bottom: 10px;
    font-size: .8em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-align: left;
}

.callButtonsWapper a img {
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
}

.btn-desc {
    display: inline-block;
    vertical-align: middle;
}

.callButtonsWapper a:last-child {
    margin-bottom: 0;
}

#dvYouiContactNumber .btn {
    color: #003e91;
    background-color: #fff;
    width: 118px;
    border-radius: 26px;
    font-weight: 700;
    letter-spacing: .02em;
    padding-left: 7px;
    text-transform: uppercase;
}

#dvYouiContactNumber .btn img {
    padding: 0 5px 0 0;
}

.nav-wrapper {
    position: relative;
    background-color: #003e91;
    z-index: 100;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}

#cd-logo img {
    display: block;
    width: auto;
    height: 70px;
    margin-right: 28px;
}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }

    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: block;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    max-width: 100vw;
    background: #003e91;
    z-index: 1030;
    -webkit-transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: 0.4s;
}

header.is-fixed {
    position: fixed;
}

@media only screen and (min-width: 768px) {
    header {
        height: 91px;
    }
}

#cd-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

#cd-logo img {
    display: block;
    width: auto;
    height: 70px;
    margin-right: 28px;
}

img.ci {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1180px) {
    img.ci {
        width: 350px;
    }
}

@media only screen and (min-width: 768px) {
    .phone-purple {
        width: 40px;
        height: 40px;
        margin-top: 2px;
    }
}

@media only screen and (min-width: 768px) {
    #cd-logo {
        margin: 10px 0 11px 20px;
    }

    .start-quote-wrapper {
        display: none;
    }
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 967px) {
    img.ci {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    #dvYouiContactNumber {
        display: none;
    }
}
@media only screen and (max-width: 416px) {
    #dvYouiContactNumber {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #cd-lateral-nav {
        left: 0 !important;
        right: auto;
        top: 50px;
    }

    #cd-logo img {
        margin: -1px auto 0 auto;
        width: 68%;
        height: auto;
    }

    #cd-logo {
        width: 100%;
    }

    #cd-top-nav {
        right: 0;
        min-width: unset;
    }

    #cd-top-nav .phone-number {
        display: none;
    }

    #cd-top-nav .phone-button a {
        padding: 0;
    }

    .phone-purple {
        /*width: 120px;*/
        /*height: 50px;*/
        /*background-color: #ffffff;*/
        /*opacity: 1;*/
        /*display: inline-block !important;*/
        /*margin: -19px;*/
        /*margin-right: -49px;*/


        /*Mới*/
        width: 71px;
        height: 51px;
        background-color: #ffffff;
        opacity: 1;
        display: inline-block !important;
        margin: 0px;
        margin-right: -16px;



    }
}

#cd-top-nav ul {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.slider-button {
    text-shadow: none;
    box-shadow: none !important;
    padding: 14px 25px 13px;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 960px) {
    .slider-button {
        padding: 14px 18px 13px;
    }
}

header .slider-button {
    font-size: 12px;
}

@media (max-width: 1200px) {
    .callbutton {
        margin-left: 5px;
    }
}

#cd-menu-trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #003e91;
    font-weight: 300;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 65%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        background-color: #ffffff !important;
    }
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        width: 110px;
        padding-left: 1.25em;
        text-align: left;
    }

    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 92px;
    }

    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #cd-lateral-nav {
        top: 90px;
    }
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1030;
    width: 290px;
    background-color: #222;
    overflow-y: auto;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all;
    display: none;
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
    padding: 0;
    border: 0;
}

#cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
}

#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 20px;
    color: #fff;
    font-weight: 300;
}

#cd-lateral-nav a.current {
    background-color: rgba(255, 255, 255, 0.075);
    color: #fff;
}

#cd-logo img.logo-png {
    display: none;
}

.modalBackground {
    background-color: #767676;
    opacity: .8;
    filter: alpha(opacity=80);
}

@media only screen and (max-width: 767px) {
    .Modal {
        width: auto;
        min-width: 280px;
    }
}

.ModalHeader {
    background-color: #000;
    height: 78px;
    position: relative;
}

.ModalHeader a.Close {
    position: absolute;
    top: 30px;
    right: 20px;
}

.ModalHeader a.Close DIV {
    background-position: 0 -339px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

.ModalHeader a:Hover.Close DIV {
    background-position: -16px -339px;
}

.ModalHeader h1 {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    margin-left: 20px;
    margin-top: 26px;
}

.ModalContainer {
    padding: 5px 18px 15px;
    background-color: #fff;
}

.ModalFieldDivider {
    height: 20px;
}

.ModalFieldset_Repeat {
    margin: 20px 10px 0;
}

.ModalDescription {
    color: #168474;
    margin: 0 0 20px;
}

.ModalFieldset_Repeat .Label {
    float: left;
    width: 40%;
    margin-bottom: 5px;
    padding-top: 8px;
}

.ModalFieldset_Repeat input {
    width: 48%;
    padding: 17px 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

@media only screen and (max-device-width: 1024px) {
    .ModalFieldset_Repeat input {
        width: 46%;
    }
}

@media only screen and (max-width: 767px) {
    .ModalFieldset_Repeat input {
        width: auto;
        padding: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    #dvCallUsModal .container {
        width: 300px;
    }

    #dvCallUsModal .container .close {
        right: 10px;
        margin-top: -35px;
    }
}

#dvCallUsModal .header {
    width: 300px;
    height: 100px;
}

#dvCallUsModal .container {
    width: 395px;
    text-align: center;
    vertical-align: middle;
    height: 500px;
    color: #fff;
    margin-top: 250px;
    position: relative;
}

#dvCallUsModal .container #dvNoNumber {
    padding: 10px 10px 20px 10px;
    font-size: 18px;
}

#dvCallUsModal .container #dvCallUsNumber {
    font-size: 50px;
    font-weight: bold;
}

#dvCallUsModal .container .calluson {
    font-style: italic;
}

#dvCallUsModal .container .close {
    float: none !important;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: normal;
    font-size: 35px;
    margin-top: -10px;
}

#dvCallUsModal .container .or {
    padding: 10px 0 10px 0;
}

#dvCallUsModal .container .or .ortext {
    padding: 5px 0 0 0;
    font-size: 14px;
}

#dvCallUsModal .container .or hr {
    margin-left: auto;
    margin-right: auto;
    width: 42%;
    margin-top: 9px;
}

#dvCallUsModal .container .or .left {
    float: left;
}

#dvCallUsModal .container .or .right {
    float: right;
}

#dvCallUsModal .container .road-side-number {
    padding: 15px 0 0 0;
}

.callbutton {
    position: relative;
    top: 0;
    line-height: 1em;
}

.callbutton {
    position: absolute;
    right: 0;
    /*top: 8px;*/
    color: #fff;
    font-weight: bold;
    line-height: 90px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.callbutton .btn {
    line-height: 2.4em;
    border-radius: 2px !important;
    margin-top: 3px;
    border: 0;
    font-size: 12px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    z-index: -4;
    opacity: .9 !important;
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.no-touch #cd-lateral-nav a:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
        margin: 25px 0 52px;
        text-align: left;
    }
}

#cd-lateral-nav.lateral-menu-is-open {
    left: 300px;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    display: block;
}

#cd-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1em;
}

#cd-lateral-nav .primary-nav > a {
    font-size: 1.15em;
    text-align: left;
}

.item-product {
    font-weight: 300;
    font-size: 1.35em;
    text-transform: uppercase;
}

.cd-single-item-wrapper.sub-navigation .item-has-children > a {
    font-size: 1em !important;
}

#cd-lateral-nav .item-has-children {
    position: relative;
}

#cd-lateral-nav.lateral-menu-is-open {
    top: 90px;
}

#cd-lateral-nav.lateral-menu-is-open {
    left: 300px;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    display: block;
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1030;
    width: 290px;
    background-color: #222;
    overflow-y: auto;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all;
    display: none;
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
    padding: 0;
    border: 0;
}

#cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
}

#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 20px;
    color: #fff;
    font-weight: 300;
}

#cd-lateral-nav a.current {
    background-color: rgba(255, 255, 255, 0.075);
    color: #fff;
}

#cd-lateral-nav ul li ul li a {
    color: rgba(255, 255, 255, 0.5);
}

#cd-lateral-nav ul li ul li a:hover {
    color: rgba(255, 255, 255, 0.85);
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}


.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

/*.owl-carousel .owl-wrapper-outer {*/
/*overflow: hidden;*/
/*position: relative;*/
/*width: 100%;*/
/*}*/

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.darkgrey {
    background-color: #363636;
    color: #fff;
    padding-bottom: 20px;
}

.darkgrey .owl-controls {
    margin-top: 20px;
}


.darkgrey .owl-item h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin: 20px 0 10px 0;
    color: #003E92 !important;
    text-transform: uppercase;
    max-width: 100% !important;
}

@media (max-width: 670px) {
    .darkgrey .owl-item h2 {
        font-size: 14px !important;
    }
}

.car .darkgrey .owl-item h2 {
    color: #d05128 !important;
}

.home .darkgrey .owl-item h2 {
    color: #af4c45 !important;
}

.watercraft .darkgrey .owl-item h2 {
    color: #3089bf !important;
}

.business .darkgrey .owl-item h2 {
    color: #d67e27 !important;
}

.motorcycle .darkgrey .owl-item h2 {
    color: #9e795f !important;
}

.trailer .darkgrey .owl-item h2 {
    color: #35a294 !important;
}

.offwhite .darkgrey {
    background-color: transparent;
}

.darkgrey .slider-button {
    background-color: #646464 !important;
    box-shadow: 0 2px 0 rgba(100, 100, 100, 0.39) !important;
    color: #fff;
    display: inline-block;
    margin: 7px 0 40px;
    padding: 10px 15px 7px;
    font-size: 12px;
    height: auto;
}

.darkgrey .slider-button:hover {
    background-color: #545454 !important;
}

.darkgrey h1 {
    font-size: 46px;
    color: #fff !important;
    font-weight: bold !important;
    text-align: left;
    margin: 40px 0 10px;
    letter-spacing: -0.03em;
}

.darkgrey h1.prod-int-title {
    line-height: 50px;
    color: #fff;
    padding-bottom: 40px;
    font-size: 38px;
}

@media (max-width: 670px) {
    .darkgrey h1 {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 30px;
    }
}

.darkgrey h1 a {
    color: #fff;
}

.offwhite .darkgrey h1 a {
    color: #545454;
}

.darkgrey h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 40px 0 10px;
    line-height: 35px;
    letter-spacing: -0.03em;
}

.offwhite .darkgrey h2 {
    color: #333;
}

@media (max-width: 670px) {
    .darkgrey h2 {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 30px;
    }
}

.darkgrey h2 a {
    color: #fff;
    font-weight: 300;
}

.offwhite .darkgrey h2 a {
    color: #545454;
}

.darkgrey p {
    color: #c7c7c7;
    font-size: 12px;
    line-height: 16px !important;
}

.darkgrey .btn-quote {
    background-color: #646464;
    box-shadow: 0 2px 0 rgba(74, 74, 74, 0.59);
    font-size: 11px;
    color: #fff;
    padding: 12px 19px;
}

.darkgrey .slider-button:hover {
    background-color: #474747;
}
.ygdl-home .darkgrey .YCB_wrapper .YBC_content h2 {
    font-size: 24px;
    font-weight: 300;
    text-align: left !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .ygdl-home .darkgrey .YCB_wrapper:hover .img-wrap .learn-more-hover:after {
        opacity: 1;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:before {
        right: -55px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:before {
        display: none;
    }
}

@media (max-width: 399px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:before {
        right: -55px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:after {
        right: 15px;
        bottom: 10px;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:after {
        opacity: 1;
    }
}

@media (max-width: 399px) {
    .ygdl-home .darkgrey .YCB_wrapper .img-wrap .learn-more-hover:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .ygdl-home .darkgrey .YCB_wrapper .YBC_content {
        min-height: 90px;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .ygdl-home .darkgrey .YCB_wrapper .YBC_content {
        min-height: 105px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .ygdl-home .darkgrey .YCB_wrapper .YBC_content {
        min-height: 170px;
    }
}


@media (max-width: 767px) {
    .ygdl-home .darkgrey .YCB_wrapper .YBC_content h2 {
        font-size: 20px !important;
        line-height: 1.2em !important;
    }
}

.keyfeatures {
    padding: 40px 0;
    background-color: #e9e9e9 !important;
}

.keyfeatures p {
    margin-bottom: 0;
    color: #222 !important;
    font-weight: 400;
}


/*END HEAD*/

/*FOOTER*/
footer ul.disc li {
    display: inline-block;
    color: #fff;
    font-size: 11px;
}
footer ul li {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 11px;
    color: #666;
}
footer ul.disc li:not(:last-child):after {
    content: "/";
    padding: 10px;
}
footer .socialIcons-circle {
    padding-right: 0;
    font-size: 16px;
}
footer .socialIcons-circle {
    float: right;
    margin-top: -25px;
    padding-right: 6px;
    font-size: 18px;
}
.socialIcons-circle a {
    display: inline-block;
    width: 30px;
    cusor: pointer;
}
footer .socialIcons-circle {
    padding-right: 0;
    font-size: 16px;
}
footer .socialIcons-circle {
    float: right;
    margin-top: -25px;
    padding-right: 6px;
    font-size: 18px;
}
.footerheroimage img {
    width: 100%;
    height: auto;
    display: none;
}

footer {
    background-color: #003e91;
}

@media (max-width: 450px) {
    .homepage footer .footer-logo {
        display: none;
    }
}

@media (max-width: 767px) {
    footer .col-lg-3 {
        margin: 0 !important;
    }
}

footer .logo-wrapper {
    width: 100%;
    text-align: center;
    background-color: #003e91;
}

footer .footer-logo {
    margin-top: 30px;
    margin-left: auto;
}

@media (max-width: 767px) {
    footer .footer-logo {
        margin: 10px 0 15px 0;
    }
}

footer .socialIcons-circle {
    padding-right: 0;
    font-size: 16px;
}

footer .section {
    /*background: none !important;*/
    /*margin-bottom: 50px;*/
    padding: 0;
    background-color: #003e91;
    padding: 14px;
}
footer a {
    color: #ffffff;
    cursor: pointer;
}
footer ul {
    margin: 20px 0;
    padding: 0;
}

footer ul li {
    font-size: 14px;
    color: #e6e6e6;
    list-style: none;
    margin-left: 0;
    line-height: 30px;
}
footer .topRow div {
    margin-top: 36px;
    background-color: #003e91;
    padding: 30px;
    border-right: solid 1px #ffffff;
}


footer .topRow div {
    margin-top: 36px;
    background-color: #003e91;
    padding: 0px 30px;
    border-right: solid 1px #ffffff;
}

@media (max-width: 767px) {
    footer .topRow div {
        margin-bottom: 30px;
    }
}



footer h3 {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
}

.modal-footer .share-wall-pointer {
    float: left;
    margin-right: 12px;
}

.modal-footer .facebook-circle {
    background: #3b5998;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

/*END FOOTER*/

/*REGISTER PAGE*/
.social-bar {
    padding: 20px 0px;
}

.social-bar .btn-call {
    color: #FFF !important;
    /* margin: 10px 20px; */
    width: 39%;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: Lato-Bold, sans-serif;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    /* height: 48px; */
    line-height: 40px;
    font-size: 16px;
    /* padding: 60px 36px; */
    border-radius: 24px;
    background-color: #003e91 !important;

}

.btn-call .fa-phone {
    color: #ffffff;

}

.social-bar .btn-service {
    color: #FFF !important;
    /* margin: 10px 20px; */
    width: 39%;

    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: Lato-Bold, sans-serif;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    /* height: 48px; */
    line-height: 40px;
    font-size: 16px;
    /* padding: 60px 36px; */
    border-radius: 24px;
    background-color: #003e91 !important;

}

.btn-service .fa-question-circle {
    color: #ffffff;
}

.panel-heading {
    margin-bottom: 20px;
    padding: 15px 15px;
    text-transform: uppercase;
}

.form-group option {
    padding: 15px 15px;
}

.form-group .opt-ajax{
    clear: both;
    color: rgba(0, 0, 0, .87);
    /* line-height: 1.5rem; */
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 10px 10px;

}
.form-group .opt-ajax:hover{
    background: #003e91;
}
.service_price{
    border-top: 1px solid #ccc;
}
.price-title{
    /*height: 5.5rem;*/
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    padding-left: 22px;
}
.price-title h2{
    /*text-align: right; */
    line-height: 60px;
    color: #323336;
    font-weight: 600;
    /* text-decoration: underline; */
    font-size: 31px;
}
.price{
    border: none;
    background-color: transparent;
    border: none;
    color: #ff003f !important;
    box-shadow: none;
    font-size: 51px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.vnd{
    text-align: right;
    color: #ff003f;
}
.order_detail {
    padding-top: 86px;
}
.order_detail .fa{
    color: inherit;
}
.page_home_handcard .fa{
    color: #003e91;
}
#btn-onepay{
    margin-bottom: 10px;
    width: 50%;
}
#btn-onepay_visa{
    margin-bottom: 10px;
    width:47%;
}
#btn-giftcodes{
    font-size: 16px;
    margin-top: 20px;
    padding: 5px 25px;
}
/*END REGISTER PAGE*/