* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: Roboto;
  font-weight: 400;
}

:root {
    --mainColor: #007adb;
    --secondColor: #00a8ef;
    --overColor: #e3f8eb;
    --textDarkColor: #484554;
    --textDarkSecondColor: #181818;
    --textLightColor: #ffffff;
    --textSecondColor: #11519B;
    --desciptionTextColor: #555555;
    --backgroundSection: #efefef;
    --backgroundGray: #ccc;
    --backgroundPostGray: #F5F4F4;
    --borderAdsColor: #C1C7CD;
    --backgroundFooterGray: #DEE1E4;
    --boxShadow: rgba(100, 100, 111, 0.2);
    --overLayout: #000000a6;
}

@font-face {
  font-family: "UTM Avo";
  font-weight: 400;
  font-style: normal;
  src: url(./../fonts/UTM/UTMAvo.ttf);
}

@font-face {
  font-family: "UTM Avo";
  font-weight: 800;
  font-style: bold;
  src: url(./../fonts/UTM/UTMAvoBold.ttf);
}

@font-face {
  font-family: "Barlow";
  font-weight: 400;
  font-style: normal;
  src: url(./../fonts/Barlow/Barlow-Regular.ttf);
}

@font-face {
  font-family: "Barlow";
  font-weight: 700;
  font-style: bold;
  src: url(./../fonts/Barlow/Barlow-Bold.ttf);
}

@font-face {
  font-family: "Noto Serif SC";
  font-weight: 400;
  font-style: normal;
  src: url(./../fonts/NOTO/NotoSerif-Regular.ttf);
}

@font-face {
  font-family: "Noto Serif SC";
  font-weight: 800;
  font-style: bold;
  src: url(./../fonts/NOTO/NotoSerif-Bold.ttf);
}

@font-face {
  font-family: "Aachen";
  font-weight: 700;
  font-style: bold;
  src: url(./../fonts/Aachen/TiltWarp-Regular.ttf);
}

@media (min-width: 1280px) {
  .container {
    max-width: 1110px;
  }
}
#main{
    min-height: calc(100vh - 400px)
}
.section-content {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.slick-slide a,
.slick-slide {
  outline: none;
}

.userNoneSelect {
  user-select: none;
}

.flex-row {
  display: flex;
  align-items: center;
}

.section {
  position: relative;
  min-height: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
}

.section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-cover {
  width: 100%;
  object-fit: cover;
}

.box-image {
  position: relative;
}

.textLine-1 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-2 {
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-3 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-4 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-5 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box .box-image a,
.banner a {
  display: block;
}

.box.box-vertical {
  display: flex;
  flex-wrap: wrap;
}

.box.box-vertical .box-text {
  flex: 1;
  padding-left: 15px;
}

.custom-menu-mobile {
  display: none;
}

button:focus,
.navbar-toggler:focus {
  box-shadow: unset;
}

/* Scroll global */
/* width */
.customize-scroll-bar::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.customize-scroll-bar::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.customize-scroll-bar::-webkit-scrollbar-thumb {
  background: #C1C7CD;
  border-radius: 3px;
}

/* Handle on hover */
.customize-scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.box .box-text .heading>a:hover,
.box .box-text .heading-box>a:hover,
.left-hotnews .box-image-hotnews .heading-news a:hover,
.right-hotnews .news-right-item .box-text>a:hover,
.wapper-news-events .left-box-event .box-text .heading:hover,
.right-event-news>.col-inner .right-event-news .box-text .heading:hover,
.col-6-2-2 .item-news-6-2-2 .box-text .heading-box>a:hover,
.col-8-2-2>.col-inner .item-news-8-2-2 .box-text a:hover,
.item-news-8-2-1 .box-text a:hover,
.col-9-2-2 .item-news-9-2-2 .box-text .heading a:hover,
.col-9-2-1 .item-news-9-2-1 .box-text .heading a:hover {
  color: var(--textSecondColor);
}

.video-7-1-2 .box-text .heading-box a:hover,
.col-7-1-3 .box-text .heading-box a:hover,
.item-news-7-1-1 .box-text .heading-box a:hover {
  color: var(--backgroundFooterGray);
}

/* Paging */
.page-numbers.nav-pagination {
  display: table;
  width: 100%;
}

ul.links li {
  margin: 0.4em;
  display: inline-block;
}

ul.links li:first-child {
  margin-left: 0;
}

.nav-pagination>li>span,
.nav-pagination>li>a {
  display: block;
  height: 33px;
  text-align: center;
  width: auto;
  min-width: 33px;
  padding: 0 7px;
  border-radius: unset;
  line-height: 33px;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  color: #111;
}

.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover {
  background-color: var(--mainColor);
  color: var(--textLightColor);
  background: #4db2ec;
}

.section.pagging {
  padding: 30px 0;
}

/* responsive video */

.wy {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  padding-bottom: 44.75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.player_playing .youtube {
  padding-bottom: 56.25%;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.waaper-video video {
  object-fit: cover;
}

.single-page img {
  max-width: 100% !important;
}

.wapper-info-customer .form-commnent-single input.form-control.check-false::placeholder {
  color: #EF0000 !important;
  font-size: 10px;
}

.validate-true {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 13px;
  height: 10px;
  background: url(../images/checked.svg) no-repeat;
  transform: translate(0, -50%);
  display: none;
}

.validate-false {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 15px;
  height: 15px;
  transform: translate(0, -50%);
  background: url(../images/cga-exclamation-new.svg) no-repeat;
  background-size: 100%;
  display: none;
}

@media only screen and (min-width:800px) {
  .only-mobile {
    display: none;
  }
}

@media only screen and (max-width:800px) {
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
  }
}

.select2-container--banking.select2-container--open .select2-dropdown--below {
  animation-name: HideList;
  animation-duration: 0s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 2px 4px 20px 0 #2229391a;
  box-sizing: border-box;
  border-radius: 16px;
  z-index: 10;
  border: unset;
  /* background-color: #f1f1f1; */
}

.select2-container--banking .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: unset;
  padding: 0 15px;
  height: 32px;
  margin-top: 5px;
}

.select2-container--banking .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select2-container--banking .select2-results .select2-results__options {
  max-height: 232px;
  overflow-y: scroll;
}

.select2-container--banking .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-container--banking .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

.select2-container--banking .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}

.select2-container--banking .select2-results__option--selectable {
  font-size: 13px;
  margin: 0;
  padding: 5px 12px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.select2-container--banking .select2-results__option--selectable:hover {
  background: #f1f1f1;
}

.wrapper-group-links .select2-selection--single {
  margin-bottom: 0;
  box-shadow: unset;
  color: #646974;
  border: 1px solid #d3d4d7;
  border-radius: 60px;
  height: 48px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
  background-position: calc(100% - 40px) 50%;
}
.wrapper-group-links .select2-container--banking{
  width: 100% !important;
}
.row-layout{
  padding-bottom: 30px;
}
.content-area-news {
    padding: 30px 0;
}
.col-content-category{
    padding-top: 30px;
}
.overlay_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: #0000006e;
    z-index: 25;
    display: none;
}
.overlay_menu.active{
    width: 100%;
    height: 100%;
    display: block;
}
.lspt{
    padding-top: 15px;
}
.nd-lspt{
    padding: 15px 0;
}