﻿#anh {
    width:130px;
    height:130px;
}

.clean-block .block-heading {
    padding-top:50px;
    /*color:#fff;*/
}

#btn {
    padding:7px;
    padding-top:7px;
    margin-top:-13px;
    padding-right:15px;
    padding-left:15px;
    background-color:#e21f2f;
    border:none;
}

#logo {
    width:100px;
    margin-bottom:2px;
}

@media (min-width:576px) {
    .clean-block {
        padding-bottom:210px;
    }
}

a:hover {
    color:#0056b3;
    text-decoration:none;
}

.right-block {
}

.block-right {
    position:absolute;
    right:0;
    padding:0;
}

.block-left {
    color:#fff;
    position:absolute;
    left:0;
}

/* Testimonials open */
.testimonials-clean {
    color:#313437;
    background-color:#eef4f7;
    height:963px;
}

@media (min-width: 992px) {
    .testimonials-clean {
        color:#313437;
        background-color:#eef4f7;
        height:500px;
    }
}

.testimonials-clean p {
    color:#7d8285;
}

.testimonials-clean h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

.testimonials-clean .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
}

.testimonials-clean .intro p {
    margin-bottom:0;
}

.testimonials-clean .people {
    padding:50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom:32px;
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height:220px;
    }
}

.testimonials-clean .item .box {
    padding:30px;
    background-color:#fff;
    position:relative;
}

.testimonials-clean .item .box:after {
    content:'';
    position:absolute;
    left:30px;
    bottom:-24px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-width:12px 15px;
    border-top-color:#fff;
}

.testimonials-clean .item .author {
    margin-top:28px;
    padding-left:25px;
}

.testimonials-clean .item .name {
    font-weight:bold;
    margin-bottom:2px;
    color:inherit;
}

.testimonials-clean .item .title {
    font-size:13px;
    color:#9da9ae;
}

.testimonials-clean .item .description {
    font-size:15px;
    margin-bottom:0;
}

.testimonials-clean .item img {
    max-width:40px;
    float:left;
    margin-right:12px;
    margin-top:-5px;
}


/* Testimonials shut */

/* Social-Icons open */
.social-icons {
    color:#313437;
    background-color:#fff;
    text-align:center;
    padding:70px 0;
}

@media (max-width:767px) {
    .social-icons {
        padding:50px 0;
    }
}

.social-icons i {
    font-size:50px;
    display:inline-block;
    color:#ffffff;
    width:120px;
    height:120px;
    border:1px solid #ffffff;
    text-align:center;
    border-radius:50%;
    line-height:116px;
    margin-left:0;
}


/* Social-Icons shut */

/* Registration-Form-with-Photo open */
.register-photo {
    background:#f1f7fc;
    padding:80px 0;
}

@media (max-width: 768px) {
    .register-photo {
        background:#f1f7fc;
        padding:80px 0;
        margin-top:72px;
    }
}

@media (max-width: 400px) {
    .register-photo {
        background:#f1f7fc;
        padding:80px 0;
        margin-top:156px!important;
    }
}

.register-photo .image-holder {
    display:table-cell;
    width:auto;
    background:url(meeting.jpg);
    background-size:cover;
}

.register-photo .form-container {
    display:table;
    max-width:900px;
    width:90%;
    margin:0 auto;
    box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .register-photo .form-container {
        display:table;
        max-width:320px!important;
        width:40% !important;
        margin:0 auto;
        box-shadow:1px 1px 5px rgba(0,0,0,0.1);
    }
}

.register-photo form {
    display:table-cell;
    width:400px;
    background-color:#ffffff;
    padding:40px 60px;
    color:#505e6c;
}

@media (max-width: 576px) {
    .register-photo form {
        display:table-cell;
        width:320px;
        background-color:#ffffff;
        padding:40px 60px;
        color:#505e6c;
        /*text-align:center;*/
        margin-right:30px;
        /*margin-left:10px;*/
    }
}

@media (min-width:991px) {
    .register-photo form {
        padding:40px;
    }
}

@media (max-width:576px) {
    .register-photo form {
        padding:26px;
        width:0%;
    }
}

@media (max-width:576px) {
    .register-photo form {
        padding:20px;
        width:310px;
        /*margin:11px;*/
    }
}

.register-photo form h2 {
    font-size:24px;
    line-height:1.5;
    margin-bottom:30px;
}

.register-photo form .form-control {
    background:#f7f9fc;
    border:none;
    border-bottom:1px solid #dfe7f1;
    border-radius:0;
    box-shadow:none;
    outline:none;
    color:inherit;
    text-indent:6px;
    height:40px;
}

