@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Bebas+Neue&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Noto Sans TC", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/**********固定顶部菜单******************/
.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    transition: all 0.3s ease; 
}
body {
    padding-top: 85px; 
}
.header-section.scrolled {
    padding: 5px 0; 
}
/******** Menu CSS ********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 258px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: -35px;
	z-index: 9999;
	background: #353ac3;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #b9b9b9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
    right: 10px;
    text-align: center;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: left;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 34px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000000;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 27px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding-left: 20px;
}
.nav_area ul li a img {
	max-width: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 4px;
	position: absolute;
	top: 5px;
	font-size: 12px;
}
.nav_area > ul > li ul.sub-menu {
	/*display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);*/
	display: none;
}
.wrapper-menu ul.menu li.menu-item-has-children:first-child {
	padding-left: 0px;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
    width: 100%;
    padding-left: 26px;
    background: #445ba2;
    color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #2c2c2c;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu li a {
	border-bottom: solid 1px #dfdfdf;
	line-height: 30px;
}
ul.sub-menu li a {
	color: #343434;
	line-height: 20px;
	padding: 6px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #000000;
	padding-left: 0;
	right: 17px;
	top: 13px;
	transform: rotate(-90deg);
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	padding-top: 20px;
}
.header-section .container {
	max-width: 98%;
}
.logo a {
	display: inline-block;
}
.row.menu-wrapper-row {
	padding-top: 17px;
	padding-left: 10px;
}
.row.menu-wrapper-row .col-md-9 {
	padding-right: 0px;
}
.social-icon {
	text-align: center;
}
.social-icon ul li {
	display: inline-block;
	margin: 0px 1px;
}
.social-icon ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 17px;
	color: #ffffff;
	background-color: #1878f1;
}
.row.header-row .col-md-3 {
	max-width: 26%;
	flex: 26%;
}
.row.header-row .col-md-7 {
	max-width: 59%;
	flex: 59%;
}
.row.header-row .col-md-2 {
	max-width: 15%;
	flex: 15%;
}
.row.menu-wrapper-row .col-md-3 {
	max-width: 25%;
	flex: 25%;
}
/*>>>>>>>>> menu css and >>>>>>>>*/

/*>>>>>>>> index >>>>>>>>>*/

