@charset "UTF-8";

.blind {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

button {
  padding: 0;
  border: none;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
}

/* body */
body.noScroll {
  overflow: hidden;
}
body img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}
/* topInfo */
.topInfoPop {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 999;
  background: #ffffff;
  text-align: center;
  transition: transform 0.5s ease;
  box-sizing: border-box;
}
.topInfoPop .topInfoW {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 210px 0 13%;
  width: 100%;
  min-height: 88px;
  background: #265e99 url(../../../image/vi/local/popupBg.png) no-repeat left center/305px 100%;
  box-sizing: border-box;
}
.topInfoPop .infoCon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  row-gap: 6px;
  box-sizing: border-box;
}
.topInfoPop .infoBox {
  display: flex;
  gap: 45px;
  align-items: center;
  max-width: 47%;
  box-sizing: border-box;
}
.topInfoPop .infoBox + .infoBox {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.topInfoPop .infoBox p {
  padding-left: 23px;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='17'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M8.069,0.145 C7.781,0.025 7.467,0.096 7.247,0.317 L3.457,4.139 L1.572,4.139 C1.146,4.139 0.802,4.477 0.802,4.903 L0.802,11.478 C0.802,11.904 1.146,12.242 1.572,12.242 L3.457,12.242 L7.265,16.064 C7.413,16.212 7.610,16.292 7.811,16.292 C7.910,16.292 7.974,16.274 8.069,16.235 C8.357,16.115 8.509,15.835 8.509,15.522 L8.509,0.858 C8.509,0.546 8.357,0.265 8.069,0.145 ZM6.967,13.657 L4.286,10.928 C4.142,10.784 3.982,10.698 3.777,10.698 L2.343,10.698 L2.343,5.683 L3.777,5.683 C3.982,5.683 4.142,5.597 4.286,5.452 L6.967,2.723 L6.967,13.657 ZM11.071,11.458 C10.918,11.628 10.708,11.715 10.496,11.715 C10.313,11.715 10.129,11.650 9.982,11.518 C9.665,11.234 9.639,10.745 9.923,10.428 C11.903,8.216 10.004,6.044 9.923,5.953 C9.639,5.635 9.665,5.147 9.982,4.863 C10.299,4.578 10.787,4.605 11.070,4.922 C12.082,6.053 13.384,8.873 11.071,11.458 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.topInfoPop .infoBox a {
  display: block;
  flex-shrink: 0;
  border: 1px solid #ffffff;
  min-width: 95px;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.topInfoPop .dayClose {
  display: flex;
  align-items: center;
  position: absolute;
  right: 35px;
}
.topInfoPop .dayClose input[type=checkbox] {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 14px;
  height: 14px;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.topInfoPop .dayClose input[type=checkbox]:checked {
  background-color: transparent;
}
.topInfoPop .dayClose input[type=checkbox]::after {
  border: solid #ffffff;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 3px;
  height: 8px;
  content: "";
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.topInfoPop .dayClose input[type=checkbox]:not(:checked)::after {
  display: none;
}
.topInfoPop .dayClose label {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 300;
  color: #9bb6db;
  cursor: pointer;
}
.topInfoPop .dayClose .topInfoClose {
  display: block;
  margin: 2px 0 0 8px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M13.36 2.05 11.95.64 7 5.**************2.05 5.59 7 .64 11.95l1.41 1.41L7 8.41l4.95 4.95 1.41-1.41L8.41 7l4.95-4.95Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 1560px) {
  .topInfoPop .infoBox {
    gap: 20px;
    max-width: calc(50% - 10px);
  }
  .topInfoPop .infoBox + .infoBox {
    margin-left: 20px;
    padding-left: 20px;
  }
  .topInfoPop .infoBox p {
    font-size: 15px;
  }
  .topInfoPop .infoBox a {
    min-width: 80px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .topInfoPop .topInfoW {
    padding: 0 210px 0 20px;
  }
  .topInfoPop .infoCon {
    justify-content: flex-start;
  }
  .topInfoPop .dayClose {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .topInfoPop .topInfoW {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 20px;
    background: #265e99;
    row-gap: 15px;
  }
  .topInfoPop .infoCon {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .topInfoPop .infoBox {
    gap: 10px;
    max-width: 100%;
  }
  .topInfoPop .infoBox + .infoBox {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .topInfoPop .infoBox p {
    padding-left: 18px;
    background-size: 11px auto;
    font-size: 14px;
  }
  .topInfoPop .infoBox a {
    min-width: 68px;
    font-size: 12px;
    line-height: 24px;
  }
  .topInfoPop .dayClose {
    margin-left: auto;
    position: static;
  }
  .topInfoPop .dayClose label {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .topInfoPop .topInfoW {
    padding: 10px 15px;
  }
}

#divWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
#divWrapper::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  content: "";
  opacity: 0;
}
#divWrapper.fixed .gotoBtnW {
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
#divWrapper.topMenuOpen::after {
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}
#divWrapper.wmOpen::after {
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #divWrapper.wmOpen #divHeader {
    overflow: auto;
    position: fixed;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #divWrapper.wmOpen #divHeader {
      height: 100dvh;
    }
  }
  #divWrapper.wmOpen #divHeader .headerTop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
}
#divWrapper.wmOpen #divHeader .logo a img:first-child {
  transform: translateY(-100%);
}
#divWrapper.wmOpen #divHeader .logo a img:last-child {
  transform: translateY(-100%);
}

#divHeader {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  transition: background 0.4s;
}
#divHeader .headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  position: relative;
  height: 90px;
  z-index: 10;
}
#divHeader .headerTop .logo {
  flex-shrink: 0;
}
#divHeader .headerTop .logo a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 296px;
}
#divHeader .headerTop .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  object-fit: contain;
}
#divHeader .headerTop .logo a :last-child {
  position: absolute;
  left: 0;
  transform: translateY(0);
}
#divHeader .headerTop .wholeMenuBtn {
  display: none;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='18px' viewBox='0 0 27 18'%3E%3Cpath d='M0 1 H27 V3 H0 Z M0 8 H27 V10 H0 Z M0 15 H27 V17 H0 Z' fill='%23000000' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .wholeMenuBtn.wholeMenuClose {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38px' height='38px'%3E%3Cpath fill-rule='evenodd' stroke='%23000000' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='%23000000' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .myMenuArea {
  display: none;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 3.878px 6.997px 15px 0px rgba(35, 31, 32, 0.3);
  position: absolute;
  top: calc(100% - 22px);
  right: 35px;
  z-index: 101;
  min-width: 410px;
  background-color: #192241;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 15px;
}
#divHeader .headerTop .myMenuArea.open {
  display: block;
}
#divHeader .headerTop .myMenuArea .myInfoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38px' height='38px'%3E%3Cpath fill-rule='evenodd' stroke='%23fff' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='%23fff' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' d='M33.923,32.905 L33.217,33.617 L18.600,18.859 L3.984,33.617 L3.278,32.905 L17.895,18.146 L3.278,3.387 L3.984,2.675 L18.600,17.434 L33.217,2.675 L33.923,3.387 L19.306,18.146 L33.923,32.905 Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../../../image/vi/local/myMenuUser.png) no-repeat center;
}
#divHeader .headerTop .myMenuArea .myInfo .infoTit .userId {
  font: inherit;
}
#divHeader .headerTop .myMenuArea .myMenuList {
  overflow-y: auto;
  max-height: calc(100vh - 280px);
  margin-top: 19px;
  padding-right: 7px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar {
  width: 5px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar-track {
  margin: 5px 0;
  box-shadow: inset 0px 0px 5px white;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li {
  padding: 18px 16px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#divHeader .headerTop .myMenuArea .myMenuList ul li:not(:first-child) {
  margin-top: 10px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  gap: 18px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span {
  color: #36c0b5;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color1 {
  color: #0c72ba;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color2 {
  color: #f83567;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li > span a span.color3 {
  color: #04a1a7;
}
#divHeader .headerTop .myMenuArea .myMenuList ul li.myMenuBox span a {
  flex-basis: 100%;
}
#divHeader #divGlobalMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  position: relative;
}
#divHeader #divGlobalMenu > li {
  font-size: 14px;
  color: #1a1a1f;
}
#divHeader #divGlobalMenu > li > a {
  color: inherit;
}
#divHeader #divGlobalMenu > li.myInfoBtnW {
  height: fit-content;
}
#divHeader #divGlobalMenu > li.myInfoBtnW .myInfoBtn {
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader #divGlobalMenu > li.lang {
  padding-left: 24px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' x2='22' y1='12' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z' /%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 20px;
}
#divHeader #divGlobalMenu > li.lang button {
  color: inherit;
  font: inherit;
}
#divHeader #divGlobalMenu > li.lang .dropDownBtn.on ~ .langOptions {
  top: calc(100% + 7px);
  visibility: visible;
  opacity: 1;
}
#divHeader #divGlobalMenu > li.lang .langOptions {
  padding: 16px 0;
  border: 1px solid #e1e1e1;
  box-shadow: 3.86px 4.64px 21px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 500;
  visibility: hidden;
  background-color: #ffffff;
  transition: all ease-out 0.3s;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 10px;
}
#divHeader #divGlobalMenu > li.lang .langOptions li:not(:first-child) {
  margin-top: 13px;
}
#divHeader #divGlobalMenu > li.lang .langOptions li a {
  display: block;
  padding: 0 11px 0 26px;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}