.register-photo form .form-check {
    font-size:13px;
    line-height:20px;
}

.register-photo form .btn-primary {
    background:#f4476b;
    border:none;
    border-radius:4px;
    padding:11px;
    box-shadow:none;
    margin-top:35px;
    text-shadow:none;
    outline:none !important;
}

@media (max-width: 576px) {
    .register-photo form .btn-primary {
        background:#f4476b;
        border:none;
        border-radius:4px;
        padding:10px;
        padding-left:8px;
        padding-right:8px;
        box-shadow:none;
        margin-top:35px;
        text-shadow:none;
        outline:none !important;
        width:320px;
    }
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
    background:#eb3b60;
}

.register-photo form .btn-primary:active {
    transform:translateY(1px);
}

.register-photo form .already {
    display:block;
    text-align:center;
    font-size:12px;
    color:#6f7a85;
    opacity:0.9;
    text-decoration:none;
}


/* Registration-Form-with-Photo shut */

/* Highlight-Phone open */
.highlight-phone {
    color:#313437;
    background-color:#282e3e;
    padding:50px 0 55px;
    overflow:hidden;
}

@media (max-width:767px) {
    .highlight-phone {
        text-align:center;
        margin-top:-3px;
    }
}

.highlight-phone p {
    color:#7d8285;
}

.highlight-phone h2 {
    font-weight:bold;
    margin-bottom:35px;
    line-height:1.5;
    padding-top:0;
    margin-top:0;
    color:inherit;
}

.highlight-phone .intro {
    font-size:18px;
    max-width:500px;
    line-height:1.5;
}

@media (max-width:767px) {
    .highlight-phone .intro {
        max-width:none;
    }
}

.highlight-phone .intro p {
    margin-bottom:35px;
}

.highlight-phone .intro .btn {
    padding:16px 32px;
    border:none;
    background:none;
    box-shadow:none;
    text-shadow:none;
    opacity:0.9;
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
    letter-spacing:0.4px;
    line-height:1;
}

.highlight-phone .intro .btn:hover {
    opacity:1;
}

.highlight-phone .intro .btn:active {
    transform:translateY(1px);
}

.highlight-phone .intro .btn-primary {
    background-color:#055ada;
    color:#fff;
}

.highlight-phone .iphone-mockup {
    position:relative;
    max-width:260px;
    margin-top:-30px;
    margin-bottom:-230px;
    /*transform:rotate(-15deg);*/
    width:209px;
}

.highlight-phone .iphone-mockup img.device {
    width:100%;
    height:auto;
}

.highlight-phone .iphone-mockup .screen {
    position:absolute;
    width:88%;
    height:77%;
    top:12%;
    border-radius:2px;
    left:6%;
    border:1px solid #444;
    background-color:#aaa;
    overflow:hidden;
    background:url(screen-content-iphone-6.jpg);
    background-size:cover;
    background-position:center;
}

.highlight-phone .iphone-mockup .screen:before {
    content:'';
    background-color:#fff;
    position:absolute;
    width:70%;
    height:140%;
    top:-12%;
    right:-60%;
    transform:rotate(-19deg);
    opacity:0.2;
}


/* Highlight-Phone shut */

/* Footer-Dark open */
.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#282e3e;
}

.footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
}

.footer-dark ul a:hover {
    opacity:0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align:center;
        padding-bottom:20px;
    }
}

.footer-dark .item.text {
    margin-bottom:36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom:0;
    }
}

.footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
}

.footer-dark .item.social {
    text-align:center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align:center;
        margin-top:20px;
    }
}

.footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
}

.footer-dark .item.social > a:hover {
    opacity:0.9;
}

.footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
}

.clean-block .block-heading h1, .clean-block .block-heading h2, .clean-block .block-heading h3 {
}

#noluc {
    background-color:#282e3e;
    height:866px;
}

@media (max-width: 576px) {
    #noluc {
        background-color:#282e3e;
        height:1126px;
    }
}

@media (min-width: 768px) {
    #noluc {
        background-color:#282e3e;
        height:600px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #noluc {
        background-color:#282e3e;
        height:862px;
    }
}

#top {
    width:724px;
}

@media (max-width: 400px) {
    #top {
        width:724px;
        margin-top:74px;
    }
}

#social-quytrinh {
    color:rgb(79,104,129);
    height:580px;
    background-color:rgb(142,40,40);
}

@media (max-width: 576px) {
    #social-quytrinh {
        color:rgb(79,104,129);
        height:808px;
        background-color:rgb(142,40,40);
    }
}

@media (max-width: 768px) {
    #social-quytrinh {
        color:rgb(79,104,129);
        height:808px;
        background-color:rgb(142,40,40);
    }
}

