@charset "UTF-8";

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

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

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

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

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

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

/* Main */
:root {
  --main-color: #1d71b8;
  --hover-color: #f20000;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  background: #f6f6f6;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

body::-webkit-scrollbar {
  background: white;
  width: 8px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {

  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1290px;
  }
}

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,
img.img100 {
  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;
}

.rate_imn {
  margin: 0 0 10px;
}

#fix {
  height: 51px;
}

.text-box h3 {
  height: 45px;
}

@media screen and (max-width: 991px) {
  #fix {
    /*height: 120px;*/
  }
}

.mega-menu {
  position: relative;
  margin:0 auto;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 15px 23px;
  text-align: center;
  font-family: Mulish-medium;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.box-slide {
  width: 73.4%;
  margin-right: 8px;
  margin-top: 8px;
  margin-left: 8px;
}

.box_slider-right {
  width: 28%;
  position: relative;
  margin-top: 8px;
}

.mega-menu li {
  position: relative;
}

.mega-menu ul li .active {
  font-family: Mulish-bold;
  color: #ffe00c;
}
.mega-menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}
.mega-menu ul li ul li .text-second-menu{padding:0;}
.mega-menu ul li ul li a:hover{color:#105d9a;}
.mega-menu ul li a:hover {
  color: #ffe00c;
}

button.open-form-search {
  background: none;
  position: relative;
  top: 13px;
  margin-left: 14px;
}

button.open-form-search img {
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}

.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: #000;
  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 {
  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;
  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);
}

.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;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transform: scale(0);
}

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

/* Search Responsive */
.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: var(--main-color);
  border-radius: 100%;
}

.search-res .icon-search.active path {
  stroke: #fff;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(29, 113, 184, 0.075);
}

.search-res .search-grid input::-moz-placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #fff;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 5px;
}

.cart-res svg path {
  stroke: var(--main-color);
}

.cart-res span {
  background: var(--main-color);
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.mm-wrapper_opening #hamburger::before,
.mm-wrapper_opening #hamburger::after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger::before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger::after {
  transform: rotate(-45deg);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.mm-menu_opened {
  display: flex !important;
}

.menu-m {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    position: relative;
  }
}

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
}

.logo-res img {
  width: auto !important;
  max-height: 70px !important;
}

/*kim cương*/
.diamont_hover {
  position: relative;
  display: block;
}

.diamont_hover::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}

.diamont_hover::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

/*tráng tròn*/
.hover-cirle {
  position: relative;
}

.hover-cirle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover-cirle:hover::before {
  animation: circle 0.75s;
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*tráng gương*/
.hover-glass img {
  width: 100%;
  transition: ease 0.3s;
  display: block;
}

.box_images_album h3 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.5);
  font-family: "SVN-BerkshireSwash";
  color: #fff;
  line-height: 43px;
  font-size: 22px;
  transition: 0.4s;
  opacity: 0;
}

.row-photo {
  margin: 0 -8px;
}

.box_images_album:hover h3 {
  opacity: 1;
  transition: 0.4s;
}

.box_images_album {
  position: relative;
}

.col-photo {
  padding: 0 8px;
}

.hover-glass:hover:before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.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);
}

.img100 {
  width: 100%;
  height: auto;
}

/*text_split*/
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

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

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

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

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

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

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

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

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

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: 0.3s ease-out;
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transition: 0.3s ease-out;
  transform: scale(1.1, 1.1);
}

.color {
  animation: changeColor 1s infinite alternate;
}

