/* =================================== */
/*  Font Family and Colors Styles
 
/* Blue      		- #102a83 */
/* Blue2     		- # */
/* Blue light		- # */
/* Yellow	 		- #ffcb00 */
/* Yellow light		- #ffdc95 */
/* Yellow Cream		- #fffcdb */
/* Green			- #009035 */

/* Oddblue dark 	- #0c1f38 */
/* oddblue light	- #1c2d44 */

/*  Color1

/* Grey	 			- #ECECEC */
/* Yellow	 		- #F3D250 */
/* Red		 		- #f48888 */
/* Blue1      		- #91ccf4 */
/* Blue2      		- #5ca2d5 */



body {
  background-color:#FFF;
  font-family: "Sarabun", sans-serif;
  color:#333;
}

.portfolio-item {
  margin-bottom: 30px;
}
.falg {
	position: absolute;
    top: 12px;
    z-index: 999;
    left: -46px;
    width: 150px;
    height: 100px;
}
/* =================================== */
/*  Navbar & TopBar
/* =================================== */
.navbar-custom, .navbar-custom a {
    color: #555;
    line-height:auto;
    margin-top: 5px;    
}
.navbar-custom {
    background-color: #0072d3;
    color: #FFF;
    border: 0;
    border-radius: 0px;    
    padding: 0;
    margin: 0;
    height:50px;    
    -webkit-transition: padding 0.25s, background 0.25s;
    -moz-transition: padding 0.25s, background 0.25s;
    -ms-transition: padding 0.25s, background 0.25s;
    -o-transition: padding 0.25s, background 0.25s;
    transition: padding 0.25s, background 0.25s;
}


/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-toggler {
    color: #666;
}

.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
    padding-top:200px;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #FFF;
    padding-left:20px;
    padding-right:15px;
    font-weight:bold;
}

.navbar-custom .navbar-nav .nav-link:hover {
    background-color:#0072d3;
    color: #FFF;
    border-radius: 0px;    
    
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #FFF;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #0072d3;
    border-radius:0px;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
    line-height:2rem;
    border-bottom:1px solid #1789ea;
    font-weight:bold;        
}
.navbar-custom .dropdown-item:active,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #FFF;
    background-color:#0072d3;

}

.top-logo {
    position: relative;
    width: 700px;
    padding: 10px 20px 10px 10px;
    background: #FFF;
    z-index: 2;	
    transform-origin: bottom left;
    -ms-transform: skewX(-30deg, 0deg);
    -webkit-transform: skewX(-30deg, 0deg);
    transform: skewX(-30deg, 0deg);  
}
.top-logo:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFF;
	border-right: 10px solid #FFF;            
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}


.top-logo-right{
	background:#FFF;
	color:#333;
	padding:35px 0px 10px 0px;	
	text-align:right;
}

.top-logo-right .btn-highlight{
	background: #54c873;
	border:2px solid #34a853;
	color: #ffffff !important;
	border-radius: 30px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 5px 20px 5px 20px;	
}
.top-logo-right a {
	border:1px solid #ffffff;
}
.top-logo-right a:hover {
	background: #4797ff;
	color: #fff !important;
	border:1px solid #1767cf;
	text-decoration:none;
}

.top-line{
	background:#e8f0fe;
	margin:0px;
	margin:0px -15px 0px -15px;
}

.top-line a{
   color:#0072d3;
}

.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.9rem;
}  
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
  left: 100%;
  border-radius: 0 .25rem .25rem .25rem;
}



/* =================================== */
/*  Parallax1 Section
/* =================================== */
.parallax1-section {
  background-image: url(../images/vcb-front-parallax1.jpg);
  background-repeat:no-repeat;  
  background-size: 100% auto;
  background-position: center center;
  padding: 40px 0px 40px 0px;
  position: relative;
  color: #fff;
}

.parallax1-section h2 {
  color:#ffcb00;
}

.page-banner-section{
	background:#e9ecef;
	margin-bottom:20px;
}
.page-banner-section .breadcrumb{ padding: .75rem 0rem; }
h2.title-head{ border-bottom:1px solid #e5e5e5; padding-bottom:5px;}

/* =================================== */
/*  Services Section
/* =================================== */
.vcb-services {
 background-color:#ffefc8;
 padding-top: 40px;
 padding-bottom: 40px;
}

.vcb-services h2 {
  color:#102a83;
}

#myTab {
    display: block;
    text-align: center;
    border: none;
}
.banner-variety .nav-tabs {
    padding-top: 50px;
}
.banner-variety {
    padding-bottom: 0 !important;
    background: url(../images/landing-element-1.png) no-repeat top left, url(../images/landing-element-2.png) bottom right 5% no-repeat;
        background-size: auto auto, auto auto;
}

.frame-img{
	margin-left:6%;
}

#myTab .nav-item {
	display: inline-block;
	padding: 0 4px;
}
#myTab .nav-link {
	display: block;
	padding: 4px 15px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	border-radius: 25px;
	position: relative;
	border: none;
}
#myTab .nav-link:hover,
#myTab .nav-link.active {
	background: #009035;
	border: none;
	color: #fff;
}
#myTab .nav-link:after {
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 154, 50, 0);
	border-top-color: #009035;
	border-width: 6px;
	margin-left: -6px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
#myTab .nav-link:hover:after,
#myTab .nav-link.active:after {
	opacity: 1;
}
#myTabContent {
	padding-top: 45px;
}
#myTabContent p {
	padding-bottom: 20px;
}
#myTabContent p:last-child{
    padding-bottom: 0px;
}


