@charset "UTF-8";
@import url(/tovkhmer/style/css/header.css);
@import url(/tovkhmer/style/css/footer.css);
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  display: block;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

/*settting */
/* ================= 內容 ================= */
.content {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container {
  overflow-x: hidden;
  width: 100%;
  min-height: 450px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.content .container_text {
  width: 90%;
  max-width: 1024px;
  margin: 4% auto 6% auto;
}
@media screen and (min-width: 992px) {
  .content .container_text {
    width: 100%;
    margin: 1% auto 2% auto;
  }
}
.content .container_text p {
  font-size: 0.9em;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.content .container_text p a {
  text-decoration: underline;
}
.content .container_text p a:hover {
  color: #009bff;
}
.content .container_about1 {
  width: 90%;
  max-width: 1024px;
  margin: 4% auto 6% auto;
}
@media screen and (min-width: 992px) {
  .content .container_about1 {
    width: 100%;
  }
}
.content .container_about1 p {
  font-size: 0.9em;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 2% auto 0 auto;
  text-align: center;
  color: #0077c4;
}
@media screen and (min-width: 992px) {
  .content .container_about1 p {
    line-height: 30px;
  }
}
.content .container_about2 {
  width: 100%;
  height: auto;
  background-image: url(/tovkhmer/images/about_bg1.jpg?v=20240327);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.content .container_about2 > .container {
  width: 90%;
  min-height: 380px;
  max-width: 1024px;
  margin: 4% auto 6% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 992px) {
  .content .container_about2 > .container {
    width: 100%;
    min-height: 350px;
    margin: 1% auto 2% auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.content .container_about2 img {
  width: 55%;
}
@media screen and (min-width: 992px) {
  .content .container_about2 img {
    width: 40%;
  }
}
.content .container_about2 p {
  font-size: 0.9em;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 2% auto;
  text-align: center;
  color: #0077c4;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content .container_about2 p {
    line-height: 30px;
    width: 55%;
  }
}
.content .container_about3 {
  width: 90%;
  max-width: 1024px;
  margin: 6% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .content .container_about3 {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content .container_about3 img {
  width: 42%;
  margin: 3% auto;
}
@media screen and (min-width: 992px) {
  .content .container_about3 img {
    width: 20%;
    margin: 0;
  }
}
.content .container_about4 {
  width: 100%;
  height: auto;
  background-image: url(/tovkhmer/images/about_bg2.jpg?v=20240327);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-size: cover;
}
.content .container_about4 > .container {
  width: 90%;
  min-height: 350px;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 992px) {
  .content .container_about4 > .container {
    width: 100%;
  }
}
.content .container_about4 p {
  font-size: 0.9em;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 2% auto 0 auto;
  text-align: center;
  color: #0077c4;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content .container_about4 p {
    line-height: 30px;
  }
}
.content .container_title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .content .container_title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .content .container_title {
    padding-bottom: 4%;
  }
}
.content .container_title_privacy {
  background-image: url(/tovkhmer/images/title8.png?v=20240327);
}
.content .container_title_conditions {
  background-image: url(/tovkhmer/images/title10.png?v=20240327);
}
.content .container_title_trans_record {
  background-image: url(/tovkhmer/images/title12.png?v=20240327);
}
.content .container_title_about {
  background-image: url(/tovkhmer/images/title9.png?v=20240327);
}
.content .container_slogan {
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 0.5% auto;
}
@media screen and (min-width: 576px) {
  .content .container_slogan {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .content .container_slogan {
    padding-bottom: 3%;
  }
}
.content .container_slogan1 {
  background-image: url(/tovkhmer/images/slogan1.png?v=20240327);
}
.content .container_slogan2 {
  background-image: url(/tovkhmer/images/slogan2.png?v=20240327);
}
.content .container_box {
  max-width: 1024px;
  width: 90%;
  margin: 1% auto 3% auto;
  padding: 1.5% 2.5%;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .content .container_box {
    width: 100%;
    margin: 1% auto 2% auto;
  }
}
.content h3 {
  width: 100%;
  text-align: left;
  font-size: 1.35em;
  color: #0077c4;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}
.content h4 {
  width: 100%;
  text-align: left;
  font-size: 1em;
  color: #000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.content .line {
  width: 100%;
  height: 1px;
  padding-top: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid #d1d1d1;
}

.btn_box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .btn_box {
    padding-bottom: 0;
  }
}
.btn_box ul {
  width: 100%;
  margin: 3% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .btn_box ul {
    max-width: 1024px;
    margin: 2% auto;
  }
}
.btn_box ul li {
  list-style: none;
  margin: 0 1%;
}
@media screen and (min-width: 768px) {
  .btn_box ul li {
    margin: 0 2%;
  }
}
.btn_box ul li:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.btn_box ul li img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn_box ul li img {
    max-width: 100%;
  }
}

.popular_items {
  max-width: 1024px;
  margin: 0 auto 1% auto;
  padding: 2%;
}
@media screen and (min-width: 992px) {
  .popular_items {
    padding: 0;
  }
}
.popular_items .title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  background-image: url(/tovkhmer/images/title1.png?v=20240327);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .popular_items .title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .popular_items .title {
    padding-bottom: 4%;
  }
}
.popular_items .items {
  width: 100%;
  overflow: hidden;
}
.popular_items .items ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popular_items .items ul li {
  list-style: none;
  width: 90%;
  margin: 3% auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popular_items .items ul li {
    width: 49%;
    margin: 5px 0px 3% 0px;
  }
}
.popular_items .items ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popular_items .items ul li img {
    max-width: 100%;
  }
}
.popular_items .items ul li .items_slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin: 1% auto;
}
@media screen and (min-width: 768px) {
  .popular_items .items ul li .items_slogan {
    height: 80px;
    margin: 2% auto;
  }
}
.popular_items .items ul li .items_slogan .icon {
  width: 16%;
  height: 45px;
  border-right: 1px dashed #d1d1d1;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .popular_items .items ul li .items_slogan .icon {
    width: 12%;
  }
}
.popular_items .items ul li .items_slogan .icon img {
  width: 70%;
}
.popular_items .items ul li .items_slogan .tit {
  width: 88%;
  padding: 2%;
  line-height: 20px;
}
.popular_items .items ul li .items_slogan .tit p {
  width: 100%;
  text-align: left;
  color: #0077c4;
}
.popular_items .items ul li .items_slogan .line {
  width: 100%;
  height: 1px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
}
.popular_items .items ul li .btn_more {
  display: inline-block;
}
.popular_items .items ul li .btn_more a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  color: #0077c4;
  border: 1px solid #0077c4;
}
.popular_items .items ul li .btn_more:hover {
  background-color: #e5f5ff;
}