.banner-section {
	position: relative;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 24px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #445ba2;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 45px;
	height: 4px;
	border-radius: 0px;
	margin: 0px 3px;
}
#sliderhome .owl-nav {
	display: none;
}
.banner-img {
	position: absolute;
	bottom: -67px;
	left: 175px;
	z-index: 666;
	max-width: 217px;
}
.latest-news-section {
	padding: 8px 0px 50px;
}
.heading-title {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.heading-background img {
	max-width: 60%;
}
.heading-title span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #445ba2;
}
.latest-news-box-wrapper {
	background-color: #022680;
	padding: 12px;
	padding-top: 19px;
	position: relative;
	background-image: url(../images/latest-news-box-background.jpg);
	background-size: 100% 100%;
	margin-right: 10px;
}
.news-date {
	padding-bottom: 32px;
	font-size: 12px;
	color: #ffffff;
	padding-left: 50px;
}
.news-date span {
	display: inline-block;
	float: right;
	margin-right: 40px;
}
.number-text {
	position: absolute;
	left: 0;
	text-align: right;
	top: 15px;
	right: 20px;
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 3px;
	font-family: "Bebas Neue", sans-serif;
}
.news-date span img {
	max-width: 90px;
}
.latest-news-img img {
	width: 100%;
}
.latest-news-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	padding: 27px;
}
.latest-news-text p {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
.latest-news-details-info-box {
	margin-bottom: 1px;
	position: relative;
}
.latest-news-details-info {
	display: flex;
	background-color: #ffe8cb;
	padding: 20px 46px;
	clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 0, 95% 100%, 50% 100%, 0 100%, 0 0, 0 0, 0 100%);
}
.latest-news-details-img {
	width: 33%;
}
.latest-news-details {
	width: 67%;
	padding-left: 20px;
}
.latest-news-details p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 3px;
	font-weight: 500;
	line-height: 22px;
}
.latest-news-details .date-text {
	color: #013883;
	font-size: 15px;
	font-weight: 600;
}
.number-text.info {
	right: auto;
	left: 14px;
	color: #ff6633;
	top: 12px;
}
.btn-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 15px;
	padding: 5px 30px;
	border: solid 2px #97cb39;
	border-radius: 50px;
	color: #445ba2;
	font-weight: 600;
	text-decoration: none;
	background-color: #ffffff;
}
.slider-video-text {
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}
.slider-video-wrapper .btn-wrapper {
	margin-top: 25px;
}
#slider-video .owl-nav {
	display: none;
}
#slider-video .owl-dot {
	display: none;
}
.pareekshan-section {
	padding: 179px 0px 40px;
	background-image: url(../images/pareekshan-section-background.png);
	background-size: 100% 100%;
	margin-top: -50px;
	float: left;
	width: 100%;
}
.pareekshan-text-box {
	text-align: center;
	padding: 8px 20px;
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 30px;
	background-image: url(../images/pareekshan-text-background.png);
	background-size: 100% 100%;
}
.pareekshan-title {
	text-align: center;
	margin-bottom: 30px;
	color: #2846a1;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 27px;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.pareekshan-box-wrapper-row {
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}
.pareekshan-box-wrapper {
	text-align: center;
}
.pareekshan-box-wrapper .pareekshan-icon img {
	width: 100%;
}
.pareekshan-box-wrapper .pareekshan-box-title {
	font-size: 22px;
	color: #ffffff;
	padding-top: 3px;
	text-shadow: 1px 1px 5px #2846a1;
	font-weight: 500;
	letter-spacing: 2px;
}
.content-section-homepage {
	background-image: url(../images/home-page-background.jpg);
	background-size: cover;
	float: left;
	width: 100%;
}
.footer-section {
	padding: 30px 0px 20px;
	background-color: #eaeaea;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 4px 0px inset;
	float: left;
	width: 100%;
	min-height: 33vh; /* new */
}
.footer-logo a {
	display: inline-block;
}
.footer-logo a {
	display: inline-block;
	max-width: 80%;
}
.footer-details .footer-details-title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 11px;
	font-weight: 500;
	position: relative;
}
.footer-details .footer-details-title::after {
	content: "";
	position: absolute;
	width: 23px;
	left: 0;
	bottom: -7px;
	border-bottom: solid 2px #99cc33;
}
.footer-details ul li a {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}
.col-md-2.two {
	padding-left: 6px;
}
.footer-details.info {
	padding-left: 19px;
}
.copyright-info {
	margin: auto;
}
.copyright-info {
	margin: auto;
}
.copyright-text {
	width: 100%;
	font-size: 14px;
	color: #445ba2;
}
/******** index 2 ********/
.world-section {
	padding: 20px 0px 45px;
	background-image: url(../images/world-section-background.jpg);
	background-size: cover;
}
.heading-title.text {
	margin-bottom: 15px;
}
.heading-title.text span {
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	font-weight: bold;
}
.world-title {
	text-align: center;
	margin-bottom: 30px;
	color: #c143fc;
	font-weight: bold;
	font-size: 27px;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.world-details-wrapper-row {
	margin: auto;
	padding: 130px 69px 110px 47px;
	background-image: url(../images/world-details-box-background.png);
	background-size: 100% 100%;
}
.world-details-wrapper {
	padding-top: 33px;
}
.world-details-wrapper .world-details-title {
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 13px;
	color: #00479d;
}
.world-details-wrapper p {
	font-size: 16px;
	text-align: justify;
	color: #000000;
	line-height: 30px;
}
.world-img {
	margin-left: 20px;
}
.world-img img {
	width: 100%;
}
.slider-photo-section {
	padding: 25px 0px 52px;
	background-image: url(../images/slider-photo-section-background.jpg);
	background-size: cover;
}
.slider-photo-cont {
	max-width: 54%;
	margin: auto;
}
.slider-photo-wrapper {
	/* background-color: #ffffff; */
	padding: 14px;
	margin: 4px;
	/* box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px; */
}
#sliderphoto .owl-nav button.owl-prev {
	position: absolute;
	left: -2%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderphoto .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -2%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderphoto .owl-nav button.owl-next img {
	max-width: 35px !important;
}
#sliderphoto .owl-nav button.owl-prev img {
	max-width: 35px !important;
}
#sliderphoto .owl-dot {
	display: none;
}
/******** index 3 ********/
.content-section {
	padding: 20px 0px 30px;
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.select-work-btn {
	text-align: center;
	margin-bottom: 22px;
}
.select-work-btn ul li {
	display: inline-block;
}
.select-work-btn ul li a {
	display: inline-block;
	width: 170px;
	padding: 4px 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	background-image: url(../images/work-btn-background2.png);
	background-size: 100% 100%;
}
.select-work-btn ul li a:hover {
	background-image: url(../images/work-btn-background1.png);
	color: #2846a1;
}
.work-box-wrapper-row {
	margin: auto;
}
.work-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
.work-box-wrapper {
	background-image: url(../images/work-box-background2.png);
	padding: 30px 25px 55px;
	background-size: 100% 100%;
	margin-bottom: 25px;
}
.work-box-wrapper:hover {
	background-image: url(../images/work-box-background1.png);
}
.work-box-wrapper .work-box-title {
	font-size: 18px;
	padding-bottom: 8px;
	color: #00479d;
	font-weight: 500;
}
.work-box-wrapper .work-img img {
	width: 100%;
	object-fit: contain;
    max-height: 213px;
}
.work-box-wrapper p {
	font-size: 15px;
	padding-top: 13px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 0px;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #75aee0;
	color: #fff;
	border: solid 1px #75aee0;
}
ul.pagination li.page-item a:hover {
	background: #75aee0;
	color: #fff;
	border-color: #75aee0;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #15457d;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #d5e3f3;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i.fal {
	font-size: 15px;
}
/******** index 4 ********/
.work-details-wrapper {
	background-color: #ffffff;
	padding: 40px 50px 27px;
	margin-top: 30px;
	position: relative;
}
.work-details-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 236px;
	background-color: #a6b7ee;
}
.work-details-wrapper .work-details-title {
	font-size: 23px;
	color: #00479d;
	font-weight: 500;
	line-height: 27px;
}
.work-details-wrapper .work-details-subtitle {
	font-size: 16px;
	color: #000000;
	padding-bottom: 13px;
	border-bottom: solid 2px #445ba2;
	margin-bottom: 23px;
	font-weight: 500;
}
.work-details-wrapper .work-details-img {
	/* width: 93%;
	margin: auto;
	background-image: url(../images/work-details-background-img.png);
	background-size: 100% 100%;
	padding: 36px 105px 85px;
	margin-bottom: 30px; */
	width: 93%;
    margin: auto;
    background-image: url(../images/work-details-background-img.png);
    background-size: 100% 100%;
    padding: 34px 29px 64px 25px;
    margin-bottom: 30px;
}
.work-details-wrapper p {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 23px;
}
.work-details-img-slider-row {
	width: 96%;
	margin: auto;
	padding-top: 70px;
}
#sliderwork .owl-nav button.owl-prev {
	position: absolute;
	left: -6%;
	top: 23%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderwork .owl-nav button.owl-next {
	position: absolute;
	top: 23%;
	right: -6%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderwork .owl-nav button.owl-next img {
	max-width: 40px !important;
}
#sliderwork .owl-nav button.owl-prev img {
	max-width: 40px !important;
}
#sliderwork .owl-dot {
	display: none;
}
.work-details-wrapper .btn-wrapper {
	position: relative;
	z-index: 666;
	margin-top: 25px;
}
/******** index 5 ********/
.alliance-format-section {
	padding: 42px 0px 65px;
	background-size: cover;
	background-image: url(../images/alliance-format-section-background.jpg);
	float: left;
	width: 100%;
}
.alliance-format-logo-wrapper {
	width: 70%;
	margin: auto;
	padding-top: 15px;
}
.alliance-format-logo-box {
	text-align: center;
	/* background: #f5f5f5; */
	height: 150px;
	width: 150px;
	line-height: 150px;
	border-radius: 50%;
	margin: auto;
	/* border: solid 3px #abaad8; */
}
.alliance-format-logo-box .alliance-format-logo {
	font-size: 20px;
	color: #2846a1;
	font-weight: 600;
	letter-spacing: 2px;
}
.alliance-format-details-section {
	padding: 50px 0px;
	background-image: url(../images/alliance-format-details-section-back.jpg);
	background-size: cover;
	width: 100%;
	float: left;
}
.alliance-format-details-wrapper-row {
	align-items: center;
	margin-bottom: 50px;
}
.alliance-format-details-wrapper {
	margin-right: 30px;
}
.alliance-format-details-wrapper .alliance-format-details-title {
	font-size: 25px;
	color: #0a8cd0;
	font-weight: 500;
}
.alliance-format-details-wrapper p {
	margin-bottom: 0px;
	text-align: justify;
	color: #000000;
	font-size: 15px;
	line-height: 28px;
}
.alliance-format-details-img {
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	margin-top: 28px;
	float: left;
	width: 100%;
}
.alliance-format-details-img img {
	width: 100%;
}
.cont-text {
	margin-bottom: 40px;
}
.cont-text p {
	margin-bottom: 0;
	font-size: 16px;
	color: #000000;
	/* font-weight: 500; */
}
.rowtwo .alliance-format-details-wrapper {
	margin-right: 0px;
	margin-left: 30px;
}
.rowthree {
	padding-top: 15px;
	padding-bottom: 10px;
}
/******** index 6 ********/
.role-slider-section {
	padding: 25px 0px 30px;
	background-size: cover;
	background-image: url(../images/role-slider-section-back.jpg);
}
/**********************************/
.role-slider {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 的宽高比 */
}
.role-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/role-slider-bg.png);
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
}
/* 角色图片定位 */
.role-image {
    position: absolute;
    left: 30%;  /* 相对于背景图的位置 */
    bottom: 10%;
    height: 67%;
    width: auto;
    object-fit: contain;
}

