@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
.registButton {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

a.registButton {
  display: inline-block;
  border-radius: 40px;
}

@-webkit-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.registButton_black {
  box-shadow: 0 0 0 0 #adb5bd;
  -webkit-animation: won_1 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: won_1 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: won_1 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: won_1 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

a.registButton_black {
  display: inline-block;
  border-radius: 40px;
}

@-webkit-keyframes won_1 {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes won_1 {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes won_1 {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes won_1 {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.hover_zoom_img img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hover_zoom_img img:hover {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}

/* @font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto-Thin.ttf);
} */
@font-face {
  font-family: Lato-Regular;
  src: url(../fonts/Lato-Regular.ttf);
}
/* @font-face {
  font-family: Lato-Heavy;
  src: url(../fonts/Lato-Heavy.ttf);
} */
@font-face {
  font-family: Lato-Bold;
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: Lato-Black;
  src: url(../fonts/Lato-Black.ttf);
}
/* @font-face {
  font-family: Lato-Thin;
  src: url(../fonts/Lato-Thin.ttf);
} */
@font-face {
  font-family: UTM-NeoSansIntel;
  src: url(../fonts/UTM-NeoSansIntel.ttf);
}
:root {
  /* ===== Colours ===== */
  --body-color: #fff;
  /* ===== Transition ===== */
  --tran-02: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.4s ease;
  --tran-05: all 0.5s ease;
  --tran-06: all 0.6s ease;
  --tran-07: all 0.7s ease;
  /* ===== Fix ===== */
  --plyr-video-background: transparent;
  --plyr-video-controls-background: transparent;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  background-color: var(--body-color);
  font-size: 16px;
  font-family: "Lato-Regular", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.bt_custom {
  margin: 0px auto 0px;
  width: 180px;
  position: relative;
  z-index: 1;
}
.bt_custom .btn {
  padding: 0;
  border-radius: 30px;
}

.slider_cust .pic {
  text-align: center;
  opacity: 0.5;
  transition: var(--tran-03);
  margin-bottom: 20px;
}
.slider_cust .title-sl {
  margin: 30px 0 30px;
  text-align: center;
  opacity: 0;
  transition: var(--tran-03);
}
.slider_cust .swiper-slide-active .pic {
  opacity: 1;
}
.slider_cust .swiper-slide-active .title-sl {
  opacity: 1;
}
.slider_cust .swiper-slide {
  width: 87.5%;
  text-align: center;
}
.slider_cust .swiper-pagination {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0;
  bottom: 0;
  width: 95%;
}
.slider_cust .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
  max-width: 10px;
  width: 100%;
  border-radius: 15px;
  height: 10px;
  margin: 0 !important;
}
.slider_cust .swiper-pagination-bullet-active {
  background-color: #fff;
}

.plyr__video-wrapper video {
  border-radius: 25px;
  padding: 2px;
}

.plyr--video .plyr__control {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.plyr__controls {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.plyr__controls svg {
  width: 16px;
  height: 16px;
}
.plyr__controls button {
  margin: 0 auto !important;
  padding: 12px 12px 12px 12px;
}

@media only screen and (max-width: 414px) {
  .row__fix {
    margin-right: -5px;
    margin-left: -5px;
  }

  .colum__fix {
    padding: 0 5px;
    margin: 5px 0;
  }
}
/* ====== E Reset css ====== */
/* ====== S Tab css ====== */
.tab_custom input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab_custom {
  overflow: hidden;
  max-width: 265px;
  margin: auto;
}

.tab_custom .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
}
.tab_custom .tab:not(:first-child) .tab-label {
  border-top: 2px solid #fff;
}
.tab_custom .tab-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: auto;
}
.tab_custom .tab-label::after {
  position: absolute;
  content: "";
  background: url(../images/t10-arr-up.png) no-repeat center;
  width: 1em;
  height: 1em;
  right: 0em;
  line-height: 1;
  text-align: center;
  transition: all 0.35s;
}
.tab_custom .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #fff;
}

.tab_custom input:checked + .tab-label::after {
  transform: rotate(180deg);
}
.tab_custom input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 10px 0em 20px;
  text-align: left;
}

/* ====== E Tab css ====== */
.temp {
  overflow: hidden;
  position: relative;
}
.temp_title {
  text-align: center;
  /*font-weight: bold;*/
  font-family: "UTM-NeoSansIntel", sans-serif;
}

.temp_title p {
  color: #fff;
  font-size: 29px;
  padding: 40px 0 60px;
  margin-bottom: 0;
}

@media only screen and (max-width:1199px) {
  .temp_title p {
    font-size: 20px;
  }
}

.box__video {
  position: relative;
  line-height: 0;
}

#main {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto 0;
  background-color: #01a947;
}

@media only screen and (max-width: 767px) {
  #main {
    max-width: 480px;
    background-color: #00a946;
  }
}
#temp_Banner {
  position: relative;
  text-align: center;
}
#temp_Banner .bt_custom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
#temp_Banner .pic {
  position: relative;
}
#temp_Banner .them_slider {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 9;
}
#temp_Banner .them_slider .swiper-button-next,
#temp_Banner .them_slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 48px;
  margin-top: 0;
}
#temp_Banner .them_slider .swiper-button-next {
  background-image: url(../images/bn-arr-phai.png);
  right: 30px;
}
#temp_Banner .them_slider .swiper-button-prev {
  background-image: url(../images/bn-arr-trai.png);
  left: 30px;
}
#temp_Banner .them_slider .swiper-button-prev:after,
#temp_Banner .them_slider .swiper-button-next:after {
  display: none;
}
#temp_Banner .pading {
  padding-left: 15px;
  padding-right: 15px;
}