.experience_sharing {
  width: 100%;
  background-color: #e5f5ff;
}
.experience_sharing .container {
  max-width: 1024px;
  margin: 0 auto 1% auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 2%;
}
@media screen and (min-width: 992px) {
  .experience_sharing .container {
    padding: 2% 0;
  }
}
.experience_sharing .container .title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  background-image: url(/tovkhmer/images/title2.png?v=20240327);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .experience_sharing .container .title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .experience_sharing .container .title {
    padding-bottom: 4%;
  }
}
.experience_sharing .container .items {
  width: 100%;
  overflow: hidden;
}
.experience_sharing .container .items ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.experience_sharing .container .items ul li {
  list-style: none;
  width: 100%;
  margin: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .experience_sharing .container .items ul li {
    width: 28%;
    margin: 5px 14px;
  }
}
.experience_sharing .container .items ul li .text {
  background-color: #fff;
  padding: 10px;
  color: #0077c4;
  font-size: 0.7em;
  line-height: 22px;
  height: auto;
  margin-top: -10%;
}
@media screen and (min-width: 992px) {
  .experience_sharing .container .items ul li .text {
    padding: 8px 10px;
    height: 470px;
    margin-top: -19%;
  }
}
.experience_sharing .container .items ul li .text p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .experience_sharing .container .items ul li .text p {
    text-align: left;
  }
}

