* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #292c2f;
  --second-color: #204397;
  --third-color: #fff;
  --fouth-color: #fbd405;
  --fifth-color: #f6f8f9;
  --sixth-color: #e9ecf5;
  --seventh-color: #183271;
  --eighth-color: #959596;
  --nineth-color: #506db3;
  --tenth-color: #bcc7e0;
  --eleventh-color: #000;
  --twelfth-color: #eaecf5;
  --thirteenth-color: #1f4398cc;
  --fourteenth-color: #528445;
  --fifteenth-color: #36562d;
  --box-shadow-1: rgba(0, 0, 0, 0.07);
  --bg-backdrop: #403635;
  --border-color: #018bfb;
  --icon-video: #00000099;
  --bg-red: red;
  --bg-xanh: rgb(0 141 243);
  --box-shadow: rgba(0, 0, 0, 0.11);
}

body {
  font-family: "Lato", sans-serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--primary-color);
  top: 0 !important;
}

.adm-glyphicon span {
  background: url("./img/setting.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
}

a {
  color: var(--primary-color);
  transition: all 0.2s linear;
}

svg {
  transition: all 0.2s linear;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.wrap-img {
  display: block;
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100>img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

/* img.lazy {    display: block;} */
.row-cus {
  margin-left: -10px;
  margin-right: -10px;
}

.webi-sys-err {
  display: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  border: none;
  border-radius: 0;
  background: none;
}

.wrap {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

.wrap-header {
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
}

.pcc {
  display: block !important;
}

.mbb {
  display: none !important;
}

.col-cus {
  padding: 0 10px;
}

/* ---------------------------------header-------------------------------- */
.header {
  padding: 20px 0;
}

.header {
  padding: 10px 0;
  background-color: var(--third-color);
  width: 100%;
  /* animation: headerdown 0.5s linear; */
  box-shadow: 0 0 15px 1px var(--box-shadow-1);
  z-index: 99;
}

.logo-header img {
  max-height: 72px;
}

.header .col-cus-2 {
  padding: 0 10px;
  width: 8.666667%;
}

.header .col-cus-8 {
  padding: 0 10px;
  width: 74.666667%;
}

.menu-header {
  text-align: center;
  margin-top: 15px;
}

.menu-header-item {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  padding: 10px 0;
}

.menu-header-item:first-child {
  margin-left: 0;
}

.menu-header-item:last-child {
  margin-right: 0;
}

.menu-header-item a {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-header-item span {
  display: block;
  line-height: 32px;
  font-weight: 300;
  font-size: 14px;
}

.menu-header-item:hover .menu-child {
  opacity: 1;
  visibility: visible;
}

.menu-child {
  margin-top: 10px;
  display: flex;
  position: absolute;
  left: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #e9ecf5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 999;
}

.menu-child .menu-child-item>a {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: var(--fourteenth-color);
  white-space: nowrap;
}

.menu-child .menu-child-item>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 1px;
  width: calc(100% - 25px);
  background-color: var(--second-color);
}

.menu-child-2 li a {
  display: block;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  line-height: 20px;
  text-transform: none;
  white-space: nowrap;
}

.menu-child-2 li a:hover {
  color: var(--fourteenth-color);
}

.header-tool {
  text-align: right;
  padding: 8px 0;
  margin-top: 8px;
}

.tool-item {
  display: inline-block;
}

.header-search svg {
  margin-bottom: -2px;
}

.header-phone {
  padding: 8px 10px;
  color: var(--third-color);
  background-color: var(--fourteenth-color);
  border-radius: 8px;
  text-align: center;
  margin: 0 10px;
}

.header-phone a {
  color: var(--third-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.header-phone svg {
  margin-bottom: -2px;
  margin-right: 3px;
}

.header-language img {
  width: 34px;
  height: 34px;
}

.header-language .child-categories-m a {
  display: block;
  cursor: pointer;
}

.skiptranslate {
  display: none !important;
}

.header-language .child-categories-m a.language-selected {
  display: none;
}

.header-language .child-categories-m img {
  border-radius: 100%;
}

.header-menu-m {
  display: none;
}

.header-affix {
  position: fixed;
  top: -100%;
  background-color: var(--third-color);
}

.header-affix.affix {
  animation: headerdown 0.3s linear;
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 0;
}

/* ---------------------menu-mobile-------------------------------------------- */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 325px;
  height: 100%;
  overflow: auto;
  background-color: var(--fourteenth-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
  z-index: 99999;
}

.menu-mobile.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-head {
  float: left;
  width: 100%;
  padding: 10px;
}

.mobile-head a {
  text-transform: uppercase;
  color: var(--fouth-color);
  text-align: center;
}

.mobile-head a svg {
  display: block;
  margin: 0 auto 6px auto;
}

.mobile-head .btn-home {
  float: left;
}

.mobile-head .btn-x {
  float: right;
  margin-top: 3px;
}

.form-search {
  float: left;
  width: 100%;
  position: relative;
}

.form-search input {
  width: 100%;
  height: 50px;
  padding: 10px 60px 10px 10px;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid var(--third-color);
}

.form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--fouth-color);
  color: var(--second-color);
}

.form-search .btn-search svg {
  margin-bottom: -2px;
}

.mobile-list {
  float: left;
  width: 100%;
}

.mobile-item,
.mobile-child-item {
  position: relative;
}

.mobile-item>a,
.mobile-child-item a {
  display: block;
  padding: 12px 56px 12px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--third-color);
}

.mobile-item>a span {
  display: block;
}

.menu-control,
.menu-control-child {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--third-color);
  text-align: center;
  z-index: 9;
  display: inline-block;
  padding: 0 !important;
}

.menu-control.collapsed .cong,
.menu-control-child.collapsed .cong {
  display: inline-block;
}

.menu-control .cong,
.menu-control-child .cong {
  display: none;
}

.menu-control.collapsed .tru,
.menu-control-child.collapsed .tru {
  display: none;
}

.menu-control .tru,
.menu-control-child .tru {
  display: inline-block;
  margin-bottom: 3px;
}

.mobile-child,
.mobile-child-2 {
  padding-left: 24px;
}

.mobile-child-item a {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.menu-control-child {
  width: 40px;
  height: 40px;
  top: 2px;
  right: 16px;
  z-index: 99;
}

.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-backdrop);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
  z-index: 999;
}

.backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------slider-home----------------------------------------- */
.slider-home {
  position: relative;
  min-height: 700px;
}

.slider-owl img {
  height: 760px;
  width: 100%;
}

.slider-home .owl-nav button {
  position: absolute;
  top: 55%;
}

.slider-home .owl-nav button.owl-next {
  right: 20px;
  color: var(--third-color);
}

.slider-home .owl-nav button.owl-prev {
  left: 20px;
  color: var(--third-color);
}

.slider-home .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.slider-home .owl-dots button,
.video-owl .owl-dots button,
.rate-owl .owl-dots button {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  display: inline-block;
  background-color: var(--second-color);
  border-radius: 100%;
}

.slider-home .owl-dots button.active,
.video-owl .owl-dots button.active,
.rate-owl .owl-dots button.active {
  background-color: var(--fouth-color);
}

/* -------------------------------home-1--------------------------------------- */
.home-1,
.home-3,
.home-5,
.home-rate,
.home-baochi {
  padding: 65px 0;
}

.home-1 .col-cus-4 {
  padding: 0 10px;
}

.home-1 .home-1-title,
.home-2 .home-2-title,
.home-3-title,
.home-5-title,
.home-rate-title,
.home-baochi-title {
  text-align: center;
  margin-bottom: 40px;
}

.home-1 .home-1-title h2,
.home-2 .home-2-title h2,
.home-3-title h2,
.home-5-title h2,
.home-rate-title h2,
.home-baochi-title h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  color: var(--fourteenth-color);
  text-transform: uppercase;
}

