/* CSS Document */
p img {
    width: 100%;
}

.menu-text {
    color: #FFFFFF;
    margin-left: 5px;
}

.while-text {
    color: #FFFFFF;
}

.text-error {
    color: #EE0000;
    font-weight: bold;
}

.panel-text p {
    color: #FFFFFF;
    text-align: justify;
    margin: 20px;
}

.icon-home {
    background: url('http:limcard.com/dist/image/icon/dichvu.png') no-repeat;
    width: 50px;
    height: 50px;
}

.icon-introduction {
    background: url('http:limcard.com/dist/image/gioithieu.png');
    width: 50px;
    height: 50px;
}

.icon-service {
    background: url('http:limcard.com/dist/image/dichvu.png');
    width: 50px;
    height: 50px;
}

.icon-contact {
    background: url('http:limcard.com/dist/image/lienhe.png');
    width: 50px;
    height: 50px;
}

.icon-design {
    background: url('http:limcard.com/dist/image/design.png');
    width: 25px;
    height: 25px;
}

.icon-marketing {
    background: url('http:limcard.com/dist/image/seo.png');
    width: 25px;
    height: 25px;
}

.icon-ungdung {
    background: url('http:limcard.com/dist/image/ung_dung.png');
    width: 25px;
    height: 25px;
}

.icon-banggia {
    background: url('http:limcard.com/dist/image/bang_gia.png');
    width: 25px;
    height: 25px;
}

.top-content {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

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

.bottom-30 {
    margin-bottom: 30px;
}

.top-10 {
    margin-top: 10px;
}

.top-5 {
    margin-top: 5px;
}

.top-level3 {
    margin-top: -15px;
}

.align-sub-menu {
    margin-top: 13px;
    margin-left: -15px;
    color: white;
}

.fload-right {
    float: right;
}

.morph img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.morph img:hover {
    border-radius: 250px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;
}

#menu {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out
}

#menu :hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#sub-menu {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out
}

#sub-menu:hover {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
}

#shadow {
    color: #FFF;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

#shadow:hover {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    text-decoration: none;
    color: rgba(255, 152, 0, 0.98);
}

@-webkit-keyframes changes {
    0% {
        text-shadow: 0px 15px 15px #C71514;
    }

    20% {
        text-shadow: 0px 15px 15px #6327B0;
    }

    40% {
        text-shadow: 0px 15px 15px #800080;
    }

    60% {
        text-shadow: 0px 15px 15px #FF0000;
    }

    80% {
        text-shadow: 0px 15px 15px #FFFF00;
    }

    100% {
        text-shadow: 0px 15px 15px #C71514;
    }
}

@keyframes changes {
    0% {
        text-shadow: 0px 15px 15px #C71514;
    }

    20% {
        text-shadow: 0px 15px 15px #6327B0;
    }

    40% {
        text-shadow: 0px 15px 15px #800080;
    }

    60% {
        text-shadow: 0px 15px 15px #FF0000;
    }

    80% {
        text-shadow: 0px 15px 15px #FFFF00;
    }

    100% {
        text-shadow: 0px 15px 15px #C71514;
    }
}