/* 武器图片定位 */
.weapon-image {
    position: absolute;
    right: 31%;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: auto;
    object-fit: contain;
}

/* 文字内容定位 */
.role-text {
    position: absolute;
    right: 35%;
    top: 25%;
    color: #0c0c0c;
    text-align: left;
}
.role-text h3 {
    font-size: 2.5vw; /* 视窗宽度的2.5% */
    margin-bottom: 1vw;
	color: #1775b8;
}
.role-text p {
    font-size: 1.2vw;
    line-height: 1.5;
	margin-bottom: 0;
}

.role-text2 {
	position: absolute;
    right: 73%;
    top: 78%;
    color: #1781b8;
    font-weight: bold;
    text-align: right;
    font-size: 3.3vw;
    margin-bottom: 1vw;
}


.role-text3 {
    position: absolute;
    right: 37%;
    top: 10%;
    color: #445ba2;
	font-weight: bold;
    text-align: right;
	font-size: 2.2vw; /* 视窗宽度的2.5% */
    margin-bottom: 1vw;
}
.role-text3::after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -30%;
    width: 70%;
    height: 0.1vw;
    background-color: #17a2b8;
    transform: translateX(-50%);}
/****************************/
.role-slider-cont {
	max-width: 72%;
	margin: auto;
}
#sliderrole .owl-nav button.owl-prev {
	position: absolute;
	left: -3%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderrole .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -3%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderrole .owl-nav button img {
	max-width: 35px !important;
}
#sliderrole .owl-dot {
	display: none;
}
.author-introduction-section {
	padding: 40px 0px 90px;
	background-size: cover;
	background-image: url(../images/author-introduction-section-back.jpg);
}
.author-introduction-text {
	padding-top: 10px;
}
.author-introduction-text p {
	font-size: 15px;
	color: #333333;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: justify;
}
.author-introduction-rowtwo {
	padding-top: 40px;
}
.author-introduction-img {
	margin-right: 20px;
}
.author-introduction-img img {
	width: 100%;
}
.author-introduction-texts p {
	font-size: 15px;
	color: #000000;
	text-align: justify;
}
/******** index 7 ********/
.feature-section {
	padding: 35px 20px;
	background-size: cover;
	background-image: url(../images/feature-section-back.jpg);
}
.programming-section {
	padding: 30px 0px 50px;
}
.conttitle {
	text-align: center;
	padding: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 30px;
	background-size: cover;
	clip-path: polygon(15% 0%, 98% 0%, 100% 20%, 100% 80%, 100% 100%, 2% 100%, 0% 84%, 0 0);
	-webkit-box-shadow: inset 0px 0px 23px 6px rgba(211,232,246,1);
	-moz-box-shadow: inset 0px 0px 23px 6px rgba(211,232,246,1);
	-webkit-box-shadow: inset 0px 0px 23px 4px rgba(211,232,246,1);
	-moz-box-shadow: inset 0px 0px 23px 4px rgba(211,232,246,1);
	box-shadow: inset 0px 0px 23px 4px rgba(211,232,246,1);
}
.programming-details-info .programming-details-title {
	font-size: 25px;
	color: #0a8cd0;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 3px;
}
.programming-details-info p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #000000;
	line-height: 39px;
	text-align: justify;
}
.imgwrapper {
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.imgwrapper img {
	width: 100%;
}
.reference-text {
	padding: 15px 25px 20px;
	margin-top: 20px;
	background-size: 100% 100%;
	background-image: url(../images/reference-text-back.png);
}
.reference-text p {
	margin-bottom: 0px;
	color: #445ba2;
	font-size: 15px;
	position: relative;
}
.reference-text p span {
	display: block;
	color: #000000;
}
.reference-text p::after {
	content: "";
	position: absolute;
	width: 69%;
	border-bottom: solid 1px #6b89b9;
	left: 0;
	bottom: 0px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 14px;
	text-decoration: none;
	color: #445ba2;
}
.copyright-info {
	padding-top: 30px;
}
#slider-video .slider-video {
	padding: 20px;
	background: #fff;
	box-shadow: rgb(102 134 204 / 67%) 0px 3px 8px;
	margin-bottom: 11px;
}
.social-icon.mobile-view-social-icon {
	display: none;
}
.logo-right-mobile-view-logo {
	display: none;
}
.slider-video-section {
	float: left;
	width: 100%;
}
.programming-section-bg1 {
	background: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
	/* float: left;
	width: 100%; */
}
.programming-ul-list{
	float: left;
	width: 100%;
	margin-top: 25px;
	color:#0a8cd0;
	line-height: 35px;
	margin-bottom: 17px;
}
/*.programming-ul-list ui li{*/
/*	color:#0a8cd0;*/
/*	margin-bottom: 17px;*/
/*	font-size: 14px;*/
/*}*/
.programming-section-bg1 .row.programming-details-row {
	margin-bottom: 58px;
}
.programming-section-bg1 .heading-title {
	margin-top: 50px;
}
.btn-wrapper a:hover {
	background: #97cb39;
	color: #fff;
}
.wrapper-menu ul.menu ul.sub-menu .sub-menu-level-2 ul.sub-menu {
    display: none;
}
.wrapper-menu ul.menu ul.sub-menu .sub-menu-level-2:hover ul.sub-menu {
    display: block;
}