.significance {
  max-width: 1024px;
  margin: 0 auto 1% auto;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .significance {
    padding: 2% 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.significance img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .significance img {
    width: 48%;
  }
}
.significance p {
  width: 90%;
  color: #0077c4;
  font-size: 0.7em;
  line-height: 22px;
  padding-right: 0;
  margin: 2% auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .significance p {
    width: 48%;
    padding-right: 2%;
    margin: 0;
    text-align: left;
  }
}

.banner_page {
  width: 100%;
  height: 0;
  padding-bottom: 22%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 1.5%;
}
.banner_page_phone {
  background-image: url(/tovkhmer/images//banner/01.jpg?v=20240327);
}
.banner_page_ticket {
  background-image: url(/tovkhmer/images//banner/02.jpg?v=20240327);
}
.banner_page_car {
  background-image: url(/tovkhmer/images//banner/03.jpg?v=20240327);
}
.banner_page_about {
  background-image: url(/tovkhmer/images//banner/04.jpg?v=20240327);
}

.page_items {
  max-width: 1024px;
  margin: 0 auto 1% auto;
  padding: 2%;
}
@media screen and (min-width: 992px) {
  .page_items {
    padding: 0;
  }
}
.page_items .title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .page_items .title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_items .title {
    padding-bottom: 4%;
  }
}
.page_items .title_phone {
  background-image: url(/tovkhmer/images/title3.png?v=20240327);
}
.page_items .title_ticket {
  background-image: url(/tovkhmer/images/title4.png?v=20240327);
}
.page_items .title_car {
  background-image: url(/tovkhmer/images/title5.png?v=20240327);
}
.page_items .items {
  width: 100%;
  overflow: hidden;
}
.page_items .items ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_items .items ul li {
  list-style: none;
  width: 90%;
  margin: 3% auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_items .items ul li {
    width: 100%;
    margin: 5px 0px 3% 0px;
  }
}
.page_items .items ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_items .items ul li img {
    max-width: 100%;
  }
}
.page_items .items ul li .items_slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 1% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page_items .items ul li .items_slogan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page_items .items ul li .items_slogan .icon {
  width: 14%;
  height: 45px;
  border-right: 1px dashed #d1d1d1;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .page_items .items ul li .items_slogan .icon {
    margin-top: 0;
    width: 6.5%;
  }
}
.page_items .items ul li .items_slogan .icon img {
  width: 70%;
}
.page_items .items ul li .items_slogan .tit {
  width: 86%;
  padding: 2%;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .page_items .items ul li .items_slogan .tit {
    width: 77%;
    padding: 1%;
  }
}
.page_items .items ul li .items_slogan .tit p {
  width: 100%;
  text-align: left;
  color: #0077c4;
}
.page_items .items ul li .items_slogan .line {
  width: 100%;
  height: 1px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
}
.page_items .items ul li .items_slogan .btn_more {
  display: inline-block;
}
.page_items .items ul li .items_slogan .btn_more a {
  width: 100%;
  height: 100%;
  display: block;
  color: #0077c4;
  padding: 5px 15px;
  border: 1px solid #0077c4;
}
.page_items .items ul li .items_slogan .btn_more:hover {
  background-color: #e5f5ff;
}

.page_buy_confirm {
  max-width: 1024px;
  margin: 1% auto;
  padding: 2%;
}
@media screen and (min-width: 992px) {
  .page_buy_confirm {
    padding: 0;
  }
}
.page_buy_confirm .title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .page_buy_confirm .title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .title {
    padding-bottom: 4%;
  }
}
.page_buy_confirm .title_phone {
  background-image: url(/tovkhmer/images/title3.png?v=20240327);
}
.page_buy_confirm .title_ticket {
  background-image: url(/tovkhmer/images/title4.png?v=20240327);
}
.page_buy_confirm .title_car {
  background-image: url(/tovkhmer/images/title5.png?v=20240327);
}
.page_buy_confirm .title_message {
  background-image: url(/tovkhmer/images/title13.png?v=20240327);
}
.page_buy_confirm .title_message_fail {
  background-image: url(/tovkhmer/images/title14.png?v=20240327);
}
.page_buy_confirm p {
  font-size: 0.8em;
  color: #0077c4;
  text-align: center;
  line-height: 22px;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm p {
    text-align: left;
  }
}
.page_buy_confirm .items {
  width: 100%;
  overflow: hidden;
}
.page_buy_confirm .items ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_buy_confirm .items ul li {
  list-style: none;
  width: 90%;
  margin: 3% auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li {
    width: 100%;
    margin: 5px 0px 3% 0px;
  }
}
.page_buy_confirm .items ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li img {
    max-width: 100%;
  }
}
.page_buy_confirm .items ul li .items_slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 1% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li .items_slogan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page_buy_confirm .items ul li .items_slogan .icon {
  width: 14%;
  height: 45px;
  border-right: 1px dashed #d1d1d1;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li .items_slogan .icon {
    margin-top: 0;
    width: 6.5%;
  }
}
.page_buy_confirm .items ul li .items_slogan .icon img {
  width: 70%;
}
.page_buy_confirm .items ul li .items_slogan .tit {
  width: 86%;
  padding: 2%;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li .items_slogan .tit {
    width: 77%;
    padding: 1%;
  }
}
.page_buy_confirm .items ul li .items_slogan .tit p {
  width: 100%;
  text-align: left;
  color: #0077c4;
}
.page_buy_confirm .items ul li .items_slogan .line {
  width: 100%;
  height: 1px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
}
.page_buy_confirm .items ul li .price {
  font-size: 2em;
  font-weight: bold;
  color: #0077c4;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li .price {
    font-size: 1.5em;
  }
}
.page_buy_confirm .items ul li .information {
  width: 100%;
  padding: 0 2%;
}
.page_buy_confirm .items ul li .information p {
  font-size: 0.7em;
  color: #0077c4;
  text-align: center;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .page_buy_confirm .items ul li .information p {
    text-align: left;
  }
}