.changes:hover {
    -webkit-animation-name: changes;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: changes;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shakeit {
    0% {
        -webkit-transform: rotate(0deg) translate(2px, 1px);
    }

    10% {
        -webkit-transform: rotate(2deg) translate(1px, 2px);
    }

    20% {
        -webkit-transform: rotate(-2deg) translate(3px, 0px);
    }

    30% {
        -webkit-transform: rotate(0deg) translate(0px, -2px);
    }

    40% {
        -webkit-transform: rotate(-2deg) translate(-1px, 1px);
    }

    50% {
        -webkit-transform: rotate(2deg) translate(1px, -2px);
    }

    60% {
        -webkit-transform: rotate(0deg) translate(3px, -1px);
    }

    70% {
        -webkit-transform: rotate(2deg) translate(-2px, -1px);
    }

    80% {
        -webkit-transform: rotate(-2deg) translate(1px, 1px);
    }

    90% {
        -webkit-transform: rotate(0deg) translate(-2px, -2px);
    }

    100% {
        -webkit-transform: rotate(2deg) translate(-1px, 2px);
    }
}

@keyframes shakeit {
    0% {
        transform: rotate(0deg) translate(2px, 1px);
    }

    10% {
        transform: rotate(2deg) translate(1px, 2px);
    }

    20% {
        transform: rotate(-2deg) translate(3px, 0px);
    }

    30% {
        transform: rotate(0deg) translate(0px, -2px);
    }

    40% {
        transform: rotate(-2deg) translate(-1px, 1px);
    }

    50% {
        transform: rotate(2deg) translate(1px, -2px);
    }

    60% {
        transform: rotate(0deg) translate(3px, -1px);
    }

    70% {
        transform: rotate(2deg) translate(-2px, -1px);
    }

    80% {
        transform: rotate(-2deg) translate(1px, 1px);
    }

    90% {
        transform: rotate(0deg) translate(-2px, -2px);
    }

    100% {
        transform: rotate(2deg) translate(-1px, 2px);
    }
}

.shakeit:hover {
    -webkit-animation-name: shakeit;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: shakeit;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#rectangle .circle-text {
    text-align: center;
    color: white;
    margin-top: 40px;
}

.rectangle-text {
    text-align: center;
    color: white;
    margin-left: 80px;
    margin-top: -17px;
}

#oval {
    width: 200px;
    height: 100px;
    background: #75551E;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}

.oval-text {
    text-align: center;
    color: white;
    margin-top: 25px;
}

.oval-text1 {
    text-align: center;
    color: white;
    margin-top: 15px;
}

.star {
    color: #FF0000;
}

.rotate360 p:hover {
    -webkit-animation: rotate360 2s;
    -moz-animation: rotate360 2s;
    -ms-animation: rotate360 2s;
    -o-animation: rotate360 2s;
    animation: rotate360 2s;
}

.tree a {
    padding: 1px 2px;
    text-decoration: none;
    color: #666;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree a:hover {
    background: rgba(200, 228, 248, 0.65);
    color: #000;

}

/*Connector styles on hover*/
.tree a:hover::after,
.tree a:hover::before,
.tree a:hover::before,
.tree a:hover::before {
    border-color: #94a0b4;
}

.font-footer {
    font-size: 15pt;
}

.hr {
    margin-top: 5px;
    border: 1px solid rgb(114, 114, 114);
}

.hr-content {
    margin-top: 25px;
    border: 1px solid rgb(114, 114, 114);
}

.text-footer a {
    text-decoration: none;
    color: white;
}

.shadow-left {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
    box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
    border-radius: 100px 100px 0px 0px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display: block;
}

.shadow-right {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
    box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
    border-radius: 100px 100px 0px 0px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display: block;
}

@media (min-width: 768px) {
    .shadow-right {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
        box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
        border-radius: 0px 100px 100px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        display: block;
    }
}

@media (min-width: 768px) {
    .shadow-left {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
        box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
        border-radius: 100px 0px 0px 100px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        display: block;
    }
}

#goTop {
    bottom: 100px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    width: 50px;
    overflow: hidden;
    z-index: 1000;
}

.thum-img {
    position: relative;
}

.thum-img .textbox {
    width: 100%;
    height: 268px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
}

.thum-img:hover .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text {
    padding-top: 50px;
}

.textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/*sct card*/
.copyright {
    overflow: hidden;
    background: #000826 none repeat scroll 0% 0%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -30px;
    color: #969696;
    text-align: center;
}

footer {
    background: #202020;
    padding: 25px 0 40px 0;
    color: #fff;
    overflow: hidden;
    margin-top: 50px;
}

.link-footer a {
    text-decoration: none;
    color: white;
}

.link-footer span {
    font-size: 13pt;
}

.tab-pane-scroll {
    height: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Let's get this party started */
.tab-pane-scroll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.tab-pane-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.tab-pane-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(3, 169, 244, 0.55);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.tab-pane-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.5);
}

.panel-warning {
    border-color: #000826;
}

.hr {
    border: 1px dashed #ddd;
    margin-bottom: 20px;
}

.hr-info {
    background-color: #000826;
}

.btn {
    border-radius: 20px;
}

.submenu {
    background-color: #ddd;
    padding: 10px;
}

