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

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

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

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

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

:root {
  --main-bg: #e09e1a;
  --main-color: #9b2f32;
  --hover-color: #9b2f32;
  --color-mmenu: #9b2f32;
}

body {
  font-family: RobotoMono-Regular;
  font-size: 15px;
  background: url("../images/bg-body_01.png") no-repeat;
  background-size: cover;
}

h2,
h3,
h4 {
  margin-bottom: 0;
}
p,
a {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
/*----------------------------------------------*/
/*-----------------------header-----------------------*/
.logo-header {
  flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-header > a {
  display: block;
  width: 156px;
}
.name-header {
  flex: 0 0 calc(100% - 230px);
  -ms-flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
  padding: 10px 0;
}
.nav-menu {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--main-bg);
}
.name-header-top {
  font-family: iCielBCCubano-Normal;
  font-size: 24px;
  text-align: right;
  padding: 9px;
  border-bottom: 2px solid var(--main-bg);
}
.name-header-bottom p {
  font-size: 38px;
  font-family: iCielBCRostrum-Regular;
  text-transform: capitalize;
}
.name-header-bottom h3 {
  font-size: 65px;
  font-family: iCielBCGrindstoneDisplay-Regular;
  color: var(--main-color);
  text-shadow: 2px 2px 0 var(--main-bg);
  text-transform: uppercase;
  margin: -20px 0 0 50px;
}
.title-header {
  font-family: iCielBCCubano-Normal;
  font-size: 24px;
  padding-bottom: 7px;
  border-bottom: 3px solid #3a2a0a;
  display: inline-block;
  margin-bottom: 20px;
}
.hotline-header {
  font-family: iCielBCCubano-Normal;
  font-size: 30px;
  color: var(--main-color);
}
.dc-header {
  font-family: iCielBCCubano-Normal;
  font-size: 18px;
  color: var(--main-color);
}
.box-right-header {
  margin-top: 20px;
  padding: 0 20px;
  background: url(../images/bg-divright.png) no-repeat top 15px center;
  background-size: 100% calc(100% - 15px);
  min-height: 257px;
}
.box-divright-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--main-bg);
  padding: 12px;
}
.cover-widget-right {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-bg);
}
.wigget_right {
  position: absolute;
  left: 289px;
  top: 0;
  width: 443px;
  height: 289px;
  transform: rotateZ(90deg);
  transform-origin: top left;
  text-align: center;
  padding-top: 25px;
}
.wigget_right > p {
  font-size: 30px;
  font-family: iCielBCRostrum-Regular;
}
.wigget_right > h3 {
  font-size: 50px;
  font-family: iCielBCGrindstoneDisplay-Regular;
  color: var(--main-color);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wigget_right > h3::after {
  position: absolute;
  content: "";
  background-color: #2a1d05;
  width: 101px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wigget_right > span {
  display: inline-block;
  font-size: 25px;
  font-family: iCielBCCubano-Normal;
}
.sub-header{
  position:absolute;
  right:0;
  top:-17px;
  z-index: 4;
}
/*----------------------------------------------*/
/*----------------------container-product-special------------------------*/
.container-product-special{
  position: relative;
}
.product-special{
  padding:35px 0 50px 0;
}
.border-product {
  min-height: 1894px;
  padding: 0 40px 60px 40px;
  position: relative;
}
.border-product:before {
  position: absolute;
  content: "";
  background: url(../images/bg-sp2_03.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 25px;
  z-index: -1;
}
.sub1-sp{
  position: absolute;
  left: 0;
  top: -35px;
}
.sub2-sp{
  position: absolute;
  right: 0;
  top: -35px;
  top: -100px;
}
/*----------------------------------------------*/
/*----------------------------------------------*/
/*-------------------------container-about---------------------*/
.container-about{
  background:url('../images/bg-about_02.png') no-repeat;
  background-size:100% 100%;
  position: relative;
}
.container-about:before{
  position: absolute;
  content: "";
  background-color: #332f29;
  top: 0;
  left: 0;
  width:380px;
  height:520px;
}
.about-index{
  padding:60px 0 65px 0
}
.col-about-left{
  flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  max-width: 380px;
  min-height: 500px;
  position: relative;
}
.col-about-right{
  flex: 0 0 calc(100% - 407px);
  -ms-flex: 0 0 calc(100% - 407px);
  max-width: calc(100% - 407px);
}
.col-about-right>p{
  font-size:29px;
  font-family: iCielBCRostrum-Regular;
  color: #fff;
  display: inline-block;
  position: relative;
}
.col-about-right>p::after{
  position: absolute;
  content: '';
  background:url('../images/af-about_03.png') no-repeat;
  width:410px;
  height:10px;
  top:50%;
  transform: translateY(-50%);
  left: calc(100% + 25px)
}
.col-about-right>h3{
  font-size:60px;
  font-family:iCielBCGrindstoneDisplay-Regular;
  color:var(--main-color);
  text-shadow: 3px 1px 0 #ffbc34;
  text-transform: uppercase;
}
.content-about,.cover-img-about{
  flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  max-width: 380px;
  margin-top: 20px;
  
}
.content-about{
  background: url('../images/bg-content-about_03.png') no-repeat;
  background-size:100% 100%;
  padding-top:40px;
  position: relative;
}
.content-about::after{
  position: absolute;
  content: '';
  background:url('../images/sub-about.png') no-repeat;
  background-size: 100% 100%;
  width: 335px;
  height:177px;
  bottom:-25px;
  left:-200px;
  z-index: 9;
}
.content-about>p{
  font-size:30px;
  font-family:iCielBCRostrum-Regular
}
.content-about>h3{
  font-size:38px;
  font-family: iCielBCCubano-Normal;
  color:var(--main-color);
}
.content-about>div{
  padding:0 20px;
  color: #676767;
  line-height: 23px;
  height: 207px;
  overflow: hidden;
  margin-top: 20px;
}
.content-about>a{
  color: #a53639;
  border-bottom:2px solid #9b2f32;
  border-top:2px solid #9b2f32;
  display: inline-block;
  padding:9px 0;
  margin-top:20px
}
/*----------------------------------------------*/
/*------------------------container-feedback----------------------*/
.container-feedback{
  background:url('../images/bg-camnhan_02.png') no-repeat;
  background-size:100% 100%;
  position: relative;
}
.sub1-feedback{
  position: absolute;
  left: 0;
  bottom: -82px;
  z-index: 9;
}
.sub2-feedback{
  position: absolute;
  right: 0;
  top: -45px;
}
.sub3-feedback{
  position: absolute;
  right: 185px;
  bottom:130px;
  z-index: 9;
}
.feedback-index{
  padding:45px 0 120px 0
}
.img-feedback{
  width:136px;
  margin:0 auto;
  aspect-ratio:1 / 1;
  position: relative;
  margin-bottom: 25px;
}
.img-feedback::after{
  position: absolute;
  content: '';
  background:url('../images/bg-imgcamnhan.png') no-repeat;
  background-size:100% 100%;
  width:161px;
  height:138px;
  top: 0;
  left: 0;
  z-index: 3;
}
.content-feedback{
  padding: 0 190px
}
.content-feedback>h3{
  font-size:20px;
  color:var(--main-color);
  margin-bottom: 5px;
}
.content-feedback>p{
  font-size:17px;
  margin-top: 15px;
}

.slick-feedback .slick-dots li button{
  background: #fff ;
  width:12px ;
  height:12px;
}
.slick-feedback .slick-dots li {
  width:16px;
  height:16px;
}
.slick-feedback .slick-dots li.slick-active {
  background: var(--main-bg);
  border-color: var(--main-color);
}
.slick-feedback .slick-dots li:hover button, .slick-dots li.slick-active button{
  background: var(--main-bg);
  border-color: var(--main-color);
}
.slick-feedback .slick-dots li.slick-active, .slick-dots li:hover {
  background:var(--main-color);
}
/*----------------------------------------------*/
/*---------------------container-album-------------------------*/
.container-album{
  background:url('../images/bg-album2.png') no-repeat;
  background-size:100% 100%;
  position: relative;
}
.container-album:before {
  position: absolute;
  content: "";
  background: url('../images/chiecla.png') no-repeat;
  background-size: 100% 100%;
  width: 212px;
  height:206px;
  left:420px;
  bottom:0;
  z-index: 3;
}
.album-index{
  padding:40px 0 50px 0
}
.row-album{
  margin:0 -22px
}
.col-album{
  padding:0 22px;
  margin-bottom:26px
}
.box-album:before{
  position:absolute;
  content:"";
  top: 22px;
  left: 22px;
  bottom: 22px;
  right: 22px;
  border: 2px solid #eea615;
}
.box-album{
  background:url('../images/bg-album_03.png') no-repeat;
  background-size:100% 100%;
  padding:37px;
  position: relative;
}
.box-album a{
  position: relative;
  z-index: 3;
}
.mt-137px{
  margin-top:137px
}
.mt_137px{
  margin-top:-137px
}
.more-album{
  border-top:2px solid var(--main-color);
  border-bottom:2px solid var(--main-color);
  display: inline-block;
  color: var(--main-color);
  margin-top:30px;
  padding:9px 0;
  float: right;
}
.more-album:hover{
  color: var(--main-color);
}
/*----------------------------------------------*/
/*----------------------container-news------------------------*/
.container-news{
  background:url('../images/bg-tintuc_02.png') no-repeat;
  background-size: cover;
  position: relative;
}
.container-news:before{
  position: absolute;
  content: "";
  background:url('../images/sub-tintuc.png');
  width: 143px;
  height:343px;
  left:0;
  top:-110px;
}
.news-index{
  padding:100px 0
}
.itemslicknews{
  padding:0 23px
}
.slick-news{
  margin:0 -23px;
}
/*----------------------------------------------*/
/*--------------------footer--------------------------*/
.block-footer {
  background: url("../images/bg-footer_02.png") no-repeat;
  background-size: cover;
  position: relative;
}
.widget_newsletter{
  position: relative;
  left:0;
  top:0;
  transform: translateY(-50%);
}
.widget_newsletter-inside{
  position: relative;
  background: url('../images/bg-dangky_03.png') no-repeat;
  background-size: 100% 100%;
  padding:35px 0 35px 130px;
}
.widget_newsletter-inside::after{
  position: absolute;
  content: '';
  background:url('../images/sub-dangky.png') no-repeat;
  width:131px;
  height:123px;
  bottom:20px;
  right:10px;
  z-index: 3;
}
.widget_newsletter-inside p{
  margin-right: 40px;
  font-size:32px;
  font-family: iCielBCRostrum-Regular;
}
#form-nhan-tin{
  position: relative;
  width:610px;
  border-radius:26px;
  overflow:hidden;
}
#form-nhan-tin input{
  width: 100%;
  height:52px;
  background-color: #f5e7c2;
  outline: none;
  border:1px solid #eddeb7;
  padding-left: 30px;
}
#form-nhan-tin button{
  width: 108px;
  position: absolute;
  top:1px;
  right:1px;
  bottom:1px;
  background-color:var(--main-color);
  color: var(--main-bg);
  font-size:18px;
  border-radius:0 25px 25px 0;
  outline: none;
  border: none;
  cursor: pointer;
}
.flex-footer {

  color:#e3e3e3;
}
.col-info{
  flex: 0 0 455px;
  -ms-flex: 0 0 455px;
  max-width: 455px;
  padding-right: 30px;
}
.col-policy{
  flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  max-width: 250px;
  padding-right: 30px;
}
.col-social{
  flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  max-width: 230px;
}
.col-fb{
  flex: 0 0 265px;
  -ms-flex: 0 0 265px;
  max-width: 265px;
}
.col-coppyright{
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  margin-top: 45px;
  border-top: 2px solid #ffb624;
  padding:25px 0
}
.col-info>h3{
  font-size:50px;
  font-family: iCielBCGrindstoneDisplay-Regular;
  color:#ffb624;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 0 rgba(255,182,36,0.9);
  margin-bottom: 10px;
}
.col-info p{
  min-height: 30px;
  padding: 7px 0 7px 42px;
}
.col-info p:nth-child(1){
  background:url('../images/footer_03.png') no-repeat left center;
  
}
.col-info p:nth-child(2){
  background:url('../images/footer_06.png') no-repeat left center;
}
.col-info p:nth-child(3){
  background:url('../images/footer_17.png') no-repeat left center;
}
.col-info p:nth-child(4){
  background:url('../images/footer_23.png') no-repeat left center;
}
.col-policy>a{
  color:#e3e3e3;
  transition:0.3s;
  margin:15px 0;
  display:block;
}
.col-policy>a:hover{
  color: var(--main-bg);
}
.title-footer{
  font-size:18px;
  font-family: RobotoMono-Bold;
  color: #f6b92d;
  margin-bottom: 20px;
  margin-top: 30px;
}
.col-social>p{
  margin-bottom:20px
}
/*----------------------------------------------*/
.header-container {
  text-align: center;
}
.header-container p{
  font-size:32px;
  font-family: iCielBCRostrum-Regular;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
.header-container p::before {
  position: absolute;
  content: "";
  background:transparent;
  width: 380px;
  height:12px;
  border-top: 2px solid #000;
  border-bottom: 2px dashed #000;
  top:50%;
  transform: translateY(-50%);
  left: calc(100% + 25px);
}
.header-container p::after {
  position: absolute;
  content: "";
  background:transparent;
  width: 380px;
  height:12px;
  border-top: 2px solid #000;
  border-bottom: 2px dashed #000;
  top:50%;
  transform: translateY(-50%);
  right: calc(100% + 25px);
}
.sub-header-container p::after,.sub-header-container p::before{
  display: none;
}
.header-container h3 {
  color: var(--main-color);
  font-family: iCielBCGrindstoneDisplay-Regular;
  font-size: 60px;
  text-shadow: 2px 2px 0 var(--main-bg);
  text-transform: uppercase;
  margin-top: -10px;
}
/*----------------------------------------------*/
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.support-online {
  margin-bottom: 30px;
}

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

.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: var(--main-color);
  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-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--main-color) 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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(155, 47, 50, 0.5);
  opacity: 0.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 rgba(155, 47, 50, 0.4);
  opacity: 0.1;
  border-color: var(--main-bg);
  opacity: 0.5;
}

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

