:root{
  --primary-width: 1200px;
  --color-primary: #FF4700;
  /* --color-white: #FFF5F5; */
  --color-white: #f3f4f6;
  --color-black: #190600;
  --mg-t-pc: 9em;
  --bor-radius-main: 0.75em;
  --h-footer: 64px;
  --bg-sub:rgb(240, 240, 240);
  --bg-sub-l1:rgb(255, 247, 237);
  --bd-layout-cl: #b83300
}
@font-face {
  font-family: 'Noto_Sans_JP';
  src: url('../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
  /* Thêm các định dạng font khác nếu cần thiết */
}
@keyframes eff-opacity {
  from {
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
html {
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Noto_Sans_JP', sans-serif !important;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--mg-t-pc) - 1px);
}

*, *:before, *:after {
  box-sizing: inherit;
}
body{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-color: var(--color-white);
  color: var(--color-black);
}
ol, ul{
  padding: 0;
  margin: 0;
}
a{
  color: var(--color-primary);
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
}
p {
  text-align: justify;
  text-justify: inter-word;
}
h1 {
  font-size: 2em !important;
}

h2 {
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  display: inline-block;
  font-size: 1.75em !important;
}

h3 {
  font-size: 1.5em !important;
}
.h4, h4 {
  font-size: 1.1em !important;
}
img {
  height: auto;
}

/* chỉnh sửa cái này ảnh hưởng đến phần hiển thị hướng đẫn tạo đơn hàng mới */
.collapse {
  visibility: visible;
}

.container_pf{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-color: var(--color-white);
  color: var(--color-black);
}
.jetstream-modal{
  margin-top: 4em;
}
button{
  border: solid 1px var(--color-primary);
  padding: 0.4em 1.5em;
  border-radius: 0.5em;
  white-space: nowrap;
  cursor: pointer;
}

button:last-child{
  margin-right: 0;
}
.disabled, :disabled {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  cursor: no-drop !important;
  opacity: 0.7;
  pointer-events: none;
}
.btn_primary,
.btn_second{
  padding-left: 2em;
  padding-right: 2em;
}
.btn_primary{
  max-width: 180px;
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  transition: background-color 0.2s ease;
}
.btn_second{
  max-width: 180px;
  background-color: #fff;
  color: var(--color-primary) !important;
  border: solid 1px var(--color-primary) !important;
  transition: background-color 0.2s ease;
}

.pri-color{
  color: var(--color-primary) !important;
}

header, section, .row_pf, footer, main, .content_order{
  width: var(--primary-width);
}

header{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  /* mix-blend-mode: color-dodge; */
  z-index: 999;
  top: 0;
  margin-top: -80px;
  height: 60px;
}
header.backgroud_head::before{
  content: "";
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-color: var(--color-white);
  box-shadow: rgba(255, 71, 0, 0.15) 0px 1px 8px;
  animation: eff-opacity 0.5s ease;
}
header a, header nav{
  z-index: 2;
}
.logo{
  height: 40px;
  display: inline-block;
}
header .menu{
  transition: all ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu li{
  width: 100%;
  margin-right: 1.5em;
  margin-left: 1.5em;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}
header button{
  margin: 0;
}
header .menu li:last-child{
  margin-right: 0;
}

header nav .cb_btn_mobile{
  display: none;
  position: absolute;
  z-index: 2;
  height: 35px;
  width: 44px;
  opacity: 0;
}
header nav .btn_mobile_mn {
  display: none;
}
header nav .btn_mobile_mn span {
display: inline-block;
transition: all .4s ease;
box-sizing: border-box;
}
header nav .btn_mobile_mn {
position: relative;
z-index: 1;
width: 40px;
height: 35px;
background: none;
border: none;
appearance: none;
cursor: pointer;
}
header nav .btn_mobile_mn span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: var(--color-primary);
border-radius: 4px;
}
nav .choose-language{
  cursor: pointer;
  position: relative;
}
nav .choose-language .label_lang{
  margin: 0 4px;
}
nav .choose-language li{
  margin: 0;
}
nav .dropdown-language a::after{
  bottom: 0 !important;
}
.menu a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--color-primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav .dropdown-language{
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  display: flex;
  border-radius: 3px;
  margin-top: 24px;
  position: absolute;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  
  transition: all ease 0.3s;
  transform: scale(0);
  transform-origin: top center;
}
nav .dropdown-language li{
  background-color: white;
}
nav .choose-language::after{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 25px;
}
nav .dropdown-language a{
  color: var(--color-primary) !important;
  padding: 4px !important;
}
nav .dropdown-language li:last-child{
  padding-bottom: 8px;
}
nav .dropdown-language li:first-child{
  padding-top: 8px;
}

nav .menu .btn_menu_user{
  width: 100%;
  position: relative;
}
nav .menu .img_mn_user{
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  border: solid 2px #dcdcdc;
}
nav .menu .img_mn_user img{
  width: 30px;
  height: 30px;
  object-fit: cover;
}
nav .list_menu_user{
  opacity: 0;
  top: 3em;
  right: 0;
  position: absolute;
  transform: scale(0);
  transition: all ease 0.3s;
  transform-origin: top right;
  border-radius: var(--bor-radius-main);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}
nav .pc_mn_user:focus {
  border: 2px solid var(--color-primary);
}
nav .pc_mn_user:focus + .list_menu_user{
  transform: scale(1);
  opacity: 1;
}
nav .btn_menu_user:hover .list_menu_user{
  transform: scale(1);
  opacity: 1;
}
nav .btn_menu_user:active .list_menu_user{
  top: 3em;
  right: 0;
  opacity: 1;
  /* display: block; */
  border-radius: var(--bor-radius-main);
  background-color: var(--color-white);
}
nav .mobile_mn_user{
  display: none;
}
.truncate {
  overflow: visible;
}


section{
  margin-top: 9em;
}

section.section_head{
  width: 100%;
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}
section .box{
  position: relative;
  z-index: 998;
}

section .box-text{
  margin: 0;
  padding: 0;
  line-height: 150%;
}
section .box-title{
  margin-top: 0;
}
section .box-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.7em;
}
.section_head .btn,
.section_why .btn,
.section_price .btn,
.section_guide .btn{
  width: 100%;
  margin-right: 0.5em;
}
section .box-footer button:last-child{
  margin-right: 0;
}
section.section_head .row_pf{
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}
section.section_head .box{
  z-index: 998;
  color: var(--color-white);
  width: 66%;
  margin-bottom: 1em;
}
section.section_head .box-detail{
  padding: 1.5em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: var(--bor-radius-main);
}

section.section_why, section.section_guide{
  display: flex;
  align-items: center;
}
section.section_why .box,
section.section_guide .box {
  margin-right: 2em;
}
section.section_why .box,
section.section_why .box_card,
section.section_guide .box,
section.section_guide .box_card {
  width: 100%;
}
section.section_why .box_card {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px 24px;
  grid-auto-flow: row;
  grid-template-areas:
    "box_card-item-1 box_card-item-2"
    "box_card-item-3 box_card-item-4";
}
section.section_why .box_card-item-1 { grid-area: box_card-item-1; }
section.section_why .box_card-item-2 { grid-area: box_card-item-2; }
section.section_why .box_card-item-3 { grid-area: box_card-item-3; }
section.section_why .box_card-item-4 { grid-area: box_card-item-4; }
section.section_why div[class^="box_card-item"] {
  background-color: var(--color-primary);
  border-radius: var(--bor-radius-main);
  color:var(--color-white);
  text-align: center;
  padding: 2.8em;
  position: relative;
  overflow: hidden;
  transition: box-shadow ease 0.3s;
}
section div[class^="box_card-item"] .box_card-title {
  margin: 0 0 8px 0;
}
section.section_why div[class^="box_card-item"]::after{
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  opacity: 0.2;
  position: absolute;
  left: -35px;
}
section.section_why .box_card-item-1::after{
  content: url(../icons/quality.svg);
}
section.section_why .box_card-item-2::after{
  content: url(../icons/save.svg);

}
section.section_why .box_card-item-3::after{
  content: url(../icons/scurity.svg);
}
section.section_why .box_card-item-4::after{
  content: url(../icons/speed.svg);
}

.grid-box_service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 1.5em 1.5em;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-item-1 grid-item-1 grid-item-2 grid-item-3"
    "grid-item-1 grid-item-1 grid-item-4 grid-item-5"
    "grid-item-6 grid-item-7 grid-item-8 grid-item-9";
}
.grid-item-1 { grid-area: grid-item-1; }
.grid-item-2 { grid-area: grid-item-2; }
.grid-item-3 { grid-area: grid-item-3; }
.grid-item-4 { grid-area: grid-item-4; }
.grid-item-5 { grid-area: grid-item-5; }
.grid-item-6 { grid-area: grid-item-6; }
.grid-item-7 { grid-area: grid-item-7; }
.grid-item-8 { grid-area: grid-item-8; }
.grid-item-9 { grid-area: grid-item-9; }

.grid-item-1, .grid-item-2, .grid-item-3, .grid-item-4,
.grid-item-5,.grid-item-6,.grid-item-7, .grid-item-8,.grid-item-9{
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
  border-radius: var(--bor-radius-main);
  overflow: hidden;
  transition: transform ease 0.3s;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.grid-item-1{
  width: 100%;
  padding-bottom: 66.67%;
}
.grid-item-2, .grid-item-3, .grid-item-4,
.grid-item-5,.grid-item-6,.grid-item-7, .grid-item-8,.grid-item-9{
  /* height: 180px; */
}
.box-title{
  margin-bottom: 1.5em;
}
.compare-images__slider {
  width: 50%;
  height: 80%;
  position: relative;
  overflow: hidden;
}
.compare-images__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
.compare-images__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.compare-images__divisor {
  width: 50%;
  /* max-width: 97%; */
  /* min-width: 3%; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.compare-images__divisor::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 3px;
  background: var(--color-white);
  z-index: 1;
}
.compare-images__handler {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #fff;
  background-color: var(--color-white);
  z-index: 0;
  display: flex;
  justify-items: center;
  margin-right: -8px;
}
.compare-images__handler::before, .compare-images__handler::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.compare-images__handler::before {
  border-right: 8px solid var(--color-white);
  margin-left: -10px;
}
.compare-images__handler::after {
  margin-left: 20px;
  border-left: 8px solid var(--color-white);
}
.compare-images__img--first, .compare-images__img--second {
  background-repeat: no-repeat;
  background-size: cover;
}
.compare-images__divisor::after,
.compare-images__handler::before,
.compare-images__handler::after{
  opacity: 0.8;
}
.grid-box_service input[type=range] {
  opacity: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.grid-box_service input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}
.grid-box_service .compare_title-primary,
.grid-box_service .compare_title-sub{
  bottom: 0;
  z-index: 3;
  width: 100%;
  position: absolute;
  color: var(--color-white);
  transition: all ease 0.5s;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); */
  border-bottom-right-radius: var(--bor-radius-main);
  border-bottom-left-radius: var(--bor-radius-main);
  background-color: rgba(0, 0, 0, 0.5);
}
.grid-box_service .compare_title-primary{
  /* text-align: center; */
  padding: 0 0.83em 0 0.83em;
}
.grid-box_service .compare_title-sub{
  padding: 0 0.83em 0 0.83em;
  /* text-align: center; */
}
.grid-box_service .compare_title-sub h4{
  margin-block-start: 0.7em;
  margin-block-end: 0.7em;
}

.table_pf{
  overflow: hidden;
  border-radius: var(--bor-radius-main);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.table_pf img{
  width: 100%;
  border-radius: 0.75em;
}
.table_pf .table_thead-tr,
.table_pf .table_thead-tr-2,
.table_pf .table_tbody-tr{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #E7EEF5;
}
.table_pf .table_tbody-tr:last-child{
  border-bottom: none;
}
.level_table .table_tbody-tr:last-child .table_tbody-td{
  padding: 1.4em;
}
.table_pf .table_tbody-td:last-child,
.table_pf .table_thead-td:last-child {
  border-right: none;
}

.table_pf .table_thead-tr{
  color: var(--color-white);
  background-color: var(--color-primary);
}
.table_pf .table_tbody,
.table_pf .table_thead-tr-2{
  background-color: #fff;
}
.level_table .table_thead-td,
.level_table .table_tbody-td,
.price_table .table_thead-td,
.price_table .table_tbody-td
{
  padding: 0.7em;
  border-right: solid 1px #E7EEF5;
}
.level_table .table_thead-td,
.level_table .table_tbody-td
{
  width: calc(100% / 4);
}
.table_pf ul {
  list-style-type: disc;
  padding-left: 3em;
  list-style-position: inside;
}
.table_pf ul li{
  padding-left: -0.2em;
}
.custom-list ul {
  list-style-type: none;
  padding-left: 2.5em;
  line-height: 150%;
}
.custom-list ul li::before {
  content: "-";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.price_table-cl1{
  width: 50%;
}
.price_table-cl2, .price_table-cl3{
  width: 25%;
}
.section_price .level_work{
  position: relative;
}
.section_price .text-more{
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.section_price .level_gird {
  overflow: hidden;
  border-radius: var(--bor-radius-main);
  background-color: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;

  display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 0.1fr 0.1fr 0.1fr 0.1fr;
  gap: 0px 0px; 
  grid-template-areas: 
    "gird_thead-td-1 gird_thead-td-2 gird_thead-td-3 gird_thead-td-4"
    "gird_tbody-td-1 gird_tbody-td-2 gird_tbody-td-3 gird_tbody-td-4"
    "gird_tbody-td-5 gird_tbody-td-6 gird_tbody-td-7 gird_tbody-td-8"
    "gird_tbody-td-9 gird_tbody-td-9 gird_tbody-td-9 gird_tbody-td-9";
}
.section_price .gird_thead-td-2 { grid-area: gird_thead-td-2; }
.section_price .gird_thead-td-1 { grid-area: gird_thead-td-1; }
.section_price .gird_thead-td-3 { grid-area: gird_thead-td-3; }
.section_price .gird_thead-td-4 { grid-area: gird_thead-td-4; }
.section_price .gird_tbody-td-1 { grid-area: gird_tbody-td-1; }
.section_price .gird_tbody-td-2 { grid-area: gird_tbody-td-2; }
.section_price .gird_tbody-td-3 { grid-area: gird_tbody-td-3; }
.section_price .gird_tbody-td-4 { grid-area: gird_tbody-td-4; }
.section_price .gird_tbody-td-5 { grid-area: gird_tbody-td-5; }
.section_price .gird_tbody-td-6 { grid-area: gird_tbody-td-6; }
.section_price .gird_tbody-td-7 { grid-area: gird_tbody-td-7; }
.section_price .gird_tbody-td-8 { grid-area: gird_tbody-td-8; }
.section_price .gird_tbody-td-9 { grid-area: gird_tbody-td-9; }
.section_price .level_gird .texl_level_title,
.section_price .level_gird .texl_level_detal{
  padding: 8px;
  text-align: center;
  white-space: nowrap;
  border-right: solid 1px #E7EEF5;
}
.section_price .level_gird .texl_level_title{
  color: var(--color-white);
  background-color: var(--color-primary);
}

.section_price .level_gird .img_level{
  padding: 1em;
  color: var(--color-black);
  border-right: solid 1px #E7EEF5;
  border-top: solid 1px #E7EEF5;
  text-align: center;
}
.section_price .level_gird .gird_tbody-td-9{
  padding-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_price .level_gird .gird_tbody-td-9 span{
  padding-bottom: 0.5em;
}
.section_price .level_gird .img_level div{
  font-size: 1em;
  line-height: 1.3em;
}.section_price .level_gird .img_level button{
  margin-top: 0.3em;
}
.section_price .level_gird img{
  width: 100%;
  border-radius: 0.3em;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.section_price .level_gird .img_level:last-child,
.section_price .level_gird .gird_thead-td-4,
.section_price .level_gird .gird_tbody-td-4,
.section_price .level_gird .gird_tbody-td-8
{
  border-right: none;
}

section.section_guide{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(../images/workDesk.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
section.section_guide::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 7, 0, 0.8);
  position: absolute;
}
section.section_guide .row_pf{
  z-index: 1;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}
section.section_guide a{
  cursor: pointer;
}
section.section_guide .box{
  padding-top: 4.7em;
  padding-bottom: 5.7em;
  display: flex;
  flex-direction: column;
}
section.section_guide .box-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
section.section_guide .box_card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(21em, 100%), 1fr));
  row-gap: 1.5em;
  column-gap: 1.5em;
}
section.section_guide .box{
  /* padding-right: 4em; */
}
section.section_guide .box-text,
section.section_guide .box-title{
  color: var(--color-white);
}
section.section_guide .box-text{
  padding-bottom: 1em;
}
section.section_guide .box_card-row{
  position: relative;
  width: 100%;
  align-items: stretch;
  display: flex;
}
section.section_guide .box_card-contrl{
  white-space: nowrap;
  color: var(--color-primary);
  transition: all ease 0.3s;
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section_guide .box_card-row:last-child{
  margin-right: 0;
}
section.section_guide div[class^="box_card-item"]{
  width: 100%;
  padding: 1.5em;
  border-radius: var(--bor-radius-main);
  background-color: var(--color-white);
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* section.section_guide .box_card-row::before{
  left: 50%;
  top: -45px;
  width: 90px;
  height: 90px;
  z-index: 1;
  display: flex;
  font-size: 2.25em;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  transform: translateX(-50%);
  border: solid 6px var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
} */
section.section_guide .img_box_card{
  display: flex;
  justify-content: center;
  width: 100%;
}
/* section.section_guide .img_box_card img{
  width: 60%;
} */
/* 
section.section_guide .box_card-row:nth-child(1)::before{
  content: "01";
  background-color: #661c01;
}
section.section_guide .box_card-row:nth-child(2)::before{
  content: "02";
  background-color: #8c2501;
}
section.section_guide .box_card-row:nth-child(3)::before{
  content: "03";
  background-color: #b33000;
}
section.section_guide .box_card-row:nth-child(4)::before{
  content: "04";
  background-color: #d93a00;
}
section.section_guide .box_card-row:nth-child(5)::before{
  content: "05";
  background-color: #ff4500;
} */

section.section_guide .box_card-title{
  color: var(--color-primary);
  /* height: 50px; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  margin: 0;
  /* border-bottom: solid 1px; */
}

footer{
  width: 100%;
  height: var(--h-footer);
  padding: 12px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-black);
}
footer .row_pf{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo{
  height: 40px;
}
footer .social a {
  margin-left: 1em;
  font-size: 1.5em;
  transition: color ease 0.3s;
}
footer .social a:hover {
  color: var(--color-white);
}

#getQuote.modal .modal-body input,
#getQuote.modal .modal-body textarea,
#getQuote.modal .modal-body{
  background-color: var(--color-white) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* Khi Modal được mở, tât */
.modal.show + .container_pf {
  filter: blur(4px);
}
.modal .modal-body{
  padding: 1.5em;
}

#getQuote .err_show ul{
  padding-left: 1.3em;
}
.modal-body .control-modal{
  display: flex;
  justify-content: flex-end;
}
#getQuote .modal-body .control-modal button{
  padding: 0.375em;
  max-width: 99px;
  width: 100%;
}

.modal .modal-body .control-modal button:first-child{
  margin-right: 0.5em;
}

.modal .loading
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
}
.modal .err_show{
  color: red;
  font-size: 0.9em;
  display: none;
}
#getQuote .err_show ul{
  padding-left: 1.3em;
}

.display_1{
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  background-color: white;
  padding: 0 1.5em 1.5em 1.5em;
  box-shadow: 
              var(--bd-layout-cl) 0 4px,
              /* var(--bd-layout-cl) 0 -4px 0px,  */
              rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  /* border-right: solid 1px var(--bd-layout-cl); */
  /* border-left: solid 1px var(--bd-layout-cl); */
}
#tableListOrders a{
  padding: 0 0.5em;
}

.register_order .file_upload_row{
  border-radius: 4px;
  background-color: white;
  display: none;
}
.register_order .file_upload_row.show_when_2_4{
  display: block;
}
.register_order .file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px 16%;
  border: 2px dashed #a7a7a7;
  border-radius: 3px;
  transition: 0.2s;
  justify-content: center;
  flex-direction: column;
}
.register_order .file-drop-area i{
  font-size: 3em;
}
.register_order .file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.register_order .file-drop-area.is-active {
  background-color: aliceblue;
}
.register_order .file-drop-area.is-active .file-msg{
  z-index: 0;
}
.register_order .attention_file_upload{
  text-align: center;
}
.register_order .fake-btn {
  flex-shrink: 0;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 1em;
  text-transform: uppercase;
}