/*css test*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.menu {
    list-style: none;
    margin: 50px auto;
    width: 800px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.menu>li {
    background: #34495e;
    float: left;
    position: relative;
    transform: skewX(-25deg);
}

.menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-size: 12px;
}

.menu li:hover {
    background: #e74c3c;
}

.menu>li>a {
    transform: skewX(-25deg);
    padding: 1em 2em;
}

.nav-vc {
    color: #31649D;
    text-transform: uppercase;
}

.homestyle.homestyle {
    color: #31649D;
    font-size: 20pt
}

.homestyle:before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
    color: #31649D;
    font-size: 8pt;
}

@media (max-width: 486px) {
    .homestyle.homestyle {
        color: #31649D;
        font-size: 18pt;
    }
}

.footer-social {
    float: right;
    margin-top: 50px
}

.widget-title {
    margin: 10px 0 40px 0;
    position: relative;
}

.titlenewsss {
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.widget-title .titlenewsss:after {
    content: "";
    display: inline-block;
    height: 0.8em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 15px;
    border-top: 1px dashed #ddd;
}

.widget-title .titlenewsss:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100%;
    margin-right: 15px;
    border-top: 1px dashed #ddd;
}

.img-comp {
    padding: 0px 10px 0px 0px;
}

.img-new {
    width: 100%;
    height: 100%;
}

@media (max-width: 468px) {
    .img-comp {
        margin-bottom: 5px;
    }

    .top-10 {
        margin-top: 0px;
    }

    .top-10 img {
        padding-left: 10px;
    }

    .media.top-30 {
        padding-left: 15px;
        margin-top: 20px;
    }

    .img-new.img-new {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
}

.newdate {
    color: #517FBD;
    text-align: center;
    margin-top: 35px;
}

.new-right {
    border-left: 2px solid #517FBD;
    background-color: #f8f8f8;
    padding: 15px 0px 15px 15px;
}

@media (max-width:468px) {
    .new-right {
        border-left: none;
        padding: 15px 0px 15px 0px;
    }

    .content-news {
        padding: 15px;
    }

    .pull-right {
        padding-left: 0px;
    }
}

.padding-10 {
    padding: 10px;
}

.content-news {
    text-align: justify;
}

.project {
    background: #f1f1f1 none repeat scroll 0% 0%;
    overflow: hidden;
    color: #000;
    padding: 20px 110px 20px 110px;
    margin-bottom: 30px;
    background: url("http:limcard.com/dist/image/para03.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 468px) {
    .project {
        padding: 0;
    }
}

.img-project {
    width: 90px;
    height: 50px;
    border: 1px solid #316EB1;
    padding: 10px;
    background-color: #fff;
}

.font-bold {
    font-weight: bold;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (max-width: 468px) {
    .col-xs-5ths {
        width: 100%;
        float: left;
    }

    .col-xs-5ths .service-vc img {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.service-vc {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center
}

.service-vc p {
    margin-top: 10px;
    color: #316EB1;
    font-weight: bold
}

.service-vc img {
    width: 60px;
}

.ser-ct {
    text-align: justify;
    margin-top: 10px;
}

@media (max-width: 468px) {
    .service-vc img {
        width: 100%;
    }

    .top-contact {
        margin-bottom: 15px;
    }
}

.link-2 {
    transition: 0.6s;
    color: #517FBD;
    text-decoration: none;
    border-top: 4px solid #fff;
}

.link-2:hover {
    border-top: 4px solid #517FBD;
}

comment .calloutUp {
    height: 0;
    width: 0;
    border-bottom: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 10;
}

.calloutUp2 {
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 11;
}

.calloutDown {
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 11;
}

.calloutDown2 {
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 30px solid #fff;
    border-left: 20px dotted transparent;
    border-right: 0px dotted transparent;
    z-index: 10;
}

.divContainerUp {
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: -1px;
    z-index: 9;
    width: 500px;
    padding: 4px;
}

.divContainerDown {
    background-color: #fff;
    border: solid 1px #ffffff;
    position: relative;
    top: 1px;
    z-index: 3;
    padding: 20px;
    height: 200px;
    text-align: justify;
}

.divContainerMain {
    background-color: #ccccff;
    padding: 8px;
}

.pro-content :before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.logo-contact {
    margin-left: 120px;
}

@media (max-width: 468px) {
    .logo-contact {
        margin-left: 0px;
    }
}

slider .navigation-4 .owl-prev {
    right: 40px;
    left: auto;
    top: 20px;
}

.navigation-4 .owl-next {
    right: 4px;
    left: auto;
    top: 20px;
}

tuyendung .right {
    float: right;
}

.left {
    float: left;
}

.zoom_img img {
    -moz-transition: -moz-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
}

.zoom_img img:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.middle-color {
    padding-right: 10px;
}

.black-text {
    color: #000;
}

.while-text {
    color: #fff;
}

.item {
    height: 30%;
    width: 100%;
}

@media (max-width: 468px) {
    .item {
        height: 100%;
        width: 100%;
    }
}

#mainMenu {
    margin-top: -20px;
}

#mainMenu li {
    list-style: none;
}

menu #content {
    width: 100%;
    margin: 45vh auto;
}

.arrow {
    width: 100%;
    border: none;
    margin: 30px 0;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #efefef;
    transition: all 0.4s;
}

.arrow.arrow {
    background-color: #31649D;
    text-align: center;
}

.arrow.arrow:before {
    border-width: 17px 0 17px 17px;
    transition: all 0.2s;
}

.arrow.arrow:before {
    border-color: #31649D transparent;
    left: -17px;
}

.arrow:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}

.list-border {
    border-bottom: 1px dashed #ddd;
}

.top20 {
    margin-top: -20px
}

.widget-title-ab {
    margin: 30px 0 20px 0;
    position: relative;
}

.title-about {
    font-size: 20pt;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.widget-title-ab .title-about:after {
    content: "";
    display: inline-block;
    height: 0.8em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 15px;
    border-top: 4px solid #ac8e4e;
}

menu a {
    display: block;
    text-decoration: none;
}

#dd>li,
#dd>li li {
    position: relative;
    display: inline-block;
}

#dd>li:first-child {
    border-right: 1px solid #eee;
}

#dd>li+li {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#dd>li:last-child {
    border-right: 0;
    border-left: 1px solid #eee;
}

#dd ul {
    position: absolute;
    top: 55px;
    left: -2px;
    max-height: 0em;
    min-width: 190px;
    line-height: 30px;
    padding: 0 10px 0px 10px;
    margin: 0;
    background-color: #ddd;
    background-image: linear-gradient(#fff, #ddd);
    overflow: hidden;
    transition: 0.7s max-height 0.1s;
    z-index: 9999;
}

#dd li ul li a {
    text-decoration: none;
}

#dd>li:hover {
    background-color: #999;
    background-image: linear-gradient(#fff, #fff 50%, #fff 50%, #bbb);
}

#dd>li:hover ul {
    /* need an adaptation, lower is better, but see it large ;) */
    max-height: 13em;
    border-top: 2px solid #ac8e4e;

}

