@font-face { font-family: "Roboto"; src: url(../fonts/Roboto-Regular_0.ttf); } @font-face { font-family: "Roboto"; src: url(../fonts/Roboto-Bold_0.ttf); font-weight: bold; } body { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ font-size: 1rem; font-family: "Roboto", sans-serif,"Microsoft JhengHei","Apple LiGothic Medium"; } h5, .h5 { font-weight: bold; } h3, .h3 { font-weight: bold; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { /* Opera */ from { opacity: 0; } to { opacity: 1; } } small, .small { font-size: 0.8rem !important; } a { color: #bb7e2a; font-size: 1rem; } .date { color: #cdcdcd !important; } .ellipsis1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .ellipsis2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .ellipsis3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .bold { font-weight: bold; } a:hover { color: #101010; text-decoration: underline; } .whiteFont { color: #fff !important; } .blackFont { color: #3c3c3c !important; } .grayFont { color: #858585 !important; } .grayLightFont { color: #cdcdcd!important; } .errorFont { color: #c91f1f!important; } .successFont { color: #00b124!important; } .primaryFont { color: #1f441e!important; } .blueFont { color: #36b4e5!important; } .whiteBgColor { background-color: #fff; } .orangeBgColor { background-color: #ee8335; } .greenDeepBgColor { background-color: #001000; } .blackBgColor { background-color: #1c1c1c; } .yellowBgColor { background-color: #ffc400; } .blueDeepBgColor { background-color: #05729f; } .blueBgColor { background-color: #36b4e5; } .grayBgColor { background-color: #F9F9F9; } .graylightBgColor { background-color: #f6f6f6; } .grayDeepBgColor { background-color: #aaaaaa; } .greenBtn { color: #fff; background-color: #4bafb7; } .blueBtn { color: #fff; background-color: #36b4e5; } .garyBtn { color: #fff; background-color: #989898; } .btn-light { border: 0px; } .input-append .input-group-addon { position: absolute; right: 10px; top: 8px; z-index: 10; } .step .hCardImg i{ font-size: 5rem; } .step .hCardBody{ padding: 0; } .step{ height: 100%; -ms-flex-align: center ; align-items: center ; background-color: #fff; border-radius: 20px; padding: 20px; } .productIcon { text-align: center; min-width: 110px; background-color: #fff; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 24px 0px; } .productImgItem .productIcon { max-width: 110px; position: absolute; right: 40px; bottom: -55px; } .hCardImg .memberImg img { position: relative; } .downloadList a { display: block; position: relative; color: #3c3c3c; padding: 15px 20px 15px 40px; margin-bottom: 20px; } .downloadList a:hover { color: #bb7e2a; text-decoration: none; } .downloadList a::before { content: "\f1c1"; position: absolute; left: 20px; font-family: "Font Awesome 5 Free"; font-weight: 900; } .tableWrap { overflow: auto; margin-bottom: 20px; } .table thead th { text-transform: uppercase; color: #1f441e; font-weight: bold; border-bottom: 2px solid #1f441e; } .table th, .table td { border: 0; padding: 10px; } .productItem { margin-top: 40px; } .productImgItem { position: relative; margin-bottom: 70px; } .productWrap { display: flex; margin-bottom: 20px; } .productDes { padding: 10px; } .productIcon { padding: 20px 10px; } .pageContent { padding: 20px; } .leftmenu { margin-bottom: 20px; } .leftmenu a { text-decoration: none; color: #4c4c4c; padding: 20px; display: block; background-color: #f9f9f9; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .leftmenu a:hover { background-color: #cdcdcd; padding-left: 30px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .leftmenuTitle { padding: 20px; } .leftmenuDetail { margin: 0; padding: 0; } .spcat a.active { background-color: #1f441e; color: #fff !important; } a.hCard { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; text-decoration: none; } a.hCard:hover p { color: #bb7e2a; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .hCard { display: flex; margin-bottom: 20px; } .hCardImg { position: relative; overflow: hidden; padding: 0; } .hCardImg img { position: absolute; } .hCardBody { padding: 20px 10px; } .leftmenuDetail li { list-style: none; } .content-up { margin-top: 0px !important; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .memberImg { max-width: 300px; overflow: hidden; border-radius: 50%; margin: 0px auto; margin-bottom: 10px; text-align: center; } .productCard { display: block; margin-bottom: 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .productCard:hover { text-decoration: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .csmContent { min-height: 500px; } .custonBtn { padding: 20px 10px; width: 100%; text-align: center; border: 0px; display: block; } .table tr.active { border: 2px solid #38bd14; } .footerLogo { display: block; } .table-bordered thead th, .table-bordered thead td { border-bottom-width: 0px; } .newTab { position: absolute; bottom: 0; height: 30px; background: rgb(0, 0, 0); background: linear-gradient( 360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% ); width: 100%; } .owl-dots { text-align: center; } .owl-dots .owl-dot.active { text-align: center; background-color: #36b4e5; } .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: #cdcdcd; width: 10px; margin: 10px 6px; border-radius: 50px; height: 10px; } .card-title { color: #4c4c4c; display: -webkit-box; font-size: 1.2rem; font-weight: 600; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 24px; } .searchWrap { width: 166px; position: relative; } .searchBtn { right: 10px; position: absolute; top: 8px; } .mediaDownlaod:hover { color: #36b4e5; } .card-textAll { color: #858585; line-height: 24px; } .card-text { color: #858585; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 24px; } .shardowBox { box-shadow: 2px 5px 36px -14px hsla(0, 0%, 70%, 0.7); } .resourceCard { padding: 25% 20px; border-radius: 10px; border: 1px dotted #4c4c4c; } .titlelineHeight { line-height: 40px; } .iconList { margin: 0; padding: 0; padding-left: 30px; } .iconList li { position: relative; list-style: none; } .iconList i { left: -26px; top: 4px; position: absolute; } .swiper-pagination { width: 300px !important; left: 20% !important; text-align: left; } .mainGoldBroderBtn { border: 1px solid #bb7e2a; color: #bb7e2a; } .mainGaryBroderBtn { border: 1px solid #4c4c4c; color: #4c4c4c; } .mainGaryBroderBtn:hover { border: 1px solid #4c4c4c; color: #fff; background-color: #4c4c4c; } .aboutImg { text-align: center; margin-top: -110px; z-index: 2; position: relative; } .mainWhiteBroderBtn { border: 1px solid #fff; color: #fff; } .mainWhiteBroderBtn:hover, .mainGoldBroderBtn:hover { border: 1px solid #bb7e2a; background-color: #bb7e2a; color: #fff; } .tabMenu { display: flex; } .tabMenu a { margin-right: 1px; padding: 20px; color: #fff; background-color: #cdcdcd; } .tabMenu a:hover { text-decoration: none; } .annualTab { font-size: 0.8rem; padding: 10px; color: #fff; background-color: #1e2088; } .modal-body .close { right: -8px; top: -20px; position: absolute; background-color: #fff; border-radius: 50px; padding: 10px 15px; opacity: 1; box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .modal-content { border-radius: 10px; border: 0 solid rgba(0, 0, 0, 0.2); box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .modal-body { padding: 20px; } .modal-footer { padding: 0 20px 20px; border-top: 0 solid #dee2e6; } .modal { background-color: rgba(255, 255, 255, 0.5); } .datetimepicker table { margin: 10px; } .datetimepicker td, .datetimepicker th { padding: 5px; } .enrollmentlist { border-bottom: 1px solid #cdcdcd; } .enrollmentMember { font-size: 0.9rem; padding: 10px; border-bottom: 1px dotted #cdcdcd; } .glyphicon-arrow-left::after { content: "<"; } .glyphicon-arrow-right::after { content: ">"; } .dateRang { position: relative; } .dateRang::after { content: "To"; position: absolute; top: 12px; font-size: 0.8rem; right: -8px; } .input-group { position: relative; } .meidaTab { position: absolute; bottom: 0; background: rgb(0, 0, 0); background: linear-gradient( 360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% ); width: 100%; } .mediaDownlaod { position: absolute; bottom: 10px; right: 0; font-size: 2rem; } .otherNewsItem { padding: 20px; border: 1px solid #ededed; } .searchInput { position: relative; } .fontUppercase { text-transform: uppercase; } .floorPlan { position: relative; } .zoomBtn { color: #4c4c4c; bottom: 10px; right: 10px; position: absolute; padding: 6px 10px; background-color: #fff; border: 1px solid #cdcdcd; border-radius: 50px; } .newsDate { font-weight: 600; color: #b8b8b8; font-style: italic; } .serachIconBtn { color: #cdcdcd; position: absolute; right: 22px; top: 6px; border: 0; background: transparent; } ul.member { padding-left: 30px; } ul.member li { position: relative; list-style: none; line-height: 28px; } ul.member li i { color: #cdcdcd; position: absolute; left: -26px; top: 5px; } .sbutton { padding: 5px 8px; font-size: 0.8rem; } .memberCard { padding: 20px; border: 1px solid #cdcdcd; border-radius: 10px; } .tabContent { padding: 30px; border: 1px solid #cdcdcd; } .accordionWrap { border-bottom: 1px dotted #cdcdcd; } .accordionTitle { position: relative; padding: 10px 20px; cursor: pointer; } .accordionTitleBtn::before { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; top: 10px; } .roateIcon .accordionTitleBtn::before { transform: rotate(90deg); } .accordionBody { margin-bottom: 10px; padding: 10px 20px; } .blueOutlineBtn { color: #1e2088 !important; border: 1px solid #1e2088 !important; background-color: #fff; } .grayOutlineButton { color: #4c4c4c !important; border: 1px solid #cdcdcd !important; background-color: #fff; } .tabMenu a.active { background-color: #4bafb7; } .roateIcon .fa-stack { transform: rotate(90deg); } .button { padding: 10px 40px; background-color: transparent; } .nav-tabs { width: 100%; display: flex; margin-bottom: 0 !important; box-shadow: 0 1px 24px -8px hsla(0, 0%, 70%, 0) !important; } .nav-tabs .nav-item { text-align: center; width: 50%; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #1e2088; font-weight: bold; background-color: #fff; } .nav-tabs .nav-link { font-size: 1.5rem; color: #fff; font-weight: bold; padding: 20px; background-color: #cdcdcd; border: 0 solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; } .tab-content { padding: 40px; } .tabBtn.active { background-color: #fff; } .tab-pane { background-color: #fff; } .tabBtn { text-align: center; width: 50%; background-color: #cdcdcd; padding: 50px; } .nomber01Img { width: 30%; margin: 0 auto; } .silderTitle { font-size: 3rem; font-weight: bold; } .silderTextWrap { position: absolute; top: 60%; z-index: 2; max-width: 620px; left: 30%; transform: translate(-30%, -60%); } .silderDetail { text-align: justify; line-height: 30px; } button:focus { outline: 1px dotted #bb7e2a; } .form-control::-webkit-input-placeholder { color: #cdcdcd; } .form-group label, .label { font-size: 1rem; margin-bottom: 0; } .leftImg { position: relative; padding-top: 5%; } .leftImg::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; font-size: 1.4rem; padding: 8px; top: 40%; right: -26px; position: absolute; z-index: 1; color: #4c4c4c; background-color: #fff; border-radius: 50px; width: 50px; height: 50px; } .card-img, .card-img-top { border-top-left-radius: 0; border-top-right-radius: 0; } .card { border-radius: 0; } .gap-3 { gap: 1rem !important; } .h1, h1 { font-weight: bold; font-size: 2.4rem; } .h2, h2 { font-size: 1.8rem; } .roate { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .noteItem .noteDes { overflow: hidden; height: 3rem; margin-bottom: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .noteItem:hover .noteDes { height: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .noteItem:hover { height: 9rem; text-decoration: none; padding: 20px; display: block; color: #bb7e2a; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .noteItem { overflow: hidden; height: 7rem; margin-bottom: 20px; padding: 20px; display: block; color: #4c4c4c; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .joinUsDes { position: relative; padding: 40px 20px; } .buttonWrap { margin: 50px 20px; } .centerRecaptcha { width: 300px; margin: 0px auto; } .hidden { display: none; } .group { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #cdcdcd; } .memberItem i { cursor: pointer; position: absolute; right: -20px; top: 0px; padding: 10px; } .memberItem { margin-top: 20px; position: relative; padding: 10px 30px 10px 10px; border-radius: 10px; border: 1px solid #cdcdcd; } .mainSlider { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .methodItem { margin: 40px; cursor: pointer; border: 1px solid #cdcdcd; padding: 40px; border-radius: 10px; } .hide { display: none; } .methodItem.active { border: 1px solid #1e2088; } .lborderYellow { border-left: 6px solid #ffe665; } .boxInDetail { padding: 20% 20px; margin: 20px; background-color: #fff; } .btn { padding: 10px 20px; border-radius: 50px; } .joinBtn { padding: 10px 40px; } .unbold { font-weight: 400 !important; } .listRow { margin-bottom: 20px !important; padding: 20px; background-color: #f8f8f8; } .backgroundImg { background-size: cover; background-position: 50% 50%; } .subWrapper { margin: 0px 20%; } .require::after { content: "*"; color: #ff0854; } .sliderMask::after { content: ""; position: absolute; width: 100%; top: 0; height: 100%; background: rgb(23, 46, 23); background: linear-gradient( 180deg, rgba(23, 46, 23, 1) 0%, rgba(23, 46, 23, 0) 47% ); } .boxOutLine { margin: 20px; border: 2px solid #fff; background: transparent; } .joinBox { box-shadow: 2px 5px 36px -14px hsla(0, 0%, 70%, 0.7); } .joinUs { background-size: cover; background-position: 50% 50%; } .cardItemBtn { width: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn .cardImg { height: 250px; position: relative; background-size: cover; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .card { border: 0; } .cardItemBtn:hover { text-decoration: none; color: #cdcdcd !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); } .joinUs::after { position: absolute; content: ""; width: 0; top: 42%; height: 0; left: 0; border-style: solid; border-width: 25px 0 25px 26px; border-color: transparent transparent transparent #fff; } .cardItemBtn .rightArrow { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn:hover .rightArrow { padding-left: 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn .cardImg::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: inherit; transition: inherit; } .cardItemBtn:hover .cardImg::before { transform: scale(1.2); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .numberInput { width: 50%; } .feeBox { margin: 20px; padding: 60px 20px; } .greenBorder { border: 1px solid #4bafb7; } .blueBorder { border: 1px solid #1e2088; } .fullCourse { color: #cdcdcd; } .fullCourse input { color: #cdcdcd; } .yellowBtn { font-size: 0.8rem; padding: 10px 30px; border: 0; background-color: #ffe665; color: #4c4c4c; } .yellowBtn:hover { background-color: #fff2ae; } .yellowLine { width: 100px; background-color: #ffe665; height: 6px; } .link { font-weight: 500; color: #bb7e2a; } .link:hover { color: #101010; } .with-errors { color: #c91f1f; font-size: 0.9rem; } .linkWhite { font-weight: 500; color: #fff; } .linkWhite:hover { color: #cdcdcd; } .mainProductWrap { padding: 40px 0px; } .spWrapper { padding: 80px 0px 130px 0px; } .wrapper { min-height: 350px; padding: 60px 15px; } .card-img-top { max-width: 300px; } .blod { font-weight: 800; } .breadcrumbWrapper { display: flex; width: 100%; margin: 40px 50px; } .breadcrumbTitle { color: #fff; z-index: 2; } .videoWrap { background-position: 50% 50%; background-size: cover; background-attachment: fixed; } .mt--80px { margin-top: -80px; } .pb-80px { padding-bottom: 80px; } .videoGrid { display: flex; } .video { width: 50%; } .videoDetailFirst, .videoItemFirst { margin-top: -80px; } .videoItem, .videoItemFirst { overflow: hidden; position: relative; } .videoDetail, .videoDetailFirst { padding: 30px; position: relative; } .videoImg { height: 100%; min-height: 400px; display: block; position: relative; } .videoImg img { position: absolute; transform: scale(1); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .videoImg:hover img { transform: scale(1.1); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } /* .videoImg:hover::after { font-size: 7vw; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .videoImg::after { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; content: "\f144"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; left: 50%; color: #fff; font-size: 5vw; transform: translate(-50%, -50%); }*/ .newRow { padding: 20px; border-bottom: 1px dotted #cdcd; } .newRow:hover { background-color: #fffae1; } .listTableHead { font-weight: bold; padding: 10px; background-color: #f8f8f8; } .listTableRow { padding: 10px 25px; } .bigFont { font-size: 4rem; } .breadcrumbLink a, .breadcrumbLink { position: relative; text-align: center; color: #fff; z-index: 2; font-size: 0.8rem; } .lab_video_text_overlay { margin-top: 174px; z-index: 1; position: relative; } .swiper-slide { position: relative; background-position: 50% 50%; background-size: cover; height: 760px; } .swiper-pagination-bullet-active { background: #fff; } .breadcrumb { background-position: 50% 50%; background-size: cover; position: relative; border-radius: 0px; background-color: #fff; padding: 0 1rem; padding-top: 130px; } .breadcrumbWrapper::after { content: ""; top: 0; left: 0; position: absolute; width: 100%; height: 100%; background: rgb(23, 46, 23); background: linear-gradient( 180deg, rgba(23, 46, 23, 1) 0%, rgba(23, 46, 23, 0) 47% ); } .footerMenu { display: flex; } footer a { color: #4c4c4c; } .footerMenu a { color: #bb7e2a; padding: 10px; font-size: 1.4rem; } .footerMedia a { font-size: 1.6rem; padding: 10px; } .footerPrivacy a { position: relative; padding: 10px; } .footerPrivacy a:first-child::after { content: "|"; position: absolute; right: 0; } .footerPrivacy a:last-child::before { content: "|"; position: absolute; left: 0; } .filterLink { color: #4c4c4c; font-size: 1.25rem; } .filter { font-size: 1.25rem; } .filterLink.active, .filterLink:active { color: #36b4e5; font-size: 1.25rem; } .table { font-size: 0.8rem; } .content { min-height: 350px; } .sidebar-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .apcat{ margin-bottom: 10px; } .apcat a span{ position: relative; padding-left: 20px; display: block; } .apcat a span i{ left: 0px; top: 4px; position: absolute; } .apcat a { border: 1px solid #707070; padding: 10px 20px; background-color: #fff; } .apcat a.active { color: #fff; border: 1px solid #1F441E; background-color: #1F441E; } .sticky-up{ top: 120px !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .sticky { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; position: -webkit-sticky; position: sticky; top: 0; padding: 0 15px; padding-bottom: 10px; } .table-striped tbody tr:nth-of-type(odd) { background-color: #fff; } .table-striped tbody tr:nth-of-type(even) { background-color: rgb(250 250 250); } .mainDesItem { padding: 20px 60px; } .scrollToTop { z-index: 200; position: fixed; bottom: 40px; right: 20px; color: #4c4c4c; background: rgba(255, 255, 255, 0.7); padding: 9px 13px; width: 40px; height: 40px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 10px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 4px 25px -3px rgb(0 0 0 / 20%); } .ci { display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px; } .mobileBorderTop { padding: 0; border-top: 0px solid #cdcdcd; } .titleList { position: relative; padding-left: 28px; } .titleList01::before { content: "1."; position: absolute; left: 0px; } .titleList02::before { content: "2."; position: absolute; left: 0px; } .titleList03::before { content: "3."; position: absolute; left: 0px; } .titleList04::before { content: "4."; position: absolute; left: 0px; } .boxText { overflow: hidden; border-radius: 10px; } .nameTable { margin: 20px 0px; } .nameTable .nameTd { padding: 10px; border: 1px solid #efefef; } .nameTable .nameTd:nth-of-type(odd) { background-color: #f1fbff; } .nameTable .nameTd:nth-of-type(even) { background-color: #f9f9f9; } .aboutDes { width: 70%; } .alert-cookie-policy{ display: none; border-radius: 0; position: fixed; bottom:0; top:auto; height: 100%; left:0; right: 0; background-color: rgba(0,0,0,0.8); z-index: 999; } .alert-secondary { position: absolute; color: #fff; background-color: #001000; border: 0; width: 100%; bottom: 0; } .alert-cookie-policy .alert{ border-radius: 0; }