f/*
Theme Name: e-visa.vn
Author: SYMACI
Version: 0.1 beta
*/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?69069681');
  src: url('font/fontello.eot?69069681#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?69069681') format('woff2'),
       url('font/fontello.woff?69069681') format('woff'),
       url('font/fontello.ttf?69069681') format('truetype'),
       url('font/fontello.svg?69069681#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?69069681#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-edit:before { content: '\e800'; } /* 'î €' */
.icon-download:before { content: '\e801'; } /* 'î ' */
.icon-money:before { content: '\e802'; } /* 'î ‚' */
.icon-mail:before { content: '\e803'; } /* 'î ƒ' */
.icon-mobile:before { content: '\e804'; } /* 'î „' */
.icon-down-micro:before { content: '\e805'; } /* 'î …' */
.icon-layers-alt:before { content: '\e806'; } /* 'î †' */
.icon-right-open-mini:before { content: '\e807'; } /* 'î ‡' */
.icon-ok:before { content: '\e80a'; } /* 'î Š' */
.icon-down-small:before { content: '\e80b'; } /* 'î ‹' */
.icon-angle-up:before { content: '\f106'; } /* 'ï„†' */

* {padding:0;margin:0;font-family: 'Open Sans', sans-serif;box-sizing: border-box;}
p {
    margin-bottom: 10px;
    font-size: 15px;
}
ul {
    font-size: 13px;
}
.logo {
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding: 6px 0;
}

.container {
    margin: 0 auto; padding: 0 15px;
}

.menu {
    display: inline-block;
    float: left;
    border-bottom: 2px solid #4b77be;
    position: absolute;
    bottom: 0;
}

.menu .menu-item.current-menu-parent, .menu .menu-item.current-menu-item {
    background: #0da0e1 !important;
}

.menu .menu-item a {
    color: #535353;
    text-decoration: none;
    height: 48px;
    line-height: 46px;
    display: inline-block;
    padding: 0px 8px;
}

.menu .menu-item {
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    float: left;
}
.menu .menu-item a b {
    font-weight: normal;
    font-size: 13px;
}
.menu .menu-item.current-menu-parent > a, .menu .menu-item.current-menu-item > a {
    color: #FFF;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 999;
    box-shadow: 0 2px 7px -2px #9a9a9a;
}

.menu .menu-item:hover .sub-menu {
    display: block;
}

.sub-menu .menu-item {
    border-right: 1px solid #ececec;
}

.sub-menu .menu-item:last-child {
    border: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 7px -1px;
    z-index: 9999;
}

body {
    background: #FFF;
}

.banner {
    background: url(img/getting-evisa-vietnam.jpg) no-repeat;
    background-position: top right;
    background-size: auto 100%;
    position: relative;
    padding: 100px 0;
}

.banner .hl {
    color: #2196f3;
    font-family: inherit;
}

.banner .content p {
    font-size: 16px;
    color: #797979;
}

.banner .content {
    width: 660px; max-width: 100%;
    margin: 15px 0;
    font-size: 16px;
    line-height: 140%;
}

.banner .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    width: 700px;
}

.btn {
    display: inline-block;
    background-color: #2196f3;
    color: #f7f7f7;
    font-size: 20px;
    border: 2px solid #1976d2;
    font-family: "Open Sans";
    font-weight: bold;
    border-radius: 41px;
    height: 57px;
    line-height: 52px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    background: #33a1f9;
}

.banner .btn {
    margin-top: 30px;
}

.disclaimer {
    background: #29465d;
    font-size: 13px;
    padding: 5px;
    color: #FFF;
}

