@charset "UTF-8";
/* Base */
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  color: #000;
  position: relative;
  font-weight: normal;
}
body.active-menu {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

td.w10,
th.w10 {
  width: 10%;
}
td.w20,
th.w20 {
  width: 20%;
}
td.w30,
th.w30 {
  width: 30%;
}
td.w40,
th.w40 {
  width: 40%;
}
td.w50,
th.w50 {
  width: 50%;
}
td.w60,
th.w60 {
  width: 60%;
}
td.w70,
th.w70 {
  width: 70%;
}
td.w80,
th.w80 {
  width: 80%;
}
td.w90,
th.w90 {
  width: 90%;
}
td.w100,
th.w100 {
  width: 100%;
}

ul,
ol,
li {
  list-style-position: inside;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
}

img,
video,
iframe {
  max-width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.full-container {
  position: relative;
  left: 0;
  transition: 0.4s;
}
.active-menu .full-container {
  left: -280px;
}

.inner-container {
  width: 100%;
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .inner-container {
    padding: 0px 10px;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  margin: 0px -15px;
}
@media only screen and (max-width: 1080px) {
  .row {
    margin: 0px -5px;
  }
}

.hidden {
  display: none;
}

.error {
  font-size: 13px;
  color: red;
}

input[type=checkbox] {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button,
textarea,
input,
select {
  font-family: inherit;
  outline: none;
}

@keyframes nhapnho {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes nhapnhay {
  0% {
    transform: scale(1);
    color: #fff;
  }
  100% {
    transform: scale(1.1);
    color: #ffc600;
  }
}
@keyframes lac {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes hotline_before {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes hotline_after {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.nav-swiper {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #c6c6c6;
  color: #fff;
  transition: 0.4s;
  font-size: 24px;
  top: calc(50% - 25px);
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 8;
}
.nav-swiper.swiper-button-prev {
  left: 15px;
  text-indent: -3px;
}
.nav-swiper.swiper-button-next {
  right: 15px;
  text-indent: 3px;
}

/* Page navigation */
.page-navi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0px 30px;
}
.page-navi button {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 50%;
  color: #000;
  background: #fff;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
  margin: 5px;
  text-transform: uppercase;
}
.page-navi button.active {
  background: #1a4a84;
  color: #fff;
}

#btn-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #fff;
  background: #1a4a84;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.hotline-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
.hotline-ani:before, .hotline-ani:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.hotline-ani:before {
  z-index: 1;
  border: 2px solid #0a3970;
  width: 100%;
  height: 100%;
  animation: 1s hotline_before ease-in-out 0s infinite;
}
.hotline-ani:after {
  z-index: 2;
  background: rgba(10, 57, 112, 0.3);
  width: 80%;
  height: 80%;
  animation: 1s hotline_after 0s ease-out infinite alternate;
}
.hotline-ani .icon-hotline-ani {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  animation: 1s lac 0s ease-in infinite;
  z-index: 3;
}
.hotline-ani .hotline-number {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  background: #0a3970;
  color: #fff;
  padding: 0px 20px 0px 40px;
  display: flex;
  align-items: center;
  height: 50%;
  border-radius: 0px 40px 40px 0px;
}
.hotline-ani.zalo-ani {
  bottom: 90px;
}
.hotline-ani.zalo-ani:before {
  border-color: #0a94e3;
}
.hotline-ani.zalo-ani:after {
  background: rgba(10, 148, 227, 0.3);
}

[data-aos=text-ani] {
  display: inline-block;
  overflow: hidden;
  line-height: 1.4;
  color: transparent;
  position: relative;
}
[data-aos=text-ani]:before {
  content: attr(data-anitext);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  transform-origin: left top;
  transform: translate(0, 100%) skewY(45deg);
  transition: transform 1.1s cubic-bezier(0.12, 0.55, 0.51, 0.96) 0.55s;
}
[data-aos=text-ani].aos-animate:before {
  transform: translate(0, 0) skewY(0deg);
}

.mg-top-120 {
  margin-top: 120px;
}

/* Header */
.full-header {
  display: block;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  top: 0;
}
.full-header .inner-container {
  max-width: 1600px;
}
.full-header .main-header {
  position: static;
  background: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.full-header .main-header .col-hd {
  padding: 0px 15px;
}
@media only screen and (max-width: 1280px) {
  .full-header .main-header .col-hd {
    padding: 0px 5px;
  }
}
.full-header .main-header .logo-and-menu {
  width: calc(100% - 200px);
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .full-header .main-header .logo-and-menu {
    order: 2;
    width: calc(50% + 60px);
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .full-header .main-header .logo-and-menu {
    width: calc(50% + 40px);
  }
}
.full-header .main-header .logo-and-menu .logo {
  display: block;
  max-width: 160px;
}
.full-header .main-header .logo-and-menu .logo img {
  display: block;
  max-height: 50px;
  object-fit: contain;
}
.full-header .main-header .logo-and-menu .menu-main {
  display: block;
  max-width: calc(100% - 160px);
  padding-left: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 1281px) {
  .full-header .main-header .logo-and-menu .menu-main #menu-primary {
    display: block;
    width: 100%;
    text-align: left;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item {
    display: inline-flex;
    padding: 0px 16px;
    position: relative;
    height: 80px;
    align-items: center;
    justify-content: center;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item .icon-sub {
    display: none;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item > .menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    color: #050505;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item > .menu-link:after {
    content: "";
    width: 0;
    height: 2px;
    background: #1a4a84;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item:hover > .menu-link:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item:hover .sub-menu {
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item .sub-menu {
    display: block;
    position: absolute;
    min-width: 240px;
    width: auto;
    top: 105%;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item .sub-menu .menu-item {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item .sub-menu .menu-item .menu-link {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #080808;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary > .menu-item .sub-menu .menu-item .menu-link:hover {
    color: #1a4a84;
  }
}
@media only screen and (max-width: 1280px) {
  .full-header .main-header .logo-and-menu .menu-main {
    max-width: calc(100% - 50px);
    width: auto;
    padding-left: 15px;
    order: 2;
  }
  .full-header .main-header .logo-and-menu .menu-main .btn-menu-mobi {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    background: none;
    border: none;
    color: #fff;
  }
  .full-header .main-header .logo-and-menu .menu-main .btn-menu-mobi .hide-menu {
    display: none;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary {
    display: block;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -280px;
    background: #222;
    color: #fff;
    transition: 0.4s;
    visibility: hidden;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item:last-child {
    border-bottom: 0;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .sub-menu {
    display: none;
    width: 100%;
    background: #333;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .menu-link {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item.has-children > .menu-link {
    width: calc(100% - 40px);
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item.has-children .icon-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #fff;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu {
    display: block;
    width: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu {
    display: block;
    width: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .tt-sub-mm {
    display: none;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 {
    display: none;
    width: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item:last-child,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item:last-child,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item:last-child {
    border-bottom: 0;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item .mega-link,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item .mega-link,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item .mega-link {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item.has-children > .mega-link,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item.has-children > .mega-link,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item.has-children > .mega-link {
    width: calc(100% - 40px);
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item.has-children .icon-sub,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item.has-children .icon-sub,
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item.has-children .icon-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #fff;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 {
    background: #333;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .sub-mega-menu {
    display: block;
    width: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .sub-mega-menu .wrap-mega-menu {
    display: block;
    width: 100%;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 {
    background: #444;
  }
  .full-header .main-header .logo-and-menu .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 {
    background: #555;
  }
  .full-header .main-header .logo-and-menu .menu-main.active .btn-menu-mobi .hide-menu {
    display: block;
  }
  .full-header .main-header .logo-and-menu .menu-main.active .btn-menu-mobi .show-menu {
    display: none;
  }
  .full-header .main-header .logo-and-menu .menu-main.active #menu-primary {
    right: 0;
    visibility: visible;
  }
}
.full-header .main-header .languages {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .full-header .main-header .languages {
    order: 1;
  }
}
.full-header .main-header .languages label {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.full-header .main-header .languages select {
  display: inline-block;
  background: none;
  color: #fff;
  border: none;
}
.full-header .main-header .languages .select2.select2-container--default .select2-selection--single {
  background: none;
  border: none;
  height: auto;
}
.full-header .main-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1a4a84;
}
.full-header .main-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  width: 100%;
  align-items: center;
  text-transform: uppercase;
}
.full-header .main-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0;
}
.full-header .main-header .languages .login--container .login--link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.full-header .main-header .languages .login--container .login--link i {
  color: #fff;
}
.full-header .main-header .languages .login--container .login--link .login--text {
  color: #1a4a84;
  cursor: pointer;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 200px;
  z-index: 10;
  display: none;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown.active {
  display: block;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown .login--item {
  padding: 8px 12px;
  color: #333;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown .login--item:hover {
  background-color: #f0f0f0;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown li {
  text-align: center;
  display: block;
  height: 35px;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown .login--dropdown-link {
  color: #1a4a84;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.5s;
  width: 100%;
  display: block;
}
.full-header .main-header .languages .login--container .login--link .login--dropdown .login--dropdown-link:hover {
  background-color: #cccccc;
  text-decoration: underline;
}

.select2-container--default .select2-dropdown {
  border: none;
  background-color: transparent;
}
.select2-container--default .select2-results__option--selectable {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
  background-color: #1a4a84;
  color: #fff;
}

/* Footer */
.full-footer {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #1a4a84;
  color: #fff;
}
.full-footer .inner-container {
  max-width: 1600px;
}
@media only screen and (max-width: 640px) {
  .full-footer {
    padding: 30px 0px 50px;
  }
}
.full-footer .main-footer {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .full-footer .main-footer {
    margin-bottom: 0;
  }
}
.full-footer .main-footer .footer-box {
  display: block;
  width: calc(14.2857142857% - 30px);
  margin: 0px 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .full-footer .main-footer .footer-box {
    width: calc(25% - 30px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .full-footer .main-footer .footer-box {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .full-footer .main-footer .footer-box {
    width: calc(100% - 30px);
  }
}
.full-footer .main-footer .footer-box h3 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.full-footer .main-footer .footer-box h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.full-footer .main-footer .footer-box h3 a:hover {
  color: #fff;
}
.full-footer .main-footer .footer-box ul {
  display: block;
  width: 100%;
}
.full-footer .main-footer .footer-box ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
.full-footer .main-footer .footer-box ul li:last-child {
  margin-bottom: 0px;
}
.full-footer .main-footer .footer-box ul li a {
  display: block;
  width: 100%;
  font-size: 13px;
}
.full-footer .main-footer .footer-box p {
  font-size: 13px;
  line-height: 1.7;
}
.full-footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.full-footer .copyright a:hover {
  color: #ccc;
}
.full-footer .copyright a.design-by {
  margin-left: 30px;
}
.full-footer .top-and-share {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  transition: right 0.4s;
}
@media only screen and (max-width: 640px) {
  .full-footer .top-and-share {
    bottom: 10px;
    right: 10px;
  }
}
.full-footer .top-and-share li {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .full-footer .top-and-share li {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}
.full-footer .top-and-share li.first-child {
  margin: 0;
}
.full-footer .top-and-share li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.full-footer .top-and-share li a.youtube {
  color: #fe0000;
}
.full-footer .top-and-share li a.youtube:hover {
  background: #fe0000;
}
.full-footer .top-and-share li a.face {
  color: #0d8bf0;
}
.full-footer .top-and-share li a.face:hover {
  background: #0d8bf0;
}
.full-footer .top-and-share li a.mail {
  color: #cd1c30;
}
.full-footer .top-and-share li a.mail:hover {
  background: #cd1c30;
}
.full-footer .top-and-share li a.to-top {
  background: #1a4a84;
  color: #fff;
}
.full-footer .top-and-share li a:hover {
  color: #fff;
}
.active-menu .full-footer .top-and-share {
  right: 300px;
}

/* Home */
.home-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .home-title {
    font-size: 26px;
  }
}

/* Slider */
.main-slider {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clip-path: ellipse(93% 100% at 50% 0%);
}
.main-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main-slider .swiper-slide video,
.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .swiper-slide img {
  transform: scale(1.5);
  transition: transform 1s;
}
.main-slider .swiper-slide .content-slide {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(calc(-50% + 20px));
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transition-delay: 0.5s;
  color: #fff;
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .main-slider .swiper-slide .content-slide {
    left: 0;
    padding: 0px 15px;
  }
}
.main-slider .swiper-slide .content-slide h3 {
  display: block;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
}
.main-slider .swiper-slide .content-slide h3 [data-aos=text-ani]:before {
  color: #fff;
  transform: translate(0, 100%) skewY(45deg);
}
@media only screen and (max-width: 640px) {
  .main-slider .swiper-slide .content-slide h3 {
    font-size: 26px;
  }
}
.main-slider .swiper-slide .content-slide p {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .main-slider .swiper-slide .content-slide p {
    font-size: 14px;
  }
}
.main-slider .swiper-slide .content-slide .btn-slide {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #1a4a84;
  color: #fff;
}
.main-slider .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.main-slider .swiper-slide.swiper-slide-active .content-slide {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.main-slider .swiper-slide.swiper-slide-active .content-slide h3 [data-aos=text-ani].aos-animate:before {
  transform: translate(0, 0) skewY(0deg);
}
.main-slider .nav-swiper {
  opacity: 0;
  visibility: hidden;
}
.main-slider:hover .nav-swiper {
  opacity: 1;
  visibility: visible;
}
.main-slider:hover .nav-swiper.swiper-button-disabled {
  opacity: 0.35;
}

/* Slide Post */
.posts {
  display: block;
  width: 100%;
  margin-top: -130px;
}
.posts .inner-container {
  position: relative;
}
.posts .inner-container .slider-post-next {
  right: unset;
  left: calc(100% + 30px);
}
@media only screen and (max-width: 1400px) {
  .posts .inner-container .slider-post-next {
    left: unset;
    right: 25px;
  }
}
.posts .inner-container .slider-post-prev {
  left: unset;
  right: calc(100% + 30px);
}
@media only screen and (max-width: 1400px) {
  .posts .inner-container .slider-post-prev {
    left: 25px;
    right: unset;
  }
}
.posts .main-posts {
  padding: 15px;
}
.posts .main-posts .swiper-slide {
  height: auto;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  transition: background 0.4s;
}
@media only screen and (max-width: 960px) {
  .posts .main-posts .swiper-slide {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.posts .main-posts .swiper-slide .img-item-post {
  display: block;
  width: 100%;
}
.posts .main-posts .swiper-slide .img-item-post img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.posts .main-posts .swiper-slide .ct-item-post {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 190px);
  padding: 15px;
}
.posts .main-posts .swiper-slide .ct-item-post h4 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.posts .main-posts .swiper-slide .ct-item-post h4 a {
  display: -webkit-box;
  width: 100%;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: inherit;
}
.posts .main-posts .swiper-slide .ct-item-post p {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin-bottom: 50px;
  transition: 0.4s;
  color: #333;
}
.posts .main-posts .swiper-slide .ct-item-post .btn-item-post {
  display: inline-block;
  color: #1a4a84;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.posts .main-posts .swiper-slide .ct-item-post .btn-item-post i {
  margin-left: 5px;
  transition: margin 0.4s;
}
.posts .main-posts .swiper-slide .ct-item-post .btn-item-post:hover i {
  margin-left: 10px;
}
.posts .main-posts .swiper-slide:hover {
  background: #1a4a84;
}
.posts .main-posts .swiper-slide:hover .ct-item-post {
  color: #fff;
}
.posts .main-posts .swiper-slide:hover .ct-item-post h4 a,
.posts .main-posts .swiper-slide:hover .ct-item-post p,
.posts .main-posts .swiper-slide:hover .ct-item-post a {
  color: #fff;
}

/* About */
.about-home {
  display: block;
  width: 100%;
  padding-bottom: 50vh;
}
@media only screen and (max-width: 640px) {
  .about-home {
    padding-bottom: 20vh;
  }
}
.about-home .main-about-home {
  display: block;
  width: 100%;
  position: relative;
  padding: 80px 0px 150px;
}
.about-home .main-about-home:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 65%, transparent);
}
.about-home .main-about-home .content {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 20px;
  line-height: 1.5;
}

/* Product */
.cat-products {
  width: 100%;
}
.cat-products .item-cat {
  display: block;
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .cat-products .item-cat {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .cat-products .item-cat {
    width: 100%;
  }
}
.cat-products .item-cat img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cat-products .item-cat .ct-item-cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1080px) {
  .cat-products .item-cat .ct-item-cat {
    opacity: 1;
    visibility: visible;
  }
}
.cat-products .item-cat .ct-item-cat .tt-item-cat {
  display: inline-flex;
  align-items: center;
  max-width: 95%;
  position: relative;
  padding: 5px 30px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.cat-products .item-cat .ct-item-cat .tt-item-cat:before, .cat-products .item-cat .ct-item-cat .tt-item-cat:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: #1a4a84;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear 0.4s;
}
@media only screen and (max-width: 1080px) {
  .cat-products .item-cat .ct-item-cat .tt-item-cat:before, .cat-products .item-cat .ct-item-cat .tt-item-cat:after {
    opacity: 1;
    visibility: visible;
  }
}
.cat-products .item-cat .ct-item-cat .tt-item-cat:before {
  right: 50%;
  border-width: 1px 0px 1px 1px;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 1080px) {
  .cat-products .item-cat .ct-item-cat .tt-item-cat:before {
    right: calc(100% - 30px);
  }
}
.cat-products .item-cat .ct-item-cat .tt-item-cat:after {
  left: 50%;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 10px 10px 0px;
}
@media only screen and (max-width: 1080px) {
  .cat-products .item-cat .ct-item-cat .tt-item-cat:after {
    left: calc(100% - 30px);
  }
}
.cat-products .item-cat .ct-item-cat .tt-item-cat .text {
  display: block;
  transition: 0.4s linear 0.4s;
  transform-origin: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1080px) {
  .cat-products .item-cat .ct-item-cat .tt-item-cat .text {
    opacity: 1;
    visibility: visible;
  }
}
.cat-products .item-cat:hover img {
  transform: scale(1.1);
}
.cat-products .item-cat:hover .ct-item-cat {
  transition: 0.4s cubic-bezier(0.6, 1.31, 0.2, -0.6);
  opacity: 1;
  visibility: visible;
}
.cat-products .item-cat:hover .ct-item-cat .tt-item-cat:before, .cat-products .item-cat:hover .ct-item-cat .tt-item-cat:after {
  opacity: 1;
  visibility: visible;
}
.cat-products .item-cat:hover .ct-item-cat .tt-item-cat:before {
  right: calc(100% - 30px);
}
.cat-products .item-cat:hover .ct-item-cat .tt-item-cat:after {
  left: calc(100% - 30px);
}
.cat-products .item-cat:hover .ct-item-cat .tt-item-cat .text {
  opacity: 1;
  visibility: visible;
}

/* ───────── Layout ───────── */
.login {
  display: flex;
  min-height: 100vh;
  background: #f0f4fa;
}

.login__hero {
  flex: 1 1 60%;
  position: relative;
}
.login__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login__panel {
  flex: 0 0 40%;
  max-width: 460px;
  margin: 0 auto;
  padding: 4rem 3rem;
  background: #e6edf6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ───────── Typography ───────── */
.login__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
  border-bottom: 2px solid #1a4fa3;
  display: inline-block;
}

/* ───────── Form controls ───────── */
.login__label {
  display: block;
  margin: 1.2rem 0 0.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.login__input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cfd8e6;
  border-radius: 4px;
  font-size: 1rem;
}
.login__input:focus {
  border-color: #1a4fa3;
  outline: none;
}
.login__input--captcha {
  width: 63%;
  margin-right: 0.5rem;
}

.login__captcha {
  display: flex;
  align-items: center;
}
.login__captcha-img {
  width: 37%;
  height: 42px;
  object-fit: contain;
  border: 1px solid #cfd8e6;
  border-radius: 4px;
}

/* ───────── Buttons ───────── */
.login__btn {
  margin: 2rem 0 1rem;
  width: 100%;
  padding: 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #1153c6;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.login__btn:hover {
  background: #0d3f9c;
}

.login__forgot {
  text-align: center;
  margin: 0;
}
.login__forgot a {
  font-size: 0.9rem;
  color: #1153c6;
  text-decoration: none;
}
.login__forgot a:hover {
  text-decoration: underline;
}

/* ───────── Responsive tweak ───────── */
@media (max-width: 880px) {
  .login {
    flex-direction: column;
  }
  .login__hero {
    flex: 0 0 40vh;
  }
  .login__panel {
    flex: 1 1 60vh;
    max-width: none;
    padding: 3rem 2rem;
  }
}
.text-danger {
  color: #ff0000;
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.auth-page {
  width: 100%;
  min-height: 100vh;
  background: #f5f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-container {
  width: 420px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 35px;
}

.auth-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  border-left: 4px solid #265eb8;
  padding-left: 10px;
}

.auth-form .form-group {
  margin-bottom: 18px;
}
.auth-form .form-group label {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.auth-form .form-group input {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.auth-form .form-group input:focus {
  border-color: #265eb8;
  box-shadow: 0 0 0 2px rgba(38, 94, 184, 0.1);
}
.auth-form .btn-primary {
  width: 100%;
  background: #1f57c3;
  color: #fff;
  border: none;
  height: 42px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.auth-form .btn-primary:hover {
  background: #1847a3;
}

/* All Page */
.content {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  line-height: 2;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .content {
    font-size: 14px;
  }
}

.full-more-layout {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 65vh;
  min-height: 300px;
  padding-top: 30px;
}
.full-more-layout.layout-style-2, .full-more-layout.layout-style-3 {
  height: 50vh;
}
.full-more-layout.layout-style-2::after, .full-more-layout.layout-style-3::after {
  content: "";
  display: block;
  width: 3px;
  height: 90px;
  background: #1a4a84;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -55%);
}
@media only screen and (max-width: 768px) {
  .full-more-layout.layout-style-2::after, .full-more-layout.layout-style-3::after {
    display: none;
  }
}
.full-more-layout.layout-style-2 .content-now, .full-more-layout.layout-style-3 .content-now {
  display: none;
}
.full-more-layout.layout-style-3 {
  height: 40vh;
}
@media only screen and (max-width: 640px) {
  .full-more-layout {
    height: 380px;
  }
  .full-more-layout.layout-style-2 {
    height: 380px;
  }
  .full-more-layout.layout-style-3 {
    height: 260px;
  }
}
.full-more-layout .bg-more-layout {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: ellipse(93% 100% at 50% 0%);
}
.full-more-layout .main-more-layout {
  display: block;
  width: 100%;
  text-align: center;
}
.full-more-layout .main-more-layout .content {
  display: block;
  width: 100%;
  color: #fff;
}
.full-more-layout .main-more-layout .content .tt-page {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .full-more-layout .main-more-layout .content .tt-page {
    font-size: 26px;
  }
}
.full-more-layout .main-more-layout .content .tt-page [data-aos=text-ani]:before {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.full-more-layout .main-more-layout .content .menu-child-page {
  display: block;
  width: 100%;
}
.full-more-layout .main-more-layout .content .menu-child-page li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .full-more-layout .main-more-layout .content .menu-child-page li {
    font-size: 13px;
  }
}
.full-more-layout .main-more-layout .content .menu-child-page li a {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .full-more-layout .main-more-layout .content .menu-child-page li a {
    padding: 5px 20px;
  }
}
.full-more-layout .main-more-layout .content .menu-child-page li:hover a, .full-more-layout .main-more-layout .content .menu-child-page li.active a {
  background: #1a4a84;
  color: #fff;
}
.full-more-layout .content-now {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.full-more-layout .content-now i {
  animation: scrollAnimateBtn 2s 0s infinite;
}

@keyframes scrollAnimateBtn {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-1px);
  }
}
.full-breadcrumbs {
  display: block;
  width: 100%;
  padding: 10px 0px;
  margin: 15px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.full-breadcrumbs .breadcrumbs {
  display: block;
  width: 100%;
}
.full-breadcrumbs .breadcrumbs ul {
  display: block;
  width: 100%;
}
.full-breadcrumbs .breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.full-breadcrumbs .breadcrumbs ul li:after {
  position: absolute;
  content: "/";
  bottom: 0;
  right: -1px;
}
.full-breadcrumbs .breadcrumbs ul li:last-child {
  margin: 0;
  padding: 0;
}
.full-breadcrumbs .breadcrumbs ul li:last-child:after {
  display: none;
}
.full-breadcrumbs .breadcrumbs ul li a {
  color: #999;
}
.full-breadcrumbs .breadcrumbs ul li a:hover {
  color: #1a4a84;
}

.entry-content {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1080px) {
  .entry-content {
    padding-bottom: 30px;
  }
}
.entry-content .title-page {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 32px;
}
.entry-content .title-page:before, .entry-content .title-page:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.entry-content .title-page:before {
  width: 100%;
  background: #eeeeee;
}
.entry-content .title-page:after {
  width: 100px;
  background: #1a4a84;
}
.entry-content .menu-in-page {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.entry-content .menu-in-page li {
  display: inline-block;
  padding: 0px 20px;
  font-weight: 600;
  position: relative;
  font-size: 16px;
}
.entry-content .menu-in-page li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  height: 70%;
  width: 1px;
  background: #000;
}
.entry-content .menu-in-page li:last-child::after {
  display: none;
}
.entry-content .menu-in-page li.active {
  color: #1a4a84;
}
.entry-content .panel {
  display: block;
  width: 100%;
  position: relative;
}
.entry-content .panel .filters {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0px 15px;
}
.entry-content .panel .filters form {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.entry-content .panel .filters select {
  min-width: 120px;
  max-width: 100%;
}
.entry-content .panel .filters .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.entry-content .panel .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-weight: 600;
}
.entry-content .panel .filters .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "∨";
  color: #1a4a84;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-weight: bold;
}
.entry-content .panel .filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.entry-content .panel .note {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.banner-footer {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.banner-footer .item-bn-footer {
  display: block;
  width: 33.3333333333%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner-footer .item-bn-footer {
    width: 100%;
  }
}
.banner-footer .item-bn-footer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.banner-footer .item-bn-footer .tt-item-bnft {
  display: inline-block;
  max-width: calc(100% - 20px);
  padding: 8px 20px;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}
.banner-footer .item-bn-footer .tt-item-bnft [data-aos=text-ani]:before {
  color: #1a4a84;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.banner-footer .item-bn-footer .tt-item-bnft:before, .banner-footer .item-bn-footer .tt-item-bnft:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  max-width: 40px;
  height: 100%;
  border-style: solid;
  border-color: #1a4a84;
  opacity: 0;
  transition: 0.4s;
}
.banner-footer .item-bn-footer .tt-item-bnft:before {
  left: -5px;
  border-width: 1px 0px 1px 1px;
  border-radius: 10px 0px 0px 10px;
}
.banner-footer .item-bn-footer .tt-item-bnft:after {
  right: -5px;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 10px 10px 0px;
}
.banner-footer .item-bn-footer:hover img {
  transform: scale(1.05);
}
.banner-footer .item-bn-footer:hover .tt-item-bnft:before {
  opacity: 1;
  left: 0;
}
.banner-footer .item-bn-footer:hover .tt-item-bnft:after {
  opacity: 1;
  right: 0;
}

.main-milestones {
  position: relative;
  align-items: flex-start;
}
.main-milestones .col-milestones {
  display: block;
  padding: 0px 15px;
}
.main-milestones .col-milestones.ctrl-milestones {
  width: 240px;
  text-align: right;
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 960px) {
  .main-milestones .col-milestones.ctrl-milestones {
    display: none;
  }
}
.main-milestones .col-milestones.ctrl-milestones li {
  display: inline-block;
  width: 100%;
}
.main-milestones .col-milestones.ctrl-milestones li a {
  font-size: 18px;
  font-weight: bold;
}
.main-milestones .col-milestones.ctrl-milestones li.active a {
  font-size: 34px;
}
.main-milestones .col-milestones.ctrl-milestones li.active + li a {
  font-size: 26px;
}
.main-milestones .col-milestones.panel-milestones {
  width: calc(100% - 240px);
  border-left: 3px solid #eeeeee;
}
@media only screen and (max-width: 960px) {
  .main-milestones .col-milestones.panel-milestones {
    width: 100%;
    border: none;
  }
}
.main-milestones .col-milestones.panel-milestones .ct-milestone {
  display: block;
  width: 100%;
}
.main-milestones .col-milestones.panel-milestones .ct-milestone .year {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
.main-milestones .col-milestones.panel-milestones .ct-milestone .content {
  padding-bottom: 30px;
}
.main-milestones .col-milestones.panel-milestones .ct-milestone .content li {
  margin-bottom: 10px;
}
.main-milestones .col-milestones.panel-milestones .ct-milestone .content li::marker {
  font-size: 16px;
  color: #1a4a84;
}

.products-list {
  display: block;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding-top: 130px;
  margin-top: -50px;
  z-index: 0;
}
.products-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  clip-path: ellipse(52% 100% at 50% 0%);
  background: #fff;
}
.products-list .products .product {
  display: block;
  width: calc(33.3333333333% - 30px);
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
}
@media only screen and (max-width: 1080px) {
  .products-list .products .product {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .products-list .products .product {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 360px) {
  .products-list .products .product {
    width: calc(100% - 10px);
  }
}
.products-list .products .product .tt-product {
  display: block;
  width: 100%;
  font-weight: bold;
  transition: 0.4s;
  padding: 15px 15px 10px;
  transition: 0.4s;
  font-size: 16px;
  letter-spacing: 1px;
}
.products-list .products .product .img-product {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  transition: 0.4s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  clip-path: circle(40% at 50% 50%);
}
.products-list .products .product:hover {
  background: #000;
  border-color: #1a4a84;
  transform: translateY(-10px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.products-list .products .product:hover .tt-product {
  color: #fff;
}
.products-list .products .product:hover .img-product {
  clip-path: circle(47% at 50% 50%);
}

.images-product {
  display: block;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding-bottom: 30px;
}
.images-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  background-clip: content-box;
  clip-path: ellipse(60% 100% at 50% 0%);
}
.images-product .inner-container {
  max-width: 798px;
}
.images-product .images {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.images-product .images .swiper-slide a {
  display: block;
  width: 100%;
}
.images-product .images .swiper-slide a img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.images-product .thumbs {
  display: block;
  width: 100%;
}
.images-product .thumbs .swiper-slide {
  border: 1px solid transparent;
  cursor: pointer;
}
.images-product .thumbs .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.images-product .thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #1a4a84;
}

.product-detail {
  display: block;
  width: 100%;
  position: relative;
  background: #e8e8e8;
  padding-top: 40px;
}
.product-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  clip-path: ellipse(52% 100% at 50% 0%);
}
.product-detail .tt-ct {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
}

.data-tbl-chf {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.data-tbl-chf td,
.data-tbl-chf th {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  padding: 15px;
}
.data-tbl-chf td:last-child,
.data-tbl-chf th:last-child {
  border-right: none;
}
.data-tbl-chf td.bdt-black,
.data-tbl-chf th.bdt-black {
  border-top: 2px solid #000;
}
.data-tbl-chf td.bdt-red,
.data-tbl-chf th.bdt-red {
  border-top: 2px solid #1a4a84;
}
.data-tbl-chf td.download,
.data-tbl-chf th.download {
  text-align: center;
}
.data-tbl-chf td.download a,
.data-tbl-chf th.download a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1a4a84;
  color: #fff;
}
.data-tbl-chf td.download a:hover,
.data-tbl-chf th.download a:hover {
  background: #333;
}
.data-tbl-chf thead {
  font-weight: bold;
  color: #000;
  text-align: left;
}
.data-tbl-chf thead th {
  border-bottom-color: #000;
  border-right: 0;
  position: relative;
}
.data-tbl-chf thead th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 50%;
  width: 1px;
  background: #000;
}
.data-tbl-chf thead th:last-child::after {
  display: none;
}
.data-tbl-chf tbody {
  color: #333;
  vertical-align: top;
}
.data-tbl-chf tbody tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.data-tbl-chf tbody tr:hover {
  background: #e8e8e8;
}
@media only screen and (max-width: 640px) {
  .data-tbl-chf,
  .data-tbl-chf tbody,
  .data-tbl-chf tr,
  .data-tbl-chf td {
    display: block;
    width: 100%;
  }
  .data-tbl-chf thead {
    display: none;
  }
  .data-tbl-chf tr {
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 0px 5px;
  }
  .data-tbl-chf td {
    padding: 5px 5px 5px 35%;
    border: none;
    position: relative;
    text-align: left !important;
  }
  .data-tbl-chf td::before {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    max-height: 100%;
    font-weight: bold;
  }
  .data-tbl-chf td.no-lbl::before {
    display: none;
  }
  .data-tbl-chf td.shareholder::before {
    content: "利害關係人:";
  }
  .data-tbl-chf td.industry::before {
    content: "關切議題:";
  }
  .data-tbl-chf td.contact::before {
    content: "溝通管道與回應方式:";
  }
  .data-tbl-chf td.date::before {
    content: "月份:";
  }
  .data-tbl-chf td.revenue::before {
    content: "合併營收:";
  }
  .data-tbl-chf td.accumulated-revenue::before {
    content: "累計合併營收:";
  }
  .data-tbl-chf td.financial-report::before {
    content: "合併營收:";
  }
  .data-tbl-chf td.download::before {
    content: "文件下載:";
  }
  .data-tbl-chf td.role::before {
    content: "標題:";
  }
  .data-tbl-chf td.number-of-shares::before {
    content: "持有股數:";
  }
  .data-tbl-chf td.share::before {
    content: "持股比例:";
  }
  .data-tbl-chf td.date-service::before {
    content: "年份:";
  }
  .data-tbl-chf td.dividend::before {
    content: "每股股利 (普通股):";
  }
  .data-tbl-chf td.stock-dividend::before {
    content: "股票股利:";
  }
  .data-tbl-chf td.cash-dividend::before {
    content: "現金股利:";
  }
  .data-tbl-chf td.trading-date-1::before {
    content: "除權息交易日:";
  }
  .data-tbl-chf td.trading-date-2::before {
    content: "除權息基準日:";
  }
  .data-tbl-chf td.trading-date-3::before {
    content: "現金股利發放日:";
  }
  .data-tbl-chf td.trading-date-4::before {
    content: "股票股利發放日:";
  }
  .data-tbl-chf td.trading-date-5::before {
    content: "股東會日期:";
  }
  .data-tbl-chf td.date-esg::before {
    content: "年份:";
  }
  .data-tbl-chf td.date::before {
    content: "月份:";
  }
  .data-tbl-chf td.date::before {
    content: "月份:";
  }
}

.main-shareholders {
  display: block;
  width: 100%;
}
.main-shareholders .content {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .main-shareholders .content {
    margin-bottom: 30px;
  }
}
.main-shareholders td.shareholder {
  font-weight: bold;
  color: #000;
}

.investor .block-investor {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.investor .block-investor .tt-block-investor {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.investor .block-investor .ct-block-investor {
  display: block;
  width: 100%;
}
.investor .block-investor .ct-block-investor table.tbl-block-investor {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.investor .block-investor .ct-block-investor table.tbl-block-investor tr,
.investor .block-investor .ct-block-investor table.tbl-block-investor td {
  border: 0;
}
.investor .block-investor .ct-block-investor table.tbl-block-investor tr:nth-child(2n+1) {
  background: #f1f1f1;
}
.investor .block-investor .ct-block-investor table.tbl-block-investor tr td {
  padding: 10px;
}
.investor .data-investor td.date {
  font-weight: bold;
  color: #000;
}
.investor .data-investor tr.ctrl-role {
  cursor: pointer;
}
.investor .data-investor tr.ctrl-role:hover, .investor .data-investor tr.ctrl-role.active {
  background: #9d9d9d;
  color: #fff;
}
.investor .data-investor tr.ctrl-role:hover td.date, .investor .data-investor tr.ctrl-role.active td.date {
  color: #fff;
}
.investor .data-investor tr.content-role {
  display: none;
  background: #bdbdbd;
  color: #fff;
}
.investor .data-investor tr.content-role td {
  border-right: none;
}
.investor .data-investor.shareholder-service thead tr th {
  border-right: 1px solid #000;
}
.investor .data-investor.shareholder-service thead tr th::after {
  display: none;
}
.investor .data-investor.shareholder-service thead tr th.dividend {
  text-align: center;
}
.investor .data-investor.shareholder-service thead tr:first-child > th:last-child {
  border-right: 0;
}

.confirm_link_modal {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  padding: 2% 0px;
  display: none;
  overflow-y: auto;
}
.confirm_link_modal .main-modal {
  display: block;
  width: 100%;
  background: #fff;
  border: 5px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-radius: 5px;
  position: relative;
  font-weight: normal;
  color: #555;
}
.confirm_link_modal .main-modal .btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.confirm_link_modal .main-modal .ct-modal {
  display: block;
  width: 100%;
  padding: 30px;
}
.confirm_link_modal .main-modal .ct-modal .tt-modal {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 10px;
}
.confirm_link_modal .main-modal .ct-modal .content {
  padding: 10px 0px;
}
.confirm_link_modal .main-modal .ct-modal .location-link {
  display: block;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.confirm_link_modal .main-modal .btn-modal {
  display: block;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #e5e5e5;
}
.confirm_link_modal .main-modal .btn-modal button {
  height: 45px;
  background: gray;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0px 30px;
  font-size: 18px;
  margin: 0px 10px;
  cursor: pointer;
}
.confirm_link_modal .main-modal .btn-modal button.go-location {
  background: #1a4a84;
}

.esg .data-esg td.date,
.esg .data-esg th.date {
  font-weight: bold;
  color: #000;
}

.ct-contact {
  position: relative;
  padding: 0;
  z-index: 2;
  min-height: 90px;
}

.form-contact {
  display: block;
  width: 100%;
  padding: 150px 0px 0px;
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
.form-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  clip-path: ellipse(52% 100% at 50% 0%);
  background: #fff;
  z-index: 1;
}
.form-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 90px);
  background: #f5f5f5;
  z-index: 0;
}

form {
  position: relative;
  z-index: 1;
}
form .form-grp {
  width: calc(100% - 10px);
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 5px 10px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  form .form-grp {
    padding: 10px;
  }
}
form .form-grp.f-grp-2 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 640px) {
  form .form-grp.f-grp-2 {
    width: calc(100% - 10px);
  }
}
form .form-grp label {
  width: 130px;
  border-right: 2px solid #ccc;
  margin-right: 20px;
}
form .form-grp input,
form .form-grp textarea {
  width: calc(100% - 150px);
  border: none;
  background: none;
  outline: 0;
}
form .form-grp textarea {
  height: 150px;
}
form .form-grp.capcha input {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 640px) {
  form .form-grp.capcha input {
    width: 100%;
    margin-top: 10px;
  }
}
form .form-grp img {
  margin-right: 10px;
  max-height: 40px;
  max-width: 200px;
}
form .form-grp.btn-form {
  background: none;
  padding: 0;
  justify-content: center;
  margin-top: 30px;
}
form .form-grp.btn-form button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0px 50px;
  background: #1a4a84;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.4s;
}
form .form-grp.btn-form button:hover {
  background: #1b1b1b;
}

.info-contact {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 150px;
  margin-top: -90px;
  z-index: 0;
  background: white;
}
.info-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  clip-path: ellipse(52% 100% at 50% 0%);
  background: #f5f5f5;
}
.info-contact .tt-info-contact {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.info-contact .tt-info-contact [data-aos=text-ani]:before {
  color: #fff;
}
.info-contact .main-info-contact {
  background-image: url(../images/bg_contact_info.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1080px) {
  .info-contact .main-info-contact {
    padding-bottom: 50px;
  }
}
.info-contact .main-info-contact .box-info {
  display: block;
  width: calc(50% - 30px);
  margin: 15px;
  color: #1a4a84;
}
.info-contact .main-info-contact .box-info:first-child {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1080px) {
  .info-contact .main-info-contact .box-info {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .info-contact .main-info-contact .box-info:first-child {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .info-contact .main-info-contact .box-info {
    width: calc(100% - 10px);
    margin-bottom: 15px;
  }
}
.info-contact .main-info-contact .box-info .tt-box {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-404 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 180px 0px 100px;
}
.page-404 .main-page-404 {
  display: block;
  width: 100%;
  max-width: 380px;
}
.page-404 .main-page-404 .inner-404 {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(246, 0, 52, 0.9);
  color: #fff;
  border-radius: 50%;
}
.page-404 .main-page-404 .inner-404 .content-404 {
  margin-top: -100%;
  text-align: center;
  font-size: 100%;
  justify-content: center;
  padding: 10% 3%;
}
.page-404 .main-page-404 .inner-404 .content-404 .tt-404 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 300%;
  margin-bottom: 10%;
}
.page-404 .main-page-404 .inner-404 .content-404 .mess {
  display: block;
  width: 100%;
  font-size: 115%;
  margin-bottom: 10%;
}
.page-404 .main-page-404 .inner-404 .content-404 .back-to-home {
  display: inline;
  position: relative;
  padding: 8px 20px;
  font-size: 110%;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
.page-404 .main-page-404 .inner-404 .content-404 .back-to-home::before, .page-404 .main-page-404 .inner-404 .content-404 .back-to-home::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  border: 1px solid #fff;
}
.page-404 .main-page-404 .inner-404 .content-404 .back-to-home::before {
  left: 0;
  border-right: 0;
  border-radius: 10px 0px 0px 10px;
}
.page-404 .main-page-404 .inner-404 .content-404 .back-to-home::after {
  right: 0;
  border-left: 0;
  border-radius: 0px 10px 10px 0px;
}

/* ───────── Layout container ───────── */
.page--split {
  display: flex;
  min-height: 100vh;
  background: #f7f9f8;
  margin-top: 80px;
}

/* ───────── Sidebar ───────── */
.sidebar {
  flex: 0 0 260px;
  background: #1a4a84;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.sidebar__title {
  padding: 1.25rem 1.5rem 2rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__menu a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.sidebar__menu a:hover, .sidebar__menu a.is-active {
  background: white;
  color: #1a4a84;
}

/* ───────── Main content ───────── */
.content {
  flex: 1 1 100%;
  padding: 2rem 3rem;
}
.content__header {
  margin-bottom: 1rem;
}
.content__title {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a4a84;
  border-bottom: 4px solid #1a4a84;
  display: inline-block;
}

/* ───────── Breadcrumb ───────── */
.breadcrumb {
  font-size: 0.875rem;
  color: #888;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0 0.3rem;
}

/* ───────── News table ───────── */
.table--news {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table--news thead th {
  background: #e9f0f9;
  padding: 0.75rem;
  text-align: left;
  border-bottom: 2px solid #699eea;
  color: #1a4a84;
  font-weight: 600;
}
.table--news tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid #ebebeb;
}
.table--news tbody tr:hover {
  background: #fafcfb;
}

/* ───────── Responsive tweak ───────── */
@media (max-width: 900px) {
  .page--split {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .content {
    padding: 1.5rem;
  }
}
.pagination {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
  justify-content: center;
}
.pagination .page-item .page-link {
  display: block;
  padding: 0.1rem 0.75rem;
  color: #1a4a84;
  background-color: #fff;
  border: 1px solid #1a4a84;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  color: #fff;
  background-color: rgb(19.2860759494, 54.8911392405, 97.9139240506);
  border-color: rgb(19.2860759494, 54.8911392405, 97.9139240506);
  outline: 0;
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 74, 132, 0.25);
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #1a4a84;
  border-color: #1a4a84;
  z-index: 1;
}
.pagination .page-item.disabled .page-link {
  color: rgb(122.8329113924, 170.8936708861, 228.9670886076);
  background-color: rgb(152.6582278481, 189.8734177215, 234.8417721519);
  border-color: rgb(152.6582278481, 189.8734177215, 234.8417721519);
  pointer-events: none;
  cursor: default;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  border: none;
  background: transparent;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  z-index: 10;
}

/*# sourceMappingURL=style.css.map */