.register_order .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.register_order .file-input:focus {
  outline: none;
}
.register_order .btn_order{
  position: relative;
  display: flex;
}
.register_order .stt_order{
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: width ease 0.5s;
  position: absolute;
  background-color: #B33000;
}
.register_order .txt_btn_order{
  width: 100%;
  z-index: 1;
  text-align: center;
}

.register_order #confirmOrder label{
  display: inline;
  margin-right: 0.2em;
}
.register_order #confirmOrder input:not([type="radio"]):not([type="checkbox"]),
.register_order #confirmOrder textarea{
  width: 100%;
  padding: 4px 8px;
}
.register_order #confirmOrder input[type="radio"],
.register_order #confirmOrder input[type="checkbox"]
{

}
.register_order .modal .modal-body {
  padding: 1.5em 1.5em 0 1.5em;
}
.register_order .modal .modal-footer {
  border-top: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  justify-content: space-between;
}
.register_order .progress-bar {
  text-align: right !important;
}

.user_manage{
  min-height: calc(100vh - var(--h-footer) - 6em - 2em);
  margin-top: 6em;
  margin-bottom: 2em;
}

/* /////////////////--ORDER----///////////////// */
.content_order{
  min-height: calc(100vh - var(--h-footer) - 6em - 2em);
  margin: 6em 2em 2em 2em;
  display: flex;
  width: 100%;
}
.content_order .column_lert{
  /* width: 30%; */
  margin-right: 1em;
}
.content_order .column_right{
  width: 100%;
  margin-left: 1em;
}
.word-wrap{
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.content_order .quick_menu li{
  padding-bottom: 1em;
}
.content_order .quick_menu li:last-child{
  padding-bottom: 0;
}
.content_order .show_user{
  width: 100%;
  justify-content: center;
  padding: 1em 0;
}
.content_order .quick_menu{
  padding: 16px;

  min-width: 216px;
  background-color: white;
  padding: 0 1em 1em 1em;
  white-space: nowrap;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 
              var(--bd-layout-cl) 0 4px,
              /* var(--bd-layout-cl) 0 -4px 0px,  */
              rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  /* border-right: solid 1px var(--bd-layout-cl); */
  /* border-left: solid 1px var(--bd-layout-cl); */
  position: relative;
}
.content_order .quick_menu ul
{
  margin-left: 1.5em;
}
.content_order .manage_order,
.content_order .switch_team{
  margin-top: 1em;
  margin-bottom: 1em;
}
.content_order .switch_team a{
  font-size: 1em;
}
.content_order .filter_content{
  margin-bottom: 1em;
}
.content_order .fg-toolbar select{
  background-position: right 0rem center !important;
  padding-right: 1.5em !important;
}
.content_order span.select2{
  min-width: 100% !important;
}

.confirm_err_list ul{
  list-style: disc;
  margin-left: 1.3em;
}
.inp_stt_row div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inp_stt_row .inp_stt_item{
  display: flex;
  align-items: center;
  margin-right: 1.5em;
  width: 100px;
}
.inp_stt_row .inp_stt_item.stt_quote_price{
  width: 100%;
}
.inp_stt_row .inp_stt_item:last-child{
  margin-right: 0;
}
.inp_stt_row .inp_stt_item label{
  margin-right: 0.4em;
}
 .content_dropArea{
  max-height: 400px;
  overflow-y: auto;
}
 #drop-area {
  border: 2px dashed #ccc;
  border-radius: var(--bor-radius-main);
  text-align: center;
  padding: 2em 4em;
  margin: 1em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
 #drop-area input{
  display: none;
}
 #drop-area div div{
  text-transform: uppercase;
  font-size: 1em;
}

 #canvas {
  width: 100%;
  display: block;
  margin: 0 auto;
}
 #resetCanva {
  display: none;
}