.home-1-item {
  border-radius: 10px;
  border: 1px solid var(--fourteenth-color);
  background-color: var(--fourteenth-color);
  overflow: hidden;
  margin-bottom: 20px;
}

.home-1-item img {
  height: 272px;
  width: 100%;
  margin-bottom: 12px;
}

.home-1-content {
  text-align: center;
  line-height: 52px;
  min-height: 52px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-1-content h3 {
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
}

.home-1-content h3 a {
  color: var(--third-color);
}

/* -------------------------------------------home-2-------------------------------------- */
.home-2,
.home-4 {
  padding: 65px 0;
  background-color: var(--fifth-color);
}

.home-2-item {
  float: left;
  width: 100%;
  padding: 20px;
  min-height: 238px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: var(--third-color);
}

.home-2-item img {
  width: 118px;
  height: 118px;
  float: left;
}

.home-2-content {
  float: left;
  width: calc(100% - 118px);
  padding-left: 20px;
}

.home-2-content h3 {
  font-weight: 700;
  color: var(--second-color);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.home-2-content p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -------------------------------------------home-3-------------------------------------- */
.home-3 .nav-home-3 {
  text-align: center;
  margin-bottom: 27px;
}

.home-3 .nav-home-3 li {
  display: inline-block;
  margin: 0 17px;
}

.home-3 .nav-home-3 li a {
  display: inline-block;
  padding: 15px 35px;
  background-color: var(--third-color);
  border: 1px solid var(--second-color);
  border-radius: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.home-3 .nav-home-3 li.active a,
.home-3 .nav-home-3 li:hover a {
  color: var(--third-color);
  background-color: var(--second-color);
}

.home-3 .nav-home-3 li:first-child {
  margin-right: 0;
}

.home-3 .nav-home-3 li:last-child {
  margin-left: 0;
}

/* -------------------------------------------home-4-------------------------------------- */
.video-img {
  position: relative;
  margin-bottom: 16px;
}

.video-img .btn-video {
  position: absolute;
  top: 36%;
  width: 100%;
  right: 0;
  z-index: 99;
  text-align: center;
  color: var(--icon-video);
}

.video-img .btn-video svg {
  cursor: pointer;
}

.video-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.video-owl .owl-dots {
  text-align: center;
  padding-top: 34px;
}

/* --------------------------------------------home-5---------------------------------------- */
.news-main img {
  width: 100%;
  height: 490px;
  margin-bottom: 16px;
}

.news-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--second-color);
  margin-bottom: 5px;
}

.news-content p {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-5 .news-item-home-5 {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sixth-color);
  margin-bottom: 20px;
}

.home-5 .news-item-home-5:last-child {
  border-bottom: none;
}

.home-5 .news-item-home-5 img {
  width: 210px;
  height: 140px;
  float: left;
}

.home-5 .news-item-home-5 .news-content {
  float: left;
  width: calc(100% - 210px);
  padding-left: 20px;
}

.home-5 .news-item-home-5 .news-content h3 {
  margin-bottom: 10px;
}

/* -----------------------------------------home-rate-------------------------------- */
.home-rate {
  background-color: var(--fifteenth-color);
}

.home-rate-title h2 {
  color: var(--third-color);
}

.rate-item {
  padding: 30px 20px;
  background-color: var(--fourteenth-color);
  border-radius: 8px;
  float: left;
  color: var(--third-color);
  width: 100%;
}

.rate-infor {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.rate-infor img {
  border-radius: 100%;
  float: left;
  width: 76px !important;
  height: 76px;
}

.rate-infor svg {
  position: absolute;
  top: 0;
  right: 0;
}

.rate-infor-bs {
  float: left;
  width: calc(100% - 76px);
  padding-left: 16px;
  padding-right: 40px;
}

.rate-infor-bs h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.rate-infor-bs p {
  font-size: 16px;
  line-height: 24px;
}

.rate-content {
  float: left;
  width: 100%;
}

.rate-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--fouth-color);
  line-height: 20px;
  margin-bottom: 10px;
}

.rate-content p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 120px;
}

.rate-owl .owl-dots {
  text-align: center;
  padding-top: 10px;
}

.rate-owl .owl-dots button {
  background-color: var(--third-color);
}

/* -----------------------------------------home-baochi--------------------------------------- */
.baochi-item>a>img {
  height: 165px;
  width: 100%;
}

.baochi-content {
  padding: 20px;
  background-color: var(--fifth-color);
}

.baochi-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--second-color);
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
}

.baochi-content img {
  width: auto !important;
  height: 30px;
  margin-bottom: 30px;
}

.baochi-wrap {
  position: relative;
}

.baochi-wrap p {
  font-size: 12px;
  line-height: 15px;
  color: var(--eighth-color);
}

.baochi-wrap svg {
  position: absolute;
  top: -1px;
  right: 0;
  cursor: pointer;
}

.home-baochi .owl-nav button {
  position: absolute;
  top: 48%;
}

.home-baochi .owl-nav button.owl-prev {
  left: -30px;
}

.home-baochi .owl-nav button.owl-next {
  right: -30px;
}

/* ----------------------------------------home-dktv-------------------------------- */
.home-dktv {
  padding: 42px 0;
  position: relative;
  background-color: var(--second-color);
  /* background-image: url(../img/image\ 42.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-dktv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--bg-dktv);
}

.form-dktv {
  background-color: var(--third-color);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.form-dktv h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: var(--second-color);
}

.form-dktv p {
  font-size: 18px;
  line-height: 24px;
  color: var(--second-color);
  margin-bottom: 30px;
  font-weight: 700;
}

.form-dktv input,
.form-dktv select,
.form-dktv textarea {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  border: none;
  background-color: var(--sixth-color);
  margin-bottom: 16px;
}

.form-dktv textarea {
  resize: vertical;
  min-height: 100px;
}

.form-dktv select {
  background-image: url(./img/Vector.png);
  background-repeat: no-repeat;
  appearance: none;
  background-position: calc(100% - 10px) center;
}

.form-dktv .btn-dktv {
  padding: 10px 20px;
  min-width: 140px;
  background-color: var(--fourteenth-color);
  color: var(--third-color);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: all 0.3s linear;
  margin-bottom: 8px;
  margin-top: 6px;
}

.form-dktv .btn-dktv svg {
  margin-left: 3px;
  margin-bottom: -1px;
}

.form-dktv .btn-dktv:hover {
  background-color: var(--fouth-color);
  color: var(--second-color);
}

.modal.modal-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal.modal-fade.in {
  opacity: 1;
}

/* ----------------------------------------------footer----------------------------------- */
.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid var(--fourteenth-color);
  background-color: var(--fourteenth-color);
}