.effect-2 {
    padding: 10px;
}

.effect-2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    visibility: hidden;
    background-color: #eb5055;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.effect-2:hover {
    color: red;
}

.effect-2:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.titlenew {
    font-size: 25pt;
    margin-top: 5px;
    margin-left: -5px;
}

.time {
    font-size: 12px;
    margin-right: 8px;
    color: #848484;
}

.contentnew {
    margin-left: 0px;
    line-height: 150%;
}

.rownews:nth-of-type(odd)>.tuyendung-img {
    float: left;
}

.rownews:nth-of-type(even)>.tuyendung-img {
    float: right;
}

.gmap {
    border: 5px solid #f6f5f0;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area {
    background-image: url("http:limcard.com/dist/image/icon/map.PNG");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
}

.marquee {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.example3:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0% {
        text-indent: 27.5em
    }

    100% {
        text-indent: -105em
    }
}

.example3 {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.example3 .tab-content {
    position: absolute;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    /* Apply animation to this element */
    -moz-animation: example3 7s linear infinite;
    -webkit-animation: example3 7s linear infinite;
    animation: example3 7s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes example3 {
    0% {
        -moz-transform: translateY(20%);
    }

    100% {
        -moz-transform: translateY(-30%);
    }
}

@-webkit-keyframes example3 {
    0% {
        -webkit-transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(-30%);
    }
}

@keyframes example3 {
    0% {
        -moz-transform: translateY(20%);
        /* Firefox bug fix */
        -webkit-transform: translateY(20%);
        /* Firefox bug fix */
        transform: translateY(20%);
    }

    100% {
        -moz-transform: translateY(-30%);
        /* Firefox bug fix */
        -webkit-transform: translateY(-30%);
        /* Firefox bug fix */
        transform: translateY(-30%);
    }
}

.greyclient {
    background: #f7f7f7;
}

.brand {
    padding: 50px 0px 10px 0px;
    text-align: center;
}

.brand-title {
    text-align: center;
    text-transform: uppercase;
    color: #31649D;
}

.blog-item {
    background: #fff;
    width: 31%;
    float: left;
    margin-bottom: 36px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.blog-wrapper .half-round {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #00c5ac;
    margin: 0 auto;
    margin-top: 2px;
    padding-top: 3px;
    color: #fff;
}

.bg-color {
    background-color: #339589;
}

.socialbox a {
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #333333;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}

.socialbox a:hover {
    color: #00c5ac;
    border: 1px solid #00c5ac;
}

.navbar-brand {
    padding: 0px;
    /* firefox bug fix */
}

.navbar-brand>img {
    width: 37%;
}

#BB-nav.affix {
    position: fixed;
    top: 20px;
    -webkit-transition: top 0.5s ease-in;
    transition: top 0.5s ease-out;
}

#BB-nav {
    width: 100%;
    height: 0px;
    background-color: #fff;
    top: -30px;
}

.tu-khoa-lien-quan {
    margin-top: 30px;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 10px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: crimson;
    color: white;
    text-decoration: none;
}

.tag:hover::after {
    border-left-color: crimson;
}

.tag-footer {
    padding: 10px 17px;
    color: #cacaca;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #323232;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination span {
    display: inline;
}

.pagination span a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination span:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination span:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Add new*/
.title-km {
    font-size: 14px;
    background-color: #5c80a7;
    color: #fff;
    text-align: center;
    padding: 11px 0;
}

.view {
    /*width: 390px;*/
    height: 215px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view img {
    width: 100%;
}

.view .mask,
.view .content {
    /*width: 390px;*/
    height: 215px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 88, 175, 0.8);
    margin: 30px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding-left: 10px;
    text-align: left;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #F65E0B;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-heading-ft h2,
.main-heading-ft h2 a {
    display: inline-block;
    background-color: #607D8B;
    float: left;
    color: #fff;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}

@media (max-width: 468px) {

    .main-heading-ft h2,
    .main-heading-ft h2 a {
        width: 100%;
    }
}

/*footer img*/
.home-brand {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 10px;
    width: 100px;
    margin: 0 2px 20px 2px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.home-brand img {
    width: 100%;
}

.titletk {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-shadow: #607D8B 2px 3px 4px;
}

.titlect {
    text-align: left;
    font-size: 15pt;
    font-weight: bold;
    text-transform: uppercase;
}

.more {
    background-color: #F27935;
}

.more .round {
    background-color: #f59965;
}

.more .roundrt {
    background-color: #f59965;
}

.more_dark {
    background-color: #5c80a7;
}

.more_dark .round {
    background-color: #c9ecf4;
}

.more_dark .roundrt {
    background-color: #c9ecf4;
}

.btnhoverrt {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 6px 15px 5px 35px;
    color: #fff;
    min-width: 130px;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    border: none;
}

.btnhoverrt:hover {
    text-decoration: none;
    color: #000;
    /*#9D7D64*/
    padding-left: 15px;
    padding-right: 30px;
}

.btnhoverrt span {
    position: relative;
    z-index: 3;
}

.btnhover .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.btnhover:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.btnhover .round i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnhover:hover .round i {
    left: 14%;
}

.more_light {
    background-color: #D0C7A8;
}

.more_light .roundrt {
    background-color: #DAD4C6;
}

.more_light .round {
    background-color: #DAD4C6;
}

.btnhoverrt {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 6px 15px 5px 35px;
    color: #fff;
    min-width: 130px;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    border: none;
}

.btnhoverrt:hover {
    text-decoration: none;
    color: #000;
    /*#9D7D64*/
    padding-left: 15px;
    padding-right: 30px;
}

.btnhoverrt span {
    position: relative;
    z-index: 3;
}

.btnhoverrt .roundrt {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.btnhoverrt:hover .roundrt {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.btnhoverrt .roundrt i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnhoverrt:hover .roundrt i {
    left: 90%;
}

.mxh {
    margin: 10px 0 20px 0;
}

.mxh-0 .fb-like span iframe {
    margin-top: -9px;
}

.mxh-0 .fb-send span iframe {
    margin-top: -9px;
}

.mxh #twitter-widget-0 {
    margin-bottom: 4px;
}

.gg {
    margin-bottom: -9px;
    height: 24px;
    display: inline-block;
}

footer {
    background: url('http:limcard.com/dist/image/bg-footer.jpg');
    overflow: hidden;
    color: white;
}

/*form visa*/


.card-front {
    position: absolute;
    margin-left: 100px;
    width: 485px;
    height: 316px;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http:colorzilla.com/gradient-editor/#0082e5+0,004799+100 */
    /*background: #0082e5;*/
    background: url('http:limcard.com/dist/image/bk-visa.png') no-repeat;
    background-size: 100% 100%;
}

.card-front .card-number {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    font-size: 23pt;
    padding: 45px 45px 45px 58px;
}

.card-front .card-number span {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding-top: 75px;
    color: #363c30;
    text-shadow: 1px 1px 1px black;
    letter-spacing: .1em;
}

.card-front .date {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15pt;
    color: #363c30;
    text-shadow: 1px 1px 1px black;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 65px;
    margin-top: -28px;
    max-width: 40%;
}

.card-front .name-on-card {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16pt;
    color: #363c30;
    text-shadow: 1px 1px 1px black;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 224px;
    margin-top: -28px;
    max-width: 240px;
}

.credit-card.is-front .card-front {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.credit-card.is-back .card-front {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -moz-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -o-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.form-limpay {
    margin-top: 158px;
    position: relative;
    width: 300px;
    height: 320px;
    padding: 15px;
    background: #ddd;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.form-limpay input {
    height: 35px;
    border: 0;
    margin: 2px 0;
    font-family: 'lato', sans-serif;
    padding-left: 10px;
}

.form-limpay input.name,
.form-limpay input.number {
    width: 100%;
    margin-bottom: 5px;
}

.form-limpay input.cvv {
    width: 50%;
}

.form-limpay .column {
    float: left;
    width: 50%;
}

.form-limpay .column:nth-of-type(1) {
    padding-right: 5px;
}

.form-limpay .column:nth-of-type(2) {
    padding-left: 5px;
}

.form-limpay .column input {
    width: 100%;
}

.form-limpay label {
    display: block;
    font-family: 'lato', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    padding-bottom: 2px;
    margin-top: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.form-limpay button {
    float: right;
    width: 100%;
    height: 35px;
    border: none;
    margin-top: 10px;
    font-family: 'lato', sans-serif;
    background: #004799;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-limpay button:hover {
    background: #0a2646;
}

/*----form visa master card*/
/*form vaytien*/
.vaytien {
    position: absolute;
    margin-left: 400px;
    margin-bottom: 100px;
    width: 322px;
    height: 559px;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http:colorzilla.com/gradient-editor/#0082e5+0,004799+100 */
    /*background: #0082e5;*/
    background: url('http:limcard.com/dist/image/FORM-VAYTIEN.png') no-repeat;
    background-size: 100% 100%;
}

.vaytien .fullname {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    /* font-weight: 600; */
    width: 65%;
    height: 26px;
    font-size: 9pt;
    padding: 0px 0px 0px 0px;
    margin-top: 306px;
    margin-left: 68px;
    position: initial;
}

.vaytien .phone {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    /* font-weight: 600; */
    width: 65%;
    height: 26px;
    font-size: 9pt;
    padding: 0px 0px 0px 0px;
    margin-top: 9px;
    margin-left: 68px;
    /* position: initial; */
}

.vaytien .send {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    /* font-weight: 600; */
    width: 47%;
    height: 30px;
    font-size: 9pt;
    padding: 0px 0px 0px 0px;
    margin-top: 19px;
    margin-left: 78px;
    /* position: initial; */
    border: none;
    background: rgba(255, 255, 255, .15);
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 25px;
    margin-right: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 75px);
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-right: -25px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-body {
    margin-top: 60px;
}

.title {
    font-size: 18px;
    background-color: #5c80a7;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
}

.frmthanhtoan .font-bold {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    padding: 5px 9px 5px 15px;
    border-bottom: 1px solid red;
}

.txtuppercase {
    text-transform: uppercase;
}

/*
     FILE ARCHIVED ON 15:27:10 Dec 06, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:32:18 Sep 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.759
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.02
  esindex: 0.013
  cdx.remote: 59.994
  LoadShardBlock: 1088.791 (3)
  PetaboxLoader3.datanode: 1032.209 (5)
  PetaboxLoader3.resolve: 968.403 (3)
  load_resource: 972.433 (2)
*/