@media (max-width: 576px) {
    #social-quytrinh {
        color:rgb(79,104,129);
        height:808px;
        background-color:rgb(142,40,40);
        margin-top:70px;
    }
}

@media (max-width: 400px) {
    #social-quytrinh {
        color:rgb(79,104,129);
        height:808px;
        background-color:rgb(142,40,40);
        margin-top:159px;
    }
}

#text-social {
    width:121px;
    color:rgb(255,255,255);
    margin-top:25px;
    font-family:Roboto, sans-serif;
    font-size:16px;
    line-height:20px;
    margin-bottom:6px;
    margin-left:0;
}

#row-social {
    margin-left:0;
    margin-right:0;
}

@media (max-width: 576px) {
    #uytinhangdau {
        background-color:#282e3e;
        height:1216px;
    }
}

@media (min-width: 768px) {
    #uytinhangdau {
        background-color:#282e3e;
        height:666px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #uytinhangdau {
        background-color:#282e3e;
        height:858px;
    }
}

#dangky {
    background-color:#e21f2f;
    color:rgb(255,255,255);
    font-family:Roboto, sans-serif;
    font-size:20px;
    padding-right:34px;
    padding-left:34px;
    border:none;
}

@media (max-width: 400px) {
    #dangky {
        /*background-color:#e21f2f;*/
        /*color:rgb(255,255,255);*/
        /*font-family:Roboto, sans-serif;*/
        /*font-size:20px;*/
        /*padding-right:34px;*/
        /*padding-left:34px;*/
        /*border:none;*/
        margin-bottom:20px;
    }
}

#modal-nguon-hang {
    margin-top:100px;
}

#taobao {
    width:200px;
}

#tmall {
    width:200px;
}

#trang3 {
    width:200px;
}

#img1 {
    width:234px;
}

#search-input {
}

#search {
    height:38px;
    width:377px;
}

#btn-timkiem {
    width:205px;
    background-color:#e21f2f;
    border:none;
    height:38px;
}

@media (max-width: 576px) {
    #img1-list {
        width:99%;
    }
}

@media (max-width: 576px) {
    #img2-list {
        width:99%;
    }
}

@media (max-width: 576px) {
    #img3-list {
        width:99%;
    }
}

#column-noluc {
    text-align:center;
}

#column-tudong {
    text-align:center;
}

#dangnhap {
    background-color:#e21f2f;
    color:rgb(255,255,255);
    font-family:Roboto, sans-serif;
    font-size:20px;
    padding-right:34px;
    padding-left:34px;
    border:none;
}

#tygia {
    padding-bottom:26px;
    width:320px;
}

@media (max-width: 400px) {
    #tygia {
        padding-bottom:26px;
        width:320px;
        padding-top:112px;
    }
}

#top-dn {
    width:1170px;
}

#top-dn {
    height:60px;
}

#top-ten {
    /*width:246px;*/
    /*margin-top:-171px;*/
    /*padding-bottom:117px;*/
}

@media (max-width: 576px) {
    #top-ten {
        /*width:246px;*/
        /*margin-top:-171px;*/
        /*padding-bottom:84px!important;*/
    }
}

@media (max-width: 400px) {
    #top-ten1 {
        height:141px;
        margin-top:83px!important;
        padding-bottom:201px!important;
        text-align:center;
    }
}

@media (max-width: 576px) {
    #top-ten1 {
        height:141px;
        margin-top:-102px!important;
        padding-bottom:184px!important;
        text-align:center;
    }
}

#top-ten1 {
    height:141px;
    margin-top:-171px;
    padding-bottom:117px;
}

.info-head {
    margin-bottom:-2.5em;
    z-index:2;
    padding-bottom:1.2rem;
    position:relative;
}

@media (max-width: 400px) {
    #top-dev {
        margin-bottom:75px;
        margin-top:42px;
    }
}

#dangnhap-top {
    margin-top:-19px;
}

#nav-left {
    margin-left:-9px;
}

@media (max-width: 900px) {
    #nav-left {
        margin-left:114px;
        margin-top:-46px;
    }
}

@media (max-width: 576px) {
    #nav-left {
        margin-left:24px;
        margin-top:-46px;
    }
}

@media (max-width: 400px) {
    #nav-left {
        margin-left:6px;
        margin-top:-46px;
    }
}

@media (max-width: 900px) {
    #nav-don {
        height:106px;
    }
}

#top-menu {
    background-color: #007bff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 124px;
}

@media (min-width: 800px) and (max-width: 1024px) {
    #top-menu {
        background-color:#e21f2f;
        padding-top:8px;
        padding-bottom:8px;
        margin-top:94px;
    }
}