#temp2 {
  padding-top: 0px;
}
#temp2 .box {
  text-align: center;
  position: relative;
}
#temp2 .bt_custom {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
}

/* .bg_dai {
  background: url(../images/12a.jpg) no-repeat center top;
  background-size: 100%;
} */

#temp3 {
  background: url(../images/t3-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 54px 0 0px;
}
#temp3 .temp_title {
  margin-bottom: 45px;
}
#temp3 .box__2 .temp_title {
  margin-bottom: 28px;
}

#temp3_them {
  background-image: url(../images/t3-bg-them.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 50px 0 0px;
}
#temp3_them .temp_title {
  margin-bottom: 25px;
}
#temp3_them .titsm {
  margin-top: 15px;
}

#temp4 {
  background: url(../images/t4-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 40px 0 0;
}
#temp4 .temp_title {
  margin-bottom: 25px;
}
#temp4 .big_img {
  position: relative;
  padding-top: 10px;
}
#temp4 .big_img .bt_custom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

#temp5 {
  background: url(../images/t5-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0px 0 40px;
}
#temp5 .slider_cust .pic {
  opacity: 1;
}
#temp5 .video {
  background: #f9fcfb;
  background: linear-gradient(180deg, #f9fcfb, #f7fcfa);
  text-align: center;
}
#temp5 .temp_title {
  margin-bottom: 45px;
}
#temp5 .anh-demo {
  padding: 0 15px;
}
#temp5 .box__1 .slider_cust .pic {
  margin-bottom: 30px;
}
#temp5 .box__2 {
  padding-top: 95px;
  padding-bottom: 75px;
}
#temp5 .box__2 .temp_title {
  margin-bottom: 25px;
  position: relative;
}
#temp5 .box__2 .testc {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  font-size: 38px;
  font-family: "Lato-Black";
  color: #fff;
  margin-bottom: 0;
}
#temp5 .box__3 {
  padding: 0 15px;
}
#temp5 .box__3 .temp_title {
  margin-bottom: 20px;
}
#temp5 .box__3 .slider_cust p {
  margin-bottom: 0px;
  opacity: 0;
  transition: var(--tran-03);
}
#temp5 .box__3 .slider_cust p:first-child {
  margin-bottom: 10px;
}
#temp5 .box__3 .slider_cust .pic {
  margin-bottom: 6px;
}
#temp5 .box__3 .slider_cust .swiper-slide-active p {
  opacity: 1;
}
#temp5 .bt_custom {
  margin-top: 30px;
}