/* =================================== */
/*  Activities Section
/* =================================== */
.vcb-activities {
 background-color:#ffefc8;
 padding-top: 40px;
 padding-bottom: 40px;
}

.vcb-activities h2 {
  padding-bottom:10px;
  color:#102a83;
}

/* =================================== */
/*  Other Section
/* =================================== */
.vcb-other {
 padding-top: 50px;
 padding-bottom: 20px;
}

.vcb-other h2 {
  color:#102a83;
}

/* =================================== */
/*  Welcome Section
/* =================================== */
.vcb-welcome {
 padding-top: 40px;
 padding-bottom: 40px;
}
.vcb-welcome h2 {
  color:#102a83;
}
.vcb-welcome .blockquote{
    margin: 0 0 1rem;
    padding-left: 20px;
    border-left: 5px solid #999;
    margin-left: 20px;
    font-size:18px;
}
.vcb-welcome h3 {
    color:#102a83;
    font-weight: 400;
    font-size: 24px;
    padding: 10px 0px 10px 20px;
    border-bottom:2px solid #CCC;
}


.vcb-welcome h3 span {
    color: #009035;
}

.vcb-welcome hr{
    color:#CCC;
    background-color:#CCC;
}

#noticeModalLong .modal-dialog {
    max-width: 800px;
}

/* =================================== */
/*  Footer Styles 
/* =================================== */
.footer-section {
	background-color: #FFF;
	background-size: 100% auto;
	background-position: center center;
}

.footer-section h4 {
  color:#102a83;
}

.footer-section h5 {
  color:#102a83;
}

.footer-section h2 {
  font-family: 'Domine', serif;
  color:#fff;
}

.footer-section h3 {
  font-family: 'Domine', serif;
}
.footer-section h1 {
  font-family: 'Domine', serif;
  font-weight:700;
  color: #102a83;  
}

.footer-section .footer-tollfree{
  background-image: url(../images/vcb-front-bg-tollfree.jpg);
  background-repeat:no-repeat;  
  background-color: #FFF;
  background-size: 100% auto;
  background-position: center center;
  color:#000;
  padding: 50px;  
  text-align:center;  
}


.footer-section .quick-links {
  background-color:#e9edf0;
  color:#333;
}
.quick-links ul.fa-ul { margin-left:22px;}
.footer-section .quick-links ul li {
  list-style: outside none none;
  line-height: 2rem;
}

.footer-section .quick-links ul li a {
  color:#333;
}

.footer-section .quick-links ul li a:hover {
  color:#102a83;
  
}

.footer-section .footer-slogan {
  background-color:#32a4ff;
  color:#000;  
  padding:2rem;
}

.footer-section .address1-text {
  background-color: #d7dadd;  
  color:#333;
  line-height:2.0rem;
  padding:40px;
}

.footer-section .address1-text a {
  color:#333;
}
.footer-section .address1-text a:hover {
  color:#102a83;
}

.footer-section .address2-text {
  background-color: #e9edf0;  
  color:#333;
  line-height:2.0rem;
  padding:40px;  
}

.footer-section .address2-text a {
  color:#333;
}
.footer-section .address2-text a:hover {
  color:#102a83;
}

.footer-section .copyright  {
  background-color: #fff;  
}

.footer-section .copyright-text {
  color: #333; 
  text-align:right; 
}
.footer-section .copyright-text a {
  color: #333;  
}
.footer-section .copyright-text a:hover {
  color: #102a83;  
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/* Media CSS */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 575.98px) {
    .navbar {
		margin-top: 100px;
		width:50px;
	}
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 40vh;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
    .homeSlider .carousel-caption h2 {
        font-size: 30px;
    }
    .homeSlider .carousel .carousel-indicators {
        bottom: 5%;
    }
    .homeSlider .carousel-item {
		margin-top:20%;
    }        
	.top-social{
		margin:0px;
		color:#FFF;
		text-align:center;
	}        
	.top-line{
		background:#e8f0fe;
		padding:0.5rem !important;
		font-size:12px;
		margin-top: -54px;
	}
	.top-logo {
		width:85vw;
	}
	.top-logo-right {
		background:#ffefc8;
		padding:10px 0px 10px 0px;
	}
	.top-logo-right .btn-highlight {
		font-size:smaller;
		padding: 5px 20px 5px 20px;
	}
	.carousel-inner {
		margin-top:0.0rem;
	}    	
	.vcb-services {
		padding: 1.5rem;
	}		
	.parallax1-section {
 	    -webkit-background-size: cover;
	    -moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align:center;
		padding:20px;
	    background-position: center center;

	}    
	.vcb-activities {
		background-color:#ffefc8;
		padding: 1rem !important;
	}    
	.footer-section .footer-tollfree {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align:center;
		padding:20px;
		background-position: center left;
	}
	.footer-section .copyright {	
		text-align:left;
		padding:20px 20px 0px 30px;
		
	}	
	.footer-section .copyright .p-5 {	
		padding: 0.5rem !important;
	}	
	.footer-section .copyright-text {	
		text-align:left;
		font-size:14px;
		padding:30px !important;
	}	
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 576px) and (max-width: 768.98px) {
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 33.33vh;
    }
    .homeSlider .carousel-caption h2 {
        font-size: 30px;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
    .homeSlider .carousel .carousel-indicators {
        bottom: 0;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 768.99px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

.flash {
  background-color: #004A7F;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}