.shipping_info {
  max-width: 1024px;
  width: 90%;
  margin: 1% auto 3% auto;
  padding: 1.5% 2.5%;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .shipping_info {
    width: 100%;
    margin: 1% auto 2% auto;
  }
}
.shipping_info .title {
  width: 100%;
  height: 0;
  padding-bottom: 8%;
  background-image: url(/tovkhmer/images/title11.png?v=20240327);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 576px) {
  .shipping_info .title {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .shipping_info .title {
    padding-bottom: 4%;
  }
}
.shipping_info ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shipping_info ul li {
  list-style: none;
  width: 100%;
  color: #0077c4;
  font-size: 0.85em;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0 1% 2% 1%;
}
@media screen and (min-width: 768px) {
  .shipping_info ul li {
    width: 48%;
  }
}
.shipping_info ul li input, .shipping_info ul li textarea, .shipping_info ul li select {
  color: #000000;
  background-color: #ffffff;
  border: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 1.1em;
}
.shipping_info ul li input::-webkit-input-placeholder, .shipping_info ul li textarea::-webkit-input-placeholder, .shipping_info ul li select::-webkit-input-placeholder {
  color: #c0c0c0;
}
.shipping_info ul li input {
  width: 100%;
  height: 2em;
  padding: 0 10px;
}
.shipping_info ul li select {
  width: 100%;
  height: 2em;
  padding: 0 10px;
}
.shipping_info ul li textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: none;
}
.shipping_info ul li .hide-arrows::-webkit-outer-spin-button,
.shipping_info ul li .hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shipping_info ul li .hide-arrows {
  -moz-appearance: textfield;
}
.shipping_info ul li:last-child {
  width: 100%;
}

.shipping_info_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 3%;
}
.shipping_info_button a {
  width: 30%;
  height: 100%;
  display: block;
  padding: 2px;
  margin: 0 2%;
}
@media screen and (min-width: 768px) {
  .shipping_info_button a {
    width: 15%;
  }
}
.shipping_info_button a.confirm {
  color: #00c41c;
  background-color: #f0ffef;
  border: 1px solid #00c41c;
}
.shipping_info_button a.confirm:hover {
  background-color: #d1ffce;
}
.shipping_info_button a.cancel {
  color: #c40000;
  background-color: #ffebeb;
  border: 1px solid #c40000;
}
.shipping_info_button a.cancel:hover {
  background-color: #ffd3d3;
}
.shipping_info_button a.universal {
  color: #005cc4;
  background-color: #eff5ff;
  border: 1px solid #005cc4;
}
.shipping_info_button a.universal:hover {
  background-color: #d3e4ff;
}
.shipping_info_button p {
  width: 100%;
  color: #8e8e8e;
  font-size: 0.7em;
  margin-top: 1%;
  text-align: center;
}

.table {
  border: 2px solid #0077c4;
}
.table tr {
  background-color: #ffffff;
}
.table tr th {
  border: 1px solid #0077c4;
  background: #009bff; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #009bff), to(#0077c4));
  background: linear-gradient(to bottom, #009bff 20%, #0077c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.table tr td {
  border: 1px solid #0077c4;
}

.signInLogo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.signInLogo img {
  max-width: 100%;
}