/*-----------
1- LOADING
2- popup css
3- header
4- about
5- features
6- client
8- testimonials
9- newsletter
10- footer
11- counter
12- price
13- responsive
----------------*/
html, body {
    color: #222;
    font-family: "Roboto";
    line-height: 25px;
    background-color:#ffffff;
    font-size:15px;
}



.section-padding{
    padding: 60px 0px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}
 #owl-demo .item{
        margin: 10px 15px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
    .owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 32px;
}
.bdr {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}
.pnd {
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
}
.xanhdam{
    color: #14406C;
}
.xanhnhat{
    color: #17497C;
}
.cam{
    color: #FCB94D;
}
.ghixam{
    color: #666666;
}
.white{
    color: #fff;
}
.ghinhat{
    color: #b5b5b5;
}

.bg-xanhdam{
    background-color: #14406C;
}
.bg-ghixam{
    background-color: #666666;
}
.bg-ghinhat{
    background-color: #f9f9f9;
}

.text-justify{
    text-align:justify;
}

.mota {
    font-size: 14px;
}

ul.horizon {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
ul.horizon li {
    display:inline;
    margin:0px;
    padding:0px;
}

a {
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}
.btn {
    border-radius: 20px;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.ank {
    background: #17497C none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 0 #154360;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 25px;
    text-align: center;
}
.ank:hover {
    background: #FCB94D none repeat scroll 0 0;
    box-shadow: 0 5px 0 #FBA927;
}
.nut-cam {
    background: #FCB94D none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ddd;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    margin-top: 30px;
    padding: 15px 25px;
    text-align: center;
}
.ank2:hover {
    background: #f94b71 none repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 5px 0 #c83c1c;
}
.margin-auto {
    float: none;
    margin: auto;
}
.bg {
    background: #111 none repeat scroll 0 0;
}

.bottom-decor-line:before {
    content: "";
    position: absolute;
    text-align:center;
    bottom: 0;
    left: 47%;right: 47%;
    width: 6%;
    border-bottom: 3px solid #f1cf7d;
}

h2.main-title{
    margin-bottom: 20px;
}

.main-title{
    font-size:28px;
}
.main-title p {
    line-height: 26px;
    margin: 15px auto 0;
    width: 100%;
}

.main-title-margin-bottom{
    margin-bottom: 50px!important;
}

a {
    transition: all 0.35s ease 0s;
}
.pad70 {
    padding-top: 30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d5d5d5;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d5d5d5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d5d5d5;
}

/* LOADING */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------- header css --------------*/

.navbar-default {
    background: rgba(0,0,0,0) none repeat scroll 0 0;      /*  #14406C */
    border: medium none;
    position:absolute;
    top:0px;
}

nav .socialfooter {
    margin: 27px 0 0;
}
.affix {
    background: rgb(20,64,108,1) none repeat scroll 0 0;  /* #304ffe */
    position: fixed;
}
.navbar-brand {
    height: 63px;
    padding: 12px 15px;
    display:none;
}

.navbar-brand img{
    height: 100%;
    width:auto;
}

.navbar-default .navbar-nav > li {
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: #14406C;
    padding: 10px 30px;
    border-radius: 0px 0px 5px 5px;
    margin-left:20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #FCB94D none repeat scroll 0 0;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #FCB94D;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ddd;
}
.dropdown-menu {
    animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 4px;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #579d36;
    color: #fff;
    text-decoration: none;
}
@keyframes dropdownOpen {
0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes dropdownOpen {
0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.navbar-default .navbar-toggle {
    border: medium none;
    margin-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-collapse {
    border-top: medium none;
}
.subscribe {
    border: 1px solid;
    border-radius: 10px;
    margin-right: 16px;
    text-align: center;
    width: 116px;
}
.navbar-nav > li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.header {
/*    background: #fafafa none repeat scroll 0 0;        height: 100%; */
    background-color:#fff;
    overflow: visible;
    position: relative;
}
.header-bg-img{
    background: url("../img/header-bg.png") no-repeat center center;
    background-size:cover;
}

.header-text {
    padding: 0 20% 0 20%;
    text-align:center;
}

.header-text .logoexpo {
    padding: 20px 0px ;

}

.header-text .logoexpo img{
width: 150px;
height:auto;
}
.header-text .sukien {
    font-size: 16px;
    margin-top:50px;
}

.header-text .dongho {
    font-size: 44px;
    font-weight: 800;
    margin: 20px 0px;
}
.header-text .dongho .day {
    display:inline-block;
    position:relative;
    padding-right: 20px;
}
.header-text .dongho .day img {
    width: 16px;
    height:auto;
    position:absolute;
    top:-2px;
    right:0px;
}

.header-text .ngaythang {
    font-size: 18px;
    font-weight: 700;
}
.header-text span.xanh-cam {
    background-color: #FCB94D;
    color: #14406C;
    padding:2px 5px;
    border-radius: 5px;
}
.header-diadiem {
    font-size: 18px;
}
.header-diachi {
    font-size: 14px!important;
}

.header-text .vnea {
    margin-top: 40px;
    font-size: 14px!important;
}
.header-text .nut {
    margin-top:30px;
}
.header-img {
    padding: 10% 0 0;
    text-align: center;
}

.header-text p {
 /*   color: #fff; */
}
.top-header {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 0;
}
.top-header .socialfooter {
    float: right;
    margin: 0;
}
.top-header .socialfooter {
    float: right;
    margin: 0;
}
.top-header .socialfooter a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 0;
}
.affix .top-header {
    display: none;
    transition: all 0.35s ease 0s;
}
.header-text h1 {
    margin-top:30px;
    letter-spacing: 1.4px;
}

.header-text .h1-desktop {
   display:block;
}

.header-text .h1-block1 {
    font-size: 38px;
    font-weight: 600;
}
.header-text .h1-block2 {
    font-size: 24px;
    font-weight: 500;
}

.header-text strong {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0;
}
.btn-wt-bdr {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 12px 24px !important;
    text-transform: uppercase;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ccc;
    text-decoration: none;
}


/*-------- About css --------------*/
.about {
/*    background: #ffffff none repeat scroll 0 0; */
position: relative;
}
.about-text {
    color: #fff;
    text-align:justify;
    padding-left:50px;
}
.about-img{
    padding-top: 40px;
}

.about-bg-img {
    background: #17497C;
    background-size:auto 100%;
}
.about-bg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-text h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 40px;
}
.about-text p {
    font-size:15px;
    margin-top: 20px;

}
.about-text .logo-partner-vnea{
    width:auto;
    height:40px;
    margin:20px 0px 20px 0px;
}
.about-text .logo-partner-vinaxad{
    width:auto;
    height:30px;
    margin:20px 0px 20px 50px;
}

/*-------- Scale css --------------*/

.scale{

}

.scale-text{
    text-align:center;
    padding-top: 10px;
}

.scale-text .logo-expo2{
    width:180px;
    height:auto;
}

.scale-text .chu{
    font-size: 18px;
    display:block;
}
.scale-text .so{
    font-size: 56px;
    display:block;
    padding-bottom: 0px;
}
.scale-text .ngaythang{
    font-size: 28px;
    margin-bottom: 20px;
}
.scale-text span.cam-trang {
    background-color: #FCB94D;
    color: #fff;
    padding:2px 5px;
    border-radius: 5px;
}
.scale-text .diadiem{
font-size: 15px;
font-weight:bold;

}
.scale-text .diachi{
font-size: 12px;
}
.scale-text .border-left{
    border-left: 1px solid #17497C;
}
.scale-text .set-align-right {
    float:right;
    padding-right:20px;
}
.scale-text .set-align-left {
    float:left;
    padding-left:20px;
}
/*-- diagram css */
.diagram {
    background: #f9f9f9 none repeat scroll 0 0;
}

.diagram-img{
    text-align:center;
    padding: 0px 50px;
}

.diagram-text{
    text-align:justify;
}



.diagram-text .so{
    font-size: 24px;
    text-align: right;
    width: 40px;
    height:auto;
    display:inline-block;
}
.diagram-text .chu{
    font-size: 16px;
    text-align: left;
    padding-left:30px;
}

.diagram-text .block-color{
    width: 20px;
    height:20px;
    text-align:right;
}


.diagram-text .nut {
    display: inline-block;
    margin-top: 30px;
}


/*-- Benefit css */
.benefit{
    color:#fff;
}

.benefit-bg{
    background-color: #fff ;
}
.benefit .main-title{
    text-align:center;
}
.benefit .subtitle{
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
    color: #666666;
}
.benefit .box-img{
    height: 60px;
    text-align:center;
}
.benefit img{
    height: 60px;
}
.benefit .detail1{
    font-size: 15px;
    margin-top: 20px;
    color: #666666;
    text-align:center;
}



ul.style-type-none{
    list-style-type:none;
}


/*-- Activity css */
.activity{
    color:#fff;
}

.activity-bg{
    background-color: #17497C ;
}

.activity .main-title{
    text-align:center;
    color: #fff;
}

.activity ul{
    height: 200px;
    border-bottom: 3px solid #f1cf7d;
    text-align:center;
    padding: 0px 10px;
    list-style-type: none!important;
}

.activity .subtitle{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    color: #fff;
}

.activity .box-img{
    height: 60px;
}
.activity img{
    height: 60px;
}
.activity .detail1{
    font-size: 15px;
    margin-top: 30px;
    color: #b5b5b5;
}
.activity .detail1 .text-style{
    text-transform: uppercase;
}

ul.style-type-none{
    list-style-type:none;
}


/*-- Lookback css */
.lookback{

}
.lookback-cta{
    background: url("../img/expo/Asset19.jpg") no-repeat center center;
    width: 100%;
    height: 300px;
    background-size:cover;
    border-radius: 0 0 30px 30px;
}
.lookback-cta .lookback-button{
    padding: 20px 25px;
    position: absolute;
    top: 30%;
    left: 10%;
    text-transform: uppercase;
    background-color: rgba(20, 64, 108, 0.7);
    color: #FCB94D;
    font-size: 26px;
    border-radius: 10px;
    cursor:pointer;
}

.lookback-bg{
    background-color: #14406C;
}
.lookback .main-title{
    text-align:center;
    color: #fff;
}

.lookback .video{
    text-align:center;
    padding: 0px 0px 60px 0px;
}

.lookback .promotion{
    color:#fff;
}

.lookback .subtitle{
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
}
.lookback .box-img{
    height: 60px;
    text-align:center;
}
.lookback img{
    height: 60px;
}
.lookback .detail1{
    font-size: 15px;
    margin-top: 20px;
    text-align:center;
}


/*-- Press css */

.press .main-title{
    text-align:center;
}
.press li.press-logo{
    width: 10%;
    height:auto;
    float:left;
    margin-right:1%;
    margin-top: 0px;
    text-align:center;
    background-color: #fff;
}
.press ul{
    width: 100%;
    float:left;
}
.press ul, .press ul li{
    margin:0px;
    padding:0px;
}

.press .press-logo img{
    height:auto;
    width:100%;
}

/*-- Partner css */

.partner .main-title{
    text-align:center;
}
.partner .partner-logo{
    padding: 20px 0px;
    text-align:center;
}

.partner .partner-logo img{
    max-height:60px;
    width:auto;
}

/*-- connect css */

.connect-bg{
    background-color:  #14406C;
}
.connect-text{
    padding: 20px 20px 20px 20px;
    color:  #fff;
}
.connect-text h2{
    font-size: 22px;
    margin-bottom: 30px;
    color:  #FCB94D;
}

/*-- Price css */
.price-bg{
    background-color: #f5f5f5;
}

.price .main-title{
    text-align:center;
}

.price .top-info{
    text-align:center;
    margin-bottom: 60px;
}
.price .border-left{
    border-left: 1px solid #14406C;
}
.price .top-info-text{
    padding: 10px!important;
    text-align:center;
}

.price .top-info-text .so{
    font-size: 20px;
    padding-right:10px;
    color: #14406C;
}
.price .top-info-text .chu{
    font-size: 15px;
    text-transform: uppercase;
}

.price .price-main-board{
    padding: 10px 80px;
}
.price .price-main-board .price-title-domestic{
    font-size: 18px;
    width:100%;
    color: #FCB94D;
    border-bottom: 1px solid #FCB94D;
}
.price .price-main-board .price-title-foreign{
    font-size: 18px;
    width:100%;
    color: #14406C;
    border-bottom: 1px solid #14406C;
}
.price .price-sub-board{
    padding: 20px 20px;
    margin: 30px 0px;
    text-align:center;
    width:100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 2px 5px 5px #ddd;
}

.price .price-sub-board .text-type{
    font-size: 16px;
    font-style:italic;
    text-decoration: underline;
    margin-bottom: 50px;
}
.price .price-sub-board .text-price{
    font-size: 28px;
    font-weight:700;
}
.price .price-sub-board .text-unit{
    font-size: 22px;
    font-style:italic;
}

.price-ank-xanhdam {
    background: #14406C none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 10px;
    text-align: center;
}
.price-ank-xanhdam:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.price-ank-cam {
    background: #FCB94D none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 10px;
    text-align: center;
}
.price-ank-cam:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.price .price-note{
    text-align:justify;
}
.price .price-note ul{
    padding:0px;
    margin:0px;
    margin-left: 20px;
}

.price .btn-margin{
    margin-top:50px;
}

/*-- Submit css */
.submit-bg{
    background-color: #17497C;

}
.submit .main-title{
    text-align:center;
    color: #fff;
}
.submit .submit-board-left{
    padding: 20px 60px;
}
.submit .submit-board-right{
    padding: 20px 60px;
}

.submit .input-field{
    width:100%;
    padding: 5px!important;
    height: 40px!important;
    color: #111;
}
.submit .textarea-field{
    width:100%;
    padding: 5px;
    height: 120px!important;
    color: #111;
}

.submit .submit-cta{
    color: #FCB94D;
    font-style:italic;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.submit .chu{
    text-align:justify;
    color: #fff;
    text-transform:uppercase;
}
.submit label{
    font-weight: 400!important;
}
.submit-ank-cam {
    background: #FCB94D none repeat scroll 0 0;
    border-radius: 5px;
    border:none!important;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 30px;
    text-align: center;
}
.submit-ank-cam:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.submit .error {
    color: #FCB94D;
    font-weight:400;
    font-style:italic;
}
/*-- Submit note css */
.submit-note{
    color:#fff;
}

.submit-note-bg{
    background-color: #14406C;
}

.submit-note .submit-board-left{
    padding-left:60px;
}
.submit-note .submit-board-right{
}

.submit-note .text-grey{
    color: #b5b5b5;
}
.submit-note .text-white{
    color: #fff;
}
.submit-note .contact-item{
    display: inline-block;
    padding: 0px 0px 0px 20px;
}



/*-- Sumary css */
.sumary{
    text-align:center;
    color:#fff;
}
.sumary-bg{
    background-color: #17497C;
}
.sumary .sumary-logo-expo{
    width: 200px;
    height:auto;
}
.sumary .sumary-video{
    padding: 60px 60px;
}

.sumary .sumary-detail{
    text-align:justify;
    padding: 0px 60px;
}

.sumary .sumary-subtitle{
    color: #FCB94D;
    text-transform: uppercase;
}
.sumary .sumary-text-grey{
    color: #b5b5b5;
}

/*-- FAQ css */
.faq{

}
.faq .faq-bg{
    background-color: #ffffff;
}

.faq .main-title{
    text-align:center;
    font-size: 24px;
}

    .panel [data-toggle="collapse"]:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        padding-top: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel [data-toggle="collapse"].collapsed:before {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff;
    }

.faq .question{
    background-color:  #17497C;
    color: #fff;
    padding: 15px 15px;
}

.faq .answer{
    background-color:  #f5f5f5;
    color: #b5b5b5;
    padding: 20px 80px;

}

.tooltip {
    position: relative;
    overflow: visible!important;
    z-index:999;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #006ebd;
    color: #006ebd;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0px;
    font-size: 16px;
    /* Position the tooltip */
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 60px;

}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*-- Footer css */
.footer{

}
.footer-bg{
    background-color: #17497C;
}

.footer .footer-left-content{
    text-align:left;
}
.footer .footer-right-content{
    text-align:right;
}
.footer .footer-logo{
    height: 80px;
    width:auto;
}

.footer .footer-logo-expo{
    height: 80px;
    width:auto;
}

.footer .footer-logo-vnea{
    height: 40px;
    width:auto;
    margin-top: 30px;
}
.footer .footer-logo-vinaxad{
    height: 30px;
    width:auto;
    margin-top: 40px;
    margin-left: 50px;
}

.footer .footer-logo-youtube{
    height: 20px;
    width:auto;
}.footer .footer-logo-facebook{
    height: 20px;
    width:auto;
    margin-left: 20px;
}

.footer .footer-text{
    width:auto;
    margin-top: 60px;
}
.footer .footer-text-left{
    padding-left: 100px;
}

.item-icon{
    display:block;
}

.display-alert{
    display:none;
}

.footer .footer-decor{
    height: 100px;
    width:100%;
    background-color: #14406C;
}