/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
#sliderrole .owl-nav button img {
	max-width: 23px !important;
}
#sliderrole .owl-nav button {
	top: 38% !important;
}
.feature-section {
	padding-bottom: 0px;
}
.copyright-info {
	text-align: center;
}
.pareekshan-section {
	padding: 47px 0px 40px;
	background-size: cover;
	margin-top: 0;
	background-position: center;
}
.pareekshan-box-wrapper-row {
	width: 100%;
	padding-bottom: 20px;
}
.pareekshan-box-wrapper-row .col-md-3 {
	max-width: 50%;
	margin-bottom: 25px;
}
.pareekshan-section .btn-wrapper {
	margin-top: 0;
}
.social-icon.footer {
	margin-top: 13px;
}
.latest-news-details-info {
	padding: 20px 41px;
	clip-path: none;
	padding-right: 20px;
}
.latest-news-details p {
	font-size: 15px;
	margin-bottom: 3px;
	line-height: 22px;
}
.latest-news-text p {
	font-size: 14px;
}
.footer-logo {
	text-align: center;
	margin-bottom: 20px;
}
.footer-section .footer-details-row .col-md-2 {
	max-width: 50%;
	margin-bottom: 24px;
}
.footer-details.info {
	padding-left: 0;
}
.besign-by {
	text-align: center;
	margin-top: 5px;
}
.header-section .social-icon {
	display: none;
}
.header-section .header-row .header-logo-div {
	max-width: 246px;
	flex: auto;
}
.banner-img {
	display: none;
}
.row.header-row .col-md-7 {
	max-width: initial;
	flex: auto;
}
.row.menu-wrapper-row {
	padding-top: 0;
	padding-left: 0;
}
#sliderhome .owl-dots {
	bottom: 5px;
}
.header-section .mobile-view-social-icon {
	display: block;
	margin-top: 24px;
}
.header-section .mobile-view-social-icon li {
	border-bottom: none;
	display: inline-block;
	margin: 0px 3px;
}
.header-section .mobile-view-social-icon a {
	line-height: 34px !important;
	padding: 0px;
	font-size: 18px;
	width: 34px;
	height: 34px;
}
.header-section .header-logo-div-2 {
	display: none;
}
.header-section {
	padding-top: 12px;
	padding-bottom: 14px;
}
.logo-right-mobile-view-logo {
	text-align: center;
	padding: 29px;
	display: block;
}
.header-section .mobile-view-social-icon ul {
	display: block !important;
}
#slider-video .slider-video {
	padding: 9px;
}
.world-details-wrapper-row {
	margin: auto;
	padding: 13px;
	background: #fff;
}
.world-details-wrapper {
	padding-top: 10px;
}
.world-img {
	margin-left: 0;
	text-align: center;
}
.slider-photo-cont {
	max-width: 100%;
}
.world-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 33px;
}
ul.pagination li.page-item {
	margin: 0px 2px;
}
.work-details-wrapper {
	padding: 22px;
	margin-top: 52px;
	margin-bottom: 42px;
}
.work-details-wrapper::after {
	height: 218px;
}
.work-details-img-slider-row {
	padding-top: 8px;
}
.work-details-wrapper p {
	font-size: 15px;
	margin-bottom: 23px;
	line-height: 29px;
}
.alliance-format-details-wrapper {
	margin-right: 0;
}
.rowtwo .alliance-format-details-wrapper {
	margin-left: 0;
}
.author-introduction-text p {
	font-size: 15px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 29px;
}
.author-introduction-texts p {
	font-size: 15px;
	line-height: 30px;
}
.role-slider-cont {
	max-width: 100%;
	margin: auto;
}
.author-introduction-section {
	padding: 39px 0px 32px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.programming-section-bg1 .heading-title {
	margin-top: 0;
}
.programming-section-bg1 .row.programming-details-row {
	margin-bottom: 24px;
}
.programming-section-bg1 .container {
	margin-bottom: 50px;
}
.programming-section-bg1 .conttitle {
	margin-bottom: 22px;
}
.heading-background img {
	max-width: 100%;
	height: 63px;
}
.heading-title span {
	top: 25px;
	font-size: 18px;
}
.programming-section-bg1 .container:nth-child(2n) .programming-details-row .col-md-6:first-child {
	order: 2;
}
.author-introduction-img {
	margin-right: 0;
}
.row.alliance-format-details-wrapper-row.rowtwo .col-md-6:first-child {
	order: 2;
}
.row.alliance-format-details-wrapper-row.rowtwo .col-md-6:first-child {
	order: 2;
}
.alliance-format-details-img {
	margin-top: 28px;
}
.cont-text p {
	font-size: 15px;
	color: #000000;
	line-height: 28px;
}
.alliance-format-details-wrapper .alliance-format-details-title {
	margin-bottom: 15px;
}
.alliance-format-details-section {
	padding: 37px 0px;
	padding-bottom: 6px;
}
.alliance-format-logo-wrapper {
	width: 100%;
}
.alliance-format-logo-wrapper .col-md-3 {
	max-width: 50%;
	margin-bottom: 17px;
}
.alliance-format-logo-box {
	height: 122px;
	width: 122px;
	line-height: 122px;
}
.alliance-format-section {
	padding: 30px 0px 22px;
}
}