@media (max-width: 400px) {
    #top-left {
        margin-top:18px;
    }
}

@media (min-width: 1200px) {
    #top-right {
        /*margin-top:10px;*/
        /*margin-bottom:10px;*/
        /*text-align:center;*/
        margin-right:-346px;
    }
}

@media (max-width: 400px) {
    #top-right {
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
    }
}

@media (max-width: 400px) {
    .highlight-phone {
        text-align:center;
        margin-top:153px!important;
    }
}


/* Footer-Dark shut */




/* Footer-Dark shut */

.list-unstyled{
    list-style:none;
    width: 100%;
          margin: auto;
    margin-top: 5px;

}
.list-unstyled li{
    display:inline-block;
    margin-left: 5px;
    
}

.label-notification {
    color: #fff !important;
}
.dropdown-notification {
    /*top: 100px;*/
    width: 500px;
}

ul.cardList {
    list-style-position: outside;
    list-style-type: none;
    margin: 8px 0px 0px -4px;
    padding: 0;
    width: 100%;
}

ul.cardList li, ul.cardList li.selected {
    cursor: pointer;
    float: left;
    margin-right: 0;
    text-align: center;
    width: 88px;
    border: 1px solid #dcdcdc;
    border-radius: 4px 4px 4px 4px;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #ffffff, #f8f8f8);
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 2px;
    position: relative;
}

ul.cardList li:hover {
    border-color: #AAAAAA #AAAAAA #666666;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 0 3px #FFFFFF inset;
}

ul.cardList li.selected {
    border: 1px solid #009900;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 0 3px #FFFFFF inset;
}

ul.cardList li i, ul.cardList li.selected i {
    margin-left: 4px;
    vertical-align: middle;
}

ul.cardList li em {
    display: none;
}

ul.cardList li.selected em {
    font-size: 11px;
    position: absolute;
    z-index: 3;
    top: 1px;
    left: 1px;
    background: #F00;
    color: #ffffff;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
}

i.VISA, i.MASTER, i.AMREX, i.JCB, i.VCB, i.TCB, i.MB, i.VIB, i.ICB, i.EXB, i.ACB, i.HDB, i.MSB, i.NVB, i.DAB, i.SHB, i.OJB, i.SEA, i.TPB, i.PGB, i.BIDV, i.AGB, i.SCB, i.VPB, i.VAB, i.GPB, i.SGB, i.NAB, i.BAB, i.SGCB {
    background: url(../images/bank_logo.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 80px;
}

i.MASTER {
    background-position: 0 -31px;
}

i.AMREX {
    background-position: 0 -62px;
}

i.JCB {
    background-position: 0 -93px;
}

i.VCB {
    background-position: 0 -124px;
}

i.TCB {
    background-position: 0 -155px;
}

i.MB {
    background-position: 0 -186px;
}

i.VIB {
    background-position: 0 -217px;
}

i.ICB {
    background-position: 0 -248px;
}

i.EXB {
    background-position: 0 -279px;
}

i.ACB {
    background-position: 0 -310px;
}

i.HDB {
    background-position: 0 -341px;
}

i.MSB {
    background-position: 0 -372px;
}

i.NVB {
    background-position: 0 -403px;
}

i.DAB {
    background-position: 0 -434px;
}

i.SHB {
    background-position: 0 -465px;
}

i.OJB {
    background-position: 0 -496px;
}

i.SEA {
    background-position: 0 -527px;
}

i.TPB {
    background-position: 0 -558px;
}

i.PGB {
    background-position: 0 -589px;
}

i.BIDV {
    background-position: 0 -620px;
}

i.AGB {
    background-position: 0 -651px;
}

i.SCB {
    background-position: 0 -682px;
}

i.VPB {
    background-position: 0 -713px;
}

i.VAB {
    background-position: 0 -744px;
}

i.GPB {
    background-position: 0 -775px;
}

i.SGB {
    background-position: 0 -806px;
}

i.NAB {
    background-position: 0 -837px;
}

i.BAB {
    background-position: 0 -868px;
}

i.SGCB {
    background-position: 0 -895px;
}

.label-NH {
    float: left;
    width: 30%;
}

#keywordTudien {
    height: 38px;
    width: 377px;
}
.list-unstyled-custom {
    position: relative;
    top: -3495.19px;
    left: 713.188px;
    width: 377px;
    z-index: 99999;
    list-style: none;
    padding-left: 0px;
    background-color: azure;
}
.modal, .popover {
    opacity: 1 !important;
}
.modal-dialog {
    margin-top: 120px;
    
}
.open .dropdown-menu {
    display:block !important;
}