.footer-top-icon {
  width: 50px;
  float: left;
  color: var(--third-color);
}

.footer-top-content {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
}

.footer-top-content a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--fouth-color);
  margin-bottom: 5px;
  display: inline-block;
}

.footer-top-content p {
  color: var(--tenth-color);
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.btn-lienhe {
  background-color: var(--fouth-color);
  color: var(--eleventh-color);
  padding: 10px 32px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.btn-lienhe svg {
  margin-right: 3px;
  margin-bottom: -2px;
}

.footer-top-message {
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: var(--fifteenth-color);
  color: var(--third-color);
}

.footer-item img {
  margin-bottom: 30px;
  width: 100px;
}

.footer-item h2 {
  font-size: 18px;
  line-height: 24px;
  color: var(--fouth-color);
  margin-bottom: 10px;
  font-weight: 700;
}

.infor-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.infor-icon {
  width: 20px;
  float: left;
}

.infor-item svg {
  color: var(--fouth-color);
}

.infor-item a {
  float: left;
  width: calc(100% - 20px);
  padding-left: 5px;
  color: var(--third-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.footer-item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.footer-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer-center p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}

.footer-center a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: var(--fouth-color);
  margin-bottom: 20px;
  display: inline-block;
}

.footer-center a svg {
  margin-left: 2px;
}

.footer-right {
  padding-left: 30px;
}

.footer-center ul,
.footer-right ul {
  margin-top: 20px;
  padding-left: 20px;
}

.footer-center ul li,
.footer-right ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.footer-center ul li a,
.footer-right ul li a {
  color: var(--third-color);
  margin-bottom: 0;
  font-size: 16px;
}

.footer-center ul li a:hover,
.footer-right ul li a:hover {
  color: var(--fouth-color);
}

.footer-right ul {
  margin-bottom: 20px;
}

.footer-bottom {
  padding: 30px 0;
  background-color: var(--fourteenth-color);
  color: var(--third-color);
}

.copyright p,
.footer-bottom .social p {
  display: inline-block;
  margin: 0 15px;
  font-size: 15px;
  line-height: 24px;
}

.copyright p a {
  color: var(--third-color);
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

.footer-bottom .social {
  text-align: right;
  line-height: 45px;
}

.footer-bottom .social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--third-color);
  margin: 0 7px;
}

.footer-bottom .social a svg {
  color: var(--fourteenth-color);
  display: inline-block;
}

/* .social-home a svg {    transform: translateY(7px);} */
/* --------.tab-fixed-m header------- */
.tab-fixed-m {
  display: none;
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--third-color);
  z-index: 999;
  padding: 10px 0;
  box-shadow: 0 -2px 5px -2px var(--box-shadow-1);
}

.tab-fixed-m .sticky-menu {
  position: relative;
  display: block;
  text-align: center;
  width: calc((100% - 25%) / 4);
  float: left;
}

.tab-fixed-m .sticky-menu.sticky-main {
  position: relative;
  width: 25%;
}

.tab-fixed-m .sticky-menu.sticky-main::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 8px;
  width: 10px;
  height: 10px;
  background-color: var(--bg-red);
  border-radius: 50%;
  animation: pulsate 2s infinite;
  z-index: 9999;
}

.tab-fixed-m .sticky-menu .title {
  display: block;
  font-size: 10px;
  color: var(--fourteenth-color);
  padding-top: 5px;
  font-size: 13px;
}

.tab-fixed-m .sticky-menu-icon {
  height: 21px;
}

.tab-fixed-m .sticky-menu-icon img {
  display: inline-block !important;
}

.tab-fixed-m .sticky-menu-icon svg {
  color: var(--fourteenth-color);
}

.sticky-more::before {
  content: "";
  position: absolute;
  width: 6.5px;
  height: 6.5px;
  top: 3px;
  left: 23px;
  background: var(--fourteenth-color);
  border-radius: 50%;
}

.sticky-more::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  top: -1px;
  left: 19px;
  border: 1px solid var(--fourteenth-color);
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.sticky-more.active .icon-more,
.sticky-more .more-close {
  display: none;
}

.sticky-more.active .more-close {
  display: inline-block;
}

.sticky-more.active::after,
.sticky-more.active::before {
  display: none;
}

/* --------------------------------tab-pc-------------------------------------- */
.tab-fixed-pc {
  position: fixed;
  right: 20px;
  bottom: 33%;
  padding: 20px 10px;
  background-color: var(--third-color);
  border-radius: 25px;
  z-index: 999;
  box-shadow: 0 0 2px;
}

.tab-fixed-pc .sticky-menu {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  color: var(--fourteenth-color);
}

.tab-fixed-pc .sticky-menu:last-child {
  margin-bottom: 0;
}

.tab-fixed-pc .sticky-menu span {
  font-size: 12px;
  margin-top: 5px;
  line-height: 20px;
}

.btn-tvmp {
  position: fixed;
  bottom: 0;
  background: linear-gradient(180deg, var(--fourteenth-color) 0%, var(--fifteenth-color) 100%);
  color: var(--third-color);
  right: 24px;
  padding: 4px 10px;
  border-radius: 4px 4px 0px 0px;
  z-index: 999;
  cursor: pointer;
}

.btn-tvmp span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.btn-tvmp img {
  width: 24px;
  height: 24px;
  animation: shake 0.3s infinite;
  display: inline-block !important;
}

.toiuu .owl-carousel {
  display: block;
}

.toiuu .owl-carousel a {
  display: none;
}

.toiuu .owl-carousel a:first-child {
  display: block !important;
}

/* ---------------------------------------modal-dktv---------------------------------- */
.modal-dktv {}

.modal-dktv .form-dktv {
  border-radius: 10px;
  padding: 35px 20px;
}

.modal-dktv .form-dktv img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
}

.modal-dktv .form-dktv h2 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 22px;
}

.modal-dktv .form-group {
  text-align: left;
  margin-bottom: 0;
}

.modal-dktv .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--second-color);
  font-weight: 700;
}

.form-pt {
  text-align: center;
}

.form-pt span {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: var(--second-color);
}

.form-pt input {
  width: 65px;
  margin-left: 10px;
  height: 30px;
}

.modal-dktv .btn-dktv,
.form-dktv-sb .btn-dktv,
.form-dkud-wrap .btn-dktv {
  width: 250px;
  margin: 0 auto;
  border-radius: 50px;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(0deg, var(--fifteenth-color) 0%, var(--fourteenth-color) 54%, var(--fifteenth-color) 100%);
}

