body,
html {
  max-width: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

nav.link-resource {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  background-color: #e6e6e6;
}

nav.link-resource .all-link a:not(:last-child):hover {
  opacity: 0.5;
}

@font-face {
  font-family: "mplus 1p bold";
  src: url("../../../fonts/mplus-1p-bold.ttf");
}

@font-face {
  font-family: "mplus 1p regular";
  src: url("../../../fonts/mplus-1p-regular.ttf");
}

@font-face {
  font-family: "mplus 1p heavy";
  src: url("../../../fonts/mplus-1p-heavy.ttf");
}

@font-face {
  font-family: "mplus 1p medium";
  src: url("../../../fonts/mplus-1p-medium.ttf");
}

@font-face {
  font-family: "mplus 2p bold";
  src: url("../../../fonts/mplus-2p-bold.ttf");
}

@font-face {
  font-family: "mplus 2p heavy";
  src: url("../../../fonts/mplus-2p-heavy.ttf");
}

@font-face {
  font-family: "mplus 1p light";
  src: url("../../../fonts/mplus-1p-light.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../../../../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../../../fonts/Roboto-Black.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../../../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/_newAssets/fonts/Roboto-Bold.ttf");
}

.font_roboto {
  font-family: "Roboto-Bold" !important;
}

.text-medium-1 {
  font-family: "mplus 1p medium";
}

.text-bold {
  font-family: "mplus 1p bold";
}

.text-heavy {
  font-family: "mplus 1p heavy";
}

.font-light {
  font-family: "mplus 1p light";
}

.font-heavy {
  font-family: "mplus 1p heavy";
}

.text-regular {
  font-family: "mplus 1p regular";
}

.text-medium {
  font-family: "Roboto-Medium";
  font-weight: 500;
}

.text-black {
  font-family: "Roboto-Black";
  font-weight: 500;
}

.text-rbt-regular {
  font-family: "Roboto-Regular";
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: "mplus 1p light"; */
}

* {
  box-sizing: border-box;
}


.bg-light {
  background-color: white !important;
}

.navbar-nav,
.mr-auto {
  margin-right: unset !important;
  /* margin-left: auto; */
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  /* font-weight: bold; */
  font-size: 1.1rem;
}

.nav-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  font-size: 10.8px;
  color: #222222;
  text-decoration: underline;
  line-height: 2.5;
}

.breadcrumb-item.active {
  font-size: 10.8px;
  color: black;
  font-weight: bold;
  line-height: 2.5;
}

.breadcrumb-item::before {
  padding: 0px 6.3px !important;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 1rem 50px;
}

.breadcrumb-unset-bgcolor {
  background-color: unset;
}

a:hover {
  text-decoration: none;
}

.grid {
  display: grid;
  place-items: center;
}

:root {
  ---color-boder-btn: #99c6ee;
  --color-bg-btn-orange: #ff9e21;
  --color-boder-btn-orange: #ffbb64;
  --color-bg-section-2: #489ae1;
  --color-text-active: #309bd5;
  --box-shadow: 0 0.3vw 0.4vw 0.1vw rgba(177, 177, 177, 0.25);
  --max-width: 1080px;
  --color-btn-active: rgb(71, 153, 225);
  --bg-cl-btn-slide: #f5f5f5;
  --color-three-box-1: #abd1f3;
  --color-three-box-2: #489ae1;
  --color-three-box-3: #1c588b;
  --color-three-box-4: #08365e;
  --color-three-box-5: #f2f2f2;

  --color-box-sky-product: #2171b7;
  --color-box-skys-product: #489ae1;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.font_bold {
  font-family: "mplus 1p bold" !important;
}

.font_heavy {
  font-family: "mplus 1p heavy" !important;
}

.font_light {
  font-family: "mplus 1p light" !important;
}

.font_bold_2 {
  font-family: "mplus 2p bold" !important;
}

.font_heavy_2 {
  font-family: "mplus 2p heavy" !important;
}

.font_regular {
  font-family: "mplus 1p regular" !important;
}

.font_light {
  font-family: "mplus 1p light" !important;
}