@-webkit-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);
  }
}

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

.icon-mxh {
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 999;
}

.icon-mxh a {
  display: block;
}
.icon-mxh2 {
  position: fixed;
  left: 15px;
  bottom: 180px;
  z-index: 999;
}

.icon-mxh2 a {
  display: block;
  margin-bottom:10px;
}
.bg {
  background-position: center center;
  background-size: cover;
}

.yt {
  height: 370px;
  position: relative;
}
.icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yt-thumbnail {
  width: 510px;
  height: 370px;
}
.full {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.menu-desktop {
  position: relative;
}
.menu-desktop:before {
  position: absolute;
  content: "";
  background: url("../images/sub-header.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366 / 98;
}
.block-menu {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 52.4px;
}

.col-productdetail {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 28px;
}

.col-productdetail a:hover {
  text-decoration: none;
}

.row-product {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}

.row-tin-tuc {
  margin-top: 20px;
}

.othernews {
  margin-top: 15px;
}

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

.titlespdetail {
  display: flex;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  align-items: baseline;
}

.txt-titlespdetail {
  color: #000;
  font-size: 14px;
  width: 150px;
  font-weight: bold;
}

.title-pro-detail {
  text-transform: uppercase;
  font-size: 24px;
  color: var(--hover-color);
  font-family: iCielBCCubano-Normal;
}

.row-contact {
  width: 990px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0px 9px 24px 0px rgb(20 20 20 / 14%);
}

.btn-contact {
  background: #ff0018;
  border: #ff0018;
  padding: 7px 20px;
  color: #fff;
  border-radius: 3px;
}

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

.title-contact {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
}

.center-contact {
  width: 990px;
  margin: 30px auto;
}

.content-main {
  margin-top: 15px;
}

@-webkit-keyframes my {
  0% {
    color: #d60c0c;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #d60c0c;
  }
}

@-moz-keyframes my {
  0% {
    color: #d60c0c;
  }
  50% {
    color: #000;
  }
  100% {
    color: #d60c0c;
  }
}

@-o-keyframes my {
  0% {
    color: #d60c0c;
  }
  50% {
    color: #000;
  }
  100% {
    color: #d60c0c;
  }
}

@keyframes my {
  0% {
    color: #d60c0c;
  }
  50% {
    color: #000;
  }
  100% {
    color: #d60c0c;
  }
}

.col-sticky {
  position: sticky;
  top: 170px;
  z-index: 900;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden img {
  transition: 0.3s;
}

#btn-seacrh {
  border: none;
  cursor: pointer;
  margin-left: 20px;
  outline: none;
  background: none;
}

.search-div {
  display: none;
}

.search-div.active {
  visibility: visible;
  top: 0;
}

.search-div {
  position: fixed;
  background: transparent;
  height: 100vh;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}

.wrapper-seacrh {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;
  display: flex;
  align-items: center;
}

#btn-exitseacrh {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 100px;
  outline: none;
}

.frm-search {
  position: relative;
}

.border-search {
  border-bottom: 1px solid #fff;
  width: 100%;
}

.frm-search button {
  position: absolute;
  right: 0;
  border: none;
  height: 100%;
  width: 50px;
  background: transparent;
  cursor: pointer;
}

.frm-search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  height: 50px;
  font-size: 24px;
  padding-left: 10px;
  color: #fff;
}