.modal-dktv .btn-dktv:hover,
.form-dkud-wrap .btn-dktv:hover {
  color: var(--third-color);
}

.modal-dktv .modal-dialog {
  top: 50px;
  width: 350px;
  margin: 0 auto;
}

.modal-dktv .icon-x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 44px;
  height: 44px;
  color: var(--third-color);
  border-radius: 5px;
  background-color: var(--fouth-color);
}

/* --------------------------------modal-video--------------------------------------- */
/* ------------------modal-video----------------------------- */
#video-modal .modal-dialog {
  width: 85vw;
  max-height: 85vh;
  top: 10%;
  margin: 0 auto;
}

#video-modal iframe {
  width: 900px !important;
  height: 500px !important;
  border: none;
  /* margin: 0 auto; */
}

#video-modal .video-box {
  position: relative;
  text-align: center;
}

#video-modal .video-close {
  position: absolute;
  top: -40px;
  right: 0;
}

#video-modal .video-close svg {
  color: var(--second-color);
  transition: all 0.3s linear;
  cursor: pointer;
  opacity: 0.65;
}

#video-modal .video-close:hover svg {
  opacity: 1;
}

/* ------------------------------contact------------------------------- */
.contact-page {
  padding: 65px 0;
}

.contact-title {
  margin-bottom: 30px;
}

.contact-title h2,
.contact-content h3 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: var(--fourteenth-color);
}

.contact-content {
  padding: 20px;
  background-color: var(--fourteenth-color);
  border-radius: 8px;
  margin-bottom: 30px;
}

.contact-content h3 {
  display: inline-block;
  color: var(--third-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--fouth-color);
}

.contact-content h3.time {
  color: var(--fouth-color);
  border: none;
  margin-bottom: 25px;
}

.contact-content p {
  color: var(--third-color);
  font-size: 16px;
  line-height: 24px;
}

.contact-list {
  height: 300px;
  border: 1px solid var(--sixth-color);
  padding: 50px 20px 20px;
}

.contact-item p {
  color: var(--fourteenth-color);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 16px;
  font-weight: 700;
}

.contact-item p span {
  color: var(--eleventh-color);
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
}

.contact-item a {
  color: var(--fifteenth-color);
  text-decoration: underline;
  margin-left: 5px;
  display: inline-block;
}

.contact-item a:hover {
  color: var(--fouth-color);
}

.map iframe {
  width: 100% !important;
  height: 300px !important;
}

/* ----------------------breadcrumbs-------------------- */
.breadcumb-page {
  padding: 10px 0;
  background-color: var(--fourteenth-color);
}

.breadcumb-page .direction {
  width: 100%;
}

.breadcumb-page .direction li {
  display: inline-block;
}

.breadcumb-page .direction a,
.breadcumb-page .direction span {
  color: var(--third-color);
  font-size: 16px;
  transition: all 0.2s linear;
}

.breadcumb-page .direction span {
  text-transform: capitalize;
  transition: all 0.2s linear;
}

.breadcumb-page .direction a:hover span {
  color: var(--fouth-color);
}

.breadcumb-page li::after {
  content: "»";
  position: relative;
  top: -1px;
  margin: 0 3px;
  color: var(--third-color);
}

.breadcumb-page li:last-child::after {
  content: "";
}

.breadcumb-page li:last-child {
  pointer-events: none;
}

.breadcumb-page li {
  display: none !important;
}

.breadcumb-page li:first-child,
.breadcumb-page li:last-child {
  display: inline-block !important;
}

/* ------------------------------------------news-list---------------------------- */
.news-list {
  padding: 65px 0;
}

.news-item {
  margin-bottom: 20px;
}

.news-item:hover img {
  transform: scale(1.1);
}

.news-item .news-img {
  overflow: hidden;
}

.news-item .news-img .wrap-img {
  padding-bottom: 100%;
}

.news-item img {
  /* max-height: 355px;  min-height: 312px; */
  width: 100%;
  transition: all 0.3s linear;
}

.news-video img {
  min-height: 200px;
}

.news-content {
  padding-top: 20px;
  min-height: 167px;
}

.news-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.news-content h3 a {
  color: var(--eleventh-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-content h3:hover a {
  color: var(--second-color);
}

.news-content .time {
  font-size: 16px;
  line-height: 24px;
  color: var(--eighth-color);
  margin-bottom: 6px;
}

.news-des p {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -----------------pagination------------------------------- */
.pagination-box {
  text-align: center;
  margin-top: 20px;
  padding-top: 0px;
  margin-bottom: 50px;
}

.pagination-box div {
  display: inline-block;
}

.pagination-box div a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 31px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 700;
  color: var(--fourteenth-color);
  border: 2px solid var(--fourteenth-color);
}

.pagination-box div:not(:last-child) a {
  margin-right: 5px;
}

.pagination-box div:hover a {
  background-color: var(--fourteenth-color);
  border-color: var(--fouth-color);
  color: var(--third-color);
}

.pagination-box div.current a {
  background-color: var(--fourteenth-color);
  border-color: var(--fouth-color);
  color: var(--third-color);
  /* border-radius: 5px; */
}

.pagination-box .current a {
  color: var(--fourteenth-color);
}

.disabled {
  display: none !important;
}

/* ---------------------------------sidebar-news---------------------------------- */
.sidebar-news {
  position: sticky;
  top: 100px;
}

.col-sm-3.active {
  height: 100% !important;
}

.col-sm-3.active .sidebar-news {
  position: relative !important;
  top: 0;
}

.sidebar-img {
  margin-bottom: 30px;
}

.form-dktv-sb {
  background-color: var(--fourteenth-color);
  padding: 30px 20px;
  border: 2px solid var(--fifteenth-color);
}

.sidebar-news .form-dktv-sb h2 {
  color: var(--third-color);
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 25px;
}

.form-dktv-sb .btn-dktv {
  line-height: 24px;
  border: 1px solid var(--third-color);
}

.form-dktv-sb .btn-dktv:hover {
  color: var(--third-color);
}

.form-title {
  margin-top: 20px;
}

.form-title p {
  color: var(--third-color);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.form-title a {
  color: var(--third-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.form-title a:hover {
  color: var(--fouth-color);
}

/* --------------------------------------list-video--------------------------------- */
.news-list .video-item {
  margin-bottom: 30px;
}

.news-list .video-img img {
  height: 209px;
  width: 100%;
}

.news-list .video-img .btn-video {
  top: 36%;
}

/* ----------------------------------------news-detail--------------------------------------- */
.news-detail {
  padding: 75px 0;
}

.news-detail h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: var(--second-color);
  margin-bottom: 30px;
}

.news-detail h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  color: var(--second-color);
  margin-bottom: 13px;
}

.news-detail h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: var(--second-color);
  margin-bottom: 16px;
}

.news-detail p,
.news-detail ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.news-detail ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.news-detail ul li {
  margin-bottom: 0;
  list-style: disc;
}

.detail-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: var(--second-color);
  margin-bottom: 30px;
}

.detail-title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-style: italic;
  color: var(--eleventh-color);
  margin-bottom: 16px;
}