.font_bold_2 {
  font-family: "mplus 2p bold" !important;
}

.font_heavy_2 {
  font-family: "mplus 2p heavy" !important;
}

/* all-link  */
.link-resource {
  height: 35px;
  /* letter-spacing: 1.2px; */
}

.link-resource {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  align-items: center;
}

nav.link-resource .all-link a {
  text-decoration: 1px underline;
  text-underline-offset: 2px;
}

nav.link-resource .all-link a:hover {
  opacity: 0.5;
}

nav.link-resource .all-link a:last-child:hover {
  opacity: 1;
}

nav.link-resource .all-link .line_a {
  text-decoration: 1px underline;
  text-underline-offset: 0.2vw;
}

nav.link-resource .all-link a {
  color: black;
  font-size: 12px;
}

nav.link-resource .all-link span {
  font-size: 15px;
  margin: 0 8px;
}

nav.link-resource .all-link a:last-child {
  text-decoration: 1.5px underline;
  text-underline-offset: 0.2vw;
}

.tab1 {
  margin-top: 30px;
  padding: 30px 0;
  background-image: linear-gradient(180deg,
      #f2f2f2 94%,
      #f5f5f5 95%,
      #f7f7f7 96%,
      #fafafa 97%,
      #fdfdfd 98%,
      #fefefe 99%,
      white 1%);
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  margin-bottom: -20px;
  padding-bottom: 50px;
}

/* tab3*/

/* hoang long  */
.three-bg-combo-sp {
  display: none;
}

.three-combo-books-sp {
  display: none !important;
}

.text-line-sp {
  display: none !important;
}

.all-box-image-sp {
  display: none !important;
}

.div-box-title-2-sp {
  display: none !important;
}

.div-box-title-2-pc {
  display: block !important;
}


.part a.violet:hover {
  color: black !important;
}

.in-box-pink-sp {
  display: none !important;
}

.content-img-body {
  display: flex;
  flex-wrap: wrap;
}

/* hoang long  */

.bg-gray-top {
  background-color: #f2f2f2;
  height: 140px;
  display: flex;
  position: relative;
  align-items: center;
}

.bg-gray-top .bg-new-main {
  height: 105px;
  margin-left: 565px;
}

.background-title-first-title {
  margin-top: 0 !important;
}

.violet-box-1 .image-double .img-db img {
  width: 318px;
  height: auto;
  border: 4px solid #df5449;
  border-radius: 5px;
  margin-left: 0;
}

.violet-box-1 .image-double {
  position: relative;
  height: 500px;
}

.violet-box-1 .image-double .img-db {
  position: absolute;
}

.violet-box-1 .image-double .img-db-left {
  top: 30px;
}


.violet-box-1 .image-double .img-db-right {
  left: 300px;
}