#divHeader #divGlobalMenu > li.lang .langOptions li a:hover {
  color: #660000;
}
#divHeader #divGlobalMenu > li.lang .langOptions li.checked a {
  color: #660000;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath fill='%23660000' fill-rule='evenodd' d='M15.884.51 6.43 9.964l-.204-.204-.204.204L.678 4.621l3.594.105 1.954 1.955L12.496.41l3.388.1Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px auto;
}
#divHeader .header {
  position: relative;
  background-color: #182f4e;
}
#divHeader #divTopMenu {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
}
#divHeader #divTopMenu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#divHeader #divTopMenu > ul > li > a {
  display: inline-block;
  padding: 0 30px;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
}
#divHeader #divTopMenu > ul > li > a span {
  display: inline;
  position: relative;
}
#divHeader #divTopMenu > ul > li > a span::before {
  display: block;
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.45, 0.46, 0.05, 0.96);
  content: "";
  transform: scaleX(0);
  transform-origin: 100% 0;
}
#divHeader #divTopMenu > ul > li:hover > a span::before, #divHeader #divTopMenu > ul > li.on > a span::before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
#divHeader #divTopMenu .depth2W {
  display: none;
  padding: 0 70px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
#divHeader #divTopMenu .depth2W > div {
  margin: 0 auto;
  padding: 55px 0 60px;
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
}
#divHeader #divTopMenu .depth2W .depth2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 55px;
  column-gap: 50px;
}
#divHeader #divTopMenu .depth2W .depth2 > li {
  width: calc(20% - 40px);
}
#divHeader #divTopMenu .depth2W .depth2 > li > a {
  padding-bottom: 17px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}