.frm-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.frm-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

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

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

.h-card {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.aside--sticky {
  position: -webkit-sticky;
  position: sticky;
}

.group-sidebox {
  margin: 0 0 20px;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #e7e7e7;
}

.group-sidebox .sidebox-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #323232;
  text-align: center;
  position: relative;
  color: #000000;
  font-weight: 700;
  font-family: #323232;
}

.menuList-links {
  margin: 0;
  padding: 0;
  padding-right: 25px;
  margin-top: 15px;
}

.menuList-links li {
  position: relative;
  list-style: none;
}

.menuList-links li a {
  color: #252a2b;
  position: relative;
  font-size: 14px;
  display: block;
  font-family: var(--font-main);
  text-decoration: none;
  text-transform: capitalize;
}

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.menuList-links > li > a:hover,
ul.submenu-links li a:hover {
  color: #008848;
}

.menuList-links > li.has-submenu > a {
  padding-right: 30px;
}

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}
ul.submenu-links li ul.sub-menulinks {
  display: none;
  padding: 0;
}
ul.submenu-links li ul.sub-menulinks li a {
  padding: 8px 4px 8px 30px !important;
}
ul.menuList-links li ul.submenu-links {
  display: none;
  padding: 0;
}

ul.submenu-links li a {
  padding: 8px 4px 8px 15px;
}

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px;
}