#temp7 {
  background: url(../images/t7-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding-top: 33px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -1px;
}
#temp7 .slider_cust .pic {
  margin-bottom: 30px;
}
#temp7 .slider_cust .swiper-button-next,
#temp7 .slider_cust .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 0;
}
#temp7 .slider_cust .swiper-button-next {
  background-image: url(../images/ar-bsi-phai.png);
}
#temp7 .slider_cust .swiper-button-prev {
  background-image: url(../images/ar-bsi-trai.png);
}
#temp7 .slider_cust .swiper-button-prev:after,
#temp7 .slider_cust .swiper-button-next:after {
  display: none;
}
#temp7 .bt_custom {
  margin-top: 37px;
}

#temp9 {
  background: url(../images/t9-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding-top: 10px;
  padding-bottom: 200px;
}
#temp9 .pic {
  padding: 0 25px 10px;
}

#temp10 {
  background: #00a946 url(../images/t10-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 55px;
}
#temp10 .temp_title {
  margin-bottom: 15px;
}
#temp10 .cac_goi {
  margin-bottom: 40px;
}
#temp10 .cac_goi .nav-tabs {
  border-bottom: none;
  max-width: 420px;
  margin: 0 auto;
}
#temp10 .cac_goi .nav-item {
  width: 100%;
  border-bottom: 2px solid #09a148;
}
#temp10 .cac_goi .nav-item p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  background: url(../images/t10-3sao.png) no-repeat center left;
  transform: translateY(-50%);
}
#temp10 .cac_goi .nav-item:nth-child(1) p:after {
  width: 22px;
  left: -27px;
}
#temp10 .cac_goi .nav-item:nth-child(2) p:after {
  width: 51px;
  left: -56px;
}
#temp10 .cac_goi .nav-item:nth-child(3) p:after {
  width: 80px;
  left: -85px;
}
#temp10 .cac_goi .tab-label {
  font-family: "Lato-Black", sans-serif;
  font-size: 19.2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0 1px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.7;
}
#temp10 .cac_goi .tab-label:after {
  position: absolute;
  content: "";
  background: url(../images/t10-arr-up.png) no-repeat center;
  background-size: 100%;
  width: 1em;
  height: 1em;
  right: 0em;
  line-height: 1;
  text-align: center;
  transition: all 0.35s;
}
#temp10 .cac_goi .nav-link {
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
}
#temp10 .cac_goi .nav-link p {
  margin-bottom: 0;
  position: relative;
  padding-top: 5px;
}
#temp10 .cac_goi .nav-link .link-content {
  max-height: 0;
  font-family: "UTM-NeoSansIntel", sans-serif;
  text-align: center;
  font-size: 16px;
}
#temp10 .cac_goi .nav-link.active .link-content {
  max-height: 100vh;
  padding: 6px 0 7px;
}
#temp10 .cac_goi .nav-link.active .tab-label {
  font-size: 22.4px;
  opacity: 1;
}
#temp10 .cac_goi .nav-link.active .tab-label:after {
  transform: rotate(180deg);
}
#temp10 .slider_cust .pic {
  margin-bottom: 25px;
}

#temp6 {
  background: #008b3a url(../images/t11-bg.jpg) no-repeat center top;
  padding: 10px 0 16px;
  background-size: 100% 100%;
}
#temp6 .temp_title {
  padding-bottom: 35px;
}
#temp6 .f_section .form-group::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #009450;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#temp6 .f_section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #009450;
}
#temp6 .f_section option {
  color: #000;
}
#temp6 .box_form {
  background: url(../images/bg-dky.jpg) no-repeat center;
  max-width: 450px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 30px;
}
#temp6 .box_form .form-group {
  margin-bottom: 20px;
  position: relative;
}
#temp6 .box_form .form-group select,
#temp6 .box_form .form-group input {
  height: 50px;
  border: 0px solid #44755c;
  background-color: rgba(0, 148, 79, 0.1);
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.375rem 1.25rem;
}
#temp6 .box_form .form-group select::placeholder,
#temp6 .box_form .form-group input::placeholder {
  color: #009450;
}
#temp6 .box_form .form-group input {
  font-style: italic;
}
#temp6 .box_form .trong-test-form .form-group {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#temp6 .form-control {
  border: 0;
}
#temp6 .lien_he {
  margin: 20px 0 20px;
  font-family: "UTM-NeoSansIntel", sans-serif;
  color: #008231;
  font-size: 15px;
  text-align: center;
  font-style: italic;
}
#temp6 .btn_send_fix {
  color: #fff;
  text-transform: uppercase;
}