@keyframes changeColor {
  0% {
    color: #ce0404;
  }

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

/*header-mobile*/
/*slide*/


.heade_main {
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  position: relative;
  padding: 10px 0;
}

.header__search {
  width: 300px;
  background: white;
  border-radius: 50px;
}

.header__search button {
  width: 54px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 40px;
  background: #fff;
  font-size: 18px;
  color: #91b6d7;
}

.mation_in h3 a {
  font-size: 18px;
  font-family: "Mulish-Bold";
  color: #ffe512;
}

.box_infor i {
  background: white;
  padding: 12px;
  border-radius: 50px;
  color: #4396dd;
  font-size: 23px;
  margin-right: 11px;
}

.banner-box {
  margin-left: 8px;
}

.menu-desktop.bg-general {
  background: #003772;
}

.mation_in h3 {
  line-height: 19px;
}

.box_infor2 {
  margin-left: 30px;
}

.mation_in p {
  color: #fff;
  font-family: mulish-semibold;
  text-transform: uppercase;
  font-size: 12px;
}

.header__search input {
  width: 100%;
  height: 43px;
  padding: 0 18px;
  font-family: mulish-regular;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/*-----------------------------*/
.divLeft {
  position: relative;
  flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  max-width: 270px;
}

.divRight {
  flex: 0 0 calc(100%);
  -ms-flex: 0 0 calc(100%);
  max-width: calc(100%);
}

@media screen and (max-width: 991px) {
  .divRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;

  }
}

.on-bar {
  position: relative;
}

span.text-on-bar i {
  margin-right: 6px;
}

.text-on-bar {
  background: #ffe00c;
  font-size: 17px;
  color: #262626;
  text-transform: uppercase;
  padding: 16px 14px 14px 20px;
  cursor: pointer;
  display: block;
  font-family: "Roboto-Bold";
}

.wrapper-dropdown-menu {
  width: 100%;
}

a.has-child .text-second-menu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background: url(../images/page-next.png) center right no-repeat;
}

.second-menu>li:hover a span::before {
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(209deg) brightness(102%) contrast(103%);
}

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.wrapper-dropdown-menu-inside {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-second-menu {
  overflow-y: auto;
  height: 396px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.scroll-second-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.scroll-second-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scroll-second-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.scroll-second-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.scroll-second-menu::-webkit-resizer {
  background-color: #e7e7e7;
}

.text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Mulish-Medium";
}

.sub-menu {
  margin: 0;
  width: 240px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  border-top: 3px solid var(--main-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all 0.5s ease;
}

.sub-menu li {
  position: relative;
  text-align: left;
}

.sub-menu li+li {
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 9.2px 15px !important;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-menu li ul {
  left: 100%;
  top: -3px;
  margin-left: 0px;
  margin-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.sub-menu li:hover>a {
  background: rgba(0, 0, 0, 0.1);
}

.sub-menu li:hover>ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

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

.second-menu>li+li {
  border-top: 1px solid #f0f0f0;
}

.second-menu>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 0 18px;
  text-transform: uppercase;
}

.second-menu>li .sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  border-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.second-menu>li .sub-menu li {
  position: unset;
}

.second-menu>li:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, 0deg);
}

.second-menu>li:hover>a {
  color: #fff;
}

.second-menu>li:hover {
  background: var(--main-color);
}

.second-menu .sub-menu li+li {
  border-top-color: #f0f0f0;
}

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

.control-owl button {
  opacity: 0.5;
  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: #000000;
  border-radius: 3px;
  transition: 0.3s ease-out;
}

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

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

.control-owl button:hover {
  opacity: 1;
}

.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;
}

section.product_out {
  position: relative;
  padding: 50px 0;
}

.bg_white {
  background: #fff;
  position: relative;
  padding: 40px 35px 20px;
}

.img_list_pro a {
  border-radius: 50px;
  border: 5px solid #1d71b8;
}

.items_list_product h3 a {
  font-size: 15px;
  font-family: "Mulish-SemiBold";
  color: #1d71b8;
  text-transform: capitalize;
}

.items_list_product h3 {
  line-height: 20px;
  margin-top: 13px;
}

.items_list_product {
  text-align: center;
}

.items_list_product:hover h3 a {
  color: red;
}

.items_list_product h3 a {
  transition: all 0.3s;
}

.bg_white .owl-dots {
  margin-top: 20px !important;
}

.criteria-item__image {
  flex: 0 0 52px;
  max-width: 52px;
}

.criteria-item__text {
  flex: 0 0 calc(100% - 52px);
  max-width: calc(100% - 52px);
  padding-left: 10px;
}

.criteria-item__text h3 {
  font-family: "Mulish-Bold";
  font-size: 15px;
  color: #1d71b8;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.criteria-item__text h3 a {
  color: #015160;
}

.criteria-item__text h3 a:hover {
  color: var(--hover-color);
}

.criteria-item__text p {
  font-family: Quicksand-Medium;
  font-size: 14px;
  color: #3D7A8A;
}

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

.criteria-item .criteria-item__image img {
  transition: all 0.8s;
}

.desc_tc {
  font-family: "Mulish-Regular";
  color: #ed8500;
}