.faq .title {
    font-family: 'Catamaran', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.faq .item .title {
    text-align: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #a11f1f;
    margin-bottom: 3px;
    font-weight: bold;
}

.faq .item {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.clearfix {
    clear: both;
}

.faq {
    padding: 40px 0;
}

.faq .item .content {
    font-size: 16px;
    color: #4a4a4a;
}

.faq .content .item:nth-child(odd) {
    margin-right: 2%;
}


.banner-contactus {
        background-attachment: scroll;
        width: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: rgb(5, 92, 179);
        background-image: url(/wp-content/themes/e-visa/img/ask-evisa.png);
        background-color: #ffffff;
        background-repeat: repeat;
        background-position: left center;
        background-size: cover;
        padding: 40px 0;
}

.banner-contactus .title {
    font-weight: bold;
    font-size: 30px;
}

.banner-contactus .wrapper {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.banner-contactus .left {
    padding: 15px;
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.banner-contactus .form {
    width: 400px;
    max-width: 100%;
    color: #000;
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    position: relative;
    background: #FFF;
    opacity: 0;
    transition: 200ms opacity;
    -webkit-transition: 200ms opacity;
    -moz-transition: 200ms opacity;
    box-shadow: 0 0 6px 0 #999;
}

.form.active {
    opacity: 1;
}

.banner-contactus .form .title {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
}

.form-group {font-size: 14px;margin-bottom: 10px;}

.form-group .form-title {
    margin-bottom: 5px;
}

.form-group .form-control {border: none;padding: 10px 10px;width: 100%;border: 1px solid #e8e8e8;}
.form-group .form-control:focus {
    outline: none;
    border-color: #7b7b7b;
}

.invalid .form-control {
    border-color: #e25454;
}

.invalid-msg {
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 5px;
    background: #e25454;
    color: #fff;
    border-radius: 2px;
}

.form-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    border-radius: inherit;
    z-index: 11;
    text-align: center;
}

.form-loading:before {
    content: "submitting...";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.step {
    background-attachment: scroll;
    width: 100%;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    height: 824px;
    background-image: url(img/step-evisa.png);
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
}

.step .title {
    font-family: 'Montserrat', sans-serif;
    color: #2196f3;
    font-size: 40px;
    text-align: center;
}

.step .item {
    width: 460px;
    max-width: 100%;
    margin: 40px auto;
    text-align: center;
}

.step .item .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.step .icon {
    text-align: center;
    font-size: 30px;
    color: #2196f3;
}

.banner-contactus .text {
    font-size: 20px;
    color: #6b6b6b;
    margin: 10px 0 30px;
}

#gotop:before {
    content: "\f106";
    font-family: fontello;
}

#gotop {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #48a8f5;
    border-radius: 100%;
    color: #FFF;
    width: 45px;
    opacity: 0;
    height: 45px;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: 200ms opacity;
    -webkit-transition: 200ms opacity;
    -moz-transition: 200ms opacity;
}

#gotop.active {
    opacity: 1;
}

#gotop:hover {
    background: #58aef3;
}

#gotop:active {
    box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.68) inset;
    line-height: 42px;
}

.post .content {
    max-width: 800px;
    margin: 0 auto;
}

.payment-flat {
    background: url(/wp-content/themes/e-visa/img/payment-flat48.png);
    width: 48px;
    display: inline-block;
    height: 34px;
    border-radius: 2px;
}

.payment-flat.visa {
    background-position: 0px 0px;
}

.payment-flat.mastercard {
    background-position: 0px -37px;
}

.payment-flat.discover {
    background-position: 0px -73px;
}

.payment-flat.amex {
    background-position: 0px -110px;
}

.payment-flat.jcb {
    background-position: 0px -146px;
}

.payment-flat.paypal {
    background-position: 0px -182px;
}

.faq-title {
    font-family: 'Catamaran', sans-serif;
    font-size: 36px;
    color: #48a8f5;
}

.faq-collapse {
    margin-bottom: 10px;
}

.faq-collapse .title:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(img/question-evisa.png);
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.faq-collapse .title {
    cursor: pointer;
    font-weight: 600;
}