#footer_landing {
  background: url(../images/ft-bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 16px 0 60px;
  max-width: 480px;
  margin: -1px auto 0;
  position: relative;
  color: #fff;
}
#footer_landing > .conatiner {
  padding: 0 30px;
}
#footer_landing p {
  margin-bottom: 0;
}
#footer_landing .logo {
  text-align: center;
  margin-bottom: 31px;
}
#footer_landing .logo img {
  max-width: 170px;
}
#footer_landing .colum_all {
  font-size: 14.06px;
  margin-bottom: 27px;
}
#footer_landing .colum_all .title {
  font-family: "Lato-Bold", sans-serif;
  line-height: 21.1px;
  margin-bottom: 5px;
}
#footer_landing .colum_all li {
  font-family: "Lato-Regular", sans-serif;
  margin-bottom: 3px;
}
#footer_landing .colum_all li a {
  color: #fff;
}
#footer_landing .colum__2 {
  margin-bottom: 38px;
}
#footer_landing .colum__2 .title {
  margin-bottom: 8px;
}
#footer_landing .colum__3 {
  margin-bottom: 32px;
}
#footer_landing .colum__3 .title {
  margin-bottom: 5px;
  line-height: 17.4px;
}
#footer_landing .colum__4 {
  margin-bottom: 15px;
}
#footer_landing .colum__4 .title {
  line-height: 17.4px;
}
#footer_landing .thong_tin_t .ft_xem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 39px;
}
#footer_landing .thong_tin_t .list-1 {
  margin-top: 5px;
}
#footer_landing .thong_tin_t .list-1 .chi_tiet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 39px;
  margin-bottom: 5px;
}
#footer_landing .thong_tin_t .list-1 .chi_tiet a {
  color: #fff;
}
#footer_landing .thong_tin_t .list-1 .ft_chitietN:last-child {
  position: relative;
}
#footer_landing .thong_tin_t .list-1 .ft_chitietN:last-child:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #fff;
  left: -31px;
  top: 50%;
  margin-top: -5px;
}
#footer_landing .slogan {
  font-size: 12.8px;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 14px;
}
@media only screen and (min-width: 768px) {
  #footer_landing {
    max-width: 1920px;
    padding-top: 60px;
  }
  #footer_landing > .conatiner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #footer_landing .logo {
    grid-column: 1/13;
  }

  #footer_landing .box__df {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }

  #footer_landing .colum_all {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #footer_landing .colum_all .title {
    font-size: 13px;
  }
  #footer_landing .colum_all .title p {
    font-size: 10px;
  }
  #footer_landing .colum_all li {
    margin-bottom: 5px;
  }

  #footer_landing .thong_tin_t {
    grid-column: 1/13;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    font-size: 12px;
    display: grid;
  }
  #footer_landing .thong_tin_t .bct {
    display: none;
  }

  #footer_landing .thong_tin_t .list-1 .ft_chitietN:last-child:after {
    width: 10px;
    height: 10px;
    left: -33px;
    margin-top: -7px;
  }

  #footer_landing .slogan {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 992px) {
  #footer_landing .logo {
    grid-column: 1/2;
  }

  #footer_landing .box__df {
    grid-column: 2/13;
  }

  #footer_landing .colum_all {
    font-size: 15px;
  }
  #footer_landing .colum_all .title {
    font-size: 16px;
  }
  #footer_landing .colum_all .title p {
    font-size: 13px;
  }
  #footer_landing .colum_all li {
    margin-bottom: 10px;
  }

  #footer_landing .thong_tin_t {
    grid-column: 2/13;
    font-size: 14px;
  }

  #footer_landing .slogan {
    grid-column: 3/13;
  }
}

