@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,600i,700');
/** ============= #0e5978  #9C3-9AE=========== **/
  
body,html{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f8f3f0;
    color: #888;
    font-family: 'Oxygen', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;c
    text-transform: uppercase;
}
.top_bar{
    padding: 15px 0;
    background-color: #047faf;
}
.top_bar p{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}
.header-nav .container {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px){
	.header-nav .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner {
    padding: 200px 0em 100px 0em;
    background: url(../images/1.jpg);
    background-position:center center;
    position: relative;
    background-size: cover;
    
    text-align: center;
    height: 80vh;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.banner .bannerText{
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 100px;

}
.bannerText span{
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
}
.bannerText .spanSub{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
}
.bannerText h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.bannerText h1 strong {
    color: #ffc107;
}

.bannerText .carousel-inner .item.active{
    opacity: 1;
    webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.bannerText .carousel-inner .item {
    opacity: 0;
}

@media (max-width: 768px){
    .bannerText span{
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 3px;
    }
    .bannerText .spanSub{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    .bannerText h1 {
        color: #ffffff;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        font-weight: 200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .carousel-control{
        width: 5%;
    }
    .banner {
        height: 65vh;
    }
}

@media (max-width: 990px){
    .bannerText span{
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 3px;
    }
    .bannerText .spanSub{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    .bannerText h1 {
        color: #ffffff;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .carousel-control{
        width: 8%;
    }
    .banner {
        height: 65vh;
    }
}


/**============General page banner=================**/
.page-banner {
    padding: 100px 0em 100px 0em;
    background-position:center center;
    position: relative;
    background-size: cover;
    text-align: center;
    height: 40vh;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-banner .bannerText{
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 100px;

}
.page-banner .bannerText span{
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
}
.page-banner .bannerText .spanSub{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
}
.page-banner .bannerText h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.page-banner .bannerText h1 strong {
    color: #ffc107;
}


@media (max-width: 768px){
    .page-banner .bannerText span{
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 3px;
    }
    .page-banner .bannerText .spanSub{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    .page-banner .bannerText h1 {
        color: #ffffff;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        font-weight: 200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
  
    .page-banner {
        height: 20vh;
    }
}

@media (max-width: 990px){
    .page-banner .bannerText span{
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 3px;
    }
    .page-banner .bannerText .spanSub{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    .page-banner .bannerText h1 {
        color: #ffffff;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 200;
        text-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .page-banner {
        height: 20vh;
    }
}

/**==============page=========================**/
.about-us-banner{
	background: url(../images/about-us.jpg);
}
.general-page li{
	font-size: 20px;
	padding: 5px;
}
.chairman-desk-banner{
	background: url(../images/chairman-desk.jpg);
}
.general-page .sImg{
	float:left; 
	margin:0 20px 10px 0;
}
.general-page p{
	font-size: 18px;
}
.our-mission-banner{
	background: url(../images/our-mission.jpg);
}
.our-course-banner{
	background: url(../images/our-course.jpg);
}
/** ============= nav bar =========== **/
#header-nav{
    background: #fff;
    border-radius: 0 0 0px 0px;
    border: 0;
    padding: 0;
    webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
.navbar-brand{
    padding: 5px 10px 0 0 ;
}
@media (max-width: 768px){
    .navbar-brand{
        padding: 10px;
    }
}
@media (max-width: 990px){
    .navbar-brand{
        padding-top: 15px;
    }
}


.navbar{
    margin-bottom: 0px;
}
.navbar-default {
    background: #fff;
    border-radius: 0 0 0px 0px;
    border: 0;
    padding: 0;
    webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    position:relative;
    z-index: 1000;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand img{
  
}

.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 10px;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #212121;
  min-height: 81px;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #047faf;
  color: #fff;

}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 1000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}  

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #047faf;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #047faf;
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
}
/**=============end of nav bar ========================**/

/**=============start general page===================**/
.general{
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.general h2{
    font-size: 48px;
    margin-bottom: 100px;
    text-transform: uppercase;
}
.general span {
    color: #42c5f9;
    font-size: 45px;
}
/**=================franchise application================**/
.franchise-page{
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.franchise-page h2{
    font-size: 48px;
    margin-bottom: 100px;
    text-transform: uppercase;
}
.franchise-page h2 span {
    color: #42c5f9;
    font-size: 45px;
}
/**=============start welcome===================**/
.welcome{
    padding: 40px 0;
    background: #0c4e68;
    position: relative;
	color: #fff;
}
.welcome h1{
    font-size: 25px;
    margin-bottom: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.welcome span {
    color: #42c5f9;
    font-size: 45px;
}
.welcome .why-icon i{
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    vertical-align: middle;
    width: 59px;
	padding: 12px 12px 12px 12px;
}
.welcome-header{
	font-size: 20px;
}
.welcome-text{
	font-size: 14px;
	margin-top: 10px;
}
.welcome-row{
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px #336172 solid;
}

.notice-box{
    padding: 30px 0 20px;
    position: relative;
	background-color: #fff;
    color: #e2e0e0;
    font-size: 14px;
}
.notice-box:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.notice-box h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.notice-box .quote-body{
    color: #747474;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}
.scroll-notice{
	list-style: none;
}
.scroll-notice li span{
	color: #ffc107;
    font-size: 20px;
}
.scroll-notice li p{
	margin-bottom: 20px;
}
.icon{
    fill: #a9a9a9 !important;
}
.notice-box span{
    color: #42c5f9;
}

.our-linkage{
    padding: 40px 0 20px;
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    color: #e2e0e0;
    font-size: 14px;
}
.our-linkage:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
}
.our-linkage h2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.our-linkage img{
	margin-right: 10px;
}

.our-linkage span{
    color: #42c5f9;
}
/**============fac box=================================**/
.fac-box{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	width: 100%;
	height: 100%;
	position:relative;
}
.fac-box-top{
	background: #1786b2;
	min-height: 150px;
	padding: 20px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	position: relative;
}

.outter {
	position: relative;
	display:inline-block;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.image-circle{
    border-radius: 50%;
    width: 175px;
    height: 175px;
    border: 4px solid #FFF;
    margin: 10px;
}
.desc{
    background-color: #1a94c4;
	color: #fff;
	text-align: center;
    height: 40px;
	padding-top: 10px;
}

.detail-row{
	color: #000;
    margin: 10px;
}
.detail-row-label{
	color: #1a94c4;
    font-size: 14px;
    font-weight: 200;
}
.detail-row-label span{
	color: #000;
	font-size: 14px;
}
/**=============certificate=======================**/
.cer-box{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	width: 100%;
	height: 100%;
	position:relative;
	padding: 30px;
}
.cer-box table{
	width: 100%;
}
.cer-box h2{
	text-align: center;
}
.cer-box h2 span{
	background-color: #000;
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
.cer-box .box{
	border: 1px solid #ddd;
	margin-top: 20px;
}
.cer-box .box th{
	padding: 10px;
}
/**=============gallery and vide=======================**/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.item img {
  border: 0;
  display: block;
  width: 100%;
}
.entry {
  background: #FFF;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: -10px 10px 10px -10px rgba(0,0,0,.35), -10px 10px 0 -3px rgba(0,0,0,.2);
  margin: 10px auto 20px;
  max-width: 800px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  text-align: center;
}
.entry > p {
  padding: 20px 0 10px;
}
.entry > .grid {
  margin: 20px auto 0px;
}
.entry > .grid > .img-item {
  width: 50%;
}
.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 1;
}
.grid .img-item {
	display: block;
	float: left;
	padding: 2px;
	width: 33%;
	opacity: 1;
}
.grid .img-item a,.grid .img-item img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}
.grid.effect-2 .img-item.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@media screen and (max-width: 900px) {
	.grid .img-item {width: 50%;}
	.entry {box-shadow: none;}
	.entry > .grid > .img-item {width: 50%;}
}

@media screen and (max-width: 400px) {
	.grid .img-item {width: 100%;}
	.entry {padding: 20px 0;}
	.entry > p {padding: 10px;}
	.entry > .grid > .img-item {width: 100%;}
}

/**=============start course-block===================**/
.course-block{
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.course-block h2{
    font-size: 40px;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.course-block h2 span {
    color: #42c5f9;
}

.card{
	position: relative;
	background: #FFFFFF;
    border-radius: 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
	min-height: 350px;
	margin-bottom: 20px;
	padding:10px;
	overflow: hidden;
}
.card .short-title{
	margin-top: 10px;
    padding-left: 5px;
    color: #047faf;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.card .course-title{
	margin-top: 10px;
    padding-left: 5px;
    color: #000000;
	font-size: 16px;
}
.card .course-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #047faf; /* This creates the border. Replace black with whatever color you want. */
}
.card .course-desc{
	margin-top: 20px;
    padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
    color: #626262;
	font-size:14px;
}
.card .card-footer{
	position:absolute;
	bottom:0;
	left:0;
	background-color: #11607f;
	height:40px;
	width: 100%;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.card .card-footer a{
	color: #fff;
	text-decoration:underline;
}
.card .sub-footer{
	position:absolute;
	bottom:40px;
	left:0;
	height:21px;
	width: 100%;
	color: #fff;
}
.card .sub-footer div{
	width: 50%;
	float: left;
	font-size: 12px;
	text-align: center;
	background-color: #047faf;
	padding: 2px;
}
.card .sub-footer :first-child{
	border-right: 1px solid #fff;
}
/**=======================chairman desk=============================**/
.chairman-desk{
    padding: 40px 0 40px;
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    color: #e2e0e0;
    font-size: 14px;
}
.chairman-desk .sImg{
	float:left; 
	margin:0 20px 10px 0;
}
.chairman-desk:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
}
.chairman-desk h2 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 20px;
}
.chairman-desk p{
    color: #e2e0e0;
    font-size: 14px;
    line-height: 26px;
}
.chairman-desk img{
    margin-top: 10px;
    margin-bottom: 5px;
}
.chairman-desk span{
    color: #42c5f9;
}

.feedback-block{
	height:350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}
.feedback-block figure {
    width: 130px;
    height: 130px;
    border-radius: 100%; 
    display: inline-block;
    margin-bottom: 15px;
}
.feedback-block img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
	border: 5px solid #fff;
}
.feedback-block h3 {
    color: #fffcfc;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}
.feedback-block h4 {
    color: #999797;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
	margin-top: -22px;
}
.feedback-block p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}




/**================================contact us============================**/
.map{
    margin-bottom: 50px;
}
.contact-box{
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 20px;
    background: #F7F7F7;
}
.contact-box i {
    color: #42c5f9;
    font-size: 50px;
}
.contact-box.add p {
    margin-top: 10px;
    text-align: left;
}
/**===============================video===================================**/
.row-margin-bottom{
	margin-bottom: 30px;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**================ footer =====================**/
.footer {
    padding: 50px 0 10px;
    background: #282828;
    position: relative;
}

.footer-br{
	border-right: 2px solid #313030;
}
.footer-bt{
	border-top: 2px solid #313030;
}

.footer-about, .footer-link, .footer-contact, .footer-social-media {
    margin-bottom: 30px;
}

.footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
	border-bottom: 2px solid #047faf;
	padding-bottom: 5px;
}

.footer-social {
    margin-top: 3px;
}
.footer-social a i {
    text-align: center;
    color: #ffffff;
    padding-top: 7px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
    text-decoration: none;
}
.fblike{
	padding: 5px 0 5px 5px;
    background-color: #fff;
	overflow: hidden;
}
}
.footer-social a i:hover {
    color: #48a0ec;
}
.footer-link ul li {
    margin-bottom: 3px;
    padding-bottom: 0px;
    border-bottom: 1px solid #3a3a3a;
}
.footer-link ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-link ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #ffffff;
    margin-right: 10px;
}
.footer-link ul li a:hover {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-link ul li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.footer-combo{
    background-color: #3C3C3C;
    background-image: none;
    border: 1px transparent solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 4px 4px 4px;
	width: 100%;
}
.footer-contact p {
    margin-top: 20px;
    color: #fff;
}
.footer-contact p i{
    margin-right: 10px;
}

.footer-copyright {
    background: #111111;
    text-align: center;
    padding: 20px 0;
}
.footer-copyright a {
    color: #428bca;
}
.footer-about img{
	margin-top: 35px;
}
/**===================== Banner modal =====================**/
#nctiBannerModal .modal-content{
	overflow:hidden;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