.criteria-item-box {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 20px;
}

.title_main2 {
  text-align: center;
  margin-bottom: 2%;
}

.title_main2 h2 {
  font-family: "Roboto-Bold";
  color: #1d71b8;
  font-size: 26px;
}

.criteria-main {
  margin-bottom: 40px;
}

/*sản phẩm theo cấp 1*/
.title-main2 h2 {
  font-family: "Oswald-Medium";
  color: #1B1F22;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 38px;
}

.images_product a {
  display: inline-block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 3px solid #E0C463;
}

.box_product_selling:Hover .name_pro h3 a {
  color: red;
  transition: 0.4s;
}

.box_product_selling .name_pro h3 a {
  transition: 0.4s;
}

.box_informaiton_product {
  position: relative;
  padding: 5px 15px 10px;
}

.box_product_selling {
  text-align: center;
  box-shadow: 0 2px 5px #c5c5c5;
  border-radius: 6px;
  position: relative;
  margin-bottom: 26px;
}

.c_pro {
  padding: 0 6px;
}

.row_pro {
  margin: 0 -6px;
}

a.more_details {
  display: inline-block;
  background: #e3c45f;
  color: #fff;
  padding: 4px 19px;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid;
  transition: 0.4s;
}

a.more_details:hover {
  background: #fff;
  color: #e3c45f;
  border: 1px solid #e3c45f;
}

.contact_product {
  margin: 5px 0 6px;
  font-size: 15px;
}

.contact_product {
  font-family: mulish-medium;
  color: #8d8d8d;
  text-transform: capitalize;
}

.contact_product a {
  font-family: roboto-bold;
  color: #FB382D;
}

.box_product_all {
  margin-bottom: 25px;
}

.box_product_all:last-child {
  margin-bottom: 0;
}

h3.video-name {
  text-align: center;
  font-family: "Mulish-Bold";
  margin: 10px 0 20px;
  font-size: 19px;
}

.box_flex_list_cat {
  border-bottom: 1px solid #232439;
  margin-bottom: 20px;
  background: #fff;
  padding-right: 20px;
}

a.video:hover .video-name {
  color: #ab0000;
}

a.video .video-name {
  transition: all 0.3s;
}

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

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

.product-item {
  background: #fff;
  margin-bottom: 20px;
}

.text-box h3 a {
  font-family: mulish-bold;
  font-size: 16px;
  margin-bottom: 10px;
}

span.price-new {
  font-family: "Roboto-Bold";
  color: #e10101;
  font-size: 16px;
  margin-right: 5px;
}

.text-box {
  padding: 12px 14px 15px;
}

span.price-old {
  font-family: "Mulish-Regular";
  text-decoration: line-through;
  color: #979797;
}

.desc_prroduct {
  font-family: mulish-regular;
  margin-top: 4px;
  color: #5e5e5e;
}

span.price-per {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  padding: 5px 12px;
  color: #fff;
  font-family: "Mulish-SemiBold";
  border-bottom-left-radius: 10px;
}

.title-main2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.component_pro_list {
  position: relative;
  padding: 6px 0 30px;
}

.col20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.views_more_pr a:hover {
  color: red;
  transition: 0.4s;
}

.views_more_pr a img {
  position: relative;
  top: -1px;
}

.title_product_list h2 {
  font-family: "Mulish-Bold";
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 29px;
  position: relative;
}

.title_product_list h2:after {
  position: absolute;
  background-size: 100% 100%;
  width: 19px;
  height: 49px;
  right: -18px;
  content: "";
  top: -1px;
  -webkit-clip-path: polygon(0 0, 100% 45%, 100% 43%, 0% 100%);
  clip-path: polygon(0 0, 100% 45%, 100% 43%, 0% 100%);
}

.views_more_pr a {
  #border: 1px solid #1d71b8;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 14px;
  color: #212529;
  text-transform: capitalize;
  transition: 0.4s;
  font-family: "Mulish-SemiBold";
}

.views_more_pr a i {
  color: #1d71b8;
  font-size: 10px;
  margin-left: 1px;
}

.news-item__image {
  flex: 0 0 170px;
  max-width: 170px;
}

