external-page-content.component.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. input,button {
  2. outline: none;
  3. }
  4. .externalPageContentt-w {
  5. width: 100%;
  6. display: inline-block;
  7. padding: 20px 0;
  8. }
  9. .externalPageContentt-w .sliderNews-w {
  10. width: 100%;
  11. height: 400px;
  12. }
  13. .sliderNews-w .carousel-inner img {
  14. width: 100%;
  15. height: 400px;
  16. }
  17. .sliderNews-w .carousel-caption {
  18. position: fixed;
  19. width: 100%;
  20. bottom: 0;
  21. background-color: rgba(0, 0, 0, 0.7);
  22. z-index: 10;
  23. padding-top: 20px;
  24. padding-bottom: 20px;
  25. color: #fff;
  26. text-align: center;
  27. right: 0;
  28. left: 0;
  29. }
  30. .sliderNews-w .carousel-caption .more {
  31. width: 90px;
  32. padding: 5px;
  33. background-color: #00a99d;
  34. border: 1px solid #00a99d;
  35. border-radius: 5px;
  36. color: #fff;
  37. position: absolute;
  38. left: 10px;
  39. bottom: 20px;
  40. cursor: pointer;
  41. transition: all 0.5s;
  42. }
  43. .sliderNews-w .carousel-caption .more:hover {
  44. background-color: #35e2d6;
  45. border: 1px solid #35e2d6;
  46. color: #252525;
  47. }
  48. .sliderNews-w .carousel-caption h5 {
  49. color: #00a99d;
  50. }
  51. .eventPart-w,
  52. .eventPartEn-w {
  53. width: 100%;
  54. height: 40px;
  55. padding: 5px 0;
  56. background-color: #e5f7f6;
  57. margin: 10px 0;
  58. }
  59. .carousel-indicators {
  60. bottom: -5px;
  61. }
  62. .carousel-indicators li {
  63. cursor: pointer;
  64. width: 25px;
  65. height: 7px;
  66. border-radius: 5px;
  67. background-color: #fff;
  68. }
  69. .carousel-indicators .active {
  70. background-color: #00a99d;
  71. }
  72. .eventPart-w .carousel-caption,
  73. .eventPartEn-w .carousel-caption {
  74. position: initial;
  75. right: 0;
  76. bottom: 0;
  77. left: 0;
  78. z-index: 10;
  79. padding-top: 0;
  80. padding-bottom: 0;
  81. color: #fff;
  82. text-align: right;
  83. }
  84. .eventPartEn-w .carousel-caption {
  85. text-align: left;
  86. }
  87. .eventPart-w .carousel-caption p,
  88. .eventPartEn-w .carousel-caption p {
  89. margin-left: 10px;
  90. color: #8e8d8d;
  91. }
  92. .eventPart-w .carousel-caption p img {
  93. width: 25px;
  94. margin: 0 5px;
  95. margin-right: 15px;
  96. }
  97. .eventPartEn-w .carousel-caption p img {
  98. width: 25px;
  99. margin: 0 5px;
  100. margin-right: 15px;
  101. float: left;
  102. }
  103. .eventPart-w .carousel-caption p span{
  104. color: #e5979d;
  105. font-weight: bold;
  106. }
  107. .eventPartEn-w .carousel-caption p span {
  108. color: #e5979d;
  109. font-weight: bold;
  110. }
  111. .eventPart-w .moreEvent-w {
  112. position: absolute;
  113. left: 10px;
  114. background-color: transparent;
  115. border: none;
  116. color: #1ba097;
  117. top: 0;
  118. cursor: pointer;
  119. font-weight: bold;
  120. }
  121. .eventPartEn-w .moreEventEn-w {
  122. position: absolute;
  123. right: 10px;
  124. background-color: transparent;
  125. border: none;
  126. color: #1ba097;
  127. top: 0;
  128. cursor: pointer;
  129. font-weight: bold;
  130. }
  131. .externalServices-w {
  132. width: 100%;
  133. padding: 20px 0;
  134. }
  135. .externalServices-w a {
  136. text-decoration: none;
  137. }
  138. .externalServices-w .item {
  139. width: 100%;
  140. height: 150px;
  141. /* radial-gradient(0.5turn,#efeeee, #1db5ab, #1ba097); */
  142. background: radial-gradient(farthest-corner at 129px 53px, #c4d8d7 0%, #00a99d 100%);
  143. margin: 10px 0;
  144. transition: all 0.5s;
  145. }
  146. .externalServices-w .item:hover{
  147. background: radial-gradient(farthest-corner at 129px 53px, #4bcec7 0%, #00a99d 100%);
  148. }
  149. .externalServices-w .item img {
  150. width: 50px;
  151. margin: 10px 0;
  152. }
  153. .externalServices-w .item p {
  154. color: #fff;
  155. font-size: 16px;
  156. margin: 10px 0;
  157. }
  158. .lectureService-w {
  159. width: 100%;
  160. display: inline-block;
  161. }
  162. .lectureService-w .advertisimentServices-w {
  163. width: 100%;
  164. height: 300px;
  165. }
  166. .lectureService-w .advertisimentServices-w h1 {
  167. font-size: 18px;
  168. background-color: #1ba097;
  169. color: #fff;
  170. padding: 12px 0;
  171. margin: 0;
  172. }
  173. .lectureService-w .advertisimentServices-w .body{
  174. width: 100%;
  175. height: 214px;
  176. background-color: #fff;
  177. box-shadow: 0 1px 1px #ccc;
  178. padding: 20px;
  179. }
  180. /* .lectureService-w .advertisimentServices-w .body p{
  181. padding: 8px 0;
  182. background-color: #d7ecec;
  183. color: #bda380;
  184. } */
  185. .lectureService-w .visitingTime-w {
  186. width: 100%;
  187. height: 300px;
  188. }
  189. .lectureService-w .visitingTime-w .monthRecord-w {
  190. width: 100%;
  191. }
  192. .lectureService-w .visitingTime-w .monthRecord-w h1 {
  193. font-size: 18px;
  194. background-color: #c1e6e4;
  195. color: #bda380;
  196. padding: 12px 0;
  197. margin: 0;
  198. }
  199. .lectureService-w .visitingTime-w .achiev h1 {
  200. font-size: 18px;
  201. background-color: #c1e6e4;
  202. color: #bda380;
  203. padding: 12px 0;
  204. margin: 0;
  205. }
  206. .lectureService-w .visitingTime-w h1 {
  207. font-size: 18px;
  208. background-color: #1ba097;
  209. color: #fff;
  210. padding: 12px 0;
  211. margin: 0;
  212. text-align: center;
  213. }
  214. .lectureService-w .visitingTime-w .monthRecord-w .body {
  215. padding: 20px 0;
  216. background-color: #fff;
  217. box-shadow: 0 1px 1px #ccc;
  218. height: 170px;
  219. }
  220. .lectureService-w .visitingTime-w .monthRecord-w .body ul {
  221. padding: 0 15px;
  222. }
  223. .lectureService-w .visitingTime-w .monthRecord-w .body ul li {
  224. display: inline-block;
  225. margin: 0 40px;
  226. position: relative;
  227. }
  228. .lectureService-w .visitingTime-w .monthRecord-w .body ul li span {
  229. position: absolute;
  230. bottom: 0;
  231. left: -10px;
  232. top: 53px;
  233. font-size: 15px;
  234. }
  235. .lectureService-w .visitingTime-w .monthRecord-w .body ul li img {
  236. width: 80px;
  237. }
  238. .lectureService-w .visitingTime-w .achiev .body ul {
  239. padding: 0 15px;
  240. }
  241. .lectureService-w .visitingTime-w .achiev .body ul li {
  242. display: inline-block;
  243. margin: 0 40px;
  244. position: relative;
  245. }
  246. .lectureService-w .visitingTime-w .achiev .body ul li span {
  247. position: absolute;
  248. bottom: 0;
  249. left: -10px;
  250. top: 53px;
  251. font-size: 15px;
  252. }
  253. .lectureService-w .visitingTime-w .achiev .body ul li img {
  254. width: 80px;
  255. }
  256. .lectureService-w .visitingTime-w .achiev .body{
  257. padding: 20px 0;
  258. background-color: #fff;
  259. box-shadow: 0 1px 1px #ccc;
  260. height: 170px;
  261. }
  262. .externalPageContentt-w .recordsContent-w {
  263. width: 100%;
  264. }
  265. .externalPageContentt-w .recordsContent-w h1 {
  266. font-size: 18px;
  267. background-color: #1ba097;
  268. color: #fff;
  269. padding: 12px 0;
  270. margin: 0;
  271. text-align: center;
  272. }
  273. .externalPageContentt-w .recordsContent-w .records {
  274. width: 100%;
  275. }
  276. .externalPageContentt-w .recordsContent-w .records .body {
  277. width: 100%;
  278. height: 285px;
  279. background-color: #fff;
  280. box-shadow: 0 1px 1px #ccc;
  281. padding: 2px 0;
  282. }
  283. .externalPageContentt-w .recordsContent-w .records .body ul {
  284. padding: 0;
  285. }
  286. .externalPageContentt-w .recordsContent-w .records .body ul li {
  287. width: 100%;
  288. border-bottom: 1px solid #ccc;
  289. color: #00a99d;
  290. font-size: 16px;
  291. margin: 10px 0;
  292. padding: 5px 10px;
  293. }
  294. .externalPageContentt-w .recordsContent-w .records .body ul li span {
  295. color: #888;
  296. margin: 0 10px;
  297. }
  298. .externalPageContentt-w .recordsContent-w .records h1{
  299. font-size: 18px;
  300. background-color: #c1e6e4;
  301. color: #bda380;
  302. padding: 12px 0;
  303. margin: 0;
  304. text-align: center;
  305. }
  306. .externalPageContentt-w .recordsContent-w .medical h1{
  307. font-size: 18px;
  308. background-color: #c1e6e4;
  309. color: #bda380;
  310. padding: 12px 0;
  311. margin: 0;
  312. text-align: center;
  313. }
  314. .externalPageContentt-w .recordsContent-w .medical .body {
  315. width: 100%;
  316. height: 285px;
  317. background-color: #fff;
  318. box-shadow: 0 1px 1px #ccc;
  319. }
  320. .externalPageContentt-w .recordsContent-w .medical .body #demo2 {
  321. width: 100%;
  322. height: 100;
  323. }
  324. .externalPageContentt-w .recordsContent-w .medical .body #demo2 .active {
  325. background-color: #fff !important;
  326. color: #000 !important;
  327. }
  328. .externalPageContentt-w .recordsContent-w .medical .body .carousel-inner {
  329. width: 100%;
  330. height: 100%;
  331. }
  332. .externalPageContentt-w .recordsContent-w .medical .body .carousel-inner h3,
  333. .externalPageContentt-w .recordsContent-w .medical .body .carousel-inner p {
  334. color: #bda380;
  335. }
  336. .externalPageContentt-w .recordsContent-w .medical .body .carousel-caption {
  337. position: inherit;
  338. height: 170px;;
  339. z-index: 10;
  340. padding-top: 20px;
  341. padding-bottom: 20px;
  342. color: #fff;
  343. text-align: center;
  344. right: 0;
  345. left: 0;
  346. bottom: 0;
  347. background: transparent;
  348. }
  349. .externalPageContentt-w .recordsContent-w .medical .body #demo2 .carousel-indicators {
  350. margin-right: 7%;
  351. }
  352. .externalPageContentt-w .recordsContent-w .medical .body #demo2 .carousel-indicators li{
  353. background-color: #ccc;
  354. width: 25px;
  355. border-radius: 11px;
  356. height: 7px;
  357. }
  358. .externalPageContentt-w .recordsContent-w .medical .body #demo2 .carousel-indicators .active {
  359. background-color: #007A71 !important;
  360. }
  361. .externalPageContentt-w .datePicker-w {
  362. width: 100%;
  363. }
  364. .externalPageContentt-w .datePicker-w .body {
  365. width: 100%;
  366. background-color: #fff;
  367. box-shadow: 0 1px 1px #ccc;
  368. }
  369. .externalPageContentt-w .datePicker-w h1 {
  370. font-size: 18px;
  371. background-color: #1ba097;
  372. color: #fff;
  373. padding: 12px 0;
  374. margin: 0;
  375. text-align: center;
  376. }
  377. .externalPageContentt-w .maps {
  378. width: 100%;
  379. display: inline-block;
  380. padding: 40px 0;
  381. margin: 5px 0;
  382. }
  383. .maps {
  384. width: 100%;
  385. }
  386. .maps h1 {
  387. font-size: 18px;
  388. background-color: #1ba097;
  389. color: #fff;
  390. padding: 12px 0;
  391. margin: 0;
  392. text-align: center;
  393. }
  394. /* show 3 items */
  395. .lectureService-w .carousel-inner .active,
  396. .lectureService-w .carousel-inner .active + .carousel-item,
  397. .lectureService-w .carousel-inner .active + .carousel-item + .carousel-item {
  398. display: block;
  399. }
  400. .lectureService-w .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  401. .lectureService-w .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  402. .lectureService-w .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
  403. transition: none;
  404. }
  405. .lectureService-w .carousel-inner .carousel-item-next,
  406. .lectureService-w .carousel-inner .carousel-item-prev {
  407. position: relative;
  408. transform: translate3d(0, 0, 0);
  409. }
  410. .lectureService-w .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
  411. position: absolute;
  412. top: 0;
  413. right: -33.3333%;
  414. z-index: -1;
  415. display: block;
  416. visibility: visible;
  417. }
  418. /* left or forward direction */
  419. .lectureService-w .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  420. .lectureService-w .carousel-item-next.carousel-item-left + .carousel-item,
  421. .lectureService-w .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  422. .lectureService-w .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
  423. position: relative;
  424. transform: translate3d(-100%, 0, 0);
  425. visibility: visible;
  426. }
  427. /* farthest right hidden item must be abso position for animations */
  428. .lectureService-w .carousel-inner .carousel-item-prev.carousel-item-right {
  429. position: absolute;
  430. top: 0;
  431. left: 0;
  432. z-index: -1;
  433. display: block;
  434. visibility: visible;
  435. }
  436. /* right or prev direction */
  437. .lectureService-w .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  438. .lectureService-w .carousel-item-prev.carousel-item-right + .carousel-item,
  439. .lectureService-w .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  440. .lectureService-w .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
  441. position: relative;
  442. transform: translate3d(100%, 0, 0);
  443. visibility: visible;
  444. display: block;
  445. visibility: visible;
  446. }
  447. .lectureService-w .carousel-control-prev, .carousel-control-next {
  448. display: block !important;
  449. margin: 25px 0;
  450. color: #888;
  451. }
  452. .lectureService-w .carousel-control-prev {
  453. margin-left: -26px;
  454. }
  455. .lectureService-w .carousel-control-next {
  456. margin-right: -26px;
  457. }
  458. .lectureService-w #carouselExample .carousel-inner {
  459. margin: 20px 0;
  460. }
  461. .lectureService-w #carouselExample .carousel-inner .carousel-item img {
  462. height: 70px !important;
  463. border: 2px solid #007A71;
  464. }
  465. .lectureService-w #carouselExample2 .carousel-inner .carousel-item img {
  466. height: 70px !important;
  467. border: 2px solid #007A71;
  468. }
  469. agm-map {
  470. height: 300px;
  471. }
  472. @media(max-width: 767px) {}
  473. @media (min-width: 767px) and (max-width: 991px) {}
  474. @media(min-width: 992px) and (max-width: 1199px) {}
  475. @media(min-width: 1200px) {
  476. .container{
  477. max-width: 1200px !important;
  478. }
  479. }