main {
    margin-top: 0px;
}

#hero {
    padding: 0 !important;
    /* min-height: 630px; */
}

#hero .row > * {
	max-width: 100%;
	padding: 0px;
}

@font-face {
    font-family: 'duy-digital';
    src: url('font/mydigits.woff') format('truetype');
}
/* .counts .count-box {
	padding: 21px 30px 25px 30px;
	min-height: 194px;
} */

.counts .count-box span {
	font-family: duy-digital;
	font-size: 77px;
	letter-spacing: 7px;
	height: 94px;
}

#map .row>* {
    padding: 0 !important;
}

#map {
    padding-bottom: 0px;
}

.services {
    border-bottom: 5px solid #ffa763;
}

#footer .footer-newsletter {
    padding: 3px 0;
}

.team-break-line {
    margin: 10px 0;
    height: 5px;
    background-color: white;
}

/* section-title h2 
text-align: left;
  padding-left: 0px;
*/



/* Hero Section * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * */
#hero .hero-swiper {
    overflow: hidden;
    position: relative;
}

#hero .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

#hero .swiper-pagination-bullet {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    background-color: #FAAD5B;
    width: 24px;
    height: 14px;
    margin: 0 6px;
    border-radius: 4px;
}

#hero .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    background-color: #023B6D;
}

#hero .swiper-button-next,
.swiper-button-prev {
    color: inherit;
}

/*move swiper pagination on top to image 
#hero  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: 0 !important;
}*/



/* Gallery Section * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * */

#gallery .row>* {
    padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
}

#gallery .ig-swiper {
    overflow: hidden;
    position: relative;
}

#gallery .swiper-slide {
    padding-bottom: 2px;
}

#gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: cover;
}

#gallery .swiper-slide p {
    padding: 10px;
    font-size: 16px;
    background: linear-gradient(to top, #FFF, #FFA763);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 70px;
    margin-top: 2px;
    color: #333;
    font-weight: bold;
}

#gallery .swiper-pagination-bullet {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    background-color: #FAAD5B;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border-radius: 4px;
}

#gallery .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    background-color: #023B6D;
}

#gallery .swiper-button-next,
.swiper-button-prev {
    color: inherit;
}

#gallery .ig-swiper-pagination {
    bottom: 200 !important;
}

#gallery .ig-swiper {
	overflow: hidden;
	position: relative;
	border: 2px solid #124a7a;
	border-radius: 6px;
	padding-bottom: 2px;
}

/* Social Tab  * * */

#myTabContent {
    min-height: 640px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid #124a7a; /* F05B23 */
}
#myTabContent iframe {
    border-radius: 6px;
}

#myTab {
    border-bottom: 0px;
}

#myTab button img {
    width: 44px;
}

#myTab button {
    padding: 6px 8px;
    margin-right: 10px;
    border: 0px;
}

#myTab button:hover {
    border: 0px;
}

#myTab button.active {
    background: linear-gradient(to bottom, #FFF, #b9daf7);
    border-left: 2px solid #124a7a;
    border-right: 2px solid #124a7a;
    border-bottom: 2px solid #124a7a;
    border-top: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}