/* ========= css cho template Guide ===== */
#modalGuide.modal h2{
  text-align: center;
  color: var(--color-primary);
  font-size: 1.5em;
  width: 100%;
  border-color: rgba(0, 0, 0, 0.5);
  border-top: 2px solid var(--color-primary);
  padding: 1.5em 0;
  margin-top: 2.5em;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  background-color: white;
}
#modalGuide.modal h2 + h3{
  margin-top: 0;
}
#modalGuide.modal h2 + #modalGuide.modal h2 {
  margin-top: -50px; /* Định dạng lại margin-top khi tiêu đề mới cuộn lên */
}

#modalGuide.modal h2:first-child{
  border: none;
  padding-top: 1.5em;
  margin-top: 0.4em;
}

#modalGuide.modal h3{
  width: auto;
  display: inline-block;
  font-size: 1.2em;
  padding-top: 0.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, var(--color-primary) 30%, rgba(0, 0, 0, 0.5) 20%) 1;

}
#modalGuide.modal h4{
  margin-top: 0.5em;
}
#modalGuide.modal .conten_template{
  width: 80%;
  text-align: justify;
  margin: auto;
  display: flex;
  flex-direction: column;
}
#modalGuide.modal .conten_template p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#modalGuide.modal .conten_template p + p {
  margin-top: 0;
}
#modalGuide.modal img{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 0.5em;
}
#modalGuide.modal h3:first-child{
  margin-top: 0;
}