.news-detail img {
  margin: 0 auto;
  display: block;
}

.detail-mucluc {
  margin: 20px 0;
  padding: 10px;
  background-color: var(--twelfth-color);
}

.muluc-head {
  position: relative;
}

.muluc-head svg {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--second-color);
}

.muluc-head p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.muluc-head p a.collapsed .close-d {
  display: none;
}

.muluc-head p a.collapsed .open-d {
  display: inline;
}

.muluc-head p a .open-d {
  display: none;
}

.muluc-head p a .close-d {
  display: inline;
}

.muluc-head a {
  font-weight: 400;
}

.muluc-head a:hover {
  color: var(--fouth-color);
}

.detail-mucluc .list-mucluc {
  padding-left: 0;
  margin-bottom: 0;
}

.detail-mucluc .list-mucluc li {
  list-style: none;
}

.detail-mucluc .list-mucluc li a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.detail-mucluc .list-mucluc li a:hover {
  color: var(--fouth-color);
}

.detail-mucluc .list-mucluc ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.detail-mucluc .list-mucluc ul li {
  list-style: none;
}

.detail-mucluc .list-mucluc ul li a {
  font-weight: 400 !important;
}

.news-bvlq {
  padding: 50px 0;
}

.news-bvlq h2 {
  margin-bottom: 0;
}

/* ----------------------------------------aboutus-------------------------------------- */
.aboutus-page,
.page-gioithieu {
  padding: 74px 0;
}

.aboutus-page h1,
.page-content h1 {
  color: var(--second-color);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-top: 10px;
}

.aboutus-page h2,
.page-content h2 {
  color: var(--second-color);
  padding-top: 10px;
  font-size: 29px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.aboutus-page h3,
.page-content h3 {
  color: var(--second-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-content h4 {
  color: var(--second-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.aboutus-page ul,
.page-content ul {
  padding-left: 20px;
}

.aboutus-page li,
.page-content li {
  list-style: disc;
}

.aboutus-page p,
.aboutus-page li,
.page-content p,
.page-content li,
.page-gioithieu p {
  font-size: 16px;
  line-height: 24px;
}

.page-content p,
.page-content li {
  margin-bottom: 10px;
}

.page-content img {
  display: block;
  margin: 20px auto;
}

.aboutus-title-1,
.aboutus-title-2 {
  margin-bottom: 20px;
}

.aboutus-item {
  margin-bottom: 20px;
  padding: 24px;
  background-color: var(--fifth-color);
}

.aboutus-title-6 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.aboutus-page .aboutus-list {
  padding-left: 0;
}

.aboutus-list li {
  list-style: none;
  padding: 15px 60px;
  box-shadow: 0px 4px 34px 0px var(--box-shadow);
  border-radius: 8px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.aboutus-list li .aboutus-img {
  float: left;
  width: 137px;
  height: 137px;
}

.aboutus-list .aboutus-content {
  float: left;
  padding-left: 60px;
  width: calc(100% - 137px);
}

.aboutus-list .aboutus-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.swal2-confirm {
  width: 90px;
  height: 30px;
  font-size: 14px !important;
  padding: 5px 20px;
  background-color: var(--second-color) !important;
}

.swal2-html-container {
  font-size: 16px !important;
}

.swal2-container {
  z-index: 99999;
}

.fancybox-container {
  z-index: 999999999;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  outline: none !important;
  box-shadow: none !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--second-color) !important;
  color: var(--second-color) !important;
}

/* ------------------modal-search----------------------------- */
#modal-search {
  background-color: var(--tenth-background);
}

#modal-search .modal-dialog {
  width: 40%;
  top: 40%;
}

#modal-search .form-search {
  position: relative;
}

#modal-search input {
  width: 100%;
  background: var(--sixth-color);
  border: none;
  color: var(--eleventh-color);
  padding: 20px;
  font-size: 16px;
  letter-spacing: 2.25px;
  border-radius: 3px;
}

#modal-search .form-search svg {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 15px 0;
  cursor: pointer;
  color: var(--eleventh-color);
  transition: all 0.2s linear;
}

#modal-search .form-search svg:hover {
  color: var(--second-color);
}

#modal-search .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--third-color);
  transition: opacity 0.3s linear 1s, top 0.3s linear 1s, background-color 0.3s linear;
  cursor: pointer;
}

#modal-search .search-close svg {
  color: var(--fourth-color);
}

#modal-search .search-close:hover {
  background-color: var(--second-color);
}

.search-null {
  text-align: center;
}

.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--fifteenth-color);
  box-shadow: 0px 1px 9px 1px var(--box-shadow-1);
  z-index: 9999;
  transition: all 0.3s linear;
  cursor: pointer;
}

.back-to-top svg {
  color: var(--third-color);
  /* margin-bottom: -3px; */
  margin-top: 12px;
  transition: all 0.3s linear;
  position: relative;
  z-index: 9;
}

.back-to-top::after {
  background-color: var(--third-color);
  content: "";
  height: 13px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 53%;
  border-radius: 10px;
  width: 2px;
  transform: translate(-50%, 50%);
  transition: all 0.3s linear;
  border: none;
  z-index: -1;
}

.back-to-top:hover {
  opacity: 0.7;
}

.back-to-top:hover svg {
  margin-top: 8px;
}

.back-to-top:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

#modal-dktn {
  z-index: 99999;
}

.toiuu .owl-carousel {
  display: block;
}

.toiuu .owl-carousel .slider-item {
  display: none;
}

.toiuu .owl-carousel .slider-item:first-child {
  display: block !important;
}