@media screen and (max-width: 576px) {
  .news-item__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.news-item__text {
  flex: 0 0 calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding-left: 16px;
}

@media screen and (max-width: 576px) {
  .news-item__text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
a.more_news {
  display: inline-block;
  font-family: 'Mulish-Regular';
  font-size: 16px;
  color: #1d71b8;
  transition: all .3s;
}
a.more_news:hover {
  letter-spacing: 1px;
  color: #000e1a;
}
a.more_news i {
  font-size: 10px;
  margin-left: 3px;
  color: #1d71b8;
}
.news-item__text h3 {
  font-family: "Mulish-Bold";
  font-size: 16px;
  color: #102325;
  line-height: 24px;
  height: 50px;
  margin-bottom: 4px;
}

.news-item__text h3 D a {
  color: #102325;
}

.news-item__text h3 D a:hover {
  color: var(--hover-color);
}

.news-item__text>p {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #808589;
  line-height: 22px;
  margin-bottom: 10px;
}

.news-item__text .status-box p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #808589;
  margin-right: 16px;
}

section.main_news {
  position: relative;
  padding-bottom: 3%;
}

.content_partner .owl-dots {
  position: relative;
  margin-top: 2% !important;
}

.news-list2 {
  background: #fff;
  margin-top: 15px;
  padding: 10px 15px;
}

.news-list {
  background: #fff;
  margin-top: 15px;
  padding: 10px 0;
}

.news-item-row:hover .news-item__text h3 a {
  color: #c90000;
}

.news-item-row .news-item__text h3 a {
  transition: all 0.3s;
}

.product-item:hover .text-box h3 a {
  color: #bd0000;
}

.product-item .text-box h3 a {
  transition: all 0.3s;
}

.product-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-10px);
}

.product-item {
  transition: all 0.3s;
}

.partner-item__image a {
  border: 1px solid #d1d1d1;
}

section.parnter_main {
  position: relative;
  padding-bottom: 2%;
}

.news-item__text2 {
  margin-top: 16px;
}

.news-item__text2 h3 {
  font-family: "Mulish-Bold";
  font-size: 15px;
  color: #102325;
  line-height: 24px;
  margin-bottom: 6px;
}

.news-item__text2 h3 a {
  color: #102325;
}

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

.news-item__text2>p {
  font-family: Mulish-Regular;
  font-size: 14px;
  color: #808589;
  line-height: 20px;
  margin-bottom: 16px;
}

.news-item__text2 .status-box p {
  font-family: Mulish-Regular;
  font-size: 14px;
  color: #808589;
  margin-right: 16px;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  overflow: hidden;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(113px);
  }
}

.bg-l-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(197 18 42/var(--tw-bg-opacity));
}

.title_news h2 {
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  color: #1d71b8;
  font-size: 22px;
  margin-bottom: 10px;
}

.news-item {
  border: 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px dashed #BDBDBD !important;
  margin: 10px;
}

.news-item.fixed {
  border-top: 0 !important;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  background-color: #1d71b8 ;
  padding: 12px 0;
}

.footerCopyright {
  text-align: center;
  color: #fff;
  font-family: "Mulish-Regular";
  font-size: 14px;
}

.footerCopyright span {
  font-family: "Mulish-Bold";
  color: #fff;
}

.footerCopyright a:hover {
  color: red;
}

.footerCopyright a {
  transition: all 0.3s;
}