@media (min-width: 1200px) {
  .combo-img img {
    width: 103px;
    box-shadow: 0px 0px 3px #aeabab;
  }

  .tab3 {
    /* background-color: unset; */

    height: auto;
    padding-bottom: 10px;
    margin-bottom: -20px;
  }

  .combo-link {
    position: absolute;
    bottom: 70px;
    height: 280px;
    display: flex;
    justify-content: center;
    bottom: 35px;
  }

  .combo-link-1 {
    width: 500px;
    left: 62px;
  }

  .combo-link-2 {
    left: 562px;
    width: 290px;
  }

  .combo-link-3 {
    right: 61px;
    width: 290px;
  }

  .bg-combo-1 {
    width: 385px;
    height: 250px;
    left: 125px;
  }

  .bg-combo-2 {
    width: 255px;

    left: 582px;
  }

  .bg-combo-3 {
    width: 255px;

    right: 75px;
  }

  .bg-combo-book {
    height: 247px;
    background-color: #ffffffc2;
    border-radius: 8px;
    bottom: 67px !important;
  }

  .combo-img {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding-top: 17px;
  }

  .combo-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    font-size: 24px;
  }

  .combo-tag {
    opacity: 0.7;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -22px;
    right: -35px;
  }

  .combo-tag-1 {
    background-color: #e23359;
  }

  .combo-tag-2 {
    background-color: #e23359;
    right: -25px;
  }

  .combo-tag-3 {
    background-color: #007ab9;
    right: -27px;
  }

  .opa {
    opacity: 1 !important;
  }

  .combo-tag p {
    margin: 0;
    color: #fff;
  }

  .review-header-background {
    position: relative;
    height: 450px;
    background-size: cover;
    max-width: 1200px;
    margin: auto;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
  }

  .review-header-background-core-summer {
    background-image: url(../../../image/special/summer/background-core-summer.png);
  }

  .review-header-background-winning-summer {
    background-image: url(../../../image/special/winning/background-winning-summer.png);
  }

  .three-tabs-link {
    width: 90%;

    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    left: 0;
    flex-direction: row;
    height: 53px;
    border-radius: 20px 20px 0 0;
  }

  .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab-link-1 {
    opacity: 0.7;
    width: 50.5%;
    background: #006abf;
    border-radius: 20px 0 0 0;
  }

  .tab-link-2 {
    opacity: 0.7;
    width: 29%;
    background: #7e75af;
  }

  .tab-link-3 {
    opacity: 0.7;
    width: 28.8%;
    background: #ff9898;
    border-radius: 0 20px 0 0;
  }

  .tab-link .down-arrow img {
    width: 25px;
  }

  .tab-link-2 .down-arrow {
    margin-right: -7px;
  }

  .tab-link-3 .down-arrow {
    margin-right: -7px;
  }

  .title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding-top: 30px;
  }

  .title-tab-3 {
    width: 59% !important;
  }

  .title h1 {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 10px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .title-tab-3 h1 {
    padding-left: 416px !important;
    /* margin-bottom: 30px; */
  }

  .title span {
    letter-spacing: 9px;
    font-size: 26px;
    text-align: center;
    color: white;
  }

  .red-text {
    position: absolute;
    background-color: #e23359;
    padding: 0 1px 0 4px;
  }

  .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
    height: auto;
    background-color: white;
    margin-top: 75px;
    width: 1080px;
    border-radius: 20px 20px;
  }

  .book1 {
    width: 248px;
    height: 355px;
    /* margin-bottom: -17px; */
    /* margin-left: 33px; */
  }

  .book1-blue {
    margin-top: 0;
  }

  .img-book-row img {
    box-shadow: rgb(45 45 45 / 25%) 0px 4.8px 4.8px 0px;
  }

  .img-book img {
    box-shadow: rgb(45 45 45 / 25%) 1px 2.8px 1.8px 0px;
  }

  .book3 {
    width: 118px;
    height: 168px;
    margin-top: 10px;
    margin-left: 29px;
  }

  .img-book-btn {
    display: flex;
    align-items: center;
    width: 250px;

    padding: 10px;
    border-radius: 30px;

    color: white;
    margin-top: 38px;
    margin-left: 30px;
    background-color: #ff9e21;
    display: flex;
    height: auto;
    box-shadow: rgb(45 45 45 / 25%) 0px 4.8px 4.8px 0px;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 20px;
    margin-top: 1px;
    background-color: white;
  }

  .circle img {
    width: 8px;
    box-shadow: none;
  }

  .btn-center-end .circle img {
    width: 11px;
  }

  .img-book-btn span {
    font-size: 16px;
    margin-left: 30px;
  }

  .part {
    margin-top: 45px;
  }

  .text-line {
    width: 100%;
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
  }

  .text-line h1 {
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: 3px;
  }

  .text-line-tab-3 h1 {
    color: #df5449 !important;
  }

  .text-line-tab-3 h2 {
    color: #df5449 !important;
  }

  .text-line h2 {
    font-size: 18px;

    color: black;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .text-line h1 .violet {
    color: #7e75af;
    color: black;
  }

  .dot-line {
    border-bottom: 4px dotted #7e75af;
    width: 712px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .dot-line-tab-3 {
    border-bottom: 4px dotted #df5449 !important;
  }

  .box-content-tab3 {
    margin-bottom: 0 !important;
  }

  .box-title {
    width: 673px;
    height: 60px;
    background-color: #7e75af;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    margin-bottom: 40px;
  }

  .box-title h1 {
    color: white;
    font-size: 24px;
  }

  .violet-box-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 646px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    border: 3px solid #7e75af;
  }

  .violet-box-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 642px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    border: 3px solid #7e75af;
  }

  .violet-box-1-tab3 {
    border: 3px solid #df5449 !important;
    margin-top: 90px !important;
  }

  .none-violet {
    margin-top: 100px !important;
    border: none !important;
  }

  .none {
    margin-top: 0;
    border: none !important;
  }

  .violet-text-next {
    font-size: 24px;
    color: black;
    margin: 24px 0 50px 41px;
  }

  .violet-text-next-2 {
    font-size: 24px;
    color: black;
    margin: 10px 0 110px 48px;
  }

  .page1 {
    width: 638px;
    height: auto;
    margin-left: 10px;
  }

  .page2 {
    width: 317px;
    height: auto;
    margin-left: 10px;
  }

  .page3 {
    width: 264px;
    height: auto;
  }

  .icon-violet {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #7e75af;
    border-radius: 50%;
  }

  .icon-violet-tab3 {
    top: 23px;
    margin-left: -17px;
    margin-top: -100px !important;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .icon-violet-tab3-1 {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -100px !important;
    top: 12px;
  }

  .violet-box-1 .icon-violet {
    margin-left: -23px;
    margin-top: -119px;
    top: 70px;
  }

  .violet-box-4 .icon-violet {
    margin-top: -120px;
    margin-left: -23px;
    top: 73px;
  }

  .icon-text {
    color: white;
    font-size: 24px;
    margin-left: 25px;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 30px;
  }

  .icon-text-tab {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }

  .violet-title {
    position: absolute;
    width: 675px;
    height: 100%;
    display: flex;
    align-items: center;
    top: -7px;
    color: black;
    font-size: 24px;
    padding-left: 116px;
  }

  .violet-box-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 325px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 3px solid #7e75af;
  }

  .violet-box-2 .icon-violet {
    margin-top: -119px;
    margin-left: -36px;
    top: 74px;
  }

  .arr-vio {
    margin-top: -3px;
    width: 48px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  /* .arr-gray{
        margin-top: -50px;
    } */
  .violet-box-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 264px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .box-end {
    display: flex;
    width: 712px;
    margin-bottom: 70px;
  }

  .box-end .text-line {
    width: 432px;
  }

  .box-end .dot-line {
    width: 420px;
  }

  .content-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
    height: 150px;
    /* background-color: #dadada; */
    border-radius: 0 0 20px 20px;
    padding-top: 35px;
  }

  .btn-end {
    margin-left: auto;
    margin-right: auto;

    display: flex;
    height: 80px;
    width: 333px;
    background-color: #ff9e21;
    border-radius: 40px;
    border: 7px solid #ffb85d;

    box-shadow: rgb(45 45 45 / 25%) 0px 4.8px 4.8px 0px;
  }

  .btn-end:hover {
    background-color: #489ae1;
    border: 7px solid #abd1f3;
  }

  .btn-end:hover img {
    filter: hue-rotate(178deg);
  }

  .btn-end .circle {
    margin-top: 20px;
    margin-left: 20px;
  }

  .btn-end span {
    color: white;
    font-size: 24px;
    margin-left: 30px;
    margin-top: 10px;
    letter-spacing: 2px;
  }

  .tag {
    background-color: #df5449;
    margin-top: -50px;
    margin-left: 10px;

    width: 100px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tag p {
    font-size: 24px;

    margin: 4px;
    position: absolute;
    bottom: 0;
    color: #fff;
  }

  .violet-box-1-2 {
    position: relative;
  }

  /* tab1 */
  .combo-book-img img {
    width: 285px;
  }

  .three-combo-books {
    max-width: 1080px;
    margin: auto;
    justify-content: space-between;
  }

  .combo-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0;
    border-radius: 20px;
  }

  .div-combo {
    position: relative;
    width: 345px;

    border: 1px solid #c9c9c9;
    border-radius: 25px;
    box-shadow: 3px 4px 4.8px 0 rgb(106 106 106 / 25%);
  }

  .combo-book-3 .div-combo {
    width: 341px !important;
  }

  .combo-book-title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 21px 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }

  .combo-book-header {
    width: 100%;
    background: #00a458;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px -7px 9px 3px #fff;
  }

  .combo-book-2 .combo-book-header {
    background-color: #007ab9 !important;
  }

  .combo-book-3 .combo-book-header {
    background-color: #ee835c !important;
  }

  .combo-book-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .combo-book-img {
    padding: 17px 0 46px 0;
  }

  .div-icon-down {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -28px;
    display: flex;
    justify-content: center;
  }

  .icon-down {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-down img {
    width: 24px;
  }

  .icon-down-1 {
    background-color: #00a458;
  }

  .icon-down-2 {
    background-color: #007ab9;
  }

  .icon-down-3 {
    background-color: #ee835c;
  }

  .box-title-top {
    width: 100% !important;
    height: auto !important;
    margin-top: 122px;
    border-radius: 25px 25px 0 0 !important;
    background-color: #00a458 !important;
    margin-bottom: 0 !important;
  }

  .box-title-top h1 {
    padding: 20px 30px;
    font-size: 30px !important;
    letter-spacing: 3px;
    margin: 0;
  }

  .list-tag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
  }

  .list-tag-1 {
    margin-top: 44px !important;
  }

  .menu-tag {
    display: flex;

    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
  }

  .tag-1 {
    background-color: #d0000f;
  }

  .tag-2 {
    background-color: #158acd;
  }

  .tag-3 {
    background-color: #0da95f;
  }

  .tag-4 {
    background-color: #f79a35;
  }

  .text-tag {
    margin: 0;
    padding: 3px 14px;
    color: #fff;
    font-size: 16px;
  }

  .tag-1 .text-tag {
    letter-spacing: 2px;
    padding: 3px 13px !important;
  }

  .tag-2 .text-tag {
    letter-spacing: 0px !important;
    padding-left: 7px !important;
    padding-right: 12px !important;
  }

  .tag-3 .text-tag {
    padding: 3px 14px 3px 9px !important;
    letter-spacing: 0px !important;
  }

  .tag-4 .text-tag {
    padding-left: 9px !important;
    padding-right: 21px !important;
  }

  .tag-icon img {
    width: 25px;
    margin-left: 9px;
  }

  .tag-3 img {
    width: 16px !important;
  }

  .part-top {
    margin-top: 20px !important;
  }

  .part-top h1 {
    color: #000000 !important;
    letter-spacing: 2px;
    width: 715px;
  }

  .part-top h1:first-child {
    margin-bottom: 15px;
  }

  /* 
  .page-content {
    margin-left: -40px !important;
    padding-right: 0px !important;
  } */

  .page-content-1 {
    padding-left: 20px !important;
  }

  .two-book {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: -5px;
    margin-bottom: 20px;
  }

  .box-all {
    border: 2px solid #00a458;
    border-radius: 15px;
  }

  .box-all-1 {
    width: 185px;
  }

  .div-box-title-1 {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    background-color: #00a458;
  }

  .div-box-title-1 p {
    margin: 0;
    color: #fff;
    letter-spacing: 2.5px;
  }

  .div-box-title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-all-2 .div-box-title-1 {
    width: 500px;
  }

  .box-all-2 .div-box-title-2 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .violet-box-1-tab1 {
    position: relative;
    border: none !important;
  }

  .violet-box-1-tab1 .icon-violet {
    margin-top: -98px !important;
    margin-left: -12px !important;
    top: 20px;
  }

  .icon-text-tab1 {
    margin: 0 !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }

  .div-icon-violet {
    position: relative;
  }

  .title-violet {
    position: absolute;
    font-size: 24px;
    bottom: 5px;
    left: 104px;
    color: #000;
    letter-spacing: 1.3px;
  }

  .icon-violet-tab1 {
    top: 32px !important;
  }

  .icon-violet-1 {
    top: 23px !important;
  }

  .arr-vio-tab1 {
    margin-bottom: 56px;
  }

  .img-book-btn-tab1 {
    background-color: #ff9e21 !important;
    margin-top: 0 !important;
  }

  .play-video-icon img {
    position: absolute;
    width: 125px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .play-video-img1 {
    bottom: 6px !important;
  }

  .note-blue {
    letter-spacing: 1px;
    line-height: 1.8;
    padding-top: 10px;
    display: inline-block;
    list-style: none;
    padding: 0;
    background-color: #00a458;
    width: 272px;
    height: 140px;
    color: #fff;
    position: absolute;
    bottom: 13px;
    right: 5px;
    padding: 9px 19px;
    border-radius: 10px;
  }

  .title-end {
    font-size: 16px;
    color: #000;
    margin-top: 15px !important;
    letter-spacing: 0.8px;
  }

  .content-img {
    padding-left: 35px;
  }

  .title-content-img-1 {
    font-size: 24px;
    color: #00a458;
    letter-spacing: 2px;
  }

  .left-img {
    width: 300px;
    position: relative;
  }

  .left-img img {
    width: 303px;
    border: 4px solid #a9a9a9;
    border-radius: 5px;
  }

  .left-img-tag {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 1px 1px 0 0px;
    letter-spacing: 1.2px;
    position: absolute;
    top: 3px;
    right: 0px;
    border-radius: 0 0 0 11px;
  }

  .left-img-tag p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 0 12px;
  }

  .left-img-tag1 p {
    padding: 1px 5px 0 23px !important;
    letter-spacing: 1px !important;
  }

  .content-img-body {
    display: flex;
  }

  .right-img {
    font-size: 24px;
    padding-left: 25px;
  }

  .right-img-title-1 {
    font-size: 24px;
    color: #00a458;
  }

  .right-img-title-2 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1.5px;
    line-height: 1.3;
  }

  .content-img-2 {
    margin-top: 37px;
    width: 633px;
  }

  .div-content-img {
    position: relative;
    width: 633px;
  }

  .content-img-2 img {
    width: 638px;
    border: 4px solid #a9a9a9;
    border-radius: 5px;
  }

  .title-end-img {
    width: 636px;
    font-size: 24px;
    color: #000;
    margin-top: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 42px;
    margin-left: 5px;
  }

  .bg-blue {
    background-color: #00a458 !important;
  }

  .part-blue {
    color: #00a458 !important;
  }

  .p-green {
    color: #007ab9 !important;
  }

  .b-green {
    border: 2px solid #007ab9 !important;
  }

  .bg-green {
    background-color: #007ab9 !important;
  }

  .p-red {
    color: #ee835c !important;
  }

  .b-red {
    border: 2px solid #ee835c !important;
  }

  .bg-red {
    background-color: #ee835c !important;
  }

  .p-brown {
    color: #dc6339 !important;
  }

  .b-brown {
    border: 2px solid #dc6339 !important;
  }

  .bg-brown {
    background-color: #dc6339 !important;
  }

  .bg-brown-1 {
    background-color: #bb5833 !important;
  }

  .bg-blue-1 {
    background-color: #5ec1e6;
  }

  .p-blue-1 {
    color: #5ec1e6;
  }

  .match {
    position: relative;
    display: flex;
    margin: auto;

    margin-top: 20px;
  }