@media (max-width: 1500px) {
  .menu-header-item {
    margin: 0 10px;
  }

  .menu-header-item a {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .home-baochi .owl-nav button.owl-next {
    right: 0;
  }

  .home-baochi .owl-nav button.owl-prev {
    left: 0;
  }

  .form-dktv-sb .btn-dktv {
    width: 100%;
  }

  .header-phone a {
    font-size: 12px;
  }

  .header-language img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1300px) {
  .menu-header-item {
    margin: 0 5px;
  }

  .menu-header-item a {
    font-size: 12px;
  }

  .menu-header-item span {
    font-size: 10px;
  }

  .header-phone {
    padding: 8px;
    margin-right: 0;
    margin-left: 4px;
  }

  .header-phone a {
    font-size: 12px;
  }

  .home-2-item {
    min-height: 240px;
  }

  .home-3 .nav-home-3 li a {
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .header .col-cus-4 {
    width: 33.33333333%;
  }

  .header .col-cus-8,
  .header-phone,
  .header-search {
    display: none;
  }

  .header-menu-m {
    display: inline-block;
  }

  .header-menu-m svg {
    color: var(--fourteenth-color);
    margin-bottom: -12px;
    margin-left: 16px;
  }

  .header .col-cus-2 {
    width: 66.66666667%;
  }
}

@media (max-width: 768px) {
  .pcc {
    display: none !important;
  }

  .mbb {
    display: block !important;
  }

  .header .col-cus-8,
  .header-phone,
  .header-search {
    display: none;
  }

  .header-menu-m {
    display: inline-block;
  }

  .header-menu-m svg {
    color: var(--fourteenth-color);
    margin-bottom: -12px;
    margin-left: 16px;
  }

  .header .col-cus-2 {
    width: 66.66666667%;
  }

  .header {
    padding: 18px 0;
  }

  .logo-header img {
    /* width: 207px; */
    max-height: 46px;
  }

  .slider-home {
    min-height: unset;
  }

  .slider-owl img {
    height: 400px;
    width: 100%;
  }

  .slider-home-2 img {
    height: auto;
  }

  /* -------------------------------------------home-1--------------------------------- */
  .home-1-item img {
    height: 221px;
  }

  .home-1 .home-1-title h2,
  .home-2 .home-2-title h2,
  .home-3 .home-3-title h2,
  .home-5 .home-5-title h2,
  .home-rate .home-rate-title h2,
  .home-baochi .home-baochi-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  /* -------------------------------------------home-2--------------------------------- */
  .home-2-item {
    text-align: center;
  }

  .home-2-item img {
    float: none;
    margin-bottom: 20px;
  }

  .home-2-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  /* ------------------------------------home-3------------------------------ */
  .home-3 .nav-home-3 li {
    display: block;
    margin: 0;
    margin-bottom: 17px;
  }

  .home-3 .nav-home-3 li a {
    width: 100%;
  }

  .home-3 .owl-tab {
    margin-top: 30px;
    /* display: none; */
    margin-bottom: 10px;
  }

  .home-3 .nav-home-3 li.active .owl-tab {
    display: block;
  }

  /* ---------------------------------------home-5---------------------------------- */
  .home-5 .news-main {
    margin-bottom: 20px;
  }

  .home-5 .news-item img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .home-5 .news-item .news-content {
    padding-left: 0;
    float: none;
    width: 100%;
  }

  .home-5 .news-item {
    border-bottom: none;
    margin-bottom: 0;
  }

  /* -------------------------------------home-rate----------------------------- */
  .rate-infor-bs {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .rate-infor {
    margin-bottom: 20px;
  }

  /* ------------------------------------------home-baochi------------------------------- */
  .home-baochi .owl-nav button.owl-prev {
    left: 0px;
  }

  .home-baochi .owl-nav button.owl-next {
    right: 0px;
  }

  /* -------------------------------------------home-dktv-------------------------------- */
  .form-dktv {
    padding: 30px 20px;
  }

  .home-dktv img {
    margin-bottom: 20px;
  }

  /* ---------------------------------------footer----------------------------------------- */
  .footer-top-item {
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }

  .footer-top-item.last {
    margin-bottom: 0;
  }

  .footer-top-mail a {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-item {
    margin-bottom: 40px;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }

  .footer-item img {
    margin: 0 auto 20px;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 20px;
  }

  .copyright p {
    margin: 20px 0;
  }

  .footer-bottom .social {
    text-align: center;
  }

  .footer-bottom .social p {
    display: block;
    margin-bottom: 10px;
  }

  .footer-bottom {
    padding-bottom: 100px;
  }

  .tab-fixed-m {
    display: block;
  }

  .footer-right {
    padding-left: 0;
  }

  .back-to-top {
    bottom: 80px;
  }

  .back-to-top::after {
    display: none;
  }

  /* -------------------------------------contact------------------------------- */
  .contact-list {
    margin-bottom: 20px;
  }

  .banner-page img {
    min-height: 360px;
  }

  /* ----------------------------aboutus----------------------------------------- */
  .aboutus-list li {
    padding: 15px;
  }

  .aboutus-list li .aboutus-img {
    float: none;
    margin: 0 auto 20px;
  }

  .aboutus-list li .aboutus-img img {
    display: block;
  }

  .aboutus-list .aboutus-content {
    padding-left: 0;
    float: none;
    width: 100%;
  }

  .aboutus-page .aboutus-list {
    padding-left: 0;
  }

  .news-main img {
    height: auto;
  }

  .btn-tvmp {
    display: none;
  }

  #video-modal iframe {
    width: 100% !important;
    height: 300px !important;
    border: none;
    /* margin: 0 auto; */
  }

  .sidebar-news {
    position: relative;
    top: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes shake {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }
}

/* start landing 1 */
.landing1-banner img {
  width: 100%;
}

.landing1-ss1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ld1-ss1-img {
  padding-top: 10px;
}

.ld1-ss1-img img {
  max-height: 70px;
}

.ld1-ss1-title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* color: var(--primary-color); */
  font-weight: 700;
  text-align: center;
}

.ld1-ss1-des {
  padding-bottom: 10px;
}

.ld1-ss1-des p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}

.ld1-ss1-content {
  margin-top: 20px;
}

.ld1-ss1-item {
  float: left;
  text-align: center;
  padding: 10px;
  width: 20%;
}

.ld1-ss1-item p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  padding: 10px 20px;
  font-weight: 600;
}

.landing1-ss2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ld1-ss2-title {
  font-size: 28px;
  color: var(--third-color);
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.ld1-ss2-title img {
  max-width: 350px;
}

.ld1-ss2-item {
  padding-bottom: 10px;
}

.ld1-ss2-item+.ld1-ss2-item {
  margin-top: 20px;
}

.ld1-ss2-item .ss2-item-img {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.ld1-ss2-item .ss2-item-text {
  width: calc(100% - 84px);
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: var(--third-color);
  padding-right: 20px;
  line-height: 24px;
}

.ld1-ss2-item .ss2-item-text p {
  padding-top: 8px;
}

.ld1-ss2-img-human {
  position: relative;
  z-index: 1;
}

.ld1-ss2-img-human img {
  max-height: unset;
}

.ld1-ss2-qt-content {
  margin-top: 160px;
  position: relative;
  z-index: 2;
}

.ld1-ss2-qt-wrap {
  padding: 30px 20px 20px;
}

.ld1-ss2-qt .qt-img {
  border-radius: 0 70px 0 70px;
  overflow: hidden;
  border-right: solid 4px #1c52c3;
  border-bottom: 4px solid;
  margin-bottom: 15px;
}

.ld1-ss2-qt .ld1-ss2-qt-c h3 {
  font-weight: 700;
  color: var(--third-color);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.ld1-ss2-qt .ld1-ss2-qt-c p {
  color: var(--third-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.landing1-ss3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ld1-ss3-title {
  font-size: 28px;
  color: var(--second-color);
  margin-bottom: 20px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.ld1-ss3-des {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.ld1-ss3-title-img {
  margin-bottom: 20px;
}

.ld1-ss3-title-img img {
  max-height: 45px;
}

.ld1-ss3-img-left {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.ld1-ss3-img-left>div {
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  margin: 10px;
  padding: 10px 10px 0;
  overflow: hidden;
  cursor: pointer;
}

.ld1-ss3-img-left>div.active {
  background-color: var(--nineth-color);
}

.ld1-ss3-img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ld1-ss3-img-left img.active {
  background-color: var(--nineth-color);
}

.ld1-ss3-img-right {
  position: relative;
}

.ld1-ss3-name {
  position: absolute;
  bottom: 35px;
  right: 0;
}

.ld1-ss3-name p {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.ld1-ss3-name h4 {
  font-size: 28px;
  color: var(--seventh-color);
  font-weight: 700;
  text-align: right;
}

.ld1-ss3-img-right {
  margin-top: 20px;
}

.ld1-ss3-content .owl-dots {
  text-align: center;
}

.ld1-ss3-content .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary-color);
  margin: 5px;
}

.ld1-ss3-content .owl-dots button.active {
  background-color: var(--fouth-color);
  margin-top: 10px;
}

.landing1-ss4 {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

.ld1-ss4-title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--seventh-color);
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 32px;
  font-family: "Lato", sans-serif;
}

.ld1-ss4-content {
  padding: 0 100px;
}

.ld1-ss4-item {
  text-align: center;
}

.ld1-ss4-item-des {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.ld1-ss4-item-img img {
  max-height: 38px;
}

.landing1-ss5 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.ld1-ss5-title-img {
  max-height: 150px;
  text-align: center;
  margin-bottom: 20px;
}

.ld1-ss5-des {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ld1-ss5-content {
  padding: 20px 50px 20px;
}

.ld1-ss5-item {
  border: 1px solid var(--second-color);
  border-radius: 220px 0 220px 0;
  background: var(--second-color);
  overflow: hidden;
}

.ld1-ss5-item img {
  border-radius: 0 0 220px 0;
}

.ld1-ss5-item-content {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 60px;
  margin-left: 20px;
  text-align: center;
}

.ld1-ss5-item-content .number {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--third-color);
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
}

.ld1-ss5-item-content .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}

.landing1-ss6 {
  padding: 50px 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ld1-ss6-title {
  text-align: center;
  font-size: 28px;
  color: var(--third-color);
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.ld1-ss6-des {
  color: var(--third-color);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}

.ld1-ss6-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.mg-auto {
  margin: 0 auto;
}

.ld1-ss6-img {
  text-align: center;
  max-height: 70px;
  margin-bottom: 20px;
}

.ld1-ss6-content {
  margin-top: 20px;
}

.ld1-ss6-item+.ld1-ss6-item {
  margin-top: 20px;
}

.ld1-ss6-item-img {
  width: 80px;
  height: 80px;
  border: 3px solid var(--second-color);
  background: var(--third-color);
  margin-right: 20px;
  text-align: center;
  line-height: 73px;
  border-radius: 100%;
  float: left;
}

.ld1-ss6-item-text {
  color: var(--third-color);
  width: calc(100% - 100px);
  float: left;
  padding: 10px 0;
}

.ld1-ss6-item-text h5 {
  color: var(--fouth-color);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.ld1-ss6-item-text p {
  font-size: 16px;
  line-height: 24px;
}

.form-dkud-wrap .form-dktv {
  background-color: var(--thirteenth-color);
}

.form-dkud-wrap .form-dktv h2 {
  color: var(--third-color);
  margin-bottom: 30px;
}

.menu-header-landing {
  padding: 13px 0;
}

.form-dkud-wrap .btn-dktv {
  border: 1px solid var(--third-color);
}

/* --- reponsive landing1 --- */
@media only screen and (max-width: 768px) {
  .ld1-ss1-title {
    font-size: 28px;
    line-height: 34px;
  }

  .ld1-ss1-des p {
    max-width: 100%;
  }

  .ld1-ss1-item {
    width: 50%;
  }

  .clearfix2 {
    clear: both;
  }

  .ld1-ss2-qt-content {
    margin-top: 0;
  }

  .ld1-ss2-qt-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .ld1-ss2-qt {
    margin-bottom: 20px;
  }

  .ld1-ss3-title {
    font-size: 26px;
  }

  .ld1-ss3-title-img img {
    max-width: 70%;
  }

  .ld1-ss3-img-left>div {
    width: 80px;
    height: 80px;
  }

  .ld1-ss3-img-left {
    margin-bottom: 20px;
  }

  .landing1-ss4 {
    padding-top: 10px;
  }

  .ld1-ss4-content {
    padding: 0;
  }

  .ld1-ss4-item {
    margin-bottom: 20px;
  }

  .landing1-ss5 {
    padding-top: 30px;
  }

  .ld1-ss5-title-img {
    max-height: 70px;
  }

  .ld1-ss5-content {
    padding: 0;
  }

  .ld1-ss5-item {
    border-radius: 100px 0 100px 0;
    margin-bottom: 20px;
  }
}

/* end landing 1 */
/* start landing2 */
.cus-row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.cus-col-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.landing2-banner {
  background-position: center center;
  background-size: cover;
}

.ld2-banner-img {
  padding-left: 100px;
}

.landing2-ss1 {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

.ld2-ss1-title {
  font-size: 44px;
  color: var(--seventh-color);
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ld2-ss1-wrap {
  padding: 10px 0;
}

.ld2-ss1-wrap {
  position: relative;
}

.ld2-ss1-wrap .owl-nav {
  height: 0;
}

.ld2-ss1-wrap .owl-nav button {
  position: absolute;
}

.ld2-ss1-wrap .owl-nav button svg {
  fill: #fff;
}

.ld2-ss1-wrap .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss1-wrap .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss1-wrap .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.ld2-ss1-wrap .owl-dots button {
  width: 10px;
  height: 10px;
  background: var(--eleventh-color);
  margin: 0 5px;
  border-radius: 100%;
}

.ld2-ss1-wrap .owl-dots button.active {
  background: var(--fouth-color);
}

.landing2-ss2 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.ld2-ss2-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  padding: 10px 0;
  color: var(--seventh-color);
  text-transform: uppercase;
}

.ld2-ss2-content {
  margin-top: 20px;
}

.ld2-ss2-content h3,
.ld2-ss2-content h4,
.ld2-ss2-content h2 {
  font-size: 24px;
  color: var(--eleventh-color);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ld2-ss2-content ul {
  padding-left: 50px;
}

.ld2-ss2-content ul,
.ld2-ss2-content li {
  list-style: disc;
  font-size: 20px;
  line-height: 32px;
  color: var(--primary-color);
}

.ld2-ss2-img {
  padding-bottom: 10px;
}

.landing2-ss3 {
  padding: 50px 0;
  background-color: var(--second-color);
}

.ld2-ss3-title {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 20px;
  padding: 10px 0;
  color: var(--third-color);
  font-weight: 700;
  text-align: center;
}

.ld2-ss3-content {
  padding-top: 30px;
  padding-bottom: 10px;
}

.ld2-ss3-content img {
  width: 100%;
}

.ld2-ss3-content .nav-tabs {
  border-bottom: none;
}

.ld2-ss3-content .ss3-tab>div {
  text-align: center;
  background-color: var(--seventh-color);
  color: var(--third-color);
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.2s linear;
}

.ld2-ss3-content .ss3-tab>div a {
  color: var(--third-color);
  transition: 0.2s linear;
  display: block;
}

.ld2-ss3-content .ss3-tab>div:hover {
  background-color: var(--third-color);
}

.ld2-ss3-content .ss3-tab>div:hover a {
  color: var(--seventh-color);
}

.ld2-ss3-content .ss3-tab>div.active {
  background-color: var(--third-color);
  color: var(--third-color);
}

.ld2-ss3-content .ss3-tab>div.active a {
  color: var(--seventh-color);
}

.ld2-ss3-dktv {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
  margin-top: 20px;
}

.ld2-ss3-dktv button {
  margin-left: 20px;
  border: 2px solid var(--nineth-color);
  background-color: #fecf7e;
  color: var(--seventh-color);
  text-transform: uppercase;
  font-size: 19px;
  border-radius: 20px;
  text-align: center;
  padding: 6px 15px;
  font-weight: 700;
}

.landing2-ss4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ld2-ss4-title {
  font-size: 44px;
  color: var(--seventh-color);
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 0;
}

.ld2-ss4-item+.ld2-ss4-item {
  margin-top: 20px;
}

.ld2-ss4-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 15px 5px;
  color: var(--third-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  background-color: var(--second-color);
}

.ld2-ss4-item-des {
  font-size: 17px;
  line-height: 25px;
}

.landing2-ss5 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.ld2-ss5-title {
  padding: 5px 0;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--seventh-color);
}

.ld2-ss5-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ld2-ss5-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}

.landing2-ss6 {
  padding-bottom: 50px;
}

.ld2-ss6-item {
  margin-bottom: 20px;
}

.ld2-ss6-item-img {
  margin-bottom: 20px;
}

.ld2-ss6-item img {
  width: 100%;
}

.ld2-ss6-item-text h3 {
  background-color: var(--seventh-color);
  font-weight: 700;
  color: var(--third-color);
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 13px 15px 10px;
  margin-bottom: 10px;
}

.ld2-ss6-item-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.landing2-banner2 {
  padding-top: 20px;
}

.landing2-banner2 img {
  width: 100%;
}

.landing2-ss7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing2-ss7 iframe {
  width: 100%;
}

.landing2-ss8 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  background-color: var(--second-color);
}

.ld2-ss8-content {
  position: relative;
}

.ld2-ss8-content .owl-nav {
  height: 0;
}

.ld2-ss8-content .owl-nav button {
  position: absolute;
}

.ld2-ss8-content .owl-nav button svg {
  fill: #fff;
}

.ld2-ss8-content .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss8-content .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss8-content .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.ld2-ss8-content .owl-dots button {
  width: 10px;
  height: 10px;
  background: var(--eleventh-color);
  margin: 0 5px;
  border-radius: 100%;
}

.ld2-ss8-content .owl-dots button.active {
  background: var(--fouth-color);
}

.ld2-ss8-item-img {
  margin-bottom: 20px;
}

.landing-ss9 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
}

.ld2-ss9-title {
  font-size: 44px;
  color: var(--second-color);
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.ld2-ss9-title2 {
  color: #fecf8b;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.ld2-ss9-banner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ld2-ss9-content-wrap .ld2-ss9-title {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  margin-bottom: 0;
}

.ld2-ss9-content {
  position: relative;
  z-index: 2;
}

.ld2-ss9-content .ld2-ss9-item {
  float: left;
  width: 20%;
  text-align: center;
}

.ld2-ss9-item-img {
  transform: translate(0, 50%);
}

.ld2-ss9-item-des {
  margin: 0 10px 0;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--third-color);
  border-radius: 10px;
}

.ld2-ss9-item-des h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 26px;
  color: var(--seventh-color);
}

.ld2-ss9-item-des p {
  font-size: 18px;
  line-height: 24px;
}

.landing2-ss10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ld2-ss10-title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--seventh-color);
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0;
}

.ld2-ss10-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.ld2-ss10-wrap .owl-nav {
  height: 0;
}

.ld2-ss10-wrap .owl-nav button {
  position: absolute;
}

.ld2-ss10-wrap .owl-nav button svg {
  fill: #fff;
}

.ld2-ss10-wrap .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss10-wrap .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9;
}

.ld2-ss10-wrap .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.ld2-ss10-wrap .owl-dots button {
  width: 10px;
  height: 10px;
  background: var(--eleventh-color);
  margin: 0 5px;
  border-radius: 100%;
}

.ld2-ss10-wrap .owl-dots button.active {
  background: var(--fouth-color);
}

.landing2-banner3 {
  padding-top: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.landing2-banner3 .ld2-banner3-img {
  padding-left: 100px;
  padding-top: 100px;
}

.ld2-banner3-img2 {
  text-align: center;
  max-width: 380px;
}

.translated-ltr .language-en {
  display: none !important;
}

/* reponsive landing2 */
@media only screen and (max-width: 768px) {
  .header-tool {
    margin-top: 0;
  }

  .home-3 {
    padding-bottom: 0;
    padding-top: 15px;
  }

  .ld2-banner-img {
    padding-left: 0;
  }

  .ld2-ss1-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss2-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss2-content {
    margin-bottom: 20px;
  }

  .ld2-ss2-content h3,
  .ld2-ss2-content h4,
  .ld2-ss2-content h2 {
    font-size: 22px;
  }

  .ld2-ss3-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss3-tab .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ss3-tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ss3-tab {
    margin-bottom: 20px;
  }

  .ld2-ss3-content {
    padding-top: 10px;
  }

  .ld2-ss3-content img {
    margin-bottom: 20px;
  }

  .ld2-ss3-dktv {
    margin-top: 0px;
  }

  .ld2-ss3-dktv button {
    margin-left: 0;
    margin-top: 20px;
  }

  .ld2-ss4-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss4-banner {
    margin-bottom: 20px;
  }

  .ld2-ss4-item-img {
    margin-top: 20px;
  }

  .ld2-ss5-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss6-item {
    margin-bottom: 40px;
  }

  .ld2-ss9-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss9-title2 {
    font-size: 32px;
    line-height: 40px;
  }

  .ld2-ss9-content-wrap .ld2-ss9-title {
    margin-top: 0;
  }

  .ld2-ss9-content .ld2-ss9-item {
    width: 100%;
    margin-top: -25px;
  }

  .ld2-ss10-title {
    font-size: 32px;
    line-height: 40px;
  }

  .landing2-banner3 .ld2-banner3-img {
    padding-left: 0;
    padding-top: 0;
  }
}

/* end landing2 */
@media (max-width: 1200px) {
  .ld1-ss3-img-left {
    width: 100%;
  }

  .menu-child {
    left: -200px;
  }

  .news-item img {
    min-height: unset;
    height: 230px;
  }

  .header-phone svg {
    display: none;
  }

  .header-phone {
    padding: 4px;
  }
}

@keyframes headerdown {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}