.faq-collapse .title:after {
    content: "\e805";
    font-family: fontello;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    transition: 200ms transform;
    -webkit-transition: 200ms -webkit-transform;
    -moz-transition: 200ms -moz-transform;
    font-size: 13px;
    display: inline-block;
    line-height: 23px;
    margin-left: 5px;
}

.faq-collapse.active .title:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.faq-collapse .content {
    display: none;
    overflow: hidden;
}

.faq-collapse.active .content {
    display: inherit;
    overflow: inherit;
}

.faq-collapse:hover .title {
    color: #bb4500;
}

.photo {
    background: #009cde;
    background: -moz-radial-gradient(center bottom, circle farthest-side, #009cde 0%, #437ee8 100%);
    background: -webkit-radial-gradient(center bottom, circle farthest-side, #009cde 0%,#437ee8 100%);
    background: radial-gradient(circle farthest-side at center center, #85cfff 0%,#009cde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cde', endColorstr='#437ee8',GradientType=1 );
    padding: 30px 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-align: center;
}

.photo h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-size: 28px;
    font-weight: normal;
    padding: 30px 50px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.photo .btn {
    margin-left: 30px;
    background: #fff;
    color: #0c96e0;
    border-color: transparent;
    text-shadow: none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.45);
}

.photo .btn:hover {
    background: #f9f9f9;
}

.photo .img1 {
    width: 300px;
}

.photo .img2 {
    height: 150px;
}

.photo .wrapper {
    display: table;
    float: none;
    height: 100%;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
}

.photo .img {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}

.photo .icon-ok {
    text-shadow: none;
    color: #7aff84;
}

.photo .content {
    font-size: 12px;
    display: inline-block;
}

.photo .content ul {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    list-style-type:none;
}

#footer {
    background: #FFF;
    padding: 15px 0;
}

#footer .left {
    float: left;
    width: 30%;
}

#footer p {
    margin: 0;
    text-align:left;
}

#footer .right {
    float: left;
    width: 70%;
    padding-left: 15px;
}

#footer .col-xs-4 {
    float: left;
    text-align: center;
    width: 33%;
}

#footer a {
    text-decoration: none;
}

blockquote:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;width: 2px;height: 100%;background: #e07637;}

blockquote {
    position: relative;
    padding: 20px 20px 20px 40px;
    font-family: Georgia, serif;
    font-size: 16px;
    margin: 20px 0 20px 20px;
    color: #000;
}

blockquote:after {
    content: "\201D";
    position: absolute;
    left: -5px;
    display: inline-block;
    top: 40%;
    font-size: 42px;
    font-family: sans-serif;
    height: 40px;
    line-height: 64px;
    background: #FFF;
    color: #e07637;
}

blockquote *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .menu-toggler { display: none; }
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .banner .content {
        width: 600px;
    }
}

@media (max-width: 992px) {
    .banner .content p {
        color: #343434;
    }

    .banner .title {
        width: 457px;
    }
    .banner .content {
        width: 380px;
    }

    .photo .content ul {
        display: block;
    }

    .photo .btn {
        margin-top: 25px;
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        padding: 0 20px;
        margin-left: 0;
    }
}


