@font-face {
  font-family: 'Nunito-Regular';
  src: url('../fonts/Nunito-Regular.eot');
  src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-Regular.woff2') format('woff2'),
    url('../fonts/Nunito-Regular.woff') format('woff'),
    url('../fonts/Nunito-Regular.ttf') format('truetype'),
    url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url('../fonts/Nunito-Bold.eot');
  src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-Bold.woff2') format('woff2'),
    url('../fonts/Nunito-Bold.woff') format('woff'),
    url('../fonts/Nunito-Bold.ttf') format('truetype'),
    url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-SemiBold';
  src: url('../fonts/Nunito-SemiBold.eot');
  src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
    url('../fonts/Nunito-SemiBold.woff') format('woff'),
    url('../fonts/Nunito-SemiBold.ttf') format('truetype'),
    url('../fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-Medium';
  src: url('../fonts/Nunito-Medium.eot');
  src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-Medium.woff2') format('woff2'),
    url('../fonts/Nunito-Medium.woff') format('woff'),
    url('../fonts/Nunito-Medium.ttf') format('truetype'),
    url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url('../fonts/Nunito-ExtraBold.eot');
  src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
    url('../fonts/Nunito-ExtraBold.woff') format('woff'),
    url('../fonts/Nunito-ExtraBold.ttf') format('truetype'),
    url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* Main */
:root {
  --main-color: #315CB4;
  --hover-color: #FDB33F;
}

body {
  font-family: Nunito-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  min-width: 1366px;
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--hover-color);
  transition: color 0.3s ease;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1330px;
}

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

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

#fix {
  height: 71px;
}

.mega-menu {
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
}

.search-bar-full {
  flex: 0 0 30px;
  max-width: 30px;
}

.search-bar-full .fa-magnifying-glass {
  font-size: 18px;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}

.mega-menu>ul>li {
  width: 100%;
  text-align: center;
  position: relative;
}

.mega-menu>ul>li::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  background: rgba(184, 184, 184, 1);
  top: 48%;
  transform: translateY(-50%);
}

.mega-menu>ul>li>a {
  display: block;
  text-align: center;
  font: 15px Nunito-Bold;
  color: #616161;
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
}

.mega-menu>ul>li>a.active,
.mega-menu>ul>li>a:hover {
  color: var(--hover-color);
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #000000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.document-menu:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #4e7661;
}

.headerBottom {
  background-color: #FFFFFF;
}

.header-search .fa-magnifying-glass {
  font-size: 18px;
  position: relative;
}

.header-search {
  position: relative;
  margin-right: 10px;
}

.header-search::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.header-top {
  padding: 10px 0;
  color: #FFFFFF;
  background-color: var(--main-color);
}

.header-top_element .mt-3 {
  margin-top: 0 !important;
}

.header-top_element .mt-3 a {
  margin-right: 5px;
}

.header-top_element .mt-3 a:last-child {
  margin-right: 0;
}

.headerWelcome p {
  font: 14px Nunito-Regular;
}

.headerWelcome p span {
  font: 14px Nunito-Bold;
}

.headerInfo {
  margin: 0 -20px;
}

.headerInfo-mail,
.headerInfo-phone,
.headerInfo-address {
  padding: 0 20px;
  position: relative;
}

.headerInfo-mail::before,
.headerInfo-phone::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.headerInfo-phone span {
  font: 14px Nunito-Bold;
}

.headerBottom_element {
  align-items: center;
  padding: 5px 0;
}

.header-center_element {
  padding: 10px 0;
}

.headerLogo {
  flex: 0 0 26.5639097744%;
  max-width: 26.5639097744%;
  display: flex;
  margin: 0 -5px;
}

.headerLogoimg {
  flex: 0 0 71px;
  max-width: 71px;
  padding: 0 5px;
}

.headerLogoname {
  flex: 0 0 calc(100% - 71px);
  max-width: calc(100% - 71px);
  padding: 0 5px;
}