/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heading-background img {
	max-width: 81%;
}
.header-section .mobile-view-social-icon {
	display: block;
	margin-top: 24px;
}
.header-section .mobile-view-social-icon li {
	border-bottom: none;
	display: inline-block;
	margin: 0px 3px;
}
.header-section .mobile-view-social-icon a {
	line-height: 34px !important;
	padding: 0px;
	font-size: 18px;
	width: 34px;
	height: 34px;
}
.header-section .header-logo-div-2 {
	display: none;
}
.header-section {
	padding-top: 12px;
	padding-bottom: 14px;
}
.logo-right-mobile-view-logo {
	text-align: center;
	padding: 29px;
	display: block;
}
.header-section .mobile-view-social-icon ul {
	display: block !important;
}
.row.header-row .col-md-3 {
	max-width: 500px;
	flex: auto;
}
.row.header-row .col-md-7 {
	max-width: initial;
	flex: auto;
}
.pareekshan-box-wrapper-row {
	width: 100%;
	padding-bottom: 20px;
}
.banner-img {
	display: none;
}
.header-section .social-icon {
	display: none;
}
.row.menu-wrapper-row .col-md-9 {
	padding-right: 0px;
	max-width: initial;
	flex: auto;
}
.row.menu-wrapper-row {
	padding-top: 0;
	padding-left: 0;
}
.toggle {
	right: 5px;
	top: -69px;
}
.world-details-wrapper-row {
	padding: 93px 69px 71px 34px;
}
.slider-photo-cont {
	max-width: 85%;
}
.alliance-format-logo-wrapper {
	width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav_area > ul > li {
	padding-left: 22px;
}
}

/****************contact form*********/
.inquiry-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
}

h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

label {
    width: 60px;
    padding-top: 5px;
}

input, select, textarea {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

button {
    background-color: #a8d8e6;  /* 浅蓝色 */
    border: none;
    padding: 8px 30px;
    cursor: pointer;
    border-radius: 3px;
}

button:hover {
    background-color: #8cc5d6;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}
/******************************/
/* 设置轮播图外层容器 */
.slider-photo-cont {
    padding: 20px 0;
}

/* 设置轮播容器的固定高度 */
#sliderphoto {
    height: 600px; /* 根据需要调整高度 */
}

/* 确保 owl-stage-outer 和 owl-stage 占满高度 */
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
    height: 100%;
}

/* 确保 owl-item 占满高度 */
.owl-carousel .owl-item {
    height: 100%;
}

/* 轮播项样式 */
.owl-carousel .item {
    height: 100%;
    display: flex;
    align-items: center;
}

/* 图片包装器样式 */
.slider-photo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 图片容器样式 */
.slider-photo {
    height: auto;
    max-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 图片样式 */
.slider-photo img {
    max-width: 100%;
    max-height: 90%; /* 稍微减小以确保不会溢出 */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
/*************************/
