@import url('../dist/font-awesome/css/font-awesome.min.css');
@import url('../dist/animate/animate.min.css');
@import url('fonts.css');
:root { --main-text-font: 'new-frank', sans-serif, Arial, Helvetica; --primary-color: #000000; --green: #00AA69; --light-green: #126D6D; --light-green-1: #E7F0F0; --light-green-2: #DBE9E9; --deep-green: #066666; --dark-green: #054D4D; --yellow: #FFCE00; --navi-blue: #0B1E60; --grey: #302F2F; }
body { color: var(--primary-color); font-family: var(--main-text-font); font-weight: normal; padding-top: 115px; }
.main-post a, .main-post a:hover { color:var(--deep-green); }
.main-post a { text-decoration: underline; }
.main-post a:hover { color:var(--navi-blue); }
a:focus { outline: none; }
*:focus { outline: none; }
button:active, button:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }
.img-responsive, .navbar-brand > img { display: inline-block; }
img { display: inline-block; height: auto; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--deep-green); font-family: var(--main-text-font); font-weight: normal; text-transform: initial; }
h1 { font-size: 42px; font-weight: 300; line-height: 58px; text-transform:uppercase; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; line-height: 30px; }
h5 { font-size:17px; line-height:25px; }
p, li { color: var(--grey); font: 300 15px var(--main-text-font); overflow-wrap: break-word; word-wrap: break-word; line-height:22px; }
.clearfix { clear: both; margin: 0px; padding: 0px; }
.center { text-align: center; }
.breadcrumb li a, a.link-arrowed, .searchbox a, footer a, .object ul li a, a.flexbtn, .smodal ul li a, .cases .detail a, .stage, .stage >a, .stage>a>div { text-decoration:none; }
::marker {
  color: var(--deep-green);
}
ol, ul {
    padding-left: 1rem;
}

