@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/new-font/Montserrat-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/new-font/Montserrat-SemiBold.ttf");
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat-Regular;
    color: #000;
    font-size: 15px;
    box-sizing: border-box;
}
.container{
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #88888873;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mc-row{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.mc-jc-center{
    justify-content: space-between;
}
.mc-al-fle{
  align-items: flex-end;
}
.mg-0{
    margin: 0 0px;
}
.mc-col-1{
    flex: 0 0 8.33%;
    max-width: 8.33%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-2{
    flex: 0 0 16.66%;
    max-width: 16.66%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-3{
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-4{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-5{
    flex: 0 0 41.66%;
    max-width: 41.66%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-6{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-7{
    flex: 0 0 58%;
    max-width: 58%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-8{
    flex: 0 0 66.66%;
    max-width: 66.66%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-9{
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-10{
    flex: 0 0 83.33%;
    max-width: 83.33%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-11{
    flex: 0 0 91.66%;
    max-width: 91.66%;
    width: 100%;
    padding: 0 15px;
}
.mc-col-12{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    transition: 0.5s all;
}
a:hover{
    color:#89afff;
    transition: 0.5s all;
}
img{
    display: block;
    width: 100%;
}
.main-header .sub-header{
    background: #000;
    padding:10px 70px;
}
.main-header .sub-header .content-left-sub-header a{
    color:#fff;
    margin-right: 20px;
    transition: 0.5s all;
}
.main-header .sub-header .content-left-sub-header a:hover{
    color:#89afff;
    transition: 0.5s all;
}
.main-header .sub-header .content-left-sub-header a span{
    margin-right: 10px;
}
.main-header .sub-header .right-content-sub-header a{
    font-size: 15px;
    color:#fff;
    margin-left: 15px;
    transition: 0.5s all;
}
.main-header .sub-header .right-content-sub-header a:hover{
    color:#89afff;
    transition: 0.5s all;
}
.main-header .sub-header .right-content-sub-header{
    text-align: right;
}
.main-header .main-menu-header{
    padding:30px 55px;
}
.main-header .main-menu-header .mc-menu-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.main-header .main-menu-header .mc-menu-list li a{
    padding: 10px 25px;
    font-size: 16px;
    color:#000000;
    font-family: Montserrat-SemiBold;
}
.main-header .main-menu-header .mc-menu-list li.active a{
    color:#057fe1;
    font-family: Montserrat-SemiBold;
}
.main-header .main-menu-header .mc-menu{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
}

.main-header .main-menu-header .btn-header a{
    padding: 10px 20px;
    background: #d01817;
    color:#fff;
    font-family: Mulish-Bold;
    text-transform: uppercase;
    border:1px solid transparent;
    transition: 0.5s all;
}
.main-header .main-menu-header .btn-header a:hover{
    background: #fff;
    color:#d01817;
    transition: 0.5s all;
    border:1px solid #d01817;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children{
    position: relative;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children::after{
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  width: 8px;
  height: 4px;
  background-image: url(../images/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children:hover .sub-menu{
    display: block;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children .sub-menu{
    position: absolute;
    width: 230px;
    box-shadow: 0px 0px 6px #1f3b8b52;
    top: 26px;
    left: 0px;
    display: none;
    z-index: 10;
    background: #fff;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children .sub-menu a{
    display: block;
    padding:15px 20px 15px 20px;
}
.main-header .main-menu-header .mc-menu-list li a:hover{
    color:#057fe1;
    transition: 0.5s all;
}
.logo_mobile{
  display: none !important;
}
.logo_desktop{
  display: block !important;
}
.main-header .main-menu-header .mc-menu-list .menu-item-has-children .sub-menu{-webkit-animation:fade-in-bottom-mn .4s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-bottom-mn .4s cubic-bezier(.39,.575,.565,1.000) both}
 @-webkit-keyframes fade-in-bottom-mn{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom-mn{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
 .btn-menu-mob .btn-open-menu-mobi{
     border:0;
     background: transparent;
     font-size: 25px;
     color:#fff;
 }
 .form-search-mb-ds .form-control-mobile::-webkit-input-placeholder {
   color: #cccccc;
   font-family: Montserrat-Regular;
 }

 .form-search-mb-ds .form-control-mobile:-ms-input-placeholder {
   color: #cccccc;
   font-family: Montserrat-Regular;
 }

 .form-search-mb-ds .form-control-mobile::placeholder {
   color: #cccccc;
   font-family: Montserrat-Regular;
 }
 .btn-search_form_mobile{
   position: absolute;
    width: 19px;
    height: 18px;
    left: 13px;
    background: transparent;
    border: none;
    top: 8px;
 }
 .main-menu-header .form-control-mobile{
   width: 100%;
    border: 1px solid #fff;
    outline: none;
    background: #fff;
    padding: 9px 40px;
    border-radius: 5px;
   font-family: Montserrat-Regular;
 }
 .form-search-mb-ds{
   display: none;
 }
 .mc-al-center{
   align-items: center;
 }
 .btn-menu-mob{
    display: none;
}
 .mc-alig{
     align-items: center;
     outline: none;
 }
 .menu-mobile{
     position: fixed;
     top: 0;
     left: 0;
     width: 80%;
     height: 100%;
     background: #fff;
    z-index: 3;
    display: none;
 }
.bg-close-menu-mobi{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 101;
    display: none;
}
.menu-mobile .mc-menu-list li a{
    color: #000;
    font-family: Mulish-Bold;
    text-transform: uppercase;
    font-size: 18px ;
}
.menu-mobile .mc-menu-list li.menu-item-has-children{
    position: relative;
}
.menu-mobile .mc-menu-list li.menu-item-has-children .click-show-chirl-menu-mobile{
  position: absolute;
  right: 15px;
  top: 12px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
}
.menu-mobile .mc-menu-list li {
    padding: 15px 10px;
}
.menu-mobile .mc-menu-list li .sub-menu{
    display: none;
}
.menu-mobile .mc-menu-list li .sub-menu.open-sbmenu{
    display: block;
    padding:20px 0 0px 0;
}
.menu-mobile .mc-menu-list li .sub-menu.open-sbmenu a{
    font-size: 15px;
}
.menu-mobile{
    padding: 20px;
}
.menu-mobile .logo-menu-mobi a img{
    width: 200px;
    height: auto;
}
.menu-mobile .menu-menu-header-container{
    margin-top: 60px;
}
.mc-menu-list li .sub-menu li .sub-menu{
    display: none;
}
.fade-in-left-mn{-webkit-animation:fade-in-left-mn .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-left-mn .6s cubic-bezier(.39,.575,.565,1.000) both}
 @-webkit-keyframes fade-in-left-mn{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-mn{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
 .fade-out-left-mn{-webkit-animation:fade-out-left-mn .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-left-mn .7s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes fade-out-left-mn{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}@keyframes fade-out-left-mn{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}

/* STYLE BANNER NAM QUAN */
.mcnq_banner .mcnq-banner-mb{
  display: none;
}
.mcnq-slider-banner{
  display: none;
}
.mcnq_banner .mcnq-slider-banner .slick-prev{
  left: 100px;
  z-index: 10;
  width: 55px;
  height: auto;
}
.mcnq_banner .mcnq-slider-banner .slick-next{
  right: 100px;
  z-index: 10;
  width: 55px;
  height: auto;
}
/* END STYLE BANNER NAM QUAN */
/* STYLE VALUE BRAND */
.val-row{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.val-col{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.mcnq-value-brand{
  padding: 90px 0;
}
.mcnq-value-brand .title-value-brand{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  padding-right: 133px;
  line-height: 45px;
  margin-bottom: 30px;
}
.mcnq-value-brand .desc-value-brand{
    font-size: 16px;
    line-height: 25px;
    padding-right: 105px;
}
.mcnq-value-brand .ic-val img{
  width: 77px;
  height: 77px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 25px;
}
.mcnq-value-brand .small-title-val{
  font-size: 18px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
  min-height: 46px;
}
.mcnq-value-brand .sm-desc-val{
  font-size: 14px;
  text-align: center;
}
.mcnq-value-brand .right-val-item{
  margin-bottom: 35px;
}
/* END STYLE VALUE BRAND */
/* STYLE MACHINE */
.mcnq-machine{
  margin-bottom: 40px;
}
.mcnq-machine .title-machine{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-end;
}
.mcnq-machine .title-machine h2{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  padding-right: 133px;
  line-height: 45px;
  text-transform: uppercase;
}
.machine-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 65px;
}
.machine-col{
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 54px;
  margin-bottom: 50px;
}
.mcnq-machine .machine-col .image-machine{
  border-bottom: 3px solid #1c68a5;
  margin-bottom: 10px;
}
.mcnq-machine .machine-col img{
  width: 100%;
  height: 294px;
  object-fit: cover;
  margin: 0 auto;
}
.mcnq-machine .machine-col .title-small-machine{
  font-size: 20px;
  color:#1c68a5;;
  text-align: center;
  font-family: Montserrat-SemiBold;
  margin-bottom: 5px;
  min-height: 60px;
}
.mcnq-machine-product{
  padding-top: 60px;
  border-top: 1px solid #80808038;
}
.mcnq-machine-product .btn-read-detail-pro{
  display: block;
  max-width: 110px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  border:2px solid #1c68a5;
  color:#1c68a5;
  border-radius:5px;
  transition: 0.3s all;
}
.mcnq-machine-product .btn-read-detail-pro:hover{
  background: #1c68a5;
  color:#fff;
  transition: 0.3s all;
}
.st-more-arr-machine{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
}
.st-more-arr-machine span:first-child{
  margin-right: 5px;
}
.st-more-arr-machine img{
  width: 34px;
  padding-top: 5px;
}
/* END STYLE MACHINE */
/* STYLE SLIDER PRODUCT HOME */
.nqmc-slider-product-home .mc-title-slp-home{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
  align-items: flex-end;
}
.nqmc-slider-product-home .mc-title-slp-home h2{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  padding-right: 133px;
  line-height: 45px;
  text-transform: uppercase;
}
.st-more-arr-slp{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
}
.st-more-arr-slp span:first-child{
  margin-right: 5px;
}
.st-more-arr-slp img{
  width: 34px;
  padding-top: 5px;
}
.nqmc-slider-product-home .nqmc-item-slid-pro.slick-slide.slick-active .nqmc-item-slid-pro-cover{
  padding: 0 15px;
  transition: 0.8s all;
}
.nqmc-slider-product-home .nqmc-item-slid-pro.slick-slide .nqmc-item-slid-pro-cover{
  padding: 0 85px;
  transition: 0.8s all;
}
.title-and-btn-pro-home .title-pro-home{
  font-size: 18px;
  color: #1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 10px;
  display: block;
}
.title-and-btn-pro-home .btn-detail-pro-home{
  display: block;
  max-width: 110px;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  border: 2px solid #1c68a5;
  color: #1c68a5;
  border-radius: 5px;
  transition: 0.3s all;
}
.title-and-btn-pro-home .btn-detail-pro-home:hover{
  background: #1c68a5;
  color:#fff;
  transition: 0.3s all;
}
.nqmc-slider-product-home .title-and-btn-pro-home{
  padding: 25px 0 20px 50px;
}
.nqmc-slider-product-home .nqmc-border-item{
  border:1px solid #80808038;
}
.nqmc-slider-product-home{
  margin-bottom: 80px;
}
.nqmc-slider-product-home .slick-dots li button::before{
  content: "";
  background: #80808038;
  height: 4px;
  width: 100px;
  opacity: 1;
}
.nqmc-slider-product-home .slick-dots{
  bottom: -35px;
}
.nqmc-slider-product-home .slick-dots li button{
  width: 100px;
  height: 4px;
}
.nqmc-slider-product-home .slick-dots li{
  width: 100px;
  height: 4px;
  margin:0;
}
.nqmc-slider-product-home .slick-dots li.slick-active button:before{
  color: #1c68a5;
  background: #1c68a5;
  opacity: 1;
}
.nqmc-slider-product-home .slick-dots li button:hover:before, .nqmc-slider-product-home .slick-dots li button:focus:before{
  transition: 0.3s all;
  color: #1c68a5;
  background: #1c68a5;
}
.nqmc-slider-product-home .slick-prev{
  left: 135px;
  z-index: 10;
  width: 55px;
  height: auto;
}
.nqmc-slider-product-home .slick-next{
  right: 135px;
  z-index: 10;
  width: 55px;
  height: auto;
}
.nqmc-slider-product-home .nqmc-item-slid-pro.slick-slide{
  opacity: 0.2;
}
.nqmc-slider-product-home .nqmc-item-slid-pro.slick-slide.slick-active{
  opacity: 1;
}
.nqmc-slider-product-home .thumb-pro-home img{
  height: 310px;
  object-fit: cover;
}
/* END STYLE SLIDER PRODUCT HOME */
/* STYLE PARTNER */
.partner_row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.mcnq_partner_left{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.mcnq_partner_right{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.mcnq_partner .mcnq_title_partner{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  padding-right: 165px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.mcnq_partner .name_customer_partner{
  font-size: 21px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
}
.mcnq_partner .position_customer_partner{
  font-size: 21px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 15px;
}
.mcnq_partner .customer_talk{
  padding-right: 75px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}
.mcnq_partner .logo_partner img{
  max-width: 209px;
  height: auto;
}
.mcnq_partner .mcnq_partner_right .slick-dots li{
  height: 130px;
  margin: 0;
  padding: 0 10px;
}
.mcnq_partner .mcnq_partner_right .slick-dots{
  bottom: -20px;
  padding: 0 10px;
}
.mcnq_partner{
  padding: 80px 0 20px 0;
}
.mcnq_partner .mcnq_partner_right .slick-dots .slick-list{
  margin: 0 -20px 0 -20px;
}
.mcnq_partner .mcnq_partner_right .slick-dots .slick-prev{
  width: 35px;
  height: auto;
  z-index: 10;
  left: -17px;
}
.mcnq_partner .mcnq_partner_right .slick-dots .slick-next{
  width: 35px;
  height: auto;
  z-index: 10;
  right: -17px;
}
/* END STYLE PARTNER */
/* STYLE NEWS */
.mcnq_news{
  margin-bottom: 80px;
}
.mcnq_news .title_news{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.all_news .image-news{
  height: 248px;
  overflow: hidden;
  margin-bottom: 20px;
}
.all_news .image-news img{
  height: 248px;
  object-fit: cover;
}
.all_news .item_news{
  padding: 0 15px;
}
.mcnq_news .all_news{
  margin : 0 -15px;
}
.mcnq_news .all_news .title-small-news{
  font-size: 18px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 10px;
}
.mcnq_news .all_news .excerpt_news{
  font-size: 14px;
  color:#000;
}
/* END STYLE NEWS */
/* STYLE FORM AND MAPS */
.mcnq_form_and_maps{
  margin-bottom: 150px;
}
.mcnq_form_and_maps .fm_title{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.fm_small_title{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Montserrat-SemiBold;
  color:#1c68a5;
  margin-bottom: 25px;
}
.mcnq_form_and_maps .inpt-fm{
  margin-bottom: 30px;
}
.mcnq_form_and_maps .inpt-fm input{
  width: 100%;
  outline: none;
  padding: 31px 15px;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps .inpt-fm input::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps .inpt-fm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps .inpt-fm input::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps .inpt-fm textarea{
  height: 310px;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-family: Montserrat-Regular;
  outline: none;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  resize: none;
}
.mcnq_form_and_maps .inpt-fm textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps .inpt-fm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps .inpt-fm textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps .inpt-fm-submit input{
  font-size: 19px;
  color:#fff;
  font-family: Montserrat-SemiBold;
  text-align: center;
  width: 100%;
  outline: none;
  background: #cc170e;
  border: 1px solid #cc170e;
  padding: 18px 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.mcnq_form_and_maps .inpt-fm-submit input:hover{
  transition: 0.3s all;
  color:#cc170e;
  background: #fff;
}
.mcnq_form_and_maps .iframe-right-form iframe{
  height: 100%;
  width: 100%;
}
/* END STYLE FORM AND MAPS */

/* STYLE FOOTER */
.mcnq_footer{
  padding-bottom: 80px;
}
.mcnq_footer .item_footer .title-item-ft-st{
  font-size: 20px;
  color:#1c68a5;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat-SemiBold;
}
.mcnq_footer .item_footer p:first-child{
  font-size: 20px;
  color:#1c68a5;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat-SemiBold;
}
.mcnq_footer .item_footer p{
  color:#000;
  font-size: 14px;
  line-height: 30px;
}
.mcnq_footer .item_footer a{
  color:#000;
  font-size: 14px;
  line-height: 30px;
  transition: 0.3s all;
}
.mcnq_footer .item_footer a:hover{
  transition: 0.3s all;
  color:#1c68a5;
  text-decoration: underline;
}
.footer_contact_social a{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_contact_social a span:nth-child(1) img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer_contact_social a span:nth-child(1){
  margin-right: 10px;
}
.footer_contact_social a .txt-name-social{
  padding-bottom: 3px;
}
.sub_footer{
  background: #1f3b8b;
  padding: 41px 0px;
}
.sub_footer .text-copyright{
  font-size: 14px;
  color:#fff;
  text-align: center;
}
/* END STYLE FOOTER */
/* STYLE FORM SEARCH HEADER */
.main-header .search_header{
  position: relative;
  width: 223px;
  padding-bottom: 4px;
}
.btn-search_form{
  position: absolute;
  width: 23px;
  height: 23px;
  background: transparent;
  outline: none;
  border: none;
  top: 2px;
  right: 0;
}
.btn-search_form img{
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.search_header .form-control{
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #80808033;
  text-align: right;
  padding: 10px 40px 10px 10px;
  font-size: 12px;
}
.search_header .form-control::-webkit-input-placeholder {
  color: #cccccc;
  font-family: Montserrat-Regular;
}

.search_header .form-control:-ms-input-placeholder {
  color: #cccccc;
  font-family: Montserrat-Regular;
}

.search_header .form-control::placeholder {
  color: #cccccc;
  font-family: Montserrat-Regular;
}
.st-mc-menu{
  margin-right: 60px;
}
.mcnq-banner-desk{
  display: block !important;
}
.mcnq-banner-mb{
  display: none !important;
}
/* END STYLE FORM SEARCH HEADER */
.mcnq_title_partner_desktop{
  display: block;
}
.mcnq_title_partner_mobile{
  display: none;
}

/* STYLE ABOUT US PAGE*/
.ab_banner_top_dt{
  display: block;
}
.ab_banner_top_mb{
  display: none;
}
.ab_mission{
  padding: 100px 0;
}
.ab_mission .ab_mission_title{
  font-size: 30px;
  line-height: 44px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color:#1f3b8b;
  margin-bottom: 25px;
}
.ab_mission .ab_sub_title_mission{
  font-size: 18px;
  line-height: 21px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color:#1c68a5;
  margin-bottom: 10px;
}
.ab_mission .ab_sub_desc_mission{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: justify;
  color:#000;
}
.ab_value{
  padding: 75px 0;
  background: #f0f3f4;
}
.ab_value .ab_value_title{
  font-size: 30px;
  line-height: 44px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color: #1f3b8b;
  margin-bottom: 35px;
}
.ab_value .ab-value-row{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.ab-value-row .ab-value-col{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 40px;
  border-right:1px solid #80808026;
}
.ab-value-row .ab-value-col:last-child{
  border-right: none;
}
.ab_value .icon_value_ab img{
  width: 72px;
  height: 65px;
  object-fit: contain;
}
.ab_value .icon_value_ab{
  margin-bottom: 30px;
}
.sub_title_value_ab{
  font-size: 18px;
  line-height: 21px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color:#1c68a5;
  margin-bottom: 10px;
}
.desc_value_ab{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: justify;
  color: #000;
}
.ab_why_choose{
  padding: 90px 0 40px 0;
}
.ab_why_choose .title_why_choose{
  font-size: 30px;
  line-height: 44px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color: #1f3b8b;
  text-align: center;
}
.ab_why_choose .desc_why_choose{
  font-size: 18px;
  text-align: center;
  color: #1c68a5;
  font-weight: 600;
  margin-bottom: 30px;
}
.ab_why_choose .img-why-choose{
  margin-bottom: 25px;
}
.ab_why_choose .sm_ab_title{
  font-size: 18px;
  line-height: 21px;
  font-family: Montserrat-SemiBold;
  color: #1c68a5;
  margin-bottom: 5px;
  text-align: center;
}
.ab_sm_desc_why_choose{
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
.abw-mgb-50{
  margin-bottom: 50px;
}

.mcnq_form_and_maps.ab_register{
  margin-bottom: 125px;
}
.mcnq_form_and_maps.ab_register .fm_title{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ab_register .fm_small_title{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Montserrat-SemiBold;
  color:#1c68a5;
  margin-bottom: 25px;
}
.mcnq_form_and_maps.ab_register .inpt-fm{
  margin-bottom: 30px;
}
.mcnq_form_and_maps.ab_register .inpt-fm input{
  width: 100%;
  outline: none;
  padding: 31px 15px;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps.ab_register .inpt-fm input::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps.ab_register .inpt-fm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps.ab_register .inpt-fm input::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps.ab_register .inpt-fm textarea{
  height: 310px;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-family: Montserrat-Regular;
  outline: none;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  resize: none;
}
.mcnq_form_and_maps.ab_register .inpt-fm textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps.ab_register .inpt-fm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.mcnq_form_and_maps.ab_register .inpt-fm textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.mcnq_form_and_maps.ab_register .inpt-fm-submit input{
  font-size: 19px;
  color:#fff;
  font-family: Montserrat-SemiBold;
  text-align: center;
  width: 100%;
  outline: none;
  background: rgb(48, 194, 141);
  border: 1px solid rgb(48, 194, 141);
  padding: 18px 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.mcnq_form_and_maps.ab_register .inpt-fm-submit input:hover{
  transition: 0.3s all;
  color:rgb(48, 194, 141);
  background: #fff;
}
.mcnq_form_and_maps.ab_register .iframe-right-form iframe{
  height: 100%;
  width: 100%;
}
.ab_register .ab_register_title{
  font-size: 30px;
  line-height: 44px;
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  color: #1f3b8b;
  text-align: center;
}
.ab_register .ab_desc_register{
  font-size: 18px;
    text-align: center;
    color: #1c68a5;
    font-weight: 600;
    margin-bottom: 20px;
}
/* END STYLE ABOUT US PAGE*/
/* STYLE CATEGORY PAGE */
.cate_page{
  padding: 50px 0;
}
.cate_page .title-cat-page{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.cate_page .thumbnail-cat-post img{
  height: 239px;
  object-fit: cover;
}
.cate_page .thumbnail-cat-post{
  margin-bottom: 15px;
}
.cate_page .title-one-post-cat{
  font-size: 16px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 5px;
}
.cate_page .excerpt_cate{
  font-size: 14px;
  line-height: 18px;
  color:#000;
  margin-bottom: 12px;
}
.cate_page .time-post-pb{
  font-size: 12px;
  line-height: 16px;
  color:#b3b3b3;
}
.cate-bottom{
  margin-bottom: 40px;
}
.nav-links{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-links .page-numbers{
  width: 36px;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  padding: 4px;
  transition: 0.3s all;
}
.nav-links .page-numbers:hover{
  background: #1c68a5;
  transition: 0.3s all;
  color:#fff;
}
.prev.page-numbers, .next.page-numbers{
  width: auto;
}
.nav-links .page-numbers.current{
  background: #1c68a5;
  color: #fff;
  border: 1px solid #1c68a5;
}
.nav-links .page-numbers{
  background: #fff;
  color: #1c68a5;
  border: 1px solid #1c68a5;
}
.cate_page .navigation.pagination{
  display: block;
  width: 100%;
}
/* END STYLE CATEGORY PAGE */
/* STYLE CONTACT PAGE */
.mcnq_info_contact_page .mc_info_contact_page .mccp_title_info{
  font-size: 30px;
  line-height: 38px;
  color:#1f3b8b;
  font-family: Montserrat-SemiBold;
  padding-bottom: 35px;
  border-bottom: 1px solid #1f3b8b54;
  margin-bottom: 50px;
}
.mcnq_info_contact_page .mc_info_contact_page .mccp_sub_title_info{
  font-size: 21px;
  line-height: 30px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 18px;
}
.mcnq_info_contact_page{
  padding: 100px 0 0 0;
}
.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_icon img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_icon{
  margin-right: 10px;
}
.mcnq_info_contact_page .mccp_repeater_info{
  margin-bottom: 25px;
}
.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_text{
  font-size: 14px;
}
.mcnq_info_contact_page .mc_info_contact_page .nqcp_time_work{
  max-width: 380px;
  background: #1c68a5;
  font-size: 14px;
  color: #fff;
  padding: 6px 4px;
  text-align: center;
  border-radius: 6px;
}
.mcnq_info_contact_page .mc_form_contact_page .nqmc_title_form{
  font-size: 30px;
  line-height: 36px;
  color:#1f3b8b;
  font-family: Montserrat-SemiBold;
  margin-bottom: 8px;
}
.mcnq_info_contact_page .mc_form_contact_page .nqmc_sub_title_form{
  font-size: 20px;
  color:#1f3b8b;
  font-weight: 600;
  margin-bottom: 30px;
}

.nqmc_contact_page_form.mcnq_form_and_maps{
  margin-bottom: 60px;
}
.nqmc_contact_page_form.mcnq_form_and_maps .fm_title{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.nqmc_contact_page_form .fm_small_title{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Montserrat-SemiBold;
  color:#1c68a5;
  margin-bottom: 25px;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm{
  margin-bottom: 30px;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input{
  width: 100%;
  outline: none;
  padding: 31px 15px;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea{
  height: 170px;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-family: Montserrat-Regular;
  outline: none;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  resize: none;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm-submit input{
  font-size: 19px;
  color:#fff;
  font-family: Montserrat-SemiBold;
  text-align: center;
  width: 100%;
  outline: none;
  background: #cc170e;
  border: 1px solid #cc170e;
  padding: 18px 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm-submit input:hover{
  transition: 0.3s all;
  color:#cc170e;
  background: #fff;
}
.nqmc_contact_page_form.mcnq_form_and_maps .iframe-right-form iframe{
  height: 100%;
  width: 100%;
}
.mccp_maps .mccp_iframe_maps iframe{
  width: 100%;
  height: 450px;
}
.mccp_maps .mccp_iframe_maps{
  margin-bottom: 100px;
}
/* END STYLE CONTACT PAGE */
/* STYLE PRODUCT CATE PAGE */
.prc_slide_banner .mcnq-banner-mb{
  display: none;
}
.prc-slider-banner{
  display: none;
}
.prc_slide_banner .prc-slider-banner .slick-prev{
  left: 100px;
  z-index: 10;
  width: 55px;
  height: auto;
}
.prc_slide_banner .prc-slider-banner .slick-next{
  right: 100px;
  z-index: 10;
  width: 55px;
  height: auto;
}
.prc-list-product{
  padding: 70px 0 10px 0;
}
.prc-list-product .title-machine{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: flex-end;
}
.prc-list-product .title-machine h2{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  text-transform: uppercase;
}
.prc-lk-product .prc-thumb-product{
  margin-bottom: 15px;
}
.prc-lk-product .prc-thumb-product img{
  height: 270px;
  object-fit: cover;
}
.prc-lk-product .prc-name-product{
  font-size: 18px;
  margin-bottom: 5px;
  color:#1c68a5;
  font-family: Montserrat-SemiBold;
  min-height: 50px;
  display: block;
}
.prc-lk-product .prc-desc-product{
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600
}
.prc-mgb{
  margin-bottom: 60px;
}
.all-btn-prc .btn-prc-bg{
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat-SemiBold;
  background: #cc170e;
  border:1px solid #cc170e;
  padding: 6px 23px;
  border-radius: 5px;
  margin-right: 8px;
  transition: 0.3s all;
}
.all-btn-prc .btn-prc-bg:hover{
  transition: 0.3s all;
  background: #fff;
  color: #cc170e;
}
.all-btn-prc .btn-prc-detail{
  font-size: 12px;
  color: #1c68a5;
  font-family: Montserrat-SemiBold;
  background: transparent;
  border:1px solid #1c68a5;
  padding: 6px 23px;
  border-radius: 5px;
  transition: 0.3s all;
}
.all-btn-prc .btn-prc-detail:hover{
  transition: 0.3s all;
  background: #1c68a5;
  color: #fff;
}
.mcnq_form_and_maps.prc-form-maps{
  margin-bottom: 150px;
}
.prc-form-maps.mcnq_form_and_maps .fm_title{
  font-size: 36px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.prc-form-maps .fm_small_title{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Montserrat-SemiBold;
  color:#1c68a5;
  margin-bottom: 25px;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm{
  margin-bottom: 30px;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm input{
  width: 100%;
  outline: none;
  padding: 31px 15px;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm input::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.prc-form-maps.mcnq_form_and_maps .inpt-fm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.prc-form-maps.mcnq_form_and_maps .inpt-fm input::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm textarea{
  height: 310px;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-family: Montserrat-Regular;
  outline: none;
  background: #f0f3f4;
  color: #000;
  border: 1px solid #80808047;
  resize: none;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.prc-form-maps.mcnq_form_and_maps .inpt-fm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}

.prc-form-maps.mcnq_form_and_maps .inpt-fm textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-family: Montserrat-Regular;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm-submit input{
  font-size: 19px;
  color:#fff;
  font-family: Montserrat-SemiBold;
  text-align: center;
  width: 100%;
  outline: none;
  background: #cc170e;
  border: 1px solid #cc170e;
  padding: 18px 10px;
  cursor: pointer;
  transition: 0.3s all;
}
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.prc-form-maps.mcnq_form_and_maps .inpt-fm-submit input:hover{
  transition: 0.3s all;
  color:#cc170e;
  background: #fff;
}
.prc-form-maps.mcnq_form_and_maps .iframe-right-form iframe{
  height: 100%;
  width: 100%;
}
/* END STYLE PRODUCT CATE PAGE */
/* STYLE SINGLE PAGE */
.mc-single .single-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mc-single .sgl-col-left{
  flex: 0 0 65%;
  max-width: 65%;
  width: 100%;
}
.mc-single .sgl-col-right{
  flex: 0 0 33.33%;
  max-width: 32%;
  width: 100%;
}
.mc-single{
  padding: 60px 0;
}
.mc-single .title-bg-head{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1f3b8b4f;
}
.date-sg{
  display: flex;
  justify-content: flex-start;
  color: #1c68a5;
  align-items: center;
  margin-bottom: 20px;
}
.date-sg p:first-child{
  margin-right: 6px;
  font-size: 18px;
}
.date-sg p:last-child{
  font-size: 13px;
}
.mc-single .content-single p{
  margin-bottom: 15px;
  text-align: justify;
  line-height: 22px;
}
.mc-single .content-single strong, .mc-single .content-single b{
  font-family: Montserrat-SemiBold;
}
.mc-single .content-single h1, .mc-single .content-single h2, .mc-single .content-single h3, .mc-single .content-single h4, .mc-single .content-single h5, .mc-single .content-single h6{
  font-family: Montserrat-SemiBold;
  margin-bottom: 15px;
  color:#1f3b8b;
}
.mc-single .content-single a{
  color: #1c68a5;
  transition: 0.3s all;
}
.mc-single .content-single a:hover{
  color: red;
  transition: 0.3s all;
}
.mc-single .content-single figure{
  width: 100% !important;
}
.mc-single .content-single figcaption{
  padding: 15px 0 20px 0;
  text-align: center;
}
.nv_row_post_sb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.nqmc-side-bar .thumb-post-sidebar{
  flex: 0 0 35%;
  max-width: 32%;
  width: 100%;
}
.nqmc-side-bar .nv_detail_post_sidebar{
  flex: 0 0 65%;
  max-width: 64%;
  width: 100%;
}
.nqmc-side-bar .nv_detail_post_sidebar .nv-title-post-sidebar{
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  margin-bottom: 6px;
  display: block;
}
.nqmc-side-bar .nvcate_date{
  font-size: 10px;
  color: #A4A4A4;
  padding: 3px 0;
}
.nqmc-side-bar .title-side-bar{
  font-size: 25px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 39px;
  border-bottom: 1px solid #1f3b8b4f;
}
.nqmc-side-bar .thumb-post-sidebar img{
  height: 85px;
  object-fit: cover;
  object-position: top;
}
.nqmc-side-bar .diff-post{
  margin-bottom: 50px;
  position: sticky;
  top: 18%;
}
.sgl_banner_side_bar a{
  display: block;
  overflow: hidden;
}
.sgl_banner_side_bar a img{
  transform: scale(1);
  transition: 0.3s all;
}
.sgl_banner_side_bar a:hover img{
  transform: scale(1.1);
  transition: 0.3s all;
}
.nqmc-side-bar{
  height: 100%;
}
.nqmc-side-bar .sgl_banner_side_bar{
  position: sticky;
  top: 20px;
}
/* END STYLE SINGLE PAGE */
.page .nqmc-side-bar .diff-post{
  display: none;
}
/* STYLE SHOP */
.woocommerce .woocommerce-breadcrumb{
  display: none;
}
.woocommerce-shop .mc-customize-shop{
  padding:50px 0;
}
.mc-customize-shop .woocommerce-products-header__title{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.mc-customize-shop .woocommerce-result-count{
  display: none;
}
.woocommerce .mc-customize-shop .woocommerce-ordering{
  margin: 0 0 2em;
}
.woocommerce .mc-customize-shop .woocommerce-ordering select{
  outline: none;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #1f3b8b91;
  color: #1f3ba9;
  cursor: pointer;
}
.woocommerce .mc-customize-shop ul.products li.product .woocommerce-loop-product__title{
  font-size: 20px;
  color: #1c68a5;
  font-family: Montserrat-SemiBold;
  margin-bottom: 5px;
  padding: 0;
}
.woocommerce .mc-customize-shop a.button{
  color: #fff;
  background-color: #cc170e;
  border: 1px solid #cc170e;
}
.woocommerce .mc-customize-shop a.button:hover{
  color: #cc170e;
  background-color: #fff;
}
.woocommerce-shop #sidebar{
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 0.7em;
  color: #1f3b8b;
}
/* END STYLE SHOP */
/* STYLE PRODUCT DETAIL */
.mc-customize-single-product #sidebar{
  display: none;
}
.mc-customize-single-product{
  padding :60px 0 30px 0;
}
.woocommerce div.product .product_title{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description h1, .woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description h3, .woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5, .woocommerce-product-details__short-description h6{
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  margin-bottom: 10px;
}
.woocommerce-product-details__short-description p{
  margin-bottom: 15px;
}
.mc-customize-single-product .product_meta{
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  font-size: 16px;
}
.mc-customize-single-product .product_meta a{
  color: #1f3b8b;
  font-family: Montserrat-Regular;
  font-size: 14px;
  transition: 0.3s all
}
.mc-customize-single-product .product_meta a:hover{
  color: red;
  transition: 0.3s all;
}
.mc-customize-single-product .wpgs-for .slick-arrow{
  display: none !important;
}
.mc-customize-single-product .wpgs-nav .slick-current{
  border-color:#1f3b8b52;
}
.mc-customize-single-product .wpgs-nav  img{
  height: 128px !important;
  object-fit: cover;
}
.wpgs-for.slick-initialized{
  border-bottom: 1px solid #1f3b8b52
}
.woocommerce div.product div.images.woocommerce-product-gallery{
  padding-left: 100px;
}
.woocommerce div.product div.summary{
  padding-right: 100px;
}
.woocommerce .mc-customize-single-product div.product div.images.woocommerce-product-gallery{
  margin-bottom: 5em;
}
.woocommerce .mc-customize-single-product div.product .woocommerce-tabs ul.tabs li{
  font-family: Montserrat-SemiBold;
  color: #000;
}
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h1,
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h2,
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h3,
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h4,
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h5,
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel h6{
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  margin-bottom: 20px;
}
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel p{
  margin-bottom: 20px;
}
.woocommerce .mc-customize-single-product .woocommerce-tabs{
  margin-bottom: 80px;
}
.woocommerce .mc-customize-single-product .woocommerce-Tabs-panel--reviews label{
  display: block;
  margin-bottom: 5px;
}
.woocommerce .mc-customize-single-product #review_form #respond textarea{
  outline: none;
  padding: 10px;
  height: 100px;
  border: 1px solid #1f3b8b70;
  border-radius: 10px;
}
.woocommerce .mc-customize-single-product #review_form input{
  outline: none;
  padding: 5px;
  border: 1px solid #1f3b8b70;
  border-radius: 10px;
}
.woocommerce .mc-customize-single-product #respond input#submit{
  color: #fff;
  background-color: #1f3b8b;
}
.woocommerce .mc-customize-single-product .related.products h2{
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 40px;
  margin-bottom: 40px;
}
.woocommerce .mc-customize-single-product .related.products a h2{
  font-size: 16px;
  font-family: Montserrat-SemiBold;
  color: #1f3b8b;
  line-height: 22px;
  padding: 0.5em 0 0 0;
  min-height: 52px;
}
.woocommerce .mc-customize-single-product .related.products a.button{
  color: #fff;
  background-color: #1f3b8b;
  font-family: Montserrat-SemiBold;
  border: 1px solid #1f3b8b;
  transition: 0.3s all;
}
.woocommerce .mc-customize-single-product .related.products a.button:hover{
  color: #1f3b8b;
  background-color: #fff;
  transition: 0.3s all;
}
.archive .mc-customize-shop{
  padding: 60px 0 20px 0;
}
#sidebar{
  display: none;
}
.error-search-mc{
  min-height: 50vh;
}
.woocommerce-Tabs-panel--description figure{
  width: 100% !important;
}
.woocommerce-Tabs-panel--description figure{
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-Tabs-panel--description figcaption{
  padding: 20px 0;
  text-align: center;
}
.mc-customize-single-product .btn-report-pricing-sgpr{
  display: block;
  width: 200px;
  margin-top: 40px;
  padding: 8px 10px;
  font-size: 16px;
  font-family: Montserrat-SemiBold;
  color:#fff;
  background: #cc170e;
  border: 1px solid #cc170e;
  outline: none;
  cursor: pointer;
  transition: 0.3s all;
}
.mc-customize-single-product .btn-report-pricing-sgpr:hover{
  color:#cc170e;
  background: #fff;
  transition: 0.3s all;
}
/* END STYLE PRODUCT DETAIL */
/* STYLE POPUP BÁO GIÁ */
.popup_contact_price{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup_contact_price_contain{
  position: absolute;
  width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
}
.popup_contact_price_contain .contact-form-price-detail{
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 15px 25px 25px 25px;
}
.overlay-cls-ctprice{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  z-index: 5;
}
.popup_contact_price .inpt-pcp input{
  width: 100%;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #1f3b8b5e;
  font-family: Montserrat-Regular;
}
.popup_contact_price .inpt-pcp{
  margin-bottom: 15px;
}
.popup_contact_price .inpt-pcp textarea{
  width: 100%;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #1f3b8b5e;
  font-family: Montserrat-Regular;
  height: 150px;
}
.popup_contact_price .inpt-pcp-submit input{
  width: 100%;
  padding: 8px 10px;
  outline: none;
  border: 1px solid gray;
  font-family: Montserrat-SemiBold;
  color:#fff;
  background: #cc170e;
  border:1px solid #cc170e;
  cursor: pointer;
  transition: 0.3s all;
}
.popup_contact_price .inpt-pcp-submit input:hover{
  color:#cc170e;
  background: #fff;
  transition: 0.3s all;
}
.popup_contact_price .btn-cls-ctprice{
  position: absolute;
  color: red;
  font-size: 25px;
  right: 6px;
    top: 0;
  cursor:pointer;
}
.popup_contact_price .logo-form img{
  width: 100px;
  margin: 0 auto;
}
.popup_contact_price .logo-form{
  margin-bottom: 22px;
}
.popup_contact_price{
  display: none;
}
.st-validate{
  font-size: 12px;
  padding-left: 5px;
  color: #cc170e;
  font-weight: 600;
  display: none;
}
/* END STYLE POPUP BÁO GIÁ */
/* STYLE POPUP NOTICE */
.popup_notice{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup_notice_contain{
  position: absolute;
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
}
.popup_notice_contain .contact-form-price-detail{
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 15px 25px 25px 25px;
}
.overlay-cls-notice{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  z-index: 5;
}

.popup_notice .inpt-pcp{
  margin-bottom: 15px;
}

.popup_notice .btn-cls-notice{
  position: absolute;
  color: red;
  font-size: 25px;
  right: 6px;
    top: 0;
  cursor:pointer;
}
.popup_notice .logo-form img{
  width: 100px;
  margin: 0 auto;
}
.popup_notice .logo-form{
  margin-bottom: 22px;
}
.popup_notice{
  display: none;
}
.popup_notice .form-price-ctf{
  text-align: center;
  font-size: 16px;
  font-family: Montserrat-SemiBold;
  color:#1f3b8b;
}
.popup_notice .form-price-ctf p{
  margin-bottom: 10px;
}
/* END STYLE POPUP NOTICE */
.img-loading img{
  width: 100px;
  height: 40px;
  object-fit: cover;
}
.img-loading{
  margin-bottom: 20px;
  margin-top: -10px;
}
.img-loading{
  display: none;
}
.main-header.sticky-header .main-menu-header{
  padding: 15px 55px 20px 55px;
  transition: 0.5s all;
}
.sticky-header{
  position: fixed;
  top: -1;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 1px 1px 3px #1f3b8b52;
}
.img-maps-home{
  height: 100%;
  cursor:pointer;
}
.img-maps-home img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mc-breadcum ol{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 10px;
  margin: 0px 0 25px 0;
  background: #f8f8f8;
  color:#1f3b8b;
}
.mc-breadcum ol a{
  color:#1f3b8b;
}
.single .mc-breadcum ol li:nth-last-child(2)>span{
  display: none;
}
.single .mc-breadcum ol li:last-child{
  display: none;
}
.mc-breadcum.mc-page-cs{
  padding: 25px 0 0 0;
}