#divHeader #divTopMenu .depth2W .depth2 > li > a::before {
  padding-bottom: 17px;
  border-bottom: 2px solid #0c4da2;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 0;
  color: #0c4da2;
  white-space: nowrap;
  transition: max-width 0.3s;
  content: attr(data-title);
}
#divHeader #divTopMenu .depth2W .depth2 > li > a::after {
  width: 8px;
  height: 13px;
  visibility: hidden;
  transition: all 0.5s;
  content: "";
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='-0.65 -0.65 7.3 13.3'%3E%3Cpath fill='none' stroke='%230c4da2' stroke-width='1.3' stroke-linecap='round' d='M0 12 L6 6 L0 0' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#divHeader #divTopMenu .depth2W .depth2 > li:hover > a::before {
  max-width: 100%;
}
#divHeader #divTopMenu .depth2W .depth2 > li:hover > a::after {
  visibility: visible;
  opacity: 1;
}
#divHeader #divTopMenu .depth2W .depth3 {
  margin-top: 19px;
}
#divHeader #divTopMenu .depth2W .depth3 li:not(:first-child) {
  margin-top: 10px;
}
#divHeader #divTopMenu .depth2W .depth3 li a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
  transition: all 0.2s ease-out;
}
#divHeader #divTopMenu .depth2W .depth3 li a::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #cdd3d8;
  content: "";
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
#divHeader #divTopMenu .depth2W .depth3 li a:hover {
  color: #000000;
}
#divHeader #divTopMenu .depth2W .depth3 li a:hover::before {
  background: #000000;
}
@media screen and (max-width: 1500px) {
  #divHeader #divTopMenu {
    max-width: 1065px;
  }
  #divHeader #divTopMenu > ul > li > a {
    padding: 0 20px;
  }
  #divHeader #divTopMenu .depth2W > div {
    padding: 40px 0 45px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a {
    padding-bottom: 5px;
    font-size: 17px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a::before {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1280px) {
  #divHeader #divTopMenu {
    max-width: 870px;
  }
  #divHeader #divTopMenu > ul > li > a {
    font-size: 16px;
  }
  #divHeader #divTopMenu .depth2W {
    padding: 0 50px;
  }
  #divHeader #divTopMenu .depth2W .depth2 {
    row-gap: 45px;
  }
  #divHeader #divTopMenu .depth2W .depth2 > li {
    width: calc(25% - 40px);
  }
  #divHeader #divTopMenu .depth2W .depth2 > li > a {
    font-size: 15px;
  }
  #divHeader #divTopMenu .depth2W .depth3 {
    margin-top: 10px;
  }
  #divHeader #divTopMenu .depth2W .depth3 li:not(:first-child) {
    margin-top: 5px;
  }
  #divHeader #divTopMenu .depth2W .depth3 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #divHeader #divTopMenu {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  #divHeader .headerTop {
    padding: 0 20px;
  }
  #divHeader .headerTop .logo a {
    width: 205px;
  }
  #divHeader .headerTop .myMenuArea {
    right: 20px;
  }
  #divHeader #divGlobalMenu {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #divHeader .header {
    background: #fff;
  }
  #divHeader .headerTop {
    height: 70px;
  }
  #divHeader .headerTop .logo a {
    width: 173px;
  }
  #divHeader .headerTop .myMenuArea {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    min-width: 0;
    height: 100vh;
    overflow-y: auto;
  }
  #divHeader .headerTop .myMenuArea .myMenuList {
    max-height: fit-content;
  }
  #divHeader .headerTop .wholeMenuBtn {
    display: block;
  }
  #divHeader #divGlobalMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #divHeader .headerTop {
    padding: 0 15px;
  }
}