.footerStatic {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footerStatic {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.footerStatic span {
  padding-right: 10px;
  margin-right: 10px;
}

.footerStatic span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footerArticle {
  background: white;
  background-size: cover;
  padding: 40px 0 35px;
}

.footerRow .title {
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #1d71b8;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footerRow .desc {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #525252;
  margin-bottom: 20px;
  line-height: 23px;
}

.footerRow .desc p {
  padding-bottom: 5px;
}

.footerRow .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerRow .list li {
  font-family: "Mulish-Regular";
  font-size: 13px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
#  padding-right: 10px;
}

.footerRow .list li a {
  transition: all 0.3s;
}

.footerRow .list li a:hover {
  color: var(--hover-color);
}

.footerRow .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  border-radius: 50px;
}

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

.items_tinlq {
  position: sticky;
  top: 60px;
}

@media screen and (max-width: 991px) {
  .news-item {
    border: 0 !important;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 0;
    padding-bottom: 5% !important;
  }

  .items_tinlq {
    position: relative;
    top: auto;
  }

  .footerInfo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.social-box a {
  margin-right: 5px;
}

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

.social-box a {
  margin-right: 5px;
}

.social-box a img {
  transition: all 0.8s;
}

.footerRow .title::before {
  content: "";
  position: absolute;
  left: 29px;
  bottom: 0;
  right: 32px;
  height: 3px;
  background: #bb0000;
}

.footerRow .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 23px;
  background: #106ab7;
}

.footerTern {
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 991px) {
  .footerTern {
    flex: 0 0 100%;
    max-width: 100%;
    /*margin-bottom: 30px;*/
  }
}

.footerFanpage {
  flex: 0 0 27.69%;
  max-width: 27.69%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .footerFanpage {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#show_popup {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .box-slide img{height: calc(100vh - 160px);object-fit: cover;}
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@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: flex !important;
  flex-wrap: wrap;
}

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

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

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

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

/* 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 {
  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) {
  .news-item__text h3 {
    height: auto !important;
    margin-bottom: 4px;
}
  .news-item__image a img {
    display: inline-block;
    width: 100% !important;
}
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.news_box {
  position: relative;
}

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

.news__name {
  margin: 15px 0 7px 0;
  color: #000;
  font-family: "Mulish-Bold";
  font-size: 17px;
  line-height: 23px;
}

.news__name a {
  color: inherit;
  transition: all 0.3s;
}

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

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

.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: 25px -12px 0 -12px;
}

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

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

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

.product_box {
  position: relative;
}

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

.product__info {
  position: relative;
}

.product__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.product__name a {
  color: inherit;
}

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

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

@media screen and (max-width: 991px) {
  .product__price {
    text-align: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.price__pro_old del {
  color: #aaa;
  font-size: 17px;
}

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

@media screen and (max-width: 991px) {
  .product__price .price__pro_new+.price__pro_old {
    margin-left: 0;
  }
}

.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%;
}

@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

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

.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%;
}

@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

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

.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;
}

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.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:last-child {
  padding-left: 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;
}

@media screen and (min-width: 991px) {
  .attr-pro-detail li:last-child {
    margin-bottom: 0;
  }
}

.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-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.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;
}

@media screen and (max-width: 991px) {
  .text-box h3 {
    height: 45px;
  }

  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

/* 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;
}

.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-container h2 {
  font: 37px Roboto-Bold;
  color: var(--main-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}

.header-container p {
  font: 15px Mulish-regular;
  margin-top: 3px;
}

/* 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%;
}

@media screen and (max-width: 991px) {
  .form-search-d.active {
    width: calc(100% - 50px);
  }
}

.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::-moz-placeholder {
  color: #fff;
  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;
}

@media screen and (max-width: 991px) {
  .close-form-search {
    font-size: 20px;
  }
}

.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, ".") " ";
}

/*tienich-phone*/
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

a.zalo_index {
  font-family: mulish-bold;
  font-size: 16px;
  color: #1d71b8;
}

span.price-new2 a {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  padding: 11px 32px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 4%;
  color: #fff;
  transition: all .3s;
}

span.price-new2 a:hover {
  background: #003a6b;
}


.social_fixed {
  position: fixed;
  left: 25px;
  bottom: 207px;
  z-index: 999999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  transition: 0.3s;
}

.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 60s;
}

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(29, 113, 184, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(29, 113, 184, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {

  span.price-old {
    font-size: 12px;
  }

  span.price-new {
    font-size: 14px;
  }

  .text-box h3 a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .text-box {
    padding: 8px 9px 9px;
  }

  .title_main2 h2 {
    font-size: 22px;
  }

  .items_list_product h3 a {
    font-size: 12px;
  }

  .bg_white {
    background: #fff;
    position: relative;
    padding: 15px 13px 17px;
  }

  .news-item-row.d-flex {
    padding: 0px 11px 13px;
  }

  .items_congtrinhthicong2 {
    margin-top: 8%;
    margin-bottom: 5%;
  }

  .product-item:hover {
    transform: translateY(0px);
  }

  .col20 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .criteria-main {
    margin-bottom: 10px;
  }

  section.product_out {
    position: relative;
    padding: 25px 0;
  }

  .box-slide {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .box_slider-right {
    display: none;
  }

  .heade_main {
    display: none;
  }

  .social_fixed-phone {
    display: block;
  }
}



@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

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

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  visibility: visible;
  transition: all 0.5s;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}

.goTop i {
  color: #fff;
  font-size: 22px;
}

.goTop.hide {
  opacity: 0;
  visibility: hidden;
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  color: #1d71b8;
  margin-bottom: 5px;
}

.mobile_menu_section img,
.mobile_menu_section svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.mobile_menu_section .mobile_menu_help {
  display: flex;
  align-items: center;
}

/* Animation */
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(29, 113, 184, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

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

  20% {
    transform: scale(1.2);
    opacity: 1;
  }

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

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

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

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

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

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

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

.zoomIn {
  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% {
    transform: translateY(-8px);
  }

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

  100% {
    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: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.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;
  }
}

.newsletter-main-box .header-container {

  h2,
  p {
    color: #fff;
  }
}
.newsletter-form{display: flex;justify-content: space-between;}
.newsletter-input {
  margin-bottom: 12px;
  width: calc(100% - 85px);

  .form-control {
    border-radius: 2px;
    border: 0.8px solid #D1D1D1;
    background: #FFF;
  }

  textarea {
    height: 88px !important;
    resize: none;
  }
}

.readon-button {
  border-radius: 2px;
  background: #FA0F0F;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-family: Mulish-Bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #FA0F0F;
  transition: .3s;
  width:80px;
  height: 42px;

  &:hover {
    background-color: transparent;
    color: #FA0F0F;
  }
}

/*contact*/
.quick_contact {
  position: fixed;
  bottom: 10%;
  left: 60px;
  z-index: 20;
}

.quick_contact a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 35px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0 40px 40px 0;
}

.button_gradient {
  background-image: linear-gradient(90deg, #e51c23 0%, #ee2200 100%);
  border: 2px #fff solid;
}

.quick_contact a span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -25px;
  top: -2.5px;
  border: solid 5px #fff;
}

.quick_contact a span:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -27px;
  width: 95px;
  height: 95px;
  background: url(../images/contact_rotate.png) center no-repeat;
  animation: rotate 3s linear infinite;
}

.contact-phone {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  height: 41px;
  font-weight: bold;
  animation-duration: 500ms;
  animation-name: calllink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  line-height: 45px;
}

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

  to {
    transform: rotate(360deg);
  }
}

@keyframes calllink {
  0% {
    color: #eba11e;
  }

  50% {
    color: #fff;
  }

  100% {
    color: #ebfa48;
  }
}

/*# sourceMappingURL=main.css.map */
ul.list {
  overflow-y: auto;
  height: 273px;
}

ul.list::-webkit-scrollbar {
  background: white;
  width: 3px;

  -webkit-transition: all 9s;
  transition: all 9s;
}

ul.list::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

.title_tintuc h3 {
  color: #ffffff;
  background: linear-gradient(107deg, #1464a2 16%, #287aba 37%, #105d9a 55%);
  padding: 10px;
  font-family: 'Roboto-Bold';
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: -14px;
}

.news-item.news-item2 {
  border-top: 0 !important;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news-item_details {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #d3d3d3 !important;
}

.support-content2 iframe {
  width: 83% !important;
}

.support-online2 {
  position: fixed;
  z-index: 999;
  left: 8px;
  bottom: 337px;
}

.support-online2 a {
  position: relative;
  margin: 20px 20px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.content-main2 .header-container {
  text-align: left;
}

.support-online2 i {
  width: 40px;
  height: 40px;
  background: #1974c1;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online2 a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online2 a:hover span {
  display: block;
}

.support-online2 a {
  display: block;
}

.support-online2 a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #978480 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #1d71b8;
  opacity: .75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #1d71b8;
  opacity: .1;
  border-color: #1d71b8;
  opacity: .5;
}

.support-online .btn-support {
  cursor: pointer;
}

.sms i {
  background: red
}

.call-now i {
  background: green
}

.mes i {
  background: orange
}

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

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

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

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

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

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

p.text_support {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #e30404;
  margin-top: -12px;
  margin-bottom: 18px;
}

.mb_social {
  display: none;
}
.items_img a {
  width: 300px !important;
  display: inline;
}
@media screen and (max-width: 991px) {
  .pc_social {
    display: none;
  }

  .mb_social {
    display: block;
  }

  p.text_support {
    margin-top: -5px;
    font-size: 15px;
  }

  .support-online2 {
    bottom: 210px;
  }

  .quick_contact {
    bottom: 15%;
  }

  section.section-slider .wrapper {
    padding: 0;
  }

  #footer {
    padding-bottom: 55px;
  }
}

#ngonngu{
  margin-left: 20px;
  padding: 5px 7px;
  padding-left: 40px;
  border: 2px solid #ffe00c;
  border-radius: 8px;
  /* position: absolute; */
  right: 0;
  top: 20px;
  background-color:#fff !important;
}

.section-index-slider { position: relative; margin-bottom: 0; } .section-index-slider .slider-item { position: relative; } .section-index-slider .slider-item__image { color: red; } .section-index-slider .slider-item__content { position: absolute; top: 45%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); text-align: center; width: 100%; max-width: 70%; } .section-index-slider .slider-item__content h2 { opacity: 0; color: #fff; font-size: 50px; font-weight: 600; letter-spacing: 0; } .section-index-slider .slider-item__content .button_content_box { opacity: 0; } .section-index-slider .slider-carousel--cover .slider-item__image img { height: calc(var(--window-height) - var(--header-height)); width: 100%; display: block; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .section-index-slider .owl-item.active .slider-item .slider-item__content h2 { animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.3s 1 forwards slideshowFade; } .section-index-slider .owl-item.active .slider-item .slider-item__content .button_content_box { animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s 1 forwards slideshowFade; } .section-index-slider .scroll-downs { position: absolute; bottom: 25px; left: 0; right: 0; margin: auto; transform: translateX(3px); -webkit-transform: translateX(3px); -ms-transform: translateX(3px); width: 25px; height: 25px; z-index: 99; } .section-index-slider .scroll-downs:before { content: ''; position: absolute; width: 100%; height: 100%; border-left: 5px solid rgba(255, 255, 255, 0.8); border-bottom: 5px solid rgba(255, 255, 255, 0.8); transform: translate(8.33333px, 33.33333px) rotate(-45deg); -webkit-transform: translate(8.33333px, 33.33333px) rotate(-45deg); animation: arrows 3s linear infinite; } .section-index-slider .scroll-downs:after { content: ''; position: absolute; width: 100%; height: 100%; border-left: 5px solid rgba(255, 255, 255, 0.8); border-bottom: 5px solid rgba(255, 255, 255, 0.8); transform: translate(16.66667px, 0px) rotate(-45deg); -webkit-transform: translate(16.66667px, 0px) rotate(-45deg); animation: arrows 3s linear infinite -1.5s; } .section-index-slider .owl-nav button { position: absolute; top: 50%; z-index: 2; padding: 0; color: #888; font-size: 0; text-align: center; background: rgba(0, 0, 0, 0.4) !important; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; } .section-index-slider .owl-nav button.owl-prev { left: 0; } .section-index-slider .owl-nav button.owl-next { right: 0; } .section-index-slider .owl-nav button svg { width: 35px; height: 35px; fill: #fff; color: #fff; margin: 20px 10px; transition: all 0.35s; -webkit-transition: all 0.35s ease; } .section-index-slider .owl-nav button:hover { background: var(--shop-color-main) !important; } .section-index-slider .owl-nav button:hover svg { width: 60px; } .section-index-slider .owl-dots { position: absolute; bottom: 28px; text-align: center; width: 100%; display: none; } .section-index-slider .owl-dots .owl-dot { display: inline-block; } .section-index-slider .owl-dots .owl-dot span { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px; border-radius: 50%; cursor: pointer; background: transparent; border: 2px solid #fff; -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; } .section-index-slider .owl-dots .owl-dot.active span { background: #fff; } @media (max-width: 991px) { .section-index-slider .owl-nav button:hover { background: rgba(51, 51, 51, 0.4) !important; } .section-index-slider .owl-nav button:hover svg { width: 35px; height: 35px; } .section-index-slider .scroll-downs { bottom: 5px; } } @media (min-width: 768px) and (max-width: 991px) { .section-index-slider .slider-item .slider-item__content h2 { font-size: 36px; } } @media (max-width: 767px) { .section-index-slider .slider-item .slider-item__content h2 { font-size: 22px; } } .section-index-services { padding-top: 50px; } .section-index-services .service-item { height: 100%; background: #f7f7f7; } .section-index-services .service-item__img { text-align: center; position: relative; overflow: hidden; } .section-index-services .service-item__info { padding: 20px 25px 30px; } .section-index-services .service-item__info .svi-title h3 { font-size: 20px; font-weight: 600; margin: 0 0 12px; color: #4a647e; } .section-index-services .service-item__info .svi-title h3 a { color: #4a647e; } .section-index-services .service-item__info svi-text { font-size: 15px; line-height: 1.5; } @media (min-width: 768px) and (max-width: 991px) { .section-index-services .service-item__info { padding: 10px 15px 20px; } .section-index-services .service-item__info .svi-title h3 { font-size: 18px; } } @media (max-width: 767px) { .section-index-services { padding-top: 40px; } .section-index-services .listSevices [class^='col-'] + [class^='col-'] { margin-top: 15px; } } .section-index-aboutus .aboutus-top { padding: 60px 0; background: #f7f7f7; } .section-index-aboutus .aboutus-top .rowFlex { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-flow: row wrap; flex-flow: row wrap; } .section-index-aboutus .aboutus-top .wrap-left .wrap-title h2:before { left: 0; } .section-index-aboutus .aboutus-bottom { background: #edcd1f; } .section-index-aboutus .aboutus-bottom .listAbout { display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; } .section-index-aboutus .aboutus-bottom .listAbout .about-item { flex: 0 0 25%; -webkit-flex: 0 0 25%; padding: 35px 10px; position: relative; color: #4a647e; text-align: center; } .section-index-aboutus .aboutus-bottom .listAbout .about-item span { font-size: 40px; font-weight: 600; color: #4a647e; } .section-index-aboutus .aboutus-bottom .listAbout .about-item strong { font-size: 18px; } .section-index-aboutus .aboutus-bottom .listAbout .about-item:before { content: ""; position: absolute; right: 0; top: 25%; height: 50%; width: 2px; background: #fff; } .section-index-aboutus .aboutus-bottom .listAbout .about-item:last-child:before { display: none; } @media (max-width: 991px) { .section-index-aboutus .aboutus-top { padding: 40px 0; } .section-index-aboutus .aboutus-top .wrap-left { order: 2; padding-right: 15px; } .section-index-aboutus .aboutus-bottom .listAbout { margin: 0 -15px; } .section-index-aboutus .aboutus-bottom .listAbout .about-item { flex: 0 0 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; padding: 20px 10px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } .section-index-aboutus .aboutus-bottom .listAbout .about-item:nth-child(2n+0) { border-right: 0; } .section-index-aboutus .aboutus-bottom .listAbout .about-item span { font-size: 34px; } .section-index-aboutus .aboutus-bottom .listAbout .about-item strong { font-size: 16px; } .section-index-aboutus .aboutus-bottom .listAbout .about-item p { margin: 0; } .section-index-aboutus .aboutus-bottom .listAbout .about-item:before { display: none; } } .section-index-project { overflow: hidden; } .section-index-project .listProject { display: flex; display: -webkit-flex; display: -ms-flex; display: -o-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; margin: 0 -7px; } .section-index-project .listProject .proloop-construction { padding-left: 7px; padding-right: 7px; margin-bottom: 14px; flex: 0 0 50%; -webkit-flex: 0 0 50%; } @media (max-width: 767px) { .section-index-project .listProject { margin: 0 -7px; } } .section-index-client { background: #f7f7f7; } .section-index-client .wrap-title { padding-top: 48px; } .section-index-client .listClient { padding-bottom: 50px; display: flex; display: -webkit-flex; display: -ms-flex; display: -o-flex; justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; } .section-index-client .listClient .client-item { padding: 15px; text-align: center; } .section-index-client .listClient .client-item img { width: 70%; opacity: .7; } .section-index-client .listClient .client-item img:hover { opacity: 1; } @media (max-width: 767px) { .section-index-client .listClient { flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; overflow-y: scroll; transition: transform 0.25s ease 0s; padding-left: 15px; margin-left: -15px; margin-right: -15px; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; } .section-index-client .listClient .client-item { flex: 0 0 40%; -webkit-flex: 0 0 40%; padding: 0; } .section-index-client .listClient .client-item img { opacity: 1; } } @-webkit-keyframes slideshowFade { 0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } } @keyframes slideshowFade { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } }

.section-index-slider .slider-item__content h2 {
    opacity: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
}
.btn-box {
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent;
    margin-left: -1px;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}
.btn-box.black {
    background-color: #edcd1f;
    color: #fff;
}
.box-slide{width: 100%;}