/* 
  .match img:last-child {
    height: 905px;
    width: 1140px;
    margin: auto;
    transform: translateX(-29px);
  } */

  .blue-match img {
    position: absolute;
    top: 35px;
    width: 1030px !important;
    height: 67.72px !important;
  }

  .box-title-green {
    margin-top: 70px;
  }

  .content-btn-green {
    margin-top: 38px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
  }

  .content-img-1 {
    padding-top: 15px;
  }

  .text-line-red h1 {
    margin-bottom: 16px;
    letter-spacing: -0.4px;
  }

  .content-img-2-red {
    margin-top: -13px;
  }

  .box-content-tab1-blue {
    margin-bottom: 13px !important;
  }

  .img-1-tab1 {
    padding-top: 6px !important;
  }

  .end-img-blue {
    margin-bottom: 39px !important;
    margin-top: 9px !important;
  }

  .note-green {
    width: 290px !important;
  }

  .icon-violet-green {
    top: 37px !important;
  }

  .end-img-green {
    margin-top: 7px !important;
  }

  .content-red .box-title-top h1 {
    letter-spacing: 1.5px !important;
  }

  .two-book-red {
    margin-top: 10px !important;
  }

  .title-violet-red {
    letter-spacing: 0 !important;
  }

  .combo-link:hover .bg-combo-book {
    background-color: #ffffffc2;
  }

}