.wholeMenuW .wholeMenuBtn {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 27px;
  height: 27px;
  color: #fff;
  text-indent: -9999px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='18px' viewBox='0 0 27 18'%3E%3Cpath d='M0 1 H27 V3 H0 Z M0 8 H27 V10 H0 Z M0 15 H27 V17 H0 Z' fill='%23ffffff' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wholeMenu {
  display: none;
  flex-direction: column;
  padding-top: 90px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 130px);
  background-color: #ffffff;
  z-index: 11;
  box-sizing: border-box;
}
.wholeMenuW .wm {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  padding: 40px 40px 80px;
  overflow-y: auto;
  min-height: 0;
  box-sizing: border-box;
}
.wholeMenuW .wm .depth1 {
  display: flex;
  row-gap: 30px;
  column-gap: 60px;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 100%;
}
.wholeMenuW .wm .depth1 > li > a {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 28px;
  border-bottom: 2px solid #000000;
  width: 100%;
  min-width: 220px;
  min-height: 92px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
}
.wholeMenuW .wm .depth1 > li.on > a {
  background-color: #182f4e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 50.31 26.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 25.16 25.16 1 49.31 25.16' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px top 26px;
  color: #ffffff;
}
.wholeMenuW .wm .depth2 {
  margin-top: 30px;
}
.wholeMenuW .wm .depth2 > li:not(:first-child) {
  margin-top: 27px;
}
.wholeMenuW .wm .depth2 > li > a {
  display: block;
  position: relative;
  transition: all 0.2s;
  font-size: 18px;
  color: #222222;
}
.wholeMenuW .wm .depth2 > li > a.active::before, .wholeMenuW .wm .depth2 > li > a.active::after {
  position: absolute;
  background-color: #222222;
  transition: all 0.3s ease;
  content: "";
}
.wholeMenuW .wm .depth2 > li > a.active::before {
  top: 26px;
  right: 23px;
  width: 18px;
  height: 1px;
}
.wholeMenuW .wm .depth2 > li > a.active::after {
  top: 18px;
  right: 31px;
  width: 1px;
  height: 18px;
}
.wholeMenuW .wm .depth2 > li:hover > a {
  color: #0c4da2;
}
.wholeMenuW .wm .depth2 > li.on > a {
  background-color: #005ca1;
}
.wholeMenuW .wm .depth2 > li.on > a.active::after {
  transform: rotate(90deg);
  opacity: 0;
}
.wholeMenuW .wm .depth3 {
  padding-top: 13px;
}
.wholeMenuW .wm .depth3 > li:not(:first-child) {
  margin-top: 12px;
}
.wholeMenuW .wm .depth3 > li a {
  display: block;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  color: #777777;
}
.wholeMenuW .wm .depth3 > li a::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: url(../../../image/vi/local/depthDot.png) no-repeat;
  content: "";
}
.wholeMenuW .wm .depth3 > li a:hover {
  color: #0c4da2;
  text-decoration: underline;
}
.wholeMenuW .wholeMenuClose {
  position: absolute;
  top: 47px;
  right: 10%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'>\
<path d='M13.36 2.05L11.95.64 7 5.59 2.05.64.64 2.05 5.59 7 .64 11.95l1.41 1.41L7 8.41l4.95 4.95 1.41-1.41L8.41 7l4.95-4.95Z' fill='%23000'/>\
</svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wmMobTop {
  display: none;
}
.wholeMenuW .wmMobTop .wmMobTop1 {
  padding: 20px 30px;
}
.wholeMenuW .wmMobTop .wmMobTop1 .logo {
  display: inline-block;
}
.wholeMenuW .wmMobTop .wmMobTop2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  background-color: #61666f;
  column-gap: 15px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 18px 15px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li > a {
  display: inline-block;
  text-align: center;
  font: inherit;
  color: inherit;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.login .myInfoBtn {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang {
  position: relative;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .dropDownBtn.on ~ .langOptions {
  top: calc(100% + 4px);
  visibility: visible;
  opacity: 1;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .dropDownBtn span {
  display: inline-block;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' x2='22' y1='12' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions {
  padding: 16px 0;
  box-shadow: 3.86px 4.64px 21px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  transition: all ease-out 0.3s;
  opacity: 0;
  border-radius: 10px;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li a {
  display: block;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  transition: all 0.2s;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li a:hover {
  color: #660000;
}
.wholeMenuW .wmMobTop .wmMobTop2 > li.lang .langOptions li.checked a {
  color: #660000;
  text-decoration: underline;
}
.wholeMenuW .wmBot {
  flex-shrink: 0;
  height: 104px;
  background-color: #182f4e;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1816px) {
  .wholeMenuW .wholeMenuClose {
    right: 3%;
  }
}
@media screen and (max-width: 1560px) {
  .wholeMenuW .wm .depth1 {
    justify-content: space-between;
    width: 100%;
    column-gap: 20px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .wholeMenuW .wholeMenuBtn {
    right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .wholeMenuW .wm {
    padding-top: 20px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding-bottom: 20px;
    min-width: 165px;
    font-size: 18px;
  }
  .wholeMenuW .wm .depth2 > li > a {
    font-size: 16px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .wholeMenuW .wholeMenuBtn {
    display: none;
  }
  .wholeMenuW .wholeMenu {
    padding-top: 0;
    overflow: auto;
    position: relative;
    max-height: none;
    margin-top: 70px;
    z-index: 9;
  }
  .wholeMenuW .wmMobTop {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .wholeMenuW .wm {
    padding: 94px 0 0 0;
    padding-top: 94px;
  }
  .wholeMenuW .wm .depth1 {
    gap: 0;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .wholeMenuW .wm .depth1 > li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth1 > li:not(:first-child) {
    border-top: 1px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding: 20px 45px 20px 20px;
    border-bottom: none;
    border-color: #e5e5e5;
    min-width: auto;
    min-height: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 50.31 26.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %238e898a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1 1 25.16 25.16 49.31 1' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 29px;
    background-size: 22px auto;
    font-size: 20px;
    color: #7c7c7c;
  }
  .wholeMenuW .wm .depth1 > li > a br {
    display: none;
  }
  .wholeMenuW .wm .depth2 {
    margin-top: 0;
  }
  .wholeMenuW .wm .depth2 > li:not(:first-child) {
    margin-top: 0;
    border-top: 2px solid #e5e5e5;
  }
  .wholeMenuW .wm .depth2 > li > a {
    padding: 15px 45px 15px 20px;
    background-color: #ececec;
    font-size: 18px;
  }
  .wholeMenuW .wm .depth2 > li.on > a {
    color: #ffffff;
  }
  .wholeMenuW .wm .depth2 > li.on > a.active::before, .wholeMenuW .wm .depth2 > li.on > a.active::after {
    background-color: #ffffff;
  }
  .wholeMenuW .wm .depth2 > li.on > a span {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .wholeMenuW .wm .depth3 {
    padding: 20px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 16px;
    color: #222222;
  }
  .wholeMenuW .wm .depth3 > li a::before {
    top: 8px;
    width: 4px;
    height: 4px;
    background: #c5c5c5;
  }
  .wholeMenuW .wholeMenuClose {
    display: none;
  }
  .wholeMenuW .wmMobTop {
    display: block;
  }
  .wholeMenuW .wmBot {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-height: 1024px) {
  .wholeMenuW .wholeMenu {
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .wholeMenuW .wm {
    padding-top: 74px;
  }
  .wholeMenuW .wm .depth1 > li > a {
    padding: 15px 40px 15px 15px;
    background-position: right 15px top 23px;
    font-size: 16px;
  }
  .wholeMenuW .wm .depth1 > li.on > a {
    background-position: right 15px top 20px;
  }
  .wholeMenuW .wm .depth2 > li > a {
    padding: 12px 40px 12px 15px;
    font-size: 15px;
  }
  .wholeMenuW .wm .depth2 > li > a.active::before {
    top: 22px;
    right: 17px;
  }
  .wholeMenuW .wm .depth2 > li > a.active::after {
    top: 14px;
    right: 25px;
  }
  .wholeMenuW .wm .depth3 {
    padding: 15px;
  }
  .wholeMenuW .wm .depth3 > li a {
    font-size: 14px;
  }
  .wholeMenuW .wm .depth3 > li a::before {
    top: 7px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 {
    padding: 15px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 > li {
    font-size: 14px;
    padding: 10px 15px;
  }
  .wholeMenuW .wmMobTop .wmMobTop2 > li.lang span {
    padding-left: 24px;
    background-size: 20px auto;
  }
}

#divContents {
  flex: 1;
  position: relative;
}

.subTabArea {
  margin-bottom: 35px;
}

.subTitBox {
  display: flex;
  align-items: center;
  width: 100%;
}
.subTitBox .inner {
  padding: 59px 0;
  position: relative;
  background: url(../../../image/vi/local/subBg.png) no-repeat right 284px bottom;
}
.subTitBox .inner #divSearch {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 10px;
}
.subTitBox .inner #divSearch form {
  position: relative;
  width: 405px;
  height: 56px;
  background: #fff;
  border-radius: 10px;
}
.subTitBox .inner #divSearch form input[type=text] {
  padding: 0 55px 0 20px;
  border: none;
  outline-color: #8e0000;
  width: 100%;
  height: 56px;
  background: #dfdfdf;
  font-size: 16px;
  line-height: 300;
  color: #333333;
  box-sizing: border-box;
  border-radius: 10px;
}
.subTitBox .inner #divSearch form input[type=text]::placeholder {
  font-size: 15px;
  color: #333333;
}
.subTitBox .inner #divSearch form input[type=submit] {
  border: none;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
}
.subTitBox .inner #divSearch .searchBtn {
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath fill='%23403b38' fill-rule='evenodd' d='M28.453 28.453a1.83 1.83 0 0 1-2.589 0l-6.301-6.302c-4.81 3.557-11.62 3.17-15.978-1.187-4.799-4.799-4.799-12.58 0-17.379 4.799-4.799 12.58-4.799 17.379 0 4.358 4.358 4.744 11.168 1.187 15.978l6.302 6.301a1.83 1.83 0 0 1 0 2.589Zm-9.62-22.796c-3.654-3.654-9.579-3.654-13.234 0-3.654 3.655-3.654 9.58 0 13.234 3.655 3.655 9.58 3.655 13.234 0 3.655-3.654 3.655-9.579 0-13.234Z' /%3E%3C/svg%3E");
  background-size: 21px;
  background-repeat: no-repeat;
}
.subTitBox .inner .divTitle {
  font-size: 36px;
  color: #010101;
  font-weight: 600;
  padding-right: 430px;
}
@media screen and (max-width: 1500px) {
  .subTitBox .inner {
    padding: 59px 20px;
  }
  .subTitBox .inner #divSearch {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .subTitBox .inner {
    margin: 30px 0 20px;
    padding: 0 20px;
    background: none;
  }
  .subTitBox .inner #divSearch {
    margin-bottom: 20px;
    position: static;
    width: 100%;
    transform: none;
  }
  .subTitBox .inner #divSearch form {
    width: 100%;
  }
  .subTitBox .inner .divTitle {
    padding-right: 0;
    font-size: 27px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .subTitBox .inner {
    padding: 0 15px;
  }
  .subTitBox .inner #divSearch form {
    height: 50px;
  }
  .subTitBox .inner #divSearch form input[type=text] {
    height: 50px;
  }
}

.divLocation {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  box-sizing: border-box;
}
.divLocation .inner {
  display: flex;
  align-items: stretch;
}
.divLocation .homeBtn {
  display: block;
  flex-shrink: 0;
  width: 60px;
  background-color: #182f4e;
}
.divLocation .homeBtn a {
  display: block;
  height: 100%;
  min-height: 58px;
  text-indent: -9999px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.27 22.29'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ffffff; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.63,10.29L11.63,1.29l11,9M14.63,22.29v-8h-6v8M3.63,22.29v-14M19.63,22.29v-14' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.divLocation .divTabMenu {
  position: relative;
  min-width: 220px;
}
.divLocation .divTabMenu > ul {
  height: 100%;
}
.divLocation .divTabMenu > ul > li {
  position: relative;
  height: 100%;
  font-size: 16px;
}
.divLocation .divTabMenu > ul > li::before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: -1;
  width: 15px;
  height: 8px;
  transition: transform 0.4s;
  content: "";
  transform: translateY(-50%);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.73 7.78' class='icon'%3E%3Cstyle%3E .icon %7B fill: %23000000; %7D %3C/style%3E%3Cpath d='M6.36,4.95L11.31,0l1.41,1.41-6.36,6.36L0,1.41,1.41,0l4.95,4.95Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.divLocation .divTabMenu > ul > li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 23px;
  background-color: #cbcbcb;
  content: "";
  transform: translateY(-50%);
}
.divLocation .divTabMenu > ul > li > button {
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 20px;
  width: 100%;
  height: 100%;
  min-height: 58px;
  color: #333333;
  text-align: left;
  font: inherit;
  box-sizing: border-box;
}
.divLocation .divTabMenu > ul > li.on::before {
  transform: translateY(-50%) rotate(-180deg);
}
.divLocation .divTabMenu > ul > li.on::after {
  display: none;
}
.divLocation .divTabMenu > ul > li.on > button {
  border-top: 1px solid #182f4e;
  border-right: 1px solid #182f4e;
  border-left: 1px solid #182f4e;
  font-weight: 600;
  color: #000000;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW {
  display: none;
  padding: 0px 15px 25px 15px;
  border: 1px solid #182f4e;
  border-top: 0;
  box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW > ul {
  padding: 24px 0 0 6px;
  border-top: 1px solid #182f4e;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW > ul > li > a {
  font-size: 15px;
  line-height: 1.2;
  color: #666666;
  transition: all 0.3s;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW > ul > li > a:hover {
  color: #0c4da2;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.divLocation .divTabMenu > ul > li .tabDownMenuW > ul > li.on > a {
  color: #0c4da2;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1024px) {
  .divLocation {
    padding: 0;
  }
  .divLocation .homeBtn {
    display: none;
  }
  .divLocation .divTabMenu {
    border-right: 0;
    width: 100%;
    min-width: auto;
  }
  .divLocation .divTabMenu:not(:last-of-type) {
    display: none;
  }
  .divLocation .divTabMenu > ul > li::before {
    right: 10px;
  }
  .divLocation .divTabMenu > ul > li::after {
    display: none;
  }
  .divLocation .divTabMenu > ul > li > button {
    padding-left: 0;
  }
  .divLocation .divTabMenu > ul > li.on > button {
    border: none;
  }
  .divLocation .divTabMenu > ul > li .tabDownMenuW {
    padding: 15px 20px 15px;
    border: none;
    top: 57px;
    left: -20px;
    width: calc(100% + 40px);
  }
  .divLocation .divTabMenu > ul > li .tabDownMenuW > ul {
    padding: 0;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .divLocation .divTabMenu > ul > li .tabDownMenuW {
    padding: 15px;
    left: -15px;
    width: calc(100% + 30px);
  }
}

#divContent {
  padding-bottom: 110px;
  min-height: 550px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #divContent {
    padding-bottom: 80px;
  }
}

#divFooter {
  padding-top: 47px;
  background-color: #182f4e;
}
#divFooter .tit1 {
  display: inline-block;
  padding-left: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
#divFooter .tit2 {
  font-size: 14px;
  color: #ffffff;
}
#divFooter .txt {
  font-size: inherit;
  color: #d0d4d9;
  font-weight: 300;
  margin-top: 5px;
  opacity: 0.8;
}
#divFooter .subTit {
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
  padding-left: 33px;
  position: relative;
}
#divFooter .subTit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  border-radius: 50%;
}
#divFooter .subTit.icon1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit.icon2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='17' viewBox='0 0 13.56 17.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23000000; stroke-width: 1.5px; %7D .cls-2 %7B stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M2.52,2.52C.16,4.87.16,8.69,2.52,11.05c.09.09,4.26,5.53,4.26,5.53,0,0,4.17-5.44,4.26-5.53,2.35-2.35,2.35-6.17,0-8.53C8.69.16,4.87.16,2.52,2.52Z'/%3E%3Cpath class='cls-1' d='M8.81,6.63c0,1.12-.91,2.03-2.03,2.03s-2.03-.91-2.03-2.03.91-2.03,2.03-2.03,2.03.91,2.03,2.03Z' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit.icon3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-edit-3'%3E%3Cpath d='M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z' /%3E%3C/svg%3E");
  background-size: 15px auto;
}
#divFooter .subTit .txt {
  padding-left: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='main-grid-item-icon' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 15px auto;
}
#divFooter .footerTop > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 13px;
  column-gap: 10px;
}
#divFooter .footerTop > ul > li:nth-child(3) {
  grid-column: 2;
}
#divFooter .footerTop > ul > li span.txt {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
#divFooter .footerBottom > ul {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 13px;
  column-gap: 10px;
}
#divFooter .copyright {
  margin-top: 86px;
  padding: 14px 0;
  background-color: #122640;
  line-height: 1.4;
  text-align: center;
}
#divFooter .copyright p {
  font-size: 14px;
  color: #ffffff;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #divFooter .footerBottom {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #divFooter {
    padding-top: 25px;
  }
  #divFooter .tit1 {
    padding-left: 29px;
    background-position: left top 2px;
    background-size: 20px auto;
    font-size: 13px;
    line-height: 22px;
  }
  #divFooter .tit2 {
    font-size: 13px;
  }
  #divFooter .tit2 .txt {
    margin-top: 5px;
  }
  #divFooter .subTit {
    padding-left: 29px;
    font-size: 13px;
  }
  #divFooter .subTit::before {
    top: 1px;
    width: 21px;
    height: 21px;
  }
  #divFooter .txt {
    margin-top: 0;
  }
  #divFooter .footerTop > ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  #divFooter .footerTop > ul > li:nth-child(3) {
    margin-top: 0;
    grid-column: 1;
  }
  #divFooter .footerBottom {
    margin-top: 10px;
  }
  #divFooter .footerBottom > ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
#divFooter .copyright {
  margin-top: 30px;
}
#divFooter .copyright p {
  font-size: 13px;
}

#divSearchMenu {
  margin-bottom: 34px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}

#divSearchMenu ul {
  display: flex;
}

#divSearchMenu ul li {
  background-color: #fff;
  box-sizing: border-box;
  width: auto;
}

#divSearchMenu ul li.selected a {
  border-color: #670001;
  background-color: #670001;
  color: #fff;
}

#divSearchMenu ul li a {
  display: block;
  line-height: 40px;
  padding: 0 23px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #6a6a6a;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 0;
  box-sizing: border-box;
}

#divSearchMenu ul li:first-child a {
  border-radius: 10px 0 0 0;
}

#divSearchMenu ul li:last-child a {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #c9c9c9;
}