#temp3 .box__3 {
  padding-top: 40px;
}
#temp3 .big_img .bt_custom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #temp_Banner .them_slider {
    display: none;
  }
  .slider_kh23 .swiper-slide:not(.swiper-slide-active) .pic {
    transform: scale(0.85);
  }
  .slider_cust .pic {
    margin-bottom: 40px;
  }
  .plyr.plyr--stopped .plyr__video-wrapper video {
    opacity: 0;
  }
  .bg_dai {
    background: url(../images/bg-dai1.jpg) no-repeat center bottom;
    padding-top: 90px;
  }
  #temp5 {
    background: url(../images/bg-dai2.jpg) no-repeat center top;
    background-color: #00a846;
    padding-bottom: 60px;
  }
  .bg-dai3 {
    background: url(../images/bg-dai3.jpg) no-repeat center top;
    background-color: #028036;
    padding-bottom: 150px;
  }

  .bg-dai4 {
    background: url(../images/bg-dai4.jpg) no-repeat center top;
    background-color: #00a846;
  }

  .bg_dai,
  #temp5,
  .bg-dai3,
  .bg-dai4 {
    background-size: 1110px;
  }
  .bg-dai3 {
    padding-bottom: 60px;
  }
  #temp2 .bt_custom {
    bottom: 20px;
  }
  #temp3 {
    background: none;
  }
  #temp3 .box__3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #temp3 .box__3 .slider_cust {
    max-width: 74%;
  }
  #temp3 .box__3 .slider_cust .pic {
    opacity: 1;
  }
  #temp5 .anh-demo {
    max-width: 45%;
    margin: auto;
  }
  #temp5 .box__2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #temp5 .box__3 {
    padding: 0;
  }
  #temp5 .box__3 .slider_cust {
    max-width: 60%;
    padding: 0 40px;
  }
  #temp7 {
    background: none;
    padding: 0 0 70px;
  }
  #temp7 .temp_title {
    margin-bottom: -70px;
  }
  #temp7 .slider_cust {
    max-width: 59%;
  }
  #temp9 img {
    width: 59%;
  }
  #temp9 {
    background: none;
  }
  #temp10 {
    background: none;
  }
  #temp6 {
    background: none;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .bt_custom {
    width: 200px;
  }
  .bg_dai,
  #temp5,
  .bg-dai3,
  .bg-dai4 {
    background-size: 1374px;
  }

  #temp5 .box__2 .testc {
    font-size: 50px;
  }

  #temp10 .cac_goi .nav-tabs {
    max-width: 655px;
  }
  #temp10 .cac_goi .nav-link.active .tab-label {
    font-size: 30px;
  }
  #temp10 .cac_goi .nav-link .link-content {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg_dai,
  #temp5,
  .bg-dai3,
  .bg-dai4 {
    background-size: 1524px;
  }
  .bt_custom {
    width: 270px;
  }
}
@media only screen and (min-width: 1401px) {
  .mw_1380 {
    max-width: 1380px;
  }
  .bg_dai,
  #temp5,
  .bg-dai3,
  .bg-dai4 {
    background-size: 1920px;
  }
  #temp2 .bt_custom {
    bottom: 40px;
  }
  #temp3 {
    padding-top: 135px;
  }
  #temp3 .box__1 .temp_title {
    margin-bottom: 100px;
  }
  #temp3 .box__3 {
    padding-top: 60px;
  }
  #temp3 .box__3 .slider_cust .pic {
    margin-bottom: 60px;
  }
  #temp5 {
    padding-top: 50px;
  }
  #temp5 .box__2 {
    padding-top: 90px;
  }
  #temp5 .box__2 .testc {
    font-size: 60px;
  }
  #temp5 .box__2 .temp_title {
    margin-bottom: 40px;
  }
  .bg-dai3 {
    padding-bottom: 60px;
  }
  #temp7 {
    padding-top: 40px;
    /*padding-bottom: 200px;*/
  }
  #temp7 .temp_title {
    margin-bottom: 0;
  }
}
/* @media only screen and (max-width: 1199px) and (min-width: 768px) {
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
} */

@media only screen and (max-width: 767px) {
  #temp7 .temp_title {
    display: none;
  }

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