a.link-arrowed {
    color: var(--deep-green);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.container { position: relative; }

.single li, .accordion-body li {padding-bottom:5px; line-height: 1.5; }
.single li>ul, .accordion-body li>ul { padding-top:5px; }


.navbar { background-color: var(--bs-white); border-bottom: 1px solid rgba(0, 91, 91, 0.5); padding: 0px 0px; height: 115px; }

header#header.fixed, body.no-carousel header#header { opacity: 0.95; }
img.scrollLogo { display: none; }
.searchbox { display: block; }
.headerScroll, .headerScroll .navbox { height: 72px; }
.headerScroll .searchbox { display:block; }
.headerScroll .searchbox { display:none; }

.navbar-brand > img { max-width:initial; width:100%; }

.navbar-toggler { border: none; margin: 0px 0px; }
.navbar-toggler-icon { background: url(../images/toggle.png) no-repeat left top; height: 20px; width: 24px; }
.navbar-toggler-icon:hover { background-position: left -20px; }
.navbox { border-left: 1px solid rgba(0, 91, 91, 0.5); float: left; display: grid !important; justify-content: center; height: 115px;  text-align: center; width: 100px; }

.navbar .navbar-nav .nav-item { border-bottom: 1px solid var(--bs-white); }
.navbar .navbar-nav .nav-link { color: var(--bs-white); font-size: 15px; font-weight: normal; padding: 2rem 0.5rem 2rem 2rem; text-transform: uppercase; width: 100%; }
.navbar .navbar-nav .nav-link:hover { background-color: rgba(255, 255, 255, 0.2); }

.dropdown-toggle.show { background-color: #055A5A; }
.dropdown-toggle::after { background: url(../images/menu-arw.svg) no-repeat right center / 20px; border: 0px;  display: block; height: 17px; position: absolute; z-index: 1; right: 15%; top:30px; width: 20px; }
.dropdown-toggle.show::after { transform: rotate(180deg); }

.dropdown-menu { background-color: #055A5A; border: 0px; border-radius: 0px; box-shadow: none; margin: 0px 0px; padding-bottom: 20px; }
.dropdown-item { background-color: transparent; color: var(--bs-white); font-size: 15px; font-weight: 300; padding: .5rem 25% .5rem 2rem; text-transform: uppercase; }
.dropdown-item:focus, .dropdown-item:hover { color: var(--bs-white); background-color: rgba(255, 255, 255, 0.2); }

#ModalNavbar { background: rgba(255, 255, 255, 0.75); padding-right: 0px !important; }
#ModalNavbar .modal-dialog { background-color: var(--deep-green); margin: 0px; float: right; width: 400px; }
#ModalNavbar .modal-content { background-color: transparent; border: none; }
.nav-close { background-color: var(--deep-green); border-bottom: 1px solid var(--bs-white); text-align: left; padding: 16px 20% 14px 15px; text-align: right; }
.nav-close a { color: var(--bs-white); display: inline-block; position: relative; height: 16px; width: 16px; }
.nav-close a:hover { color: var(--bs-white); }
.nav-close a i { position: absolute; transition: transform .25s; }
.nav-close a:hover i { transform: rotate(180deg); }

.searchbox { border-left: 1px solid rgba(0, 91, 91, 0.5); float: left; height: 115px; padding: 45px 0px 0px; text-align: center; width: 100px; border-right:0; }
.searchbox a { color: var(--deep-green); font-size: 22px; }
.searchbox a:hover { color: var(--green); }
.social { font-size: 20px; padding: 1.275rem 25% 1.275rem 2rem; }
.social a { color: var(--bs-white); margin: 0px 3px; }
.social a:hover { color: var(--green); }

.modal-backdrop { background-color: rgba(0,0,0,.0001) !important; }
.modal-backdrop.show { z-index: 0; }

#ModalSearch { background: linear-gradient(180deg, rgba(255,255,255,100%) 0%, rgba(255,255,255,100%) 115px, rgba(255,255,255,0.5) 115px, rgba(255,255,255,0.5) 100%) !important; }
#ModalSearch .modal-content { background-color: transparent; border: none; }
#ModalSearch .modal-content .search { background-color: var(--bs-white); position: relative }
#ModalSearch .modal-content .form-control { background-color: var(--bs-white);  border: 1px solid var(--deep-green); border-radius: 0px; color: var(--deep-green); font-size: 15px; font-weight: 300; line-height: 46px; margin: 0px 0px; padding: .375rem 1rem; }
#ModalSearch .modal-content .form-control::placeholder { color: var(--deep-green); text-transform: uppercase; }
#ModalSearch .modal-content .form-control:focus { box-shadow: none; }
#ModalSearch .modal-content .btn-srch { color: var(--deep-green); font-size: 26px; position: absolute; opacity: 1; right: 20px; top: 15px; padding: 0px 5px; z-index: 10; }
#ModalSearch .modal-content .btn-srch:hover { opacity: 1; }
#ModalSearch .modal-content .close { background-color: var(--bs-white); border: none; color: var(--deep-green); font-size: 26px; padding: 16px 15px 14px; position: relative; }
#ModalSearch .modal-content .close:hover { color: var(--green); }
#ModalSearch .modal-content .close i { position: absolute; transition: transform .25s; }
#ModalSearch .modal-content .close:hover i { transform: rotate(180deg); }


.bread-crumb { background-color: var(--light-green-1); clear: both; margin: 0px auto; padding: 15px 0px; width: 100%; max-width:100%; }
.breadcrumb { margin: 0px; opacity: 0.5; }
.breadcrumb li { color: var(--deep-green); font-size: 12px; font-weight: normal; text-transform: uppercase; }
.breadcrumb li a, .breadcrumb-item.active { color: var(--deep-green); }
.breadcrumb li a:hover { color: var(--deep-green); }
.breadcrumb-item+.breadcrumb-item::before { color: var(--deep-green); content: "\e649"; font-family: 'themify'; font-size: 12px; opacity: 1; }

.connect { background: url("../images/cnt_bg.jpg") no-repeat top center / cover; clear: both; margin-bottom: 1px; padding: 10% 0px 7%; text-align: center; width: 100%; }
.connect h2 { color: var(--bs-white); font-weight: 300; margin: 0px auto 5%; text-transform: initial; max-width: 840px; line-height:42px; font-size:28px; }
.connect a { color: var(--yellow); display: inline-block; font-size: 13px; font-weight: 500; text-align: left; text-transform: uppercase; justify-content: center; }
.connect a figure { display: inline-block; margin: 0px 5px 0px 0px; vertical-align: bottom; height: 25px; width: 32px; }
.connect a figure img { height: 25px; width: 29px; transition:all 0.3s ease-in-out; }
.connect a:hover figure img { height: 25px; width: 32px; }

footer { background-color: var(--navi-blue); clear: both; margin: 0px auto; padding: 7% 0px 40px; width: 100%; max-width:100%; }
footer .flogo { margin-bottom: 5%; }
footer h4 { color: var(--bs-white); font-size: 19px; font-weight: 300; margin-top: 25%; }
footer ul { list-style: none; margin: 1% 0px 5%; padding: 0px; }
footer ul li { color: var(--bs-white); display: inline-block; font-size: 15px; font-weight: normal; padding: 0px 1.8rem 0px 0px; text-transform: uppercase; }
footer ul li a { color: var(--bs-white); }
footer ul li a:hover { color: var(--green); }
footer p { color: var(--bs-white); font-size: 15px; font-weight: 300; }
footer .dpart p { font-size: 12px; margin-top: 15px; }
footer .dpart p.trns { margin-top: 30px; }
footer .dpart img { margin-bottom: 25px; }
footer .follow { margin-top: 10%; }
footer .follow .fa { color: var(--green); font-size: 27px; margin-right: 10px; }
footer .follow .fa:hover { color: var(--bs-white); }
footer .form-control { background: none; border: none; border-bottom: 1px solid #00AA69; border-radius: 0px; color: var(--green); font-size: 15px; font-weight: normal; padding: .375rem 0rem; }
footer .form-control::placeholder { color: var(--green); }
footer .form-control:focus { background: transparent; border-color: var(--green); box-shadow: none;color: var(--green); }
footer .btn-submit { color: var(--green); font-size: 18px; margin: 0px; padding: 0px; position: absolute; right: 0px; top: 7px; z-index: 1; }
footer .btn-submit:hover { color: var(--green); }
footer .subscribe { position: relative; }
footer label { color: var(--bs-white); font-size: 12px; font-weight: 300; margin-top: 10px; }

.copy { clear: both; color: var(--green); font-size: 12px; font-weight: 300; margin-top: 4%; text-transform: uppercase; width: 100%; }
.copy a { color: var(--green); margin-left: 10px; }
.copy a:hover { color: var(--bs-white); }
.copy .col:last-child a { margin: 0px; }

#popModal { background: rgba(255, 255, 255, 0.75); }
#popModal .btn-close { background: transparent; position: absolute; height: 24px; top: 25px; right: 40px; opacity: 1; width: 24px; }
#popModal .btn-close img { transform: rotate(0deg); transition-duration: 0.8s; }
#popModal .btn-close:hover img { transform: rotate(180deg); transition-duration: 0.8s; }
#popModal .modal-dialog { max-width: 920px; }
#popModal .modal-content { background-color: var(--deep-green); border: none; border-radius: 0px; }
#popModal .modal-body { padding: 15% 10%; }
#popModal .modal-body h2 { color: var(--bs-white); text-transform: initial; margin-bottom: 25px; }
#popModal .modal-body p { color: var(--bs-white); margin-bottom: 40px; }
#popModal a { color: var(--bs-white); display: inline-block; font-size: 13px; font-weight: 500; text-transform: uppercase; }
#popModal a figure { display: inline-block; margin: 0px 5px 0px 0px; vertical-align: bottom; height: 25px; width: 32px; }
#popModal a figure img { height: 25px; filter: brightness(0) invert(1); width: 29px; }
#popModal a:hover figure img { height: 25px; width: 32px; }

a.flexbtn { display: flex; line-height: 1; }
a.flexbtn>i.ti-arrow-right { font-size:25px; }

.navbar .navbar-nav .dropdown-menu .nav-item { border-bottom:0; }
.dropdown-item.active, .dropdown-item:active { background-color: #468584; }

/*-------------------
    Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
	body { padding-top: 80px; }
	h1 { font-size: 30px; }
	h2 { font-size: 26px; }
	h3 { font-size: 22px; }
	p { font-size: 14px; }
	.col{ flex-basis: auto;}
	.navbar-brand { width: 200px; }
	.navbar { height: 80px; }
	.navbar h4 { display: none; }
	.headerScroll, .headerScroll .navbox { height: 72px; }
	.searchbox { height: 80px; padding-top: 25px; width: 50px; }
	.navbox { height: 80px; width: 40px; padding-left: 12px; }
	#ModalNavbar .modal-dialog { width: 100%; }
	#ModalSearch .col { flex-basis: 0; }
	#ModalSearch { background: linear-gradient(180deg, rgba(255,255,255,100%) 0%, rgba(255,255,255,100%) 80px, rgba(255,255,255,0.5) 80px, rgba(255,255,255,0.5) 100%) !important; }
	#ModalSearch .modal-content .search { padding: 0px 0px 0px 25px; width: 75%; }
	#ModalSearch .modal-content .form-control { line-height: 36px; }
	#ModalSearch .modal-content .btn-srch { right: 5px; top: 10px; }
	.modal-content .search { width: 63.3333%; }
	.modal-content .col-md-1 { width: 16.6666%;}
	.modal-dialog { margin: 1rem auto; }
	.connect h2 { font-size: 17px; line-height: 30px; }
	footer .flogo { width: 200px; }
	footer h4 { margin-top: 8%; }
	footer ul li { padding-right: 0.4rem; }
	footer .dpart img { margin: 0px; }
	footer .dpart p.trns { margin-top: 10px; }
	h1,h2,h3,h4,h5,h6 { line-height:1.5; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body { padding-top: 80px; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	p { font-size: 14px; }
	.navbar-brand { width: 200px; }
	.navbar { height: 80px; }
	.navbar h4 { font-size: 20px; max-width: 255px; }
	.headerScroll, .headerScroll .navbox { height: 72px; }
	.navbar-collapse { margin-left: -24px; top: 80px; }
	.searchbox { padding: 28px 0px 0px; height: 80px; width: 80px; }
	.navbox { height: 80px; width: 80px; }
	.modal-dialog { margin: 1rem auto; }
	#ModalSearch { background: linear-gradient(180deg, rgba(255,255,255,100%) 0%, rgba(255,255,255,100%) 80px, rgba(255,255,255,0.5) 80px, rgba(255,255,255,0.5) 100%) !important; }
	#ModalSearch .modal-content .form-control { line-height: 40px; }
	#ModalSearch .modal-content .btn-srch { top: 10px; }
	.connect h2 { font-size: 24px; }
	footer .dpart img { margin: 0px; }
	footer .dpart p { margin-top: 5px; }
	footer .dpart p.trns { margin-top: 10px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h2 { font-size: 38px; }
	h3 { font-size: 24px; }
	.connect h2 { font-size: 28px; }
}