/* ========= css cho Error Page===== */
.error_section{
  margin-top: 0;
}
#error_page {
  position: relative;
  height:  calc(100vh - var(--h-footer));
}

#error_page .error_page {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.error_page {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}

.error_page .error_page-404 {
  position: relative;
  height: 220px;
}

.error_page .error_page-404 h1 {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 200;
  margin: 0px;
  background: linear-gradient(130deg, #ffa34f, #ff6f68);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.error_page h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 33px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.error_page p {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 25px;
}

.error_page a {
  font-family: 'Kanit', sans-serif;
  color: #ff6f68;
  font-weight: 200;
  text-decoration: none;
  border-bottom: 1px dashed #ff6f68;
  border-radius: 2px;
}

.modal.sale_show .modal-content{
  background-color: transparent !important;
  border: none !important;
}
.modal.sale_show .close_btn{
  position: absolute;
  right: 1.5em;
}
.modal.sale_show .btn-close{
  background-color: aliceblue;
  color: white;
  opacity: 0.3;
  border-radius: 50%;
  padding: 0.5em;
}
.modal.sale_show .modal-body {
  text-align: center !important;
}

.modal.sale_show .modal-body a{
  margin-top: -10em;
  /* min-width: 250px; */
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-white);
}
.iframe_chat{
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  margin: 1em;
}
.header_iframe_chat{
  width: 100%;
}
.body_iframe_chat{
  width: 300px;
  height: 500px;
  position: absolute;
  border-radius: var(--bor-radius-main);
  overflow: hidden;
  bottom: calc(-100% - 500px) ;
  right: calc(-100% - 300px) ;
  transition: bottom ease 0.3s, right ease 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: bottom 0.3s ease, right ease 0.3s;
}
.body_iframe_chat.show_iframe_chat{
  bottom: 0;
  right: 0;
}
.iframe_chat .icon_show_chat{
  color: var(--color-primary);
  font-size: 32px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  padding: 0.3em;
}
.controller_chat{
  position: absolute;
  right: 0;
  padding: 0.5em;
}
.icon_open_window, .icon_hidden_chat{
  padding: 4px;
  color: #93918f;
  cursor: pointer;
  transition: color ease 0.3s;
}
.icon_open_window:hover, .icon_hidden_chat:hover {
  color: var(--color-black);
}