@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "UTM HelvetIns";
  src: url("../fonts/UTM-HelvetIns.woff") format("woff"), url("../fonts/UTM-HelvetIns.woff2") format("woff2"), url("../fonts/UTM-HelvetIns.svg#UTM-HelvetIns") format("svg"), url("../fonts/UTM-HelvetIns.eot"), url("../fonts/UTM-HelvetIns.eot?#iefix") format("embedded-opentype"), url("../fonts/UTM-HelvetIns.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.icon16-daihoidang-star {
  background-image: url("../images/daihoidang/icon16-daihoidang-star.svg");
}

.icon20-daihoidang-home {
  background-image: url("../images/daihoidang/icon20-daihoidang-home.svg");
}

.text-primary {
  color: #F31312 !important;
}

.c-theme-daihoidang {
  background-color: #FFFEF0;
  font-family: "Inter", serif;
}
.c-theme-daihoidang .b-grid .b-grid__img {
  border-radius: 10px;
}
.c-theme-daihoidang .b-grid .b-grid__title {
  font-family: "Inter", serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  .c-theme-daihoidang .c-template-grid .b-grid .b-grid__title a:hover {
    color: #F31312;
  }
  .c-theme-daihoidang .c-template-list .b-grid .b-grid__title a:hover {
    color: #F31312;
  }
}
@media (min-width: 1200px) {
  .c-theme-daihoidang .c-template-grid .b-grid .b-grid__desc {
    font-size: 16px;
  }
  .c-theme-daihoidang .c-template-list .b-grid .b-grid__desc {
    font-size: 16px;
  }
}
/*---------- daihoidang-header css ----------*/
.c-daihoidang-menu-expand {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-daihoidang-nav {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.c-daihoidang-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.c-daihoidang-logo img {
  max-width: 100%;
  height: 40px;
  width: auto;
}

@media (min-width: 992px) {
  .c-daihoidang-menu-expand {
    display: none;
  }
  .c-daihoidang-header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-logo img {
    height: 60px;
  }
}
/*---------- end daihoidang-header css ----------*/
/*---------- daihoidang-menu css ----------*/
.c-daihoidang-menu {
  display: none;
}
.c-daihoidang-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-daihoidang-menu > ul > li > a {
  text-align: center;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-family: "UTM HelvetIns", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  background: linear-gradient(to bottom, #ffffff 0%, #FFF1AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.c-daihoidang-menu > ul > li > a [class*=icon] {
  margin-top: -2px;
}

@media (min-width: 992px) {
  .c-daihoidang-menu {
    display: block !important;
  }
  .c-daihoidang-menu > ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .c-daihoidang-menu > ul > li {
    margin-left: 5px;
  }
  .c-daihoidang-menu > ul > li:first-child {
    margin-left: 0;
  }
  .c-daihoidang-menu > ul > li > a {
    height: 42px;
    line-height: 40px;
    border: 1px solid #FFF1AC;
    padding: 0 8px;
    font-size: 11px;
    border-radius: 21px;
  }
  .c-daihoidang-menu > ul > li > a span {
    display: none;
  }
  .c-daihoidang-menu > ul > li.li-home > a {
    width: 42px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-menu > ul > li > a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .c-daihoidang-menu {
    background-color: #F31312;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .c-daihoidang-menu > ul > li > a [class*=icon] {
    display: none;
  }
}
/*---------- end daihoidang-menu css ----------*/
/*---------- daihoidang-footer css ----------*/
.c-daihoidang-footer {
  position: relative;
  z-index: 1;
  background-image: url("../images/daihoidang/daihoidang-footer-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: auto 100%;
}
.c-daihoidang-footer .container {
  position: relative;
  z-index: 4;
}

.c-daihoidang-footer-main {
  border-bottom: 1px solid #B80003;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.c-daihoidang-footer-main:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/daihoidang/daihoidang-footer-decor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-daihoidang-footer-main .b-maincontent {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.c-daihoidang-footer-main .b-maincontent p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.c-daihoidang-footer-main .b-maincontent h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #FFF1AC;
}
.c-daihoidang-footer-main .c-daihoidang-footer-col {
  margin-bottom: 15px;
}
.c-daihoidang-footer-main .c-daihoidang-footer-col:last-child {
  margin-bottom: 0;
}

.c-daihoidang-footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  border-top: 1px solid #E30004;
}

.c-daihoidang-footer-logo {
  margin-bottom: 15px;
  text-align: center;
}
.c-daihoidang-footer-logo img {
  max-width: 100%;
  height: 40px;
  width: auto;
}

.c-daihoidang-gotop {
  text-align: right;
}
.c-daihoidang-gotop a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.1s;
}
.c-daihoidang-gotop a [class*=icon24] {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 4px;
  margin-top: -1px;
}
.c-daihoidang-gotop a:hover {
  color: #F31312;
}
.c-daihoidang-gotop a:hover .icon24-chevron-up-black {
  background-image: url("../images/icons/icon24-chevron-up-primary.svg");
}

@media (min-width: 992px) {
  .c-daihoidang-footer {
    padding-top: 175px;
  }
  .c-daihoidang-footer-main {
    padding-bottom: 55px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .c-daihoidang-footer-main:before {
    top: -100px;
  }
  .c-daihoidang-footer-main .b-maincontent {
    text-align: left;
  }
  .c-daihoidang-footer-main .c-daihoidang-footer-col {
    width: 50%;
    margin-bottom: 0;
  }
  .c-daihoidang-footer-main .c-daihoidang-footer-col:nth-child(1) {
    padding-right: 10px;
  }
  .c-daihoidang-footer-main .c-daihoidang-footer-col:nth-child(2) {
    padding-right: 10px;
  }
  .c-daihoidang-footer-logo {
    text-align: left;
    margin-bottom: 20px;
  }
  .c-daihoidang-footer-logo img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-footer-main .b-maincontent {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-daihoidang-footer-main .b-maincontent h3 {
    font-size: 20px;
  }
  .c-daihoidang-footer-main .c-daihoidang-footer-col:nth-child(1) {
    padding-right: 15px;
  }
  .c-daihoidang-footer-main .c-daihoidang-footer-col:nth-child(2) {
    padding-right: 15px;
  }
}
@media (min-width: 1900px) {
  .c-daihoidang-footer {
    background-size: 100% 100%;
  }
}
/*---------- end daihoidang-footer css ----------*/
/*---------- daihoidang-components css ----------*/
.c-theme-daihoidang .c-box {
  border-top: none;
}
.c-theme-daihoidang .c-box:before {
  display: none;
}
.c-theme-daihoidang .c-box .c-box__title {
  position: relative;
  z-index: 3;
  margin-bottom: -25px;
}
.c-theme-daihoidang .c-box .c-box__title .c-box__title__name {
  background-color: #F31312;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 24px;
  font-family: "UTM HelvetIns", sans-serif;
  box-shadow: 0 4px 0 0 #FFEA00;
  border-radius: 20px 0 40px 0;
  text-transform: uppercase;
  color: #fff;
}
.c-theme-daihoidang .c-box .c-box__title .c-box__title__name span {
  background: linear-gradient(to bottom, #ffffff 0%, #FFF1AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.c-theme-daihoidang .c-box .c-box__title .c-box__title__name [class*=icon] {
  margin-right: 5px;
  margin-left: 5px;
}
.c-theme-daihoidang .c-box .c-box__title .c-box__title__name [class*=icon]:first-child {
  margin-left: 0;
}
.c-theme-daihoidang .c-box .c-box__title .c-box__title__name [class*=icon]:last-child {
  margin-right: 0;
}
.c-theme-daihoidang .c-box .c-box__content {
  background-color: #fff;
  padding: 29px 14px 14px;
  border: 1px solid #FFF1AC;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.c-theme-daihoidang .c-more a {
  border-color: #F31312;
  color: #F31312;
  border-radius: 30px;
}

.c-daihoidang-cat-box {
  margin-bottom: 15px;
}
.c-daihoidang-cat-box:last-child {
  margin-bottom: 0;
}
.c-daihoidang-cat-box > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-daihoidang-cat-box > ul > li {
  margin: 0 5px 5px;
}
.c-daihoidang-cat-box > ul > li > a {
  text-decoration: none;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding: 8px 15px;
  display: block;
  border: 1px solid #F31312;
  background-color: #FFF2F2;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .c-theme-daihoidang .c-box .c-box__content {
    padding: 34px 19px 19px;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .c-theme-daihoidang .c-box .c-box__title {
    margin-bottom: -30px;
  }
  .c-theme-daihoidang .c-box .c-box__title .c-box__title__name [class*=icon] {
    margin-right: 10px;
    margin-left: 10px;
  }
  .c-theme-daihoidang .c-box .c-box__content {
    padding: 39px 24px 24px;
    border-radius: 40px;
  }
  .c-theme-daihoidang .c-more a:hover {
    background-color: #F31312;
    color: #fff;
    border-color: #F31312;
  }
  .c-daihoidang-cat-box > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-daihoidang-cat-box > ul > li > a:hover {
    color: #F31312;
  }
}
@media (min-width: 1200px) {
  .c-theme-daihoidang .c-box .c-box__content {
    padding: 44px 29px 29px;
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .c-daihoidang-cat-box {
    margin-right: -15px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-daihoidang-cat-box::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-daihoidang-cat-box > ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .c-daihoidang-cat-box > ul > li > a {
    white-space: nowrap;
  }
}
/*---------- end daihoidang-components css ----------*/
/*---------- daihoidang-head css ----------*/
.c-daihoidang-head-block {
  min-height: 450px;
  position: relative;
  z-index: 1;
  background-color: #F31312;
}
.c-daihoidang-head-block .c-daihoidang-head-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.c-daihoidang-head-block .c-daihoidang-head-block__bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(243, 19, 18, 0), #f31312);
}
.c-daihoidang-head-block .c-daihoidang-head-block__bg .c-story-backgrounds {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-daihoidang-head-block .c-daihoidang-head-block__bg .c-story-backgrounds:before {
  display: none;
}
.c-daihoidang-head-block .c-daihoidang-head-block__board {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}
.c-daihoidang-head-block .c-daihoidang-head-block__board img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.c-daihoidang-head-block .c-daihoidang-head-block__flower {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -20px;
  z-index: 4;
  text-align: center;
}
.c-daihoidang-head-block .c-daihoidang-head-block__flower img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.c-daihoidang-head-block .c-daihoidang-head-block__bird {
  position: absolute;
  top: 150px;
  left: 15px;
  right: 15px;
  z-index: 5;
  text-align: center;
}
.c-daihoidang-head-block .c-daihoidang-head-block__bird img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.c-daihoidang-head-block > .container {
  position: relative;
  z-index: 10;
}

.c-daihoidang-head {
  padding-top: 90px;
}
.c-daihoidang-head .c-daihoidang-head__star {
  text-align: center;
}
.c-daihoidang-head .c-daihoidang-head__star:last-child {
  margin-bottom: 0;
}
.c-daihoidang-head .c-daihoidang-head__star img {
  width: auto;
  height: 85px;
  max-width: 100%;
}
.c-daihoidang-head .c-daihoidang-head__title {
  text-align: center;
  font-family: "UTM HelvetIns", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 10px;
}
.c-daihoidang-head .c-daihoidang-head__title:last-child {
  margin-bottom: 0;
}
.c-daihoidang-head .c-daihoidang-head__title span {
  background: linear-gradient(to bottom, #ffffff 0%, #FFF1AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.c-daihoidang-head .c-daihoidang-head__title .small {
  font-size: 50%;
}
.c-daihoidang-head .c-daihoidang-head__year {
  text-align: center;
}
.c-daihoidang-head .c-daihoidang-head__year span {
  display: inline-block;
  background: linear-gradient(to bottom, #ffffff 0%, #FFF1AC 100%);
  color: #F31312;
  font-weight: 700;
  font-size: 17px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 40px;
}

.c-daihoidang-head-block.is-list-page {
  min-height: 0;
}
.c-daihoidang-head-block.is-list-page .c-daihoidang-head {
  padding-top: 80px;
  padding-bottom: 30px;
}
.c-daihoidang-head-block.is-list-page .c-daihoidang-head .c-daihoidang-head__title {
  margin-top: 0;
  font-size: 24px;
}

@media (min-width: 768px) {
  .c-daihoidang-head-block {
    min-height: 530px;
  }
  .c-daihoidang-head-block .c-daihoidang-head-block__flower {
    left: 25%;
    right: 25%;
    bottom: -30px;
  }
  .c-daihoidang-head .c-daihoidang-head__star img {
    height: 120px;
  }
  .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 64px;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  .c-daihoidang-head .c-daihoidang-head__year span {
    font-size: 22px;
    padding: 5px 20px;
  }
  .c-daihoidang-head-block.is-list-page .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .c-daihoidang-head-block {
    min-height: 600px;
  }
  .c-daihoidang-head-block .c-daihoidang-head-block__flower {
    bottom: -40px;
  }
  .c-daihoidang-head .c-daihoidang-head__star img {
    height: 140px;
  }
  .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 72px;
    margin-top: -25px;
  }
  .c-daihoidang-head .c-daihoidang-head__title .small {
    font-size: 45%;
  }
  .c-daihoidang-head .c-daihoidang-head__year span {
    font-size: 24px;
  }
  .c-daihoidang-head-block.is-list-page .c-daihoidang-head {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .c-daihoidang-head-block.is-list-page .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-head-block {
    min-height: 730px;
  }
  .c-daihoidang-head-block .c-daihoidang-head-block__flower {
    bottom: -50px;
    left: 0;
    right: 0;
  }
  .c-daihoidang-head {
    padding-top: 110px;
  }
  .c-daihoidang-head .c-daihoidang-head__star img {
    height: 165px;
  }
  .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 90px;
    margin-top: -30px;
  }
  .c-daihoidang-head .c-daihoidang-head__year span {
    font-size: 26px;
    padding: 5px 30px;
  }
  .c-daihoidang-head-block.is-list-page .c-daihoidang-head {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .c-daihoidang-head-block.is-list-page .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .c-daihoidang-head-block {
    min-height: 850px;
  }
  .c-daihoidang-head {
    padding-top: 150px;
  }
  .c-daihoidang-head .c-daihoidang-head__title {
    font-size: 120px;
    margin-top: -40px;
  }
  .c-daihoidang-head .c-daihoidang-head__year span {
    font-size: 28px;
    padding: 5px 40px;
  }
}
/*---------- end daihoidang-head css ----------*/
/*---------- daihoidang-executive css ----------*/
.c-daihoidang-executive-bg {
  background-color: #FFF2F2;
  border: 1px solid #FFD9DA;
}

.c-box .c-daihoidang-executive-bg {
  margin-top: -15px;
}

.c-daihoidang-executive-padding {
  padding: 15px;
}

.c-daihoidang-executive-year {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "UTM HelvetIns", sans-serif;
  color: #F31312;
  margin-bottom: 20px;
}
.c-daihoidang-executive-year span {
  display: inline-block;
}

.c-daihoidang-leader-box .c-daihoidang-leader-box__title {
  text-align: center;
  background-color: #FFD9DA;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ED1B24;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}
.c-daihoidang-leader-box .c-daihoidang-leader-grid .c-daihoidang-leader-item {
  border-top: none;
}

.c-daihoidang-leader-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-daihoidang-leader-grid > ul > li {
  padding-bottom: 20px;
}

.c-daihoidang-leader-item {
  padding: 14px;
  background-color: #FFFEF0;
  border: 1px solid #FFF1AC;
  border-bottom-width: 4px;
  border-radius: 0 0 10px 10px;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__img {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 50%;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__img a, .c-daihoidang-leader-item .c-daihoidang-leader-item__img figure {
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__name {
  margin-bottom: 7px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-left: -10px;
  margin-right: -10px;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__name:last-child {
  margin-bottom: 0;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__name a {
  color: #000;
  text-decoration: none;
}
.c-daihoidang-leader-item a.c-daihoidang-leader-item__name {
  color: #000;
  text-decoration: none;
}
.c-daihoidang-leader-item .c-daihoidang-leader-item__position {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
}
.c-daihoidang-leader-item.is-primary {
  background-color: #FFEDED;
  border-color: #FF9398;
}

.c-daihoidang-table-box {
  background-color: #fff;
  padding-top: 10px;
}
.c-daihoidang-table-box .c-daihoidang-table-box__title {
  text-align: center;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ED1B24;
  text-transform: uppercase;
}
.c-daihoidang-table-box .c-daihoidang-table-box__content .table-responsive {
  margin-bottom: 0;
}
.c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered {
  border-color: #FFD9DA;
  margin-bottom: 0;
}
.c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered th, .c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered td {
  font-size: 16px;
  border-color: #FFD9DA;
  min-width: 145px;
}
.c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered th p, .c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered td p {
  margin-bottom: 0;
  font-size: 16px;
}
.c-daihoidang-table-box .c-daihoidang-table-box__content table.table.table-bordered th {
  background-color: #FFF4F4;
}

@media (min-width: 768px) {
  .c-box .c-daihoidang-executive-bg {
    margin-top: -20px;
  }
  .c-daihoidang-executive-padding {
    padding: 20px;
  }
  .c-daihoidang-executive-year {
    font-size: 26px;
  }
  .c-daihoidang-leader-grid > ul {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .c-daihoidang-leader-grid > ul:last-child {
    margin-bottom: -20px;
  }
  .c-daihoidang-leader-grid > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-daihoidang-leader-grid > ul > li .c-daihoidang-leader-item {
    height: 100%;
  }
  .c-daihoidang-leader-item {
    padding: 19px;
  }
  .c-daihoidang-leader-item .c-daihoidang-leader-item__img {
    margin-bottom: 15px;
  }
  .c-daihoidang-leader-item .c-daihoidang-leader-item__name {
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-daihoidang-leader-item .c-daihoidang-leader-item__position {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .c-daihoidang-executive-year {
    font-size: 28px;
  }
  .c-daihoidang-leader-grid > ul {
    margin: 0 -10px;
  }
  .c-daihoidang-leader-grid > ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-executive-year {
    font-size: 30px;
  }
  .c-daihoidang-leader-grid > ul {
    margin: 0 -15px;
  }
  .c-daihoidang-leader-grid > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-daihoidang-leader-item {
    padding: 19px 29px;
  }
  .c-daihoidang-leader-item .c-daihoidang-leader-item__name {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-daihoidang-leader-item .c-daihoidang-leader-item__position {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/*---------- end daihoidang-executive css ----------*/
/*---------- home category center css ----------*/
.c-category-center__big {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-category-center__big:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #F9E6B2;
}
.c-category-center__big:last-child {
  margin-bottom: 0;
}
.c-category-center__big .c-template-grid .b-grid .b-grid__title {
  font-size: 20px;
}
.c-category-center__left {
  margin-bottom: 20px;
}
.c-category-center__left:last-child {
  margin-bottom: 0;
}
.c-category-center__left .c-template-grid.is-border > ul > li {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-category-center__left .c-template-grid.is-border > ul > li:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #F9E6B2;
}
.c-category-center__left .c-template-grid.is-border > ul > li:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.c-category-center__right .c-template-grid.is-border > ul > li {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-category-center__right .c-template-grid.is-border > ul > li:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #F9E6B2;
}
.c-category-center__right .c-template-grid.is-border > ul > li:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-category-center__big .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-category-center__left .c-template-grid > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-center__left .c-template-grid > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-category-center__right .c-template-grid > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-center__right .c-template-grid > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .c-category-center {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-center__big {
    order: 2;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-category-center__big:after {
    display: none;
  }
  .c-category-center__big .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-category-center__big .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 15px;
  }
  .c-category-center__big .c-template-grid .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-category-center__left {
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    margin-bottom: 0;
  }
  .c-category-center__left .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-category-center__left .c-template-grid > ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c-category-center__left .c-template-grid > ul > li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .c-category-center__left .c-template-grid.is-border > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-category-center__right {
    order: 3;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .c-category-center__right .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-category-center__right .c-template-grid > ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c-category-center__right .c-template-grid > ul > li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .c-category-center__right .c-template-grid.is-border > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-category-center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-category-center__big {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-center__left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-center__left .c-template-grid > ul > li {
    padding-bottom: 30px;
  }
  .c-category-center__left .c-template-grid > ul > li:last-child {
    padding-bottom: 0;
  }
  .c-category-center__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-center__right .c-template-grid > ul > li {
    padding-bottom: 30px;
  }
  .c-category-center__right .c-template-grid > ul > li:last-child {
    padding-bottom: 0;
  }
}
/*---------- end home category center css ----------*/
/*---------- categgory featured css ----------*/
.c-category-featured__big {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-category-featured__big:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #F9E6B2;
}
.c-category-featured__big .c-template-grid .b-grid .b-grid__title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li .b-grid {
    height: 100%;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
  }
  .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li .b-grid:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #F9E6B2;
  }
  .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li:nth-last-child(2), .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li:nth-last-child(2) .b-grid, .c-category-featured__small .c-template-grid.is-col-2-tablet > ul > li:nth-last-child(1) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-category-featured {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -10px;
  }
  .c-category-featured__big {
    padding-left: 10px;
    padding-right: 9px;
    border-right: 1px solid #E1E1E1;
    width: 66.6666666667%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-category-featured__big:after {
    display: none;
  }
  .c-category-featured__big .c-template-grid {
    height: 100%;
  }
  .c-category-featured__big .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-category-featured__small {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .c-category-featured__small .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-category-featured__small .c-template-grid.is-col-2-pc > ul > li .b-grid {
    height: 100%;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
  }
  .c-category-featured__small .c-template-grid.is-col-2-pc > ul > li .b-grid:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #F9E6B2;
  }
  .c-category-featured__small .c-template-grid.is-col-2-pc > ul > li:nth-last-child(2), .c-category-featured__small .c-template-grid.is-col-2-pc > ul > li:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-category-featured.is-full .c-category-featured__big {
    width: 50%;
  }
  .c-category-featured.is-full .c-category-featured__small {
    width: 50%;
  }
  .c-category-featured.is-reverse .c-category-featured__big {
    order: 2;
  }
  .c-category-featured.is-reverse .c-category-featured__small {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .c-category-featured {
    margin: 0 -15px;
  }
  .c-category-featured__big {
    padding-left: 15px;
    padding-right: 14px;
  }
  .c-category-featured__small {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- end categgory featured css ----------*/
/*---------- block category main css ----------*/
.c-category-main .c-category-main__big {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.c-category-main .c-category-main__big .c-template-grid .b-grid {
  background-color: #FFFEF0;
  border: 1px solid #FAF7EF;
  border-radius: 10px;
}
.c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__content {
  padding: 15px;
}
.c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__title {
  font-size: 20px;
}
.c-category-main .c-category-main__small .c-template-list .b-grid .b-grid__title {
  font-size: 16px;
}
.c-category-main .c-category-main__small .c-template-list > ul > li {
  border-color: #FFF1AC;
}

@media (min-width: 768px) {
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__content {
    padding: 20px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .c-category-main .c-category-main__big {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 20px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__img {
    width: calc(50% - 10px);
    border-radius: 20px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__content {
    width: calc(50% + 10px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    flex-direction: row;
    align-items: stretch;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li .b-grid {
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF1AC;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li .b-grid .b-grid__img {
    width: 140px;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li .b-grid .b-grid__content {
    width: calc(100% - 140px);
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li:nth-child(2n+1) {
    border-right: 1px solid #FFF1AC;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li:nth-last-child(1), .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li:nth-last-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li:nth-last-child(1) .b-grid, .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li:nth-last-child(2) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-category-main.is-reverse .c-category-main__big .c-template-grid .b-grid__img {
    order: 2;
  }
  .c-category-main.is-reverse .c-category-main__big .c-template-grid .b-grid__content {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .c-category-main .c-category-main__big {
    margin-bottom: 30px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__img {
    width: calc(50% - 15px);
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__content {
    width: calc(50% + 15px);
    padding: 30px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 15px;
  }
  .c-category-main .c-category-main__big .c-template-grid .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul {
    margin: 0 -15px;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-main .c-category-main__small .c-template-list.is-small-pc > ul > li .b-grid .b-grid__title {
    font-size: 17px;
  }
}
/*---------- end block category main css ----------*/
/*---------- daihoidang history css ----------*/
.c-daihoidang-history-group {
  margin-bottom: 30px;
  text-align: center;
}
.c-daihoidang-history-group:last-child {
  margin-bottom: 0;
}
.c-daihoidang-history-group .c-daihoidang-history-group__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #F31312;
  border: 1px solid #F31312;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 30px;
}
.c-daihoidang-history-group .c-daihoidang-history-group__subtitle {
  text-transform: none;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.c-daihoidang-history-group .c-daihoidang-history-group__subtitle:last-child {
  margin-bottom: 0;
}
.c-daihoidang-history-group .c-daihoidang-history-group__content {
  text-align: left;
}
.c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent {
  line-height: 1.6;
}
.c-daihoidang-history-group .c-daihoidang-leader-item {
  border-radius: 10px;
}

.c-daihoidang-history-box {
  margin-bottom: 30px;
}
.c-daihoidang-history-box:last-child {
  margin-bottom: 0;
}
.c-daihoidang-history-box .c-daihoidang-history-box__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}
.c-daihoidang-history-box .c-daihoidang-history-box__content {
  border: 2px solid #F8E5CA;
  padding: 13px;
  background: radial-gradient(circle, #FFF9F0, #FFF2E0);
  border-radius: 10px;
}
.c-daihoidang-history-box .c-daihoidang-history-box__content .b-maincontent {
  line-height: 1.6;
}
.c-daihoidang-history-box .c-daihoidang-history-box__content:has(.c-daihoidang-history-box__scroll) {
  height: 620px;
}
.c-daihoidang-history-box .c-daihoidang-history-box__content .c-more a {
  color: #00BA36;
  border-color: #00BA36;
}
.c-daihoidang-history-box .c-daihoidang-history-box__content .c-more a:hover {
  color: #fff;
}
.c-daihoidang-history-box .c-daihoidang-history-box__scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-daihoidang-history-box .c-daihoidang-history-box__scroll.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-daihoidang-history-box .c-daihoidang-history-box__scroll.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #00BA36;
}
.c-daihoidang-history-box .c-daihoidang-history-box__scroll.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #00BA36;
  height: 6px;
  top: -8px;
}

@media (min-width: 768px) {
  .c-daihoidang-history-group .c-daihoidang-history-group__title {
    font-size: 20px;
    padding: 5px 20px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__title {
    font-size: 20px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__content {
    padding: 18px;
  }
}
@media (min-width: 992px) {
  .c-daihoidang-history-group .c-daihoidang-history-group__title {
    font-size: 22px;
  }
  .c-daihoidang-history-box {
    margin-bottom: 40px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent {
    font-size: 16px;
  }
  .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent p {
    font-size: 16px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__content {
    padding: 28px 48px;
    border-radius: 20px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__content .b-maincontent {
    font-size: 16px;
  }
  .c-daihoidang-history-box .c-daihoidang-history-box__content .b-maincontent p {
    font-size: 16px;
  }
}
/*---------- end daihoidang history css ----------*/
/*---------- daihoidang-leader-grid-rewrite css ----------*/
.c-daihoidang-history-group .c-daihoidang-leader-item .c-daihoidang-leader-item__img img {
  width: 105%;
}
.c-daihoidang-history-group .c-daihoidang-leader-grid > ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li.is-full {
  width: 100%;
}
.c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li .c-daihoidang-leader-item {
  height: 100%;
}

@media (min-width: 576px) {
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li {
    width: 33.3333333333%;
  }
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li.is-half {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul {
    margin: 0 -10px;
  }
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li {
    width: 20%;
  }
  .c-daihoidang-history-group .c-daihoidang-leader-grid.is-big > ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul {
    margin: 0 -15px;
  }
  .c-daihoidang-history-group .c-daihoidang-leader-grid > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
/*---------- end daihoidang-leader-grid-rewrite css ----------*/
/*---------- daihoidang personal css ----------*/
.c-daihoidang-label {
  text-align: center;
  background-image: url("../images/daihoidang/daihoidang-label.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 791px;
  margin-left: auto;
  margin-right: auto;
  height: 66px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
.c-daihoidang-label span {
  line-height: 1.2;
  font-size: 21px;
  font-weight: 700;
  font-family: "UTM HelvetIns", sans-serif;
  color: #F31312;
}

.c-daihoidang-term {
  text-align: center;
  margin-bottom: 20px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  background-image: url("../images/daihoidang/daihoidang-term.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 47px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-personal-info {
  margin-bottom: 30px;
}
.c-personal-info:last-child {
  margin-bottom: 0;
}
.c-personal-info .c-personal-info__img {
  max-width: 410px;
  margin: 0 auto 20px;
}
.c-personal-info .c-personal-info__img figure {
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #FEFB00;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
}
.c-personal-info .c-personal-info__img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.c-personal-info .c-personal-info__pretitle {
  font-size: 16px;
  font-family: "UTM HelvetIns", sans-serif;
  margin-bottom: 3px;
  line-height: 1.4;
  font-weight: 500;
}
.c-personal-info .c-personal-info__pretitle:last-child {
  margin-bottom: 0;
}
.c-personal-info .c-personal-info__smallname {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}
.c-personal-info .c-personal-info__smallname:first-child {
  margin-top: 0;
}
.c-personal-info .c-personal-info__name {
  font-family: "Merriweather", "Roboto", serif;
  margin-bottom: 10px;
  font-weight: 700;
  color: #F31312;
  font-size: 30px;
  line-height: 1.4;
}
.c-personal-info .c-personal-info__name:last-child {
  margin-bottom: 0;
}
.c-personal-info .c-personal-info__subtitle {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-personal-info .b-maincontent {
  font-size: 16px;
  line-height: 1.5;
}
.c-personal-info .b-maincontent p {
  font-size: 16px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
  z-index: 1;
}
.c-personal-info .b-maincontent p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon16-star-brown.svg");
}
.c-personal-info .b-maincontent p:last-child {
  margin-bottom: 0;
}

.c-personal-timeline > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-personal-timeline > ul > li {
  padding-bottom: 15px;
  padding-left: 28px;
  position: relative;
  z-index: 2;
}
.c-personal-timeline > ul > li:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #F31312;
  border-radius: 50%;
}
.c-personal-timeline > ul > li:after {
  content: "";
  top: 23px;
  left: 7px;
  position: absolute;
  z-index: 2;
  bottom: -9px;
  width: 1px;
  border-right: 1px dashed #F6D5A6;
}
.c-personal-timeline > ul > li:last-child {
  padding-bottom: 0;
}
.c-personal-timeline > ul > li:last-child:after {
  display: none;
}
.c-personal-timeline > ul > li p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}
.c-personal-timeline > ul > li p.text-primary {
  font-size: 18px;
}

@media (min-width: 768px) {
  .c-daihoidang-label span {
    font-size: 24px;
  }
  .c-daihoidang-term {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-personal-info {
    margin-bottom: 40px;
  }
  .c-personal-info .c-personal-info__pretitle {
    font-size: 18px;
  }
  .c-personal-info .c-personal-info__name {
    font-size: 40px;
  }
  .c-personal-info .c-personal-info__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-personal-info .b-maincontent {
    font-size: 18px;
  }
  .c-personal-info .b-maincontent p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-daihoidang-label {
    position: relative;
    z-index: 3;
    margin-top: -53px;
  }
  .c-daihoidang-label span {
    font-size: 26px;
  }
  .c-daihoidang-term {
    margin-bottom: 40px;
  }
  .c-personal-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .c-personal-info .c-personal-info__img {
    width: 360px;
    margin-bottom: 0;
  }
  .c-personal-info .c-personal-info__content {
    width: calc(100% - 360px);
    padding-left: 20px;
  }
  .c-personal-info .c-personal-info__name {
    font-size: 46px;
  }
  .c-personal-info .b-maincontent {
    font-size: 16px;
  }
  .c-personal-info .b-maincontent p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-label span {
    font-size: 28px;
  }
  .c-daihoidang-term {
    margin-bottom: 50px;
  }
  .c-personal-info .c-personal-info__img {
    width: 410px;
  }
  .c-personal-info .c-personal-info__content {
    width: calc(100% - 410px);
    padding-left: 40px;
  }
  .c-personal-info .c-personal-info__pretitle {
    font-size: 20px;
  }
  .c-personal-info .c-personal-info__name {
    font-size: 50px;
  }
  .c-personal-info .c-personal-info__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-personal-info .b-maincontent {
    font-size: 18px;
  }
  .c-personal-info .b-maincontent p {
    font-size: 18px;
  }
  .c-personal-timeline > ul > li {
    padding-bottom: 20px;
  }
  .c-personal-timeline > ul > li p {
    font-size: 18px;
  }
  .c-personal-timeline > ul > li p.text-primary {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .c-daihoidang-label {
    margin-top: -93px;
  }
}
/*---------- end daihoidang personal css ----------*/
/*---------- daihoidang detail css ----------*/
.c-daihoidang-detail-box .c-daihoidang-history-group {
  text-align: left;
}
.c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__title {
  text-transform: none;
}
.c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent {
  line-height: 1.5;
  font-size: 16px;
}
.c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent p {
  font-size: 16px;
  margin-bottom: 7px;
}
.c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .c-daihoidang-detail-box {
    background-color: #FFFEF0;
    padding: 20px;
    position: relative;
    z-index: 10;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 80px;
    background-image: url("../images/trong-dong-c-2k-gray.png");
  }
  .c-daihoidang-detail-box .c-daihoidang-history-group {
    margin-bottom: 40px;
  }
  .c-daihoidang-detail-box .c-daihoidang-history-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-daihoidang-detail-box .c-daihoidang-history-group {
    margin-bottom: 50px;
  }
  .c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent {
    font-size: 18px;
    line-height: 1.5;
  }
  .c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c-daihoidang-detail-box .c-daihoidang-history-group .c-daihoidang-history-group__content .b-maincontent p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .c-daihoidang-detail-box {
    margin-left: -60px;
    margin-right: -60px;
    padding: 60px;
  }
}
/*---------- end daihoidang detail css ----------*/