/*form contact*/
form.wpcf7-form {
  margin-bottom: 0px !important;
}

.tranglienhe {
  border-radius: 8px;
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #E1E4ED;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  padding: 32px;
}
.tranglienhe p{
    font-size:18px;
}
.tranglienhe .wpcf7-spinner {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.hoten {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.ddd {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #343234;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.hoten input {
  border: none !important;
  border-bottom: 1px solid #ccc !important; 
  outline: none !important;
  width: 100% !important;
  padding: 8px 0 !important;
  font-size: 16px !important;
  color: #333 !important;
  transition: border-color 0.3s ease !important;
  box-shadow:none !important;
  box-sizing: none !important;
}
.hoten input:focus {
  border-bottom: 1px solid #000 !important;  
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.lienhengaysds {
  border-radius: 4px !important;
  text-align: right;
  margin-top: 20px;
}

.sub-lienhe {
  display: flex;
  justify-items: end;
}

.cs-link-blog {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.tranglienhe .btn.lienhengaysds {
  display: flex;
  justify-content: flex-end;
  /* căn phải */
  margin-top: 15px;
}

.tranglienhe .sub-lienhe {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-right: 0px;
}

.tranglienhe .sub-lienhe:hover {
  background-color: #333;
}

.tranglienhe select {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tranglienhe select:hover {
  border-color: var(--primary-color);
}

.tranglienhe select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
}

.right-col .col-inner::before {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -30px;
    width: 220px;
    height: 220px;
    background: rgb(26 26 26);
    border-radius: 50%;
    z-index: 1;
}
.right-col .col-inner::after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 80px;
    width: 120px;
    height: 120px;
    background: rgb(72 72 72 / 50%);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.footer_ul i{
    font-size:16px;
}

.cs_select_dichvu .wpcf7-list-item  {
    display:flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
}
.cs_select_dichvu{
    margin-top:1em;
}

@media (min-width: 600px) and (max-width: 1023px) {
  /* code chỉ áp dụng cho tablet */
}
@media (max-width: 599px) {
.footer_ul li,.footer_ul span{
    font-size:14px;
}
.tranglienhe  .wpcf7-list-item input[type="radio"] {
  width: 14px;
  height: 14px;
}
.tranglienhe span.wpcf7-list-item{
    margin-right:0px !important;
    margin-left: -0.2em!important;
}
.tranglienhe .wpcf7-form-control-wrap{
padding-top: 10px !important;
}
}