.headerLogo h3 {
  background: linear-gradient(to bottom, #86D018, #50D80C, #0E7A00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font: 22px SVN-GilroyHeavy;
  background-size: 100% 100%;
  background-attachment: fixed;
  text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 0.1px white;
}



.headerHotline {
  flex: 0 0 13.1578947368%;
  -ms-flex: 0 0 13.1578947368%;
  max-width: 13.1578947368%;
  background: url(../images/bghotline.png) no-repeat;
  padding-left: 45px;
  padding-bottom: 21px;
  padding-top: 9px;
  padding-right: 5px;
  position: relative;
}

.headerHotline span {
  color: var(--main-color);
  font: 16px Inter-Bold;
}

.headerSearch {
  flex: 0 0 47.0676691729%;
  -ms-flex: 0 0 47.0676691729%;
  max-width: 47.0676691729%;
}

.header-search {
  position: relative;
}

.headerSearch .header-search input {
  width: 100%;
  padding-left: 20px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid var(--main-color);
}

.headerSearch .header-search input::placeholder {
  opacity: 0.8;
}

.headerSearch .header-search button {
  position: absolute;
  right: 0;
  background-color: var(--main-color);
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 35px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.headerSearch .header-search button:hover {
  background-color: var(--hover-color);
  transition: all 0.3s;
}

.headerSearch .header-search button .fa-magnifying-glass {
  color: #FFFFFF;
  font-size: 18px;
}

/*slide*/


.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}


.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

/*About*/
.section-about {
  background: url(../images/bgabout.png) no-repeat;
  background-size: cover;
}

.section-about_element {
  margin: 0 -50px;
}

.aboutLeft {
  flex: 0 0 690px;
  -ms-flex: 0 0 690px;
  max-width: 690px;
  padding: 0 50px;
}

.imgabout-big .imgcircle {
  position: absolute;
  left: 30%;
  bottom: -40px;
}

.imgabout-small {
  position: absolute;
  bottom: -40px;
  right: 5px;
}

.imgabout-small,
.imgabout-big .hover-scale {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.aboutRight {
  flex: 0 0 calc(100% - 690px);
  -ms-flex: 0 0 calc(100% - 690px);
  max-width: calc(100% - 690px);
  padding: 0 50px;
}

.aboutWelcome {
  font: 18px Montserrat-Bold;
  color: #FFFFFF;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #0275BC, #0275BC, #003E7D);
  display: inline-block;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  text-transform: uppercase;
}

.aboutRight-top>h2 {
  font: 36px Montserrat-ExtraBold;
  margin: 15px 0;
  color: var(--main-color);
  text-transform: uppercase;
}

.aboutSlogan {
  font: 16px Inter-Medium;
  color: #FF7700;
}

.aboutRight .aboutRightdesc {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000000;
  opacity: 0.6;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.moreabout {
  font: 16px Nunito-SemiBold;
  background: #0172D5;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 30px;
  border-radius: 25px;
}

.moreabout:hover a {
  color: #FFFFFF;
}

.aboutRight article.article {
  color: #666666;
}

.aboutRight_contact {
  margin-top: 30px;
}

.aboutRight_contact>a:nth-child(2) {
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../images/icon_Hotline24.svg) left center no-repeat;
}

.aboutRight_contact>a:nth-child(2) span {
  display: block;
  font: 12px Nunito-Medium;
}

.aboutRight_contact>a:nth-child(2) span:nth-child(2) {
  color: #FFAE00;
  font: 18px Nunito-Bold;
}

.aboutRight_gallery-items {
  padding: 0 10px;
}

.aboutRight_gallery {
  margin: 0 -10px;
}

.section-about {
  padding: 50px 0 60px 0;
}

/*section-reasons*/
.section-reasons {
  padding: 50px 0;
}

.reasons-inner {
  margin: 0 -10px;
}

.reasons-items {
  padding: 0 20px;
  align-items: center;
  margin-bottom: 40px;
}

.reasons-photo {
  flex: 0 0 80px;
  max-width: 80px;
  padding: 0 10px;
}

.reasons-info {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 0 10px;
}

.reasons-box {
  margin: 0 -20px;
}

.reasons-info h2 {
  font: 20px Nunito-Bold;
  margin-bottom: 5px;
}

/*section-courses*/
.section-courses {
  padding: 50px 0;
}

.courses-items {
  padding: 0 15px;
}

.courses-slick {
  margin: 0 -15px;
}

.courses-slick .slick-track {
  padding: 10px 0;
}

.section-courses_element {
  padding: 0 50px;
}

.courses-info {
  padding: 20px;
}

.courses-inner {
  padding: 15px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  background: transparent;
}

.slick-prev-custom {
  left: -15px;
}

.slick-next-custom {
  right: -65px;
}

.courses-link {
  text-align: center;
}

.courses-link a {
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFFFFF;
  font: 16px Nunito-SemiBold;
  background-color: #0172D5;
  display: inline-flex;
  gap: 10px;
}

/*section-curriculums*/
.section-curriculums {
  padding: 50px 0;
}

.curriculums-box {
  margin: 0 -10px;
}

.curriculums-items {
  padding: 0 10px;
  margin-bottom: 20px;
}

.curriculums-info {
  padding: 14px;
}

.curriculums-info h2 {
  font: 16px Nunito-Bold;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}

.curriculums-info p {
  color: #777777;
}

.section-roadmap {
  padding: 50px 0;
}

/*Product*/
.product__photo {
  position: relative;
}

.pro-discount {
  position: absolute;
  top: 10px;
  right: 0;
  background: #EA0000;
  padding: 5px 9px;
  font: 14px Inter-Bold;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pro-discount span {
  font: 13px Inter-Regular;
}

.slick-prev:before,
.slick-next:before {
  color: transparent;
}

.slick-next {
  background: url(../images/arrow-right.png) no-repeat !important;
  width: 35px;
  height: 35px;
  right: -50px;
}

.slick-prev {
  background: url(../images/arrow-left.png) no-repeat !important;
  width: 35px;
  height: 35px;
  left: -50px;
}

.category-more {
  width: 100%;
  text-align: center;
}

.category-more button {
  padding: 10px 20px;
  color: var(--hover-color) !important;
  border: 1px solid var(--hover-color);
  border-radius: 25px;
  background-color: transparent;
}

.category-more button:hover {
  background-color: var(--hover-color);
  color: #FFFFFF !important;
  transition: all 0.3s;
}

.group-btn-category {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.group-btn-category button {
  font: 16px Inter-Medium;
  color: #666666;
  border-radius: 5px;
  border: 1px solid #666666;
  padding: 8px 16px;
  background: #fff;
  transition: 0.3s;
}

.group-btn-category button:hover,
.group-btn-category button.active {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.product-detail a.hvr-sweep-to-right:before {
  border-radius: 10px;
}

.product-hotline a.hvr-sweep-to-right:before {
  background: var(--hover-color);
  border-radius: 10px;
}

.courses-link a.hvr-sweep-to-right:before,
.moreabout.hvr-sweep-to-right:before {
  background: var(--hover-color);
  border-radius: 25px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*NEWS*/
.section-news {
  padding: 50px 0;
}

.swiper-news {
  overflow: hidden;
  height: 640px;
}

.news-slick {
  margin: 0 -15px;
}

.news-inner {
  margin: 0 -10px;
}

.new-inner {
  margin: 0 -10px;
  align-items: start;
}

.news-left,
.news-right {
  padding: 0 10px;
}

.news-left .news-active-photo,
.news-left .news-active-photo img {
  border-radius: 10px;
}

.news-inner .news-img,
.news-inner .news-img img {
  border-radius: 10px;
}

.news-img {
  flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  max-width: 270px;
  padding: 0 10px;
}

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

.news-info {
  flex: 0 0 calc(100% - 270px);
  -ms-flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-active-dateview p img,
.news-dateview p img {
  margin-top: -3px;
  margin-right: 5px;
}

.news-dateview p {
  color: #2F3F63;
}

.news-active-info {
  padding: 20px 0;
}

.news-info h2 {
  font: 16px Nunito-Bold;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}

.news-active-info h2 {
  font: 24px Nunito-Bold;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}

.desc-news {
  color: #808589;
}

.news-active-info .news-active-desc {
  color: #808589;
}


/*Album*/
.section-album {
  padding: 50px 0;
}

.album-box {
  margin: 0 -10px;
}

.album-left,
.album-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.album-left img {
  height: 430px;
}

.album-right-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}

.album-right-items1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.album-right-items2 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
}

.album-right-items3 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.album-right-items4 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}

/*Video*/
.section-video {
  padding: 50px 0;
}

.video-row {
  display: flex;
  margin: 0 -10px;
}

.video-left,
.video-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.video-slick {
  margin: 0 -10px;
}

.video-items {
  padding: 0 10px;
}

.video-box a {
  display: block;
  aspect-ratio: 200 / 400;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.video-active a {
  aspect-ratio: 640 / 400;
  border-radius: 10px;
}

.video-box {
  position: relative;
}

.video-box img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.slick-dots .slick-active {
  background: var(--main-color);
}

.slick-dots {
  bottom: -40px;
  left: -50%;
}

/*section-knowledge*/
.section-knowledge {
  padding: 50px 0;
  background-color: #FAFAFA;
}

.knowledge-slick {
  margin: 0 -10px;
}

.knowledge-slick .slick-track {
  padding: 10px 0;
}

.knowledge-slick_items {
  padding: 0 10px;
}

.news__admin {
  font: 14px Nunito-Medium;
  color: #005DAE;
}

/*section-feedback*/
.section-feedback {
  padding: 320px 0 80px 0;
  background: url(../images/bgfeedback.png) no-repeat;
  background-size: cover;
}

.feedback-slick {
  margin: 0 -15px;
}

.feedback-slick .slick-track {
  padding: 10px 0;
}

.feedback-slick-items {
  padding: 0 15px;
}

.feedback-inner {
  padding: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

.feedback-content {
  line-height: 25px;
  margin-bottom: 25px;
}

.feedback-info {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.feedback-photo {
  flex: 0 0 89px;
  max-width: 89px;
  padding: 0 10px;
}

.feedback-review {
  flex: 0 0 calc(100% - 89px);
  max-width: calc(100% - 89px);
  padding: 0 10px;
}

.feedback-star {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.feedback-review h2 {
  font: 16px Nunito-Bold;

}

.feedback-review h2 span {
  font: 16px Nunito-Regular;
}

/*Footer */
.footerMap iframe {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.footerBg {
  background: url(../images/bgfooter.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.footerPowered {
  background-color: #FFFFFF;
  color: #333333;
}

.footerPowered_element {
  padding: 12px 0;
}

.footerPowered_element span {
  font-family: Nunito-Bold;
  color: var(--main-color);
}

.footerPowered_element a:hover {
  color: var(--hover-color);
  transition: all 0.3s;
}

.footerArticle_element {
  justify-content: space-between;
}

.footerLogo {
  flex: 0 0 20.6240601504%;
  -ms-flex: 0 0 20.6240601504%;
  max-width: 20.6240601504%;
  text-align: center;
}

.footerLogo h2 {
  font: 26px Nunito-ExtraBold;
  margin: 15px 0 5px 0;
}

.footerInfo {
  flex: 0 0 25.5112781955%;
  -ms-flex: 0 0 25.5112781955%;
  max-width: 25.5112781955%;
}

.footerInfo .mt-3 img {
  margin-right: 5px;
}

.footerInfo article.article p {
  padding: 8px 0;
}

.footerFb {
  flex: 0 0 17.1428571429%;
  -ms-flex: 0 0 17.1428571429%;
  max-width: 17.1428571429%;
  overflow: hidden;
}

.footerTerms {
  flex: 0 0 18.3609022556%;
  -ms-flex: 0 0 18.3609022556%;
  max-width: 18.3609022556%;
}

.footerTerms ul {
  list-style: url(../images/vector.png);
  padding-left: 15px;
}

.footerTerms ul li+li {
  margin-top: 15px;
}

.footerTitle {
  font: 16px Nunito-Bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.footerTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}

.footerArticle {
  padding: 50px 0;
}

.footerPowered_element a:hover {
  color: var(--main-color);
  transition: all 0.3s;
}

#show_popup {
  padding: 0 !important;
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  width: 100%;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

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

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 20px -10px 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.news_box {
  position: relative;
  box-shadow: 0 0 7px #c7c7c7;
  border-radius: 10px;
}

.news__photo img,
.news__photo {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news__info {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news_box:hover {
  box-shadow: 0 0 7px var(--hover-color);
}

.news__info {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 20px 15px;
  position: relative;
  z-index: 2;
}

.news__name {
  color: #333333;
  font: 16px Nunito-Bold;
  margin: 10px 0;
}

.news__name a {
  color: inherit;
}

.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__desc {
  color: #777777;
  margin: 10px 0;
}

.news__desc.text-split {
  -webkit-line-clamp: 4;
}

.news__date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.news__more a {
  font: 14px Nunito-Bold;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 5px;
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}


/* Product */
.row-product {
  margin: 0 -12px;
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

.product-slick .slick-track {
  padding: 10px 0;
}

.product-bottom {
  padding: 15px;
  height: 246px;
}

.product_box {
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.product__photo img,
.product__photo {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
}

.product__name {
  font: 16px Inter-SemiBold;
  color: #3C3C3C;
  height: 40px;
}

.product-review {
  display: flex;
  gap: 5px;
  margin: 5px 0 10px 0;
  align-items: center;
}

.product-desc {
  font: 15px Roboto-Regular;
  color: #000000;
  opacity: 0.5;
}

.product__name a {
  color: inherit;
}

.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product_price {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.product__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 10px;
}

.price__pro_new a,
.price__pro_new strong {
  color: #E90000;
  font: 15px Inter-SemiBold;
  margin-right: 10px;
}

.no-proprice {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.price__pro_old del {
  color: #5A5A5A;
  font: 14px Inter-Medium;
  opacity: 0.5;
}

.product-action {
  padding: 10px 0;
  display: flex;
  margin: 0 -5px;
}

.product_quantity {
  position: relative;
}

.quantity-bar {
  height: 20px;
  width: 100%;
  background: #EA0000;
  transition: width 0.5s ease-in-out;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.quantity-fill {
  height: 20px;
  width: 100%;
  background: #D9D9D9;
  transition: width 0.5s ease-in-out;
  border-radius: 25px;
  position: relative;
}

.quantity-text {
  position: absolute;
  width: 95%;
  text-align: center;
  top: 0;
  color: white;
  font-size: 12px;
}

.product-detail {
  flex: 0 0 calc(100% - 94px);
  -ms-flex: 0 0 calc(100% - 94px);
  max-width: calc(100% - 94px);
  padding: 0 5px;
  text-align: center;
}

.product-hotline {
  flex: 0 0 94px;
  -ms-flex: 0 0 94px;
  max-width: 94px;
  padding: 0 5px;
  text-align: center;
}

.product-hotline a {
  background-color: var(--main-color);
  display: block;
  padding: 6px 0;
  border-radius: 10px;
  color: #FFFFFF;
}

.product-hotline:hover a {
  color: #FFFFFF;
}

.product-detail a {
  border: 1px solid var(--main-color);
  display: block;
  padding: 5px 0;
  border-radius: 10px;
  color: var(--main-color);
}

.product-detail:hover a {
  color: #FFFFFF;
}

.product__price .price__pro_new+.price__pro_old {
  margin-left: 7px;
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font: 20px Helvetica-NeueBold;
  color: #ec2d3f;
}

.price-old-pro-detail {
  color: #6c757d;
  font: 16px Helvetica-NeueBold;
  text-decoration: line-through;
  padding: 0 10px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
}

.header-container2 h2 {
  font: 32px Montserrat-Bold;
  color: var(--main-color);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.header-container2 a {
  color: var(--hover-color);
}

.header-container p {
  font-size: 15px;
}

.header-container h2 {
  font: 32px Montserrat-Bold;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

.close-form-search:hover {
  color: #f00;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore ul li ul>li::before {
  content: counters(item, ".") " ";
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

#player {
  display: block;
  aspect-ratio: 625/395;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

#cbo_video {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 5px;
}

#cbo_branch {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 5px;
}

.row-branch {
  padding: 50px 0;
}

.row-branch .branch-info h2 {
  font: 20px Helvetica-NeueBold;
}

.row-branch .branch-info p {
  font: 16px Helvetica-NeueLight;
  line-height: 25px;
  margin-top: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hover-glass {
  overflow: hidden;
  display: block;
  position: relative;
}

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover-glass:hover::before {
  left: 120%;
  transition: all 1s;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: var(--main-color);
  }

  50% {
    color: var(--hover-color);
  }

  100% {
    color: #EA0000;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}