.download-content img {
  width: 280px;
  height: 350px;
}

#convert {
  max-height: 400px;
}

#result {
  position: relative;
  z-index: 1000;
  background-color: white;
  padding-bottom: 20px;
}

#result .tabs.row {
  position: relative;
  z-index: 1000;
  background-color: white;
  padding-bottom: 20px;
}

#selectTab a {
  padding: 10px;
}

#selectTab.nav-tabs .nav-link.active {
  color: red;
  background-color: #f0f0f0;
  border-color: #dee2e6 #dee2e6 #fff;
}
#myTabContent .tab-pane.active {
  background-color: #f0f0f0;
}

#myTabContent table td {
  text-align: center;
  vertical-align: middle;
}

ul#selectTab.nav {
  overflow: hidden;
}

#result .thumbnail {
  background: unset;
  padding: 0px;
  text-align: center;
  display: block;
  margin: 0;
}

.faq_item h4 {
  margin: 1.33em 0;
}
.nav {
  display: flex;
  flex-wrap: unset;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

html,
body {
  font-family: open sans, sans-serif;
  font-size: 15px;
  margin: 0 auto;
  color: #4a474c;
  padding: 0;
  background-color: #fff;
}

a:visited,
a:hover,
a:link {
  text-decoration: none !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

.fl {
  float: left;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0 0 10px;
}

.mag0 {
  margin: 0 !important;
}

.magr10 {
  margin-right: 10px;
}

.magT40 {
  margin-top: 40px;
}

.magT10 {
  margin-top: 10px;
}

.relative {
  position: relative;
}

.img {
  max-width: 100%;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-a-i-center {
  align-items: center;
}

.center {
  text-align: center;
}

html:not(.tab-outline) *:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.main_nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

.logo {
  margin: 10px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 100%;
}

.logo span {
  color: red;
  font-weight: 600;
  font-size: 24px;
  margin-left: 10px;
}

.language {
  float: right;
  position: absolute;
  z-index: 1001;
  right: 40px;
  cursor: pointer;
}

ul.nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
}

ul.nav li {
  padding: 0 30px;
}

ul.nav a {
  color: #4a474c;
  display: inline-block;
  padding: 30px 0;
}

ul.nav a.active {
  border-bottom: 2px solid red;
  font-weight: 600;
}

ul.nav a:hover {
  color: red;
}

.ftco-section {
  padding: 60px 20px 30px;
}

h1.title,
h2.title,
h3.title {
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 15px;
}

.search-form {
  margin: 28px 0 25px;
}
.search-form-input-field {
  width: 68%;
}

.search-form input {
  width: 100%;
  border: 2px solid #ffc4c4;
  box-sizing: border-box;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  height: 56px;
  padding: 17px 20px;
  font-size: 14px;
}

.search-form .btn-red {
  margin-left: 10px;
}

.btn-red,
.btn-gray {
  background: red;
  box-shadow: 0 4px 10px rgba(255, 86, 63, 0.4);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  padding: 18px 40px;
  display: inline-block;
  border: none;
  color: #fdfdfe;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-red:hover {
  background: #4a474c;
  color: #fff;
  box-shadow: none;
}

.listitem {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.listitem li {
  width: 30%;
  background: #fff;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.11);
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  -khtml-border-radius: 17px;
  border-radius: 17px;
  margin: 0 30px 0 0;
}

.listitem li:nth-child(3n) {
  margin-right: 0;
}

.listitem li .post-image {
  height: 220px;
  display: flex;
  justify-content: center;
  -moz-border-radius: 17px 17px 0 0;
  -webkit-border-radius: 17px 17px 0 0;
  -khtml-border-radius: 17px 17px 0 0;
  border-radius: 17px 17px 0 0;
}

.listitem li .post-image img {
  max-width: 86%;
}

.bg1 {
  background: #d2e3fc;
}

.bg2 {
  background: #fad2cf;
}

.bg3 {
  background: #ceead6;
}

.bg4 {
  background: #feefc3;
}

.bg5 {
  background: #ffd5ec;
}

.bg6 {
  background: #d1f4ff;
}

.listitem li .post-content {
  padding: 20px;
  text-align: left;
}

.listitem li .post-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.listitem li .post-content p {
  line-height: 18px;
  margin-bottom: 0;
}

ul.listicon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}

ul.listicon li:not(:last-child) {
  margin-right: 25px;
}

.mw70 {
  max-width: 882px;
  margin: 0 auto;
}

ul.liststep {
  flex-wrap: nowrap;
  max-width: 100%;
}

ul.liststep li {
  display: table;
  width: 33.33333%;
}

ul.liststep li .number {
  font-weight: 600;
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: table;
  background: #d2e3fc;
  color: #4285f4;
  text-align: center;
  margin-right: 20px;
}

ul.listicon li:nth-child(2n) .number {
  background: #fad2cf;
  color: #ed6357;
}

ul.listicon li img {
  max-width: 110px;
  width: 110px;
  height: 110px;
}

ul.listicon li:nth-child(3n) .number {
  background: #ceead6;
  color: #34a853;
}

ul.liststep li span {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.contact {
  border-top: 1px solid #dfdfdf;
  padding: 60px 0;
  margin-top: 20px;
}

.contact .container {
  max-width: 840px;
  text-align: center;
}

.contact-form {
  text-align: left;
  margin: 50px 0 20px;
}

.form-control {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  padding: 20px;
}

textarea.form-control {
  width: 100%;
  resize: none;
  margin-bottom: 10px;
  font-family: open sans, sans-serif;
}

input.form-control {
  height: 56px;
  width: 38.333333%;
  margin-right: 10px;
}

.btn-gray {
  background: #dfdfdf;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  color: #4a474c;
  box-shadow: none;
  font-weight: 400;
  padding: 18px 60px;
  margin: 0;
}

.btn-gray:hover {
  background: red;
  color: #fff;
}

.copyright {
  background: #4a474c;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  margin-top: 20px;
}

.copyright ul {
  justify-content: center;
  margin-bottom: 15px;
}

.copyright ul a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 25px;
}

.sub-language.show-language .sub_menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.sub_menu {
  position: absolute;
  background: #fff;
  width: 230px;
  border: 1px solid #f4f4f4;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 30px;
  right: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.sub_menu li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-align: left;
}

.sub_menu a:hover {
  background: #eaeaea;
  color: #0066a5 !important;
}

.listvideo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.listvideo li {
  max-width: 31.222%;
  margin: 0 3% 30px 0;
  width: 31.222%;
}

.listvideo li a:hover .content h3 {
  color: red;
}

.listvideo li:nth-child(3n) {
  margin-right: 0;
}

.listvideo li img {
  height: 168px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}

.listvideo li .content {
  display: table;
  margin-top: 10px;
}

.listvideo li .content .avarta,
.thumbnail .content .avarta {
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: table;
  margin-right: 15px;
}

.listvideo li .content .clearfix {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.listvideo li .content h3,
.thumbnail .content h3 {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.listvideo li .content p {
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}

.line {
  border-bottom: 1px solid #dfdfdf;
}

.thumbnail {
  background: #e9ecef;
  padding: 20px;
  text-align: left;
  display: flex;
  margin: 28px 0 25px;
}

.thumbnail .content {
  display: flex;
}

.thumbnail img {
  border-radius: 7px;
  width: 300px;
  height: 150px;
  z-index: 999;
}

#result .tabs img {
  width: 360px;
  height: 240px;
}

table.table-bordered tr td {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
  color: #333;
  text-align: left;
  font-size: 14px;
}

.btn-gray-small,
.btn-blue-small,
.btn-white-small {
  background: #e8e8e8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: none;
  width: 150px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-gray-small:hover {
  background: red;
  color: #fff;
}

.btn-blue-small {
  background: #27ae60;
  color: #fff;
}

.btn-blue-small:hover {
  background: #0f9949;
}

.btn-white-small {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #2879fe;
  font-weight: 400;
}

.btn-white-small:hover {
  background: #2879fe;
  color: #fff;
}

.mesg-convert {
  background: #feb819;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 20px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.success {
  background: #0f9949;
}

.mesg-convert.success {
  padding: 9px 20px;
}

a.success {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

table.table-bordered tr td:first-child {
  width: 40%;
}

table.table-bordered tr td:nth-child(2n) {
  width: 20%;
}

table.table-bordered tr td:last-child {
  width: 40%;
}

.items-more li {
  margin-bottom: 30px;
}

.error {
  border: 1px solid #ffc4c4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  padding: 15px;
  background: #fee7e7;
  margin-top: 20px;
}

.error p {
  color: red;
  font-weight: 700;
}

.privacy p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.privacy ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.privacy ul li {
  margin-bottom: 5px;
}

.form-control-small {
  padding: 10px;
  margin-right: 10px !important;
}

.form-control-small {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzAwN0NCMiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.form-control-small::-ms-expand {
  display: none;
}

.form-control-small:hover {
  border-color: #888;
}

.form-control-small:focus {
  color: #222;
  outline: none;
}

.form-control-small option {
  font-weight: 400;
}

.thumb-img {
  width: 300px;
  max-width: 40%;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  .container {
    margin: 0 15px;
  }

  .language {
    right: 15px;
    top: 15px;
    z-index: 1002;
  }

  /* .main_nav {
    justify-content: flex-start;
  } */
  .search-form > div {
    width: 100%;
  }

  .search-form > div .dropdown-menu {
    margin-top: 75px;
  }

  .search-form input {
    width: 100%;
  }

  .listitem,
  ul.liststep,
  .listvideo {
    display: block;
  }

  ul.liststep li {
    width: 100%;
  }

  .listitem li {
    margin: 0 auto 30px;
    width: 300px;
  }

  .listitem li:last-child {
    margin-right: auto;
  }
  .search-form-input-field {
    width: 100%;
  }

  .search-form .btn-red {
    /* width: 100%; */
    margin: 10px 0 0;
  }

  ul.listicon {
    margin: 20px 0 0;
  }

  ul.listicon li {
    margin: 0 10px 2% !important;
  }

  .ftco-section {
    padding: 40px 0 0;
  }

  h1.title,
  h2.title,
  h3.title {
    font-size: 19px;
  }

  .logo span {
    font-size: 18px;
  }

  .contact {
    padding: 30px 0;
  }

  input.form-control {
    width: 100%;
    margin: 0 0 10px;
  }

  /* .btn-gray {
    width: 100%;
  } */

  ul.nav a {
    padding: 0px 0px;
    text-align: center;
  }

  ul.listicon li img {
    max-width: 85px;
    width: 85px;
    height: 85px;
  }

  .listvideo li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
    display: flex;
  }

  .listvideo li img {
    height: auto;
    width: 120px;
    margin-right: 15px;
    float: left;
  }

  .listvideo li .content {
    margin-top: 0;
  }

  .listvideo li .content .avarta,
  .thumbnail .content .avarta {
    display: none;
  }

  .nowidth {
    width: auto;
    margin-bottom: 40px;
  }

  .thumb-img {
    max-width: 100%;
    width: 100%;
  }

  table.table-bordered tr td {
    padding: 10px 5px;
  }

  table.table-bordered tr td:first-child {
    width: 30%;
    text-align: left !important;
  }

  table.table-bordered tr td:nth-child(2n) {
    width: 30%;
  }

  table.table-bordered tr td:last-child {
    width: 40%;
    text-align: right;
  }

  table.table-bordered tr td .magr10 {
    margin: 0 0 10px;
  }

  .listitem li:nth-child(3n) {
    margin-right: auto;
  }

  ul.nav li {
    padding: 0 5px;
  }

  .thumbnail {
    padding: 15px;
    display: block;
  }

  .thumbnail .content {
    display: block;
    margin-left: 0;
  }

  .thumbnail .content h3 {
    font-size: 16px;
    padding-top: 5px;
  }

  .detail .form-control {
    display: block;
    height: 40px;
    margin-bottom: 10px;
  }

  .mesg-convert {
    display: block;
    text-align: center;
  }

  ul.nav {
    justify-content: flex-start !important;
    overflow-x: scroll;
    position: relative;
    clear: both;
  }
}

@media only screen and (max-width: 700px) and (min-width: 380px) {
  .form-control-small {
    max-width: 50%;
  }
}

@media only screen and (max-width: 380px) {
  .container {
    margin: 0 15px;
  }

  .copyright ul a {
    padding: 0 10px;
  }

  .listitem li {
    width: 100%;
  }

  .block-xs {
    display: block !important;
  }
}

.lds-dual-ring {
  display: inline-block;
  width: 16px;
  height: 13px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 2.1s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: 0 0 0 -75px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position: relative;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.nopading {
  padding-bottom: 0;
}

.detail .form-control.hidden,
.hidden {
  display: none;
}

.txt-box p {
  line-height: 25px;
  text-align: justify;
}