@media (max-width: 767px) {
    .menu {
        width: 200px;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        box-shadow: -1px 1px 7px -2px #1e1e1e;
        margin-top: 48px;
        display:none;
        max-height: calc(100vh - 48px);
        max-height: -webkit-calc(100vh - 48px);
        max-height: -moz-calc(100vh - 48px);
        overflow-y: auto;
    }

    .menu .menu-item {
        width: 100%;
        border-right: none;
    }

    .menu .menu-item-has-children > a b:before {
        content: "\e805";
        font-family: 'fontello';
        position: absolute;
        left: 0;
        margin-top: 1px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }

    .menu .menu-item-has-children.active .sub-menu {
        display: block !important;
    }

    .menu .menu-item-has-children.active > a b:before {
        transform: rotate(0);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .menu .menu-item a {
        width: calc(100% - 16px);
        width: -webkit-calc(100% - 16px);
        width: -moz-calc(100% - 16px);
    }

    .menu .menu-item-has-children > a b {
        padding-left: 12px;
        position: relative;
    }

    .menu .sub-menu {
        position: initial;
    }

    .menu .sub-menu .menu-item a {
        height: 28px;
        line-height: 28px;
        padding-left: 20px;
        width: calc(100% - 28px);
        width: -webkit-calc(100% - 28px);
        width: -moz-calc(100% - 28px);
    }

    .menu .sub-menu .menu-item a b {
        font-size: 12px;
    }

    .menu .menu-item:hover {
        background: initial;
    }

    .menu .menu-item:hover > a, .menu .menu-item-has-children.active > a {background: #0f8f77;color: #FFF;}

    .menu .menu-item:hover .sub-menu {
        display: none;
    }
    .menu-toggler {
        float: right;
        padding: 9.5px;
        cursor: pointer;
    }

    .menu-toggler .icon {
        font-size: 24px;
    }

    .menu-toggler, .menu-toggler.active {
        background: #f1f1f1;
    }
    .menu.active {
        display: block;
    }

    .menu .menu-item.current-menu-parent {
        background: none;
    }

    .banner:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.56);
    }

    .banner .title {
        color: #FFF;
        max-width: 100%;
    }

    .banner .container {
        position: relative;
    }

    .banner .content p {
        color: #ededed;
    }

    .faq .item {
        width: 100%;
    }

    .faq .content .item:nth-child(odd) {
        margin-right: 0;
    }

    .banner-contactus .wrapper {
        display: block;
    }

    .banner-contactus .left {
        display: block;
    }

    .banner-contactus {
        padding-top: 20px;
        /* border-top: 1px solid #dcdcdc; */
        background-size: auto 100%;
        background-position: right center;
    }

    .banner-contactus .form {
        display: block;
        opacity: 1;
        width: 100%;
    }
    .banner .hl {
        color: #6cd4ff;
    }

    #toggle-contact-us {
        display: none;
    }

    .banner-contactus .text {
        color: #fff;
        background: rgba(84, 84, 84, 0.72);
        display: inline-block;
        font-size: 16px;
        padding: 5px 10px;
    }

    .banner {
        padding: 50px 0;
    }

    .banner .btn-wrapper {
        text-align: center;
    }
    
    #footer .left, #footer .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    #footer .right {
        margin-top: 15px;
        text-align: justify;
        padding-left: 0;
    }
    
    #footer .right.second {display:none;border-top: 1px solid #CCC;padding-top: 15px;}

    @keyframes pingpoong {
        0% {transform: translate3d(0%, 0, 0);}
        100% {transform: translate3d(calc(100vw - 100% - 30px), 0, 0);}
    }

    @-webkit-keyframes pingpoong {
        0% {transform: translate3d(0%, 0, 0);}
        100% {transform: translate3d(calc(100vw - 100% - 30px), 0, 0);}
    }
    @-moz-keyframes pingpoong {
        0% {transform: translate3d(0%, 0, 0);}
        100% {transform: translate3d(calc(100vw - 100% - 30px), 0, 0);}
    }

    .photo {
        overflow: hidden;
    }

    .photo .wrapper {
        animation: 5s pingpoong linear alternate infinite;
        -webkit- animation: 5s pingpoong linear alternate infinite;
        -moz-animation: 5s pingpoong linear alternate infinite;
    }
}

@media (max-width: 498px) {
    .banner3 .item {
        float: none;
        width: 100%;
        margin-right: 0px !important;
    }
}

.norton-text {
    font-size: 16px;
    margin-left: 5px;
    line-height: 39px;
    color: #6b6b6b;
    display: inline-block;
    vertical-align: top;
}

br.norton-text-brk {
    display: none;
}

@media (max-width: 369px) {
    .norton-text {
        line-height: initial;
        text-align: left;
    }
    
    br.norton-text-brk {
        display: block;
    }
}
