internal-page-content.component.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. input,button {
  2. outline: none;
  3. }
  4. .internalPage-w {
  5. width: 100%;
  6. padding-bottom: 30px;
  7. }
  8. .internalPage-w .internalHeader-w {
  9. width: 100%;
  10. height: 60px;
  11. background-color: #e3dfdf;
  12. /* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
  13. background-size: cover; */
  14. }
  15. .internalPage-w .internalHeader-w .notificationList-w {
  16. width: 100%;
  17. display: inline-block;
  18. text-align: right;
  19. }
  20. .internalPage-w .internalHeader-w .login {
  21. margin-top: 13px;
  22. color: #00a99d;
  23. cursor: pointer;
  24. text-align: right;
  25. }
  26. .internalPage-w .internalHeader-w .notificationList-w li {
  27. display: inline-block;
  28. margin: 0 10px;
  29. }
  30. .internalPage-w .internalHeader-w .notificationList-w li span {
  31. color: #00a99d;
  32. font-size: 25px;
  33. cursor: pointer;
  34. transition: all 0.5s;
  35. margin-top: 5px;
  36. display: block;
  37. }
  38. .internalPage-w .internalHeader-w .notificationList-w li span:hover i {
  39. color: #08726a;
  40. }
  41. .internalPage-w .internalHeader-w .notificationList-w .profileData-w .btn-outline-success {
  42. border: none;
  43. }
  44. .internalPage-w .internalHeader-w .notificationList-w .profileData-w .buttonW:hover {
  45. background-color: transparent;
  46. }
  47. .internalPage-w .internalHeader-w input[type='text'] {
  48. background-color: #fff;
  49. border: none;
  50. color: #ccc;
  51. padding: 5px;
  52. }
  53. .internalPage-w .internalHeader-w .searchBtn {
  54. background-color: #fff;
  55. border: none;
  56. padding: 5px 10px;
  57. margin: 0 5px;
  58. }
  59. .profileData-w img {
  60. width: 35px;
  61. height: 35px;
  62. border: 1px solid #252525;
  63. margin: 0 5px;
  64. }
  65. .buttonW {
  66. background-color: transparent;
  67. border: none;
  68. cursor: pointer;
  69. color: #fff;
  70. outline: none;
  71. text-shadow: 0px 0px 2px #000;
  72. font-weight: bold;
  73. }
  74. .dateW {
  75. color: #fff;
  76. text-shadow: 0px 0px 2px #000;
  77. font-weight: bold;
  78. }
  79. .internalPage-w .internalHeader-w .notificationList-w .profileData-w .dropdown-toggle::after {
  80. margin: -1px 10px;
  81. }
  82. .logoHeader-w {
  83. width: 100%;
  84. height: 160px;
  85. display: inline-block;
  86. background: url('../../../assets/image/bottomBackground.jpg');
  87. background-size: cover;
  88. }
  89. .logoHeader-w .rightLogo-w,
  90. .logoHeader-w .leftLogo-w,
  91. .logoHeader-w .center {
  92. width: 100%;
  93. display: inline-block;
  94. margin-top: 20px;
  95. }
  96. .logoHeader-w .rightLogo-w {
  97. text-align: right;
  98. }
  99. .logoHeader-w .rightLogo-w img {
  100. margin-top: 15px;
  101. }
  102. .logoHeader-w .leftLogo-w img {
  103. margin-top: 15px;
  104. }
  105. .logoHeader-w .center h2 {
  106. font-size: 30px;
  107. color: #bda380;
  108. margin-top: 20px;
  109. }
  110. .logoHeader-w .center p {
  111. font-size: 15px;
  112. font-weight: 600;
  113. font-style: normal;
  114. font-stretch: normal;
  115. letter-spacing: normal;
  116. color: #00a99d;
  117. }
  118. .logoHeader-w .rightLogo-w img {
  119. width: 210px;
  120. }
  121. .pagesHeader-w {
  122. width: 100%;
  123. background-color: #dac4a6;
  124. margin-top: -6px;
  125. position: relative;
  126. }
  127. .pagesHeader-w .dropdown-toggle:empty::after {
  128. position: absolute;
  129. top: 13px;
  130. }
  131. .pagesHeader-w .navbar {
  132. /* overflow: hidden; */
  133. position: relative;
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. padding: .5rem 1rem;
  138. }
  139. .pagesHeader-w navbar a {
  140. float: left;
  141. font-size: 16px;
  142. color: white;
  143. text-align: center;
  144. text-decoration: none;
  145. }
  146. .pagesHeader-w .dropdown {
  147. float: left;
  148. /* overflow: hidden; */
  149. }
  150. .pagesHeader-w .dropdown .dropbtn,
  151. .pagesHeader-w .dropdown .dropbtn a {
  152. font-size: 20px;
  153. border: none;
  154. outline: none;
  155. color: #03887f;
  156. padding: 14px 16px;
  157. background-color: inherit;
  158. font: inherit;
  159. margin: 0;
  160. font-weight: bold;
  161. }
  162. .pagesHeader-w .navbar a:hover, .dropdown:hover .dropbtn {
  163. }
  164. .pagesHeader-w .dropdown-content {
  165. display: none;
  166. position: absolute;
  167. background-color: #bea380;
  168. border-radius: 10px;
  169. width: 100%;
  170. left: 0;
  171. top: 44px;
  172. padding: 10px;
  173. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  174. z-index: 1;
  175. }
  176. .pagesHeader-w .dropdown-content ul li a {
  177. color: #fff;
  178. }
  179. .pagesHeader-w .dropdown-content .header {
  180. padding: 16px;
  181. color: white;
  182. }
  183. .pagesHeader-w .dropdown:hover .dropdown-content {
  184. background: yello;
  185. display: block;
  186. }
  187. /* Create three equal columns that floats next to each other */
  188. .pagesHeader-w .column {
  189. float: left;
  190. width: 50%;
  191. padding: 10px;
  192. background-color: #ccc;
  193. height: 250px;
  194. }
  195. .pagesHeader-w .column a {
  196. float: none;
  197. color: black;
  198. padding: 16px;
  199. text-decoration: none;
  200. display: block;
  201. text-align: left;
  202. }
  203. .pagesHeader-w .column a:hover {
  204. background-color: #ddd;
  205. }
  206. /* Clear floats after the columns */
  207. .pagesHeader-w .row:after {
  208. content: "";
  209. display: table;
  210. clear: both;
  211. }
  212. .navbar {
  213. width: 100%;
  214. }
  215. .hyperLink {
  216. color: #fff;
  217. text-decoration: none;
  218. }
  219. .servicesContent-w {
  220. width: 100%;
  221. padding: 20px 0;
  222. }
  223. .carousel-control-next, .carousel-control-prev{
  224. cursor: pointer !important;
  225. }
  226. .slider {
  227. width: 100%;
  228. height: 500px;
  229. }
  230. .slider img {
  231. width: 100%;
  232. height: 500px;
  233. }
  234. .slider p .extra {
  235. color: #bda380;
  236. font-weight: bold;
  237. font-size: 18px;
  238. cursor: pointer;
  239. }
  240. .servicesContent-w .serviceItem-w {
  241. width: 100%;
  242. height: 150px;
  243. padding: 20px 10px;
  244. margin: 10px 0;
  245. color: #fff;
  246. text-align: center;
  247. background: radial-gradient(#e5e5e5, #bda380);
  248. border-radius: 10px;
  249. border-bottom: 4px solid #00a99d;
  250. transition: all 0.5s;
  251. }
  252. .servicesContent-w .serviceItem-w:hover {
  253. border-bottom: 4px solid #efe1ce;
  254. }
  255. .servicesContent-w .serviceItem-w img {
  256. width: 50px;
  257. height: 50px;
  258. }
  259. .servicesContent-w .serviceItem-w p {
  260. margin-top: 16px;
  261. }
  262. .servicesContent-w .serviceItem-w a {
  263. color: #fff;
  264. transform: all 0.5s;
  265. margin-top: 15px;
  266. font-weight: bold;
  267. }
  268. .servicesContent-w .serviceItem-w a:hover{
  269. color: #00a99d;
  270. }
  271. .eventPart-w {
  272. width: 100%;
  273. height: 80px;
  274. }
  275. .eventPart-w .event {
  276. width: 100%;
  277. height: 55px;
  278. background-color: #f3f0f0;
  279. border-radius: 10px;
  280. }
  281. .eventPart-w .event .now{
  282. padding: 5px 0;
  283. color: red;
  284. }
  285. .eventPart-w .event .now img{
  286. width: 60px;
  287. height: 40px;
  288. }
  289. .eventPart-w .event .now span{
  290. color: #888;
  291. padding: 0 10px;
  292. }
  293. .eventPart-w .event .next{
  294. color: #007A71;
  295. padding: 10px 0;
  296. }
  297. .eventPart-w .event .next img{
  298. width: 30px;
  299. height: 30px;
  300. }
  301. .eventPart-w .event .next span {
  302. color: #888;
  303. padding: 0 10px;
  304. }
  305. .contentsData-w {
  306. width: 100%;
  307. }
  308. .contentsData-w .joinUs-w,
  309. .contentsData-w .joinUsEn-w{
  310. width: 100%;
  311. }
  312. .contentsData-w .joinUs-w .joinHeader-w,
  313. .contentsData-w .joinUsEn-w .joinHeader-w {
  314. width: 100%;
  315. height: 42px;
  316. padding: 10px 0;
  317. text-align: center;
  318. font-size: 17px;
  319. color: #fff;
  320. background-color: #bda380;
  321. }
  322. .contentsData-w .joinUs-w .joinHeading-w,
  323. .contentsData-w .joinUsEn-w .joinHeading-w {
  324. width: 100%;
  325. height: 50px;
  326. color: #007A71;
  327. text-shadow: 0px 0px 1px;
  328. background-color: #f7f7f7;
  329. box-shadow: 1px 1px 6px #2525;
  330. }
  331. .contentsData-w .joinUs-w .joinHeading-w h2,
  332. .contentsData-w .joinUsEn-w .joinHeading-w h2 {
  333. font-size: 18px;
  334. padding: 10px 0;
  335. text-align: center;
  336. }
  337. .contentsData-w .joinUs-w .dataContent,
  338. .contentsData-w .joinUsEn-w .dataContent {
  339. width: 100%;
  340. padding: 30px 15px;
  341. height: 200px;
  342. margin-top: 2px;
  343. box-shadow: 0 2px 6px #ccc;
  344. }
  345. .contentsData-w .joinUs-w .dataContent .joinUs-photo,
  346. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo {
  347. width: 100%;
  348. }
  349. .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
  350. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img {
  351. width: 100%;
  352. height: 100px;
  353. margin: 0 5px;
  354. border: 1px solid #ccc;
  355. }
  356. .contentsData-w .joinUs-w .dataContent .profileData-w {
  357. width: 100%;
  358. text-align: right;
  359. }
  360. .contentsData-w .joinUsEn-w .dataContent .profileData-w {
  361. width: 100%;
  362. text-align: left;
  363. }
  364. .contentsData-w .joinUs-w .dataContent .profileData-w p,
  365. .contentsData-w .joinUsEn-w .dataContent .profileData-w p {
  366. font-size: 14px;
  367. font-weight: bold;
  368. color: #bda380;
  369. }
  370. .contentsData-w .joinUs-w .dataContent .profileData-w p span,
  371. .contentsData-w .joinUsEn-w .dataContent .profileData-w p {
  372. color: #bda380;
  373. margin: 0 10px;
  374. }
  375. .sharingEvent-w {
  376. width: 100%;
  377. display: inline-block;
  378. }
  379. .sharingEvent-w .sharingHeader-w {
  380. width: 100%;
  381. padding: 10px 0;
  382. background-color: #bda380;
  383. }
  384. .sharingEvent-w .sharingHeader-w h2 {
  385. font-size: 18px;
  386. margin: 0;
  387. padding: 0;
  388. text-align: center;
  389. color: #fff;
  390. }
  391. .sharingEvent-w .congeratolation,
  392. .sharingEvent-w .sadDead-w {
  393. width: 100%;
  394. display: inline-block;
  395. box-shadow: 0 0 7px #ccc;
  396. }
  397. .sharingEvent-w .congeratolation h2,
  398. .sharingEvent-w .sadDead-w h2 {
  399. margin: 0;
  400. padding: 15px 0;
  401. text-align: center;
  402. background-color: #f7f7f7;
  403. font-size: 18px;
  404. color: #007A71;
  405. text-shadow: 0 0 1px;
  406. }
  407. .sharingEvent-w .content,
  408. .sharingEvent-w .content{
  409. width: 100%;
  410. height: 200px;
  411. background-color: #fff;
  412. box-shadow: 0 2px 6px #ccc;
  413. text-align: center;
  414. padding: 30px 0;
  415. }
  416. .sharingEvent-w .content p,
  417. .sharingEvent-w .content p {
  418. color: #bda380;
  419. font-weight: bold;
  420. }
  421. .sharingEvent-w .content p span,
  422. .sharingEvent-w .content p span {
  423. color: #bda380;
  424. font-weight: bold;
  425. }
  426. .sharingEvent-w .content .event {
  427. color: #007A71;
  428. }
  429. .secondServices-w {
  430. width: 100%;
  431. padding: 40px 0;
  432. display: inline-block;
  433. }
  434. .secondServices-w .contentSecondSer-w {
  435. width: 100%;
  436. display: inline-block;
  437. margin: 10px 0;
  438. }
  439. .secondServices-w .contentSecondSer-w .headerSer-w {
  440. width: 100%;
  441. padding: 13px 0;
  442. background-color: #bda380;
  443. text-align: center;
  444. color: #fff;
  445. }
  446. .secondServices-w .contentSecondSer-w .titleSer-w {
  447. width: 100%;
  448. padding: 13px 0;
  449. background-color: #f7f7f7;
  450. box-shadow: 0 0 6px #ccc;
  451. text-align: center;
  452. color: #08726a;
  453. }
  454. .secondServices-w .contentSecondSer-w .contentSer {
  455. width: 100%;
  456. height: 200px;;
  457. background-color: #fff;
  458. box-shadow: 0 0 1px #ccc;
  459. }
  460. .secondServices-w .contentSecondSer-w .contentSer .fieldData-w {
  461. width: 100%;
  462. padding: 20px 0;
  463. }
  464. .secondServices-w .contentSecondSer-w .contentSer .fieldData-w img{
  465. width: 30px;
  466. height: 30px;
  467. }
  468. .secondServices-w .contentSecondSer-w .contentSer .fieldData-w p{
  469. text-align: center;
  470. font-size: 12px;
  471. }
  472. .tabs {
  473. width: 100%;
  474. display: inline-block;
  475. padding: 40px 0;
  476. }
  477. .tabs .lastTab-w {
  478. width: 100%;
  479. }
  480. .tabs .lastTab-w .headerTab-w {
  481. width: 100%;
  482. padding: 10px 0;
  483. background-color: #bda380;
  484. text-align: center;
  485. color: #fff;
  486. }
  487. .tabs .lastTab-w .menuTab-w {
  488. width: 100%;
  489. padding: 10px 0;
  490. background-color: #f1f1f1;
  491. }
  492. .tabs .lastTab-w .menuTab-w ul {
  493. width: 100%;
  494. display: inline-block;
  495. padding: 5px 0;
  496. text-align: center;
  497. }
  498. .tabs .lastTab-w .menuTab-w ul li {
  499. display: inline-block;
  500. margin: 0 10px;
  501. padding: 0 50px;
  502. border-left: 1px solid #bda380;
  503. cursor: pointer;
  504. color: #03b0b3;
  505. text-shadow: 0 0 1px;
  506. }
  507. .tabs .lastTab-w .menuTabContent-w {
  508. width: 100%;
  509. display: inline-block;
  510. height: 290px;
  511. box-shadow: 0 0 6px #ccc;
  512. }
  513. .tabs .lastTab-w .menuTabContent-w h2 {
  514. font-size: 18px;
  515. padding: 20px 0;
  516. }
  517. .tabs .lastTab-w .menuTabContent-w ol {
  518. width: 100%;
  519. padding: 20px 0;
  520. }
  521. .tabs .lastTab-w .menuTabContent-w ol li {
  522. text-align: right;
  523. margin: 0 20px;
  524. padding: 10px 0;
  525. border-bottom: 1px solid #ccc;
  526. }
  527. .tabs .lastTab-w .menuTab-w ul li:last-child{
  528. border-left: none;
  529. }
  530. .tabs .recods {
  531. width: 100%;
  532. display: inline-block;
  533. }
  534. .tabs .recods .headerRecords-w {
  535. width: 100%;
  536. display: inline-block;
  537. padding: 10px 0;
  538. background-color: #bda380;
  539. color: #fff;
  540. text-align: center;
  541. }
  542. .tabs .recods .recordsContent-w {
  543. width: 100%;
  544. display: inline-block;
  545. box-shadow: 0 0 6px #ccc;
  546. height: 360px;
  547. }
  548. .tabs .recods .recordsContent-w ol {
  549. width: 100%;
  550. text-align: right;
  551. padding: 0 30px;
  552. }
  553. .tabs .recods .recordsContent-w ol li {
  554. font-size: 15px;
  555. padding: 0 10px;
  556. margin: 15px 0;
  557. border-bottom: 1px solid #ccc;
  558. padding-bottom: 13px;
  559. }
  560. .tabs .recods .recordsContent-w ol li .collapse {
  561. width: 100%;
  562. display: inline-block;
  563. background-clip: #f7f7f7;
  564. box-shadow: 0 0 6px #ccc;
  565. padding: 5px;
  566. }
  567. .tabs .recods .recordsContent-w ol li .collapse p {
  568. font-size: 16px;
  569. }
  570. @media(max-width:768px) {
  571. .backgroundXS {
  572. background-color: red;
  573. }
  574. }
  575. /* english estyle */
  576. .menuEnglish{
  577. text-align: left;
  578. }
  579. .achievementsLang-w {
  580. text-align: left;
  581. direction: ltr;
  582. }
  583. .achievementsLang-w li {
  584. text-align: left !important;
  585. }
  586. .activeLanguage {
  587. background-color: #03b0b3 !important;
  588. color: #fff !important;
  589. }