.color-blue {
  color: #3e78bc;
}

.text-black {
  font-family: "Roboto-Black";
  font-weight: 500;
}

.box-content .all-box-1 .arrow-1 {
  background-image: url(../../../image/special/einstone/index/blue1.png);
  width: 110px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.box-content .all-box-1 .arrow-2 {
  background-image: url(../../../image/special/einstone/index/blue2.png);
  width: 110px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.box-content .all-box-1 .arrow-3 {
  background-image: url(../../../image/special/einstone/index/blue3.png);
  width: 110px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.box-content .all-box-1 .arrow .title-arr h1 {
  font-size: 14px;
  margin-left: 5px;
}

.box-content .all-box-1 .arrow .title-arr span {
  font-size: 9px;
  display: flex;
  align-items: center;
  height: 22px;
}

.box-content .all-box-1 .arrow .number h1 {
  font-size: 30px;
  margin-left: 5px;
}


.box-content .all-box-1 .title-box {
  height: 63px;
  display: flex;
  align-items: center;
}

.box-content .all-box-1 .title-box h1 {
  font-size: 20px;
  margin-bottom: 0;
}

.box-content .all-box-1 .box-image {
  width: 80%;
  margin-left: 20px;
}


.box-content .all-box-1 .all-image {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  position: relative;
}

.box-content .all-box-1 .box-image .image {
  width: 50%;
}

.box-content .all-box-1 .box-image img {
  width: 100%;
  border: 4px solid #9CC2E5;
}

.box-content .all-box-1 .box-image .big-img {
  width: 80%;
}

.box-content .title-arr {
  margin-top: 10px;
}


.content {
  color: black;
}

.all-box .box {
  width: 43%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.all-box .box .btn-top {
  width: 100%;
  display: flex;
  justify-content: center;
  color: white;
  margin: 10px 0;
}

.all-box .box-1 {
  width: 100%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.all-box .box-1 .title-top {
  background-color: gray;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.all-box .box-left .box-1 {
  justify-content: start;
}

.all-box .box-right .box-1 {
  justify-content: end;
}

.all-box .box-1 .title-top h1 {
  color: white;
  font-size: 15px;
  margin: 0;
}

.all-box .box-left {
  display: flex;
  justify-content: end;
  align-self: flex-start;
  flex-direction: column;
}

.all-box .box-right {
  display: flex;
  justify-content: end;
  align-self: flex-start;
  flex-direction: column;
}

.span-row-1 {
  width: 100%;
  border-bottom: 1px solid black;
}


.all-box .box .box-1 {
  margin-bottom: 30px;
}

.bg-yellow {
  background-color: #FFC000 !important;
}

/* long  */

.logo2 {
  width: 96px;
  height: 106px;
}

.btn-sp {
  display: none !important;
}

.text-rbt-regular {
  font-family: "Roboto-Regular";
  font-weight: 500;
}


.button-in-background {
  position: absolute;
  bottom: 13px;
  right: 13px;
}

.button-in-background .btn-in-bg {
  width: 190px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  background-color: white;
  border: 3px solid #ff9898;
}

.button-in-background .btn-in-bg .circle {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #ff9898;
  margin-right: 12px;
}

.button-in-background .btn-in-bg .circle img {
  width: 100%;
}

.button-in-background .btn-in-bg span {
  font-size: 14px;
}