.menuList-links li + li {
  border-top: 1px solid #e7e7e7;
}

.noidung {
  margin-bottom: 15px;
}
/* .gia-sp {
  text-align: center;
  font-size: 22px;
}

.gia-sp strong,
.a-lienhe {
  font-size: 22px;
  color: #f92708;
}

.gia-sp-detail .gia-sp strong + del {
  margin-left: 10px;
}

.gia-sp del {
  font-size: 22px;
}

.ten-sp > h2 {
  font-size: 15px;
  font-family: Muli-Bold;
  text-align: center;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
}
.ten-sp > h2 > a {
  color: inherit;
}
.ten-sp > h2 > a:hover {
  color: var(--hover-color);
} */
.img-sp {
  overflow: hidden;
}


.box-sp {
  position: relative;
  background-color: #eea615;
  color: #fff;
  padding-right: 63px;
  padding-top: 56px;
}

.box-sp:after {
  position:absolute;
  content: "";
  background: url('../images/sub-sanpham.png') no-repeat;
  background-size:100% 100%;
  width: 109px;
  height: 125px;
  right: 0;
  top:5px
}
.gia-sp{
  position:absolute;
  left: 14px;
  top:0;
  background:url('../images/bg-gia_03.png') no-repeat;
  background-size:100% 100%;
  aspect-ratio:112 / 118;
  font-size: 16px;
  min-width: 112px;
  padding-top: 20px;
}
.gia-sp strong{
  font-size: 20px;
  display: block;
}
.ten-sp{
  position: absolute;
  left: 155px;
  font-size:24px;
  font-family: iCielBCRostrum-Regular;
  line-height:28px;
  height: 56px;
  overflow: hidden;
  max-width: 330px;
  top:0;
  display:flex;
  align-items: center;
}
.support-sp{
  position: absolute;
  left: calc(100% - 63px);
  bottom: 0;
  font-size: 14px;
  color: #fff;
  transform: rotateZ(-90deg) translateX(-63px);
  width: calc(100% - 63px);
  transform-origin: top left;
  height: 63px;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-bando iframe {
  display: block;
  width: 100%;
}

.img-full {
  width: 100%;
  height: auto;
}

.primary-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  /* justify-content: flex-start; */
  background: url("../images/bg-menu.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 40px;
}

.primary-menu li {
  position: relative;
}

.primary-menu li a {
  display: block;
}

.primary-menu > li > a {
  white-space: nowrap;
  position: relative;
  font-family: iCielBCCubano-Normal;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 14px 30px;
}

.primary-menu > li:hover > a {
  transition: 0.5s;
  text-decoration: none;
  color: var(--hover-color);
}

.primary-menu > li.active > a {
  color: var(--hover-color);
  transition: 0.5s;
  text-decoration: none;
}
.primary-menu > li > a::after {
  position: absolute;
  content: "";
  background: url("../images/sub-menu.png");
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.primary-menu > li:last-child > a::after {
  display: none;
}
.primary-menu > li:hover > ul {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.primary-menu > li > .sub-menu {
  left: 0;
  top: 100%;
}

.primary-menu > li > .sub-menu li {
  position: relative;
}

.primary-menu > li > .sub-menu li:not(:first-child) {
  border-top: 1px solid #ecf0f1;
}

.sub-menu {
  margin: 0;
  width: 210px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  /* border-top: 3px solid #ffc000; */
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-menu.r0 {
  right: 0 !important;
  left: inherit !important;
}

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

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

.sub-menu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

.sub-menu li a i {
  margin-right: 15px;
}

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

.sub-menu li:hover > a {
  background: var(--hover-color);
  color: #fff;
  text-decoration: none;
}

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

/* #PRIMARY MENU */

/* PRODUCT */

.table-bang-gia {
  max-width: 290px;
  font-family: Muli;
}

.label-size {
  margin-right: 5px;
  margin-bottom: 5px;
  height: 28px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  padding-bottom: 1px;
  position: relative;
  cursor: pointer;
  flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  max-width: 28px;
}

.label-size.checked,
.label-size:hover {
  border: 1px solid #333;
}

.block-size {
  margin-bottom: 10px;
  margin-top: 10px;
}

.text-size {
  display: block;
  font-weight: 700;
}

.mau {
  display: block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
}

.label-mau {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 2px;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 30px;
}

.label-mau.checked,
.label-mau:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.rad-mau,
.rad-size {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
}

.outline-danger {
  border: 2px solid var(--red);
  padding: 1rem;
  border-radius: 4px;
}

.title-dark {
  background: #c80000;
  font-weight: bold;
  color: #fff;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.item-da-xem + .item-da-xem {
  margin-top: 20px;
}

.product-detail-bottom {
  margin-top: 30px;
}

.site-product {
  padding-top: 30px;
  background: 0;
}

.container-product-detail-bottom {
  background: #f5f5f5;
}

.slick-arrow-featured-product-photo {
  color: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  height: 20px;
  width: 20px;
  font-size: 1.5em;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) !important;
  top: 50%;
}

.slick-arrow-featured-product-photo.prevArrow {
  left: 10px;
}

.slick-arrow-featured-product-photo.prevArrow:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow-featured-product-photo.nextArrow {
  right: 10px;
}

.slick-arrow-featured-product-photo.nextArrow:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.attrs {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.pointer-zoom {
  cursor: zoom-in;
}

.table-baohanh {
  margin-top: 20px;
  color: #ddd;
}

.table-baohanh th,
.table-baohanh td {
  border-top-color: #ddd;
}

.MagicZoomBox {
  margin-bottom: 10px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.MagicZoomBox img {
  background: #fff;
}

.gallery-thumb-pro {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.soi {
  margin: 0 auto;
}

.masp {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1rem;
}

.panel-san-pham-moi {
  background: #fff;
  padding: 10px;
  font-family: Arial;
}

.panel-san-pham-moi-heading {
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #666;
}

.san_pham_moi-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
}

.san_pham_moi-arrow.nextarrow {
  right: 0;
}

.san_pham_moi-arrow.prevarrow {
  right: 35px;
}

.san_pham_moi {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.san_pham_moi + .san_pham_moi {
  border-top: 1px dashed #ddd;
}

.san_pham_moi .aspect-ratio-box {
  padding-bottom: 100%;
}

.san_pham_moi-figure {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.san_pham_moi-content {
  padding-left: 15px;
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.san_pham_moi-content h3 {
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.san_pham_moi-content h3 a {
  color: inherit;
}

.san_pham_moi .gia {
  justify-content: flex-start;
}

.other-product {
  padding-top: 1rem;
}

.other-product .title-main {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.slick-product-arrow {
  position: absolute;
  top: 28%;
  cursor: pointer;
  color: #797979;
  width: 10px;
  height: 20px;
}

.slick-product-arrow i {
  font-style: normal;
}

.slick-product-arrow i:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
}

.slick-product-arrow.prevArrow {
  left: -13px;
}

.slick-product-arrow.prevArrow i:before {
  border-right: 10px solid #797979;
}

.slick-product-arrow.nextArrow {
  right: -13px;
}

.slick-product-arrow.nextArrow i:before {
  border-left: 10px solid #797979;
}

.phan-tram {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 0;
  text-indent: 1px;
  background: #cb2027;
  font-weight: bold;
  z-index: 8;
}

.col-product {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.product-detail-in-stock {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 15px;
}

.product-detail-in-stock strong {
  font-weight: 900;
  color: red;
  text-transform: capitalize;
  font-size: 20px;
}

.mz-thumb {
  border: none;
  border-radius: 0;
  padding: 0;
  border: 1px solid transparent;
}

.mz-thumb.mz-thumb-selected {
  border-color: #000 !important;
  opacity: 0.85;
}

.slick-featured-product-photo {
  margin: 0px -5px;
}

.slick-featured-product-photo .item-featured-product-photo {
  padding: 0px 5px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: -1px;
  border-bottom: 1px solid var(--main-bg);
}

.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  background: none;
  padding: 10.5px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--main-bg);
  font-weight: bold;
  font-size: 14px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
  color: #fff;
  background-color: var(--main-bg);
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
  padding: 15px 0 0 0;
  background: transparent;
  border: 1px solid transparent;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}

.zalo-share-button {
  margin-left: 10px;
}

.lien-he-mua-hang {
  margin-bottom: 1rem;
}

.lien-he-mua-hang a {
  color: #f00;
  font-size: 20px;
}

.btn-chat-zalo {
  color: #fff;
  display: block;
  background: #03a5fa;
  padding: 10px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1rem;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
}

.btn-chat-zalo:hover {
  color: #fff;
  background: #0394e1;
}

.btn-chat-messenger {
  color: #fff;
  background: #1877f2;
  text-align: center;
  display: block;
  margin-left: 2%;
  padding: 10px 10px;
  border-radius: 4px;
  margin-bottom: 1rem;
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
}

.btn-chat-messenger:hover {
  color: #fff;
  background: #0d6ae4;
}

/* NEWS */

/* Bài viết */

.news {
  width: 49%;
  float: left;
  margin-bottom: 25px;
  display: block;
}

.news:nth-child(2n) {
  float: right;
}

.news:nth-child(2n + 1) {
  clear: both;
}

.pic-news {
  float: left;
  margin-right: 4%;
  width: 36%;
}

.pic-news img {
  width: 100%;
}

.info-news {
  float: left;
  width: 60%;
}

.name-news {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
}

.name-news:hover {
  color: var(--color-red);
}

.time-news {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
}

.desc-news {
  color: #333;
  margin-top: 5px;
  line-height: 22px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
  margin-top: 15px;
  color: #333;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

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

.list-news-other li a:hover {
  color: var(--main-color);
}

.bg-black {
  background: #000;
}

.video-detail-title {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.video-detail-meta {
  padding: 0 0;
  font-size: 13px;
  color: #949393;
  line-height: 21px;
}

.scrollbar {
  overflow-y: auto;
  max-height: 399px;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

.scrollbar::-webkit-scrollbar-track {
  background-color: #c2c2c2;
}

.scrollbar::-webkit-scrollbar-track-piece {
  background-color: #e6e6e6;
}

.scrollbar::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #c2c2c2;
  border-radius: 0;
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}

.scrollbar::-webkit-resizer {
  background-color: #666;
}

.item-other-video {
  background: #333;
  padding: 10px 10px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-other-video:hover,
.item-other-video.active {
  background: #555;
}

.item-other-video + .item-other-video {
  border-top: 1px solid #444;
}

.item-other-video .order {
  color: #c4c4c4;
  top: 10px;
  left: 5px;
  text-align: center;
  line-height: 41px;
  text-align: 4px;
  flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  max-width: 35px;
}

.item-other-video figure {
  flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  max-width: 75px;
}

.item-other-video .aspect-ratio-box {
  padding-bottom: calc(180 / 320 * 100%);
}

.item-other-video h3 {
  margin: 0;
  color: #c4c4c4;
  font-weight: normal;
  font-size: 13px;
  display: block;
}

.item-other-video div {
  padding: 5px 10px;
  flex: 0 0 calc(100% - 75px - 35px);
  -ms-flex: 0 0 calc(100% - 75px - 35px);
  max-width: calc(100% - 75px - 35px);
}

.video-wrapper-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
}

.video-wrapper-detail iframe {
  display: block;
  width: 100%;
  height: 460px;
}

.video .aspect-ratio-box {
  padding-bottom: calc(180 / 320 * 100%);
}

.video .aspect-ratio-box:after {
  content: "";
  font-weight: 400;
  text-align: center;
  font-size: 2em;
  line-height: 1.8em;
  padding-left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zm-16.2 55.1l-352 208C45.6 483.9 32 476.6 32 464V47.9c0-16.3 16.4-18.4 24.1-13.8l352 208.1c10.5 6.2 10.5 21.4.1 27.6z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 14px center;
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .aspect-ratio-box:hover:after {
  background-color: #cc0000;
}

.video h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.video h3 a {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #000;
}

.video h3:hover a {
  color: #f00;
}

.video p {
  padding: 5px 0;
  font-size: 13px;
  color: #949393;
  line-height: 21px;
}

.video p span + span:before {
  content: " - ";
}

.scrollToTop {
  position: fixed;
  right: 25px;
  z-index: 1;
  bottom: 25px;
  cursor: pointer;
}

.block-list-video {
  padding: 10px;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
}

.text-other-video {
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

.item-thumbnail {
  border-radius: 2px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.grid-item {
  width: 25%;
  padding: 5px;
}

.grid-masonry {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.slider-nav {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.item-nav {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-current .item-nav {
  opacity: 0.75;
}

.time-main {
  color: #333;
  margin-bottom: 20px;
}

.the_title {
  text-transform: capitalize;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--main-color);
  font-weight: bold;
  color: var(--main-color);
}

.mb-20 {
  margin-bottom: 20px;
}

.col-tin-tuc {
  margin-bottom: 30px;
}

.row-video {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
}

.col-video {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-tin-tuc {
  margin-top: -29px;
}

.slick-tin-tuc .item-tin-tuc {
  padding: 29px 0px;
}



.img-tin-tuc {
  overflow: hidden;
  padding:7px;
  border:1px solid #ffbb32;
}
.content-tintuc{
  background:#9b2f32;
  color:#fff;
  margin:-50px 27px 0 27px;
  padding:15px;
  position: relative;
  z-index: 3;
}
.content-tintuc h3{
  font-size:17px;
  color:var(--main-bg);
  text-transform: uppercase;
  position: relative;
}
.content-tintuc h3::after{
  position: absolute;
  content: "";
  background:#fff;
  left: 0;
  bottom: -10px;
  width:56px;
  height:2px
}
.content-tintuc h3 a{
  color: inherit;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  display: inline-block;
}
.content-tintuc p{
  line-height: 21px;
  height: 63px;
  overflow: hidden;
  margin-top: 25px;

}
.content-tintuc>div{
  color: #eea615;
  font-size:13px;
  margin-top: 10px;
}
.itemslick-album-nav {
  padding: 0 5px;
}

.slick-album-nav {
  width: 600px;
  margin: 0 auto;
}

.img-albums {
  overflow: hidden;
}

.slick-album-for {
  width: 712px;
  margin: 20px auto;
}

/* .tin-tuc img {
    transition: 0.7s
}

.tin-tuc:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tin-tuc .aspect-ratio-box {
    padding-bottom: calc(28 / 38 * 100%);
}

.tin-tuc-thumbnail {
    flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    overflow: hidden;
}

.tin-tuc-content {
    padding-top: 0; */

/* text-align: center; */

/* flex: 0 0 calc(100% - 190px);
    -ms-flex: 0 0 calc(100% - 190px);
    margin-left: 20px;
}

.tin-tuc-date-created {
    padding-bottom: 13px;
    font-size: 13px;
    color: #666666;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 13px;
}

.tin-tuc-title {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    font-weight: bold;
}

.tin-tuc-title a {
    color: inherit;
    text-transform: capitalize;
}

.tin-tuc-description {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
} */

/* CONTACT */

/* Contact */

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

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

.input-contact input,
.input-contact textarea {
  background: #f2f2f2;
}

.input-contact input,
.input-contact textarea::-webkit-input-placeholder {
  /* Edge */
  font-style: italic;
}

.input-contact input,
.input-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
}

.input-contact input,
.input-contact textarea::placeholder {
  font-style: italic;
}

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

.bottom-contact {
  position: relative;
  height: 400px;
}

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

@media screen and (max-width: 768px) {
  .bottom-contact {
    height: 300px;
  }
}

/* #CONTACT */
.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f6c150;
  border-radius: 3px;
}

.tags-pro-detail.w-clear {
  height: 33px;
  margin-top: 20px;
}

.tags-pro-detail a:hover {
  background-color: var(--main-color);
}

.tags-pro-detail a i {
  font-size: 10px;
  float: left;
  margin: 5px 5px 0px 0px;
}

.breadcrumb-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
  background: none;
}

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumb .breadcrumb-item a {
  color: #333;
  text-transform: capitalize;
}

.breadcrumb-item :hover {
  color: #dc3545;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #666;
  margin: 0 5px;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-main {
  /* padding-top: 20px; */
  padding-bottom: 100px;
}

.pagination-home {
  margin-top: 0;
  margin-bottom: 10px;
}

.pagination {
  flex-wrap: wrap;
}

.page-link {
  color: #000;
}

.page-link:hover {
  color: var(--main-bg);
  background-color: #fff;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--main-bg);
  border-color: var(--main-bg);
}

.pagination-ajax {
  color: #616161;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-ajax .first,
.pagination-ajax .prev,
.pagination-ajax .next,
.pagination-ajax .last {
  display: none;
}

.pagination-ajax a {
  padding: 7px 14px;
  text-align: center;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  margin: 3px 6px;
  min-width: 25px;
  box-shadow: 0 0 0 1px #d5d5d5;
  line-height: 21px;
}

.pagination-ajax a:hover,
.pagination-ajax a.current {
  background: var(--main-bg);
  border: none !important;
  box-shadow: none !important;
  /* box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.4); */
  color: #fff !important;
}

.site_name {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.alert-coming-soon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fdfdfd;
  border: 1px dashed #ddd;
  color: #333;
}

.aspect-ratio-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.aspect-ratio-box-inside {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 120px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182fc;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}
/* Toc */
.box-readmore {
  padding: 8px 15px;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.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:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/*---------------------header2------------------------------*/
.divLeft {
  position: relative;
  flex: 0 0 860px;
  -ms-flex: 0 0 860px;
  max-width: 860px;
}
.section-slider {
  margin-top: 30px;
}
.divRight2 {
  padding-left: 6px;
  width: 100%;
  flex: 0 0 72.978723404%;
  -ms-flex: 0 0 72.978723404%;
  max-width: 72.978723404%;
}

/* .divRight3 {
  margin-left: 0.638297872%;
  flex: 0 0 calc(100% - 72.978723404% - 0.638297872%);
  -ms-flex: 0 0 calc(100% - 72.978723404% - 0.638297872%);
  max-width: calc(100% - 72.978723404% - 0.638297872%);
  height: 363px;
} */

.divRight {
  flex: 0 0 317px;
  -ms-flex: 0 0 317px;
  max-width: 317px;
  position: relative;
}

.on-bar {
  position: relative;
}

.text-on-bar {
  background-image: url(../images/bars2.png);
  background-color: #deae27;
  background-repeat: no-repeat;
  background-position: 234px center;
  font-family: UTMImpact;
  font-size: 20px;
  color: #385baa;
  text-transform: uppercase;
  padding: 16px 14px 13px 20px;
  cursor: pointer;
  display: block;
}

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

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9999;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  display: block;
}

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

.scroll-second-menu {
  overflow-y: auto;
  height: 403px;
}

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

.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 0 18px;
  text-transform: uppercase;
}

.second-menu > li > a:after {
  content: "";
  color: #fff;
  background: url("../images/angle-menu_03.png");
  width: 5px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.second-menu > li .sub-menu > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}

.second-menu > li:hover > .sub-menu {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  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;
}

.vps {
  color: #fff;
  transition: .3s;
}

.vps:hover {
  color: yellow;
}