{"product_id":"gl-mt6000","title":"Flint 2 (GL-MT6000) Wi-Fi 6 High-Performance Home Router","description":"\n\u003cstyle\u003e\n  html,\n  body {\n    overflow-x: hidden\n  }\n  .mt6000-scene-3 h1 {\n    margin: 0;\n    margin-bottom: 0.75rem;\n    font-size: 2.5rem;\n    @media (max-width: 768px){\n      font-size: 1.75rem;\n    }\n  }\n  #youtube-playlist-container {\n    display: flex;\n    flex-direction: column;\n    \/* Stack items vertically *\/\n    align-items: center;\n    \/* Center items horizontally *\/\n  }\n\n  \/* Style for the video player container *\/\n  #playlistVideo {\n    width: 100%;\n    \/* Set width to 100% for responsiveness *\/\n    width: 660px;\n    \/* Set a maximum width for larger screens *\/\n    margin: 0 auto;\n    \/* Center the player horizontally *\/\n    height: 520px;\n  }\n\n  @media only screen and (max-width: 767px) {\n    #playlistVideo {\n      width: 450px;\n      \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n      max-width: none;\n      \/* Remove max-width for mobile responsiveness *\/\n      margin: 0;\n      \/* Remove any margin for mobile responsiveness *\/\n      height: 320px;\n    }\n  }\n\n  #ytplaylist {\n    overflow-y: auto;\n    \/* Enable vertical scrolling *\/\n    white-space: nowrap;\n    \/* Prevent items from wrapping to the next line *\/\n    display: flex;\n    flex-direction: column;\n    \/* Align items vertically *\/\n    background-color: black;\n    \/* Set background color to black *\/\n    padding: 20px;\n    \/* Add padding for better appearance *\/\n    max-height: 520px;\n    \/* Set max-height to the same value as the video player's height *\/\n  }\n\n  \/* Style for each playlist item *\/\n  #ytplaylist li {\n    list-style: none;\n    \/* Remove list-style points *\/\n    text-align: left;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    \/* Align items vertically *\/\n    transition: background-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for background color *\/\n  }\n\n  \/* Style for the playlist item on hover *\/\n  #ytplaylist li:hover {\n    background-color: #333;\n    \/* Change background color on hover *\/\n    border-radius: 15px;\n  }\n\n  \/* Style for the thumbnail images *\/\n  #ytplaylist img {\n    cursor: pointer;\n    border: 2px solid #ddd;\n    \/* Add a border to make it visually distinct *\/\n    border-radius: 8px;\n    transition: border-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect *\/\n    margin-right: 10px;\n    \/* Add margin to separate image and title *\/\n    width: 150px;\n    \/* Set the image width *\/\n  }\n\n  \/* Style for the thumbnail images on hover *\/\n  #ytplaylist img:hover {\n    border-color: #555;\n    \/* Change border color on hover *\/\n  }\n\n  \/* Style for the video title container *\/\n  #ytplaylist .title-container {\n    max-width: 250px;\n    \/* Set the maximum width for the title container *\/\n    width: 100%;\n    \/* Ensure it takes up the available width *\/\n    white-space: normal;\n    \/* Allow text to break into multiple lines *\/\n  }\n\n  \/* Style for the video title *\/\n  #ytplaylist .video-title {\n    font-size: 14px;\n    color: white;\n    \/* Set text color to white *\/\n    transition: color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for text color *\/\n    text-align: left;\n    \/* Align text to the left *\/\n  }\n\n  \/* Style for the video title on hover *\/\n  #ytplaylist li:hover .video-title {\n    color: #fff;\n    \/* Change text color on hover *\/\n  }\n\n  @media (max-width: 767px) {\n\n    .tab-panel,\n    .pxu-tabs.pxu-tabs--bottom-true {\n      padding: 0\n    }\n\n    .mt3000-d .nav-link {\n      padding: 6px 0;\n      font-size: 14px;\n    }\n\n    .mt3000-d .nav-item\u003ei {\n      display: none;\n    }\n\n    .mt3000-d .carousel-item {\n      padding: 10px !important;\n      font-size: 16px !important;\n    }\n\n    .mt3000-d .carousel-item h5 {\n      font-size: 16px !important;\n    }\n\n  }\n\n  .text-mt6000 {\n    font-size: 1.5rem;\n    color: #3f20c4;\n  }\n\n  .mt6000-bg-primary {\n    background-color: #3f20c4 !important;\n  }\n\n  .mt6000-bg-secondary {\n    background-color: #3f20c4 !important;\n  }\n\n  .btn-round-mt6000 {\n    background-color: #3f20c4;\n    color: #FFF !important;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  .btn-round-normal {\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: 700;\n  }\n\n  .btn-round-mt6000:hover {\n    background-color: #FFF;\n    color: #3f20c4 !important;\n    border-color: #3f20c4;\n  }\n\n\n  #mailchimp-mt6000 input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n\n    @include media-breakpoint-down(xs) {\n      width: 235px;\n      height: 40px;\n      font-size: 13px;\n      padding: 8px 16px;\n    }\n\n  }\n\n  #mailchimp-mt6000 input.email {\n    background: #fff;\n  }\n\n  #mailchimp-mt6000 input[type=\"submit\"] {\n    background: #3f20c4;\n    color: #fff;\n    cursor: pointer;\n    font-size: 15px;\n    width: 135px;\n    height: 50px;\n    padding: 8px 3px;\n    border-radius: 0px 25px 25px 0px;\n    text-transform: uppercase;\n    font-weight: bold;\n\n    @include media-breakpoint-down(xs) {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n      padding: 8px 13px;\n    }\n  }\n\n  #mailchimp-mt6000 input[type=\"submit\"]:hover {\n    background-color: #2f1ca0;\n    color: #FFF;\n  }\n\n\n  .mt6000-scene-1 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1.jpg');\n    background-size: cover;\n    height: 32rem;\n    background-position: right center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-2 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2.jpg');\n    background-size: cover;\n    height: 32rem;\n    background-position: right center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-3 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3.jpg');\n    background-size: cover;\n    height: 42rem;\n    background-position: center;\n    background-repeat: no-repeat;\n\n    @include media-breakpoint-down(xs) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3_mobile.jpg');\n    }\n  }\n\n  .mt6000-scene-3-text {\n    margin-top: 80px;\n    font-size: 45px;\n\n    @include media-breakpoint-down(xs) {\n      margin-top: 5px;\n    }\n  }\n\n  .gradient-text {\n    background-color: #f3ec78;\n    background-image: linear-gradient(to right, #a201f6, #9200f7, #8100f7, #6d00f8, #5500f8, #4323fb, #2d34fd, #0040ff, #0057ff, #006bff, #007cff, #328cfe);\n    background-size: 100%;\n    -webkit-background-clip: text;\n    -moz-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    -moz-text-fill-color: transparent;\n  }\n\n\n  .gradient-icon {\n    background: -webkit-gradient(linear, left top, left bottom, from(#a201f6), to(#328cfe));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    margin-bottom: 1.5rem;\n  }\n\n  .mt6000-scene-gaming {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming.jpg');\n    background-size: cover;\n    height: 48rem;\n    background-position: center;\n    background-repeat: no-repeat;\n\n    @media (max-width: 575.98px) {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming_mobile.jpg');\n    }\n  }\n\n  .mt6000-gaming-block {\n    margin-top: 165px;\n\n    @media (max-width: 575.98px) {\n        margin-top: 35px;\n    }\n  }\n\n  .video-header-mt6000 {\n    position: relative;\n    background-color: black;\n    opacity: 0.95;\n    height: 45rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .video-header-mt6000 video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .video-header-mt6000 .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  .video-header-mt6000 .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.45;\n    z-index: 1;\n  }\n\n  @media (pointer: coarse) and (hover: none) {\n    .video-header-mt6000 {\n      background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg_teaser.mp4') black no-repeat center center scroll;\n    }\n\n    .video-header-mt6000 video {\n      display: none;\n    }\n  }\n  .gl-section-banner {\n  background-position: center;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n\n.gl-banner-top {\n  height: 28rem;\n}\n\n.btn-round {\n  border-radius: 50px;\n  padding: 1rem 2rem;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n@media (max-width: 1500px) {\n  \n.btn-round {\n  padding:1rem 1.25rem;\n}\n}\n\n@media (max-width: 768px) {\n  .btn-round {\n    font-size: 13px;\n    min-height: 50px;\n    border-radius: 50px;\n    padding: 14px 1.5rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n}\n\n.vpn-places {\n  background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg\");\n  background-repeat: repeat-x;\n  background-position: bottom;\n  background-color: #f5f5f5;\n  height: 22rem;\n}\n\n.txt-lg {\n  font-size: 1.5rem;\n  color: #f5f5f5;\n}\n\n.hide {\n  display: none;\n}\n\n\/* vpn speed bar *\/\n.vpn-speed-bar {\n  background: transparent;\n  border-radius: 0%;\n  height: 30px;\n}\n\n.vpn-speed-bar \u003e .progress-bar {\n  text-align: right;\n  padding-right: 15px;\n}\n\/* vpn speed bar end *\/\n\n@media (max-width: 767.98px) {\n  .gl-banner-top {\n    height: auto !important;\n  }\n}\n\n@media (max-width: 575.98px) {\n  .header-text {\n    padding-left: 2rem;\n    padding-bottom: 3rem;\n  }\n}\n\n.icon-check {\n  color: #44b4b1;\n}\n\n.icon-asterisk {\n  color: #44b4b1;\n}\n\n.icon-minus {\n  color: #a1a1a1;\n}\n\n.carousel-indicators,\n.carousel-control-next,\n.carousel-control-prev {\n  filter: invert(20%);\n}\n\n\/* for video play button *\/\n.fa-play-circle {\n  transition-duration: 0.4s;\n}\n\n.fa-play-circle:hover {\n  opacity: 0.7;\n}\n\n\/* new style play button *\/\n.fa-circle-play {\n  transition-duration: 0.4s;\n}\n\n.fa-circle-play:hover {\n  opacity: 0.7;\n}\n\n\/* cloudflare section in product page *\/\n.product-cloudflare-section {\n  background: #f3f8fd;\n}\n\n\/* specs section in product page *\/\n.product-specs-section {\n  background-color: #f4f5f7;\n}\n.text-axt1800 {\n  font-size: 1.5rem;\n  color: #6539f4;\n}\n\n.axt1800-bg-primary {\n  background-color: #6539f4 !important;\n}\n\n.axt1800-bg-secondary {\n  background-color: #3f20c4 !important;\n}\n\n.btn-round-axt1800 {\n  background-color: #6539f4;\n  color: #FFF;\n  border-radius: 50px;\n  padding: 1rem 2rem;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n\n@media (max-width: 768px) {\n  .btn-round-axt1800 {\n    min-height: 50px;\n    border-radius: 50px;\n    padding: 14px 1.5rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n}\n\n.btn-round-axt1800:hover { \n  background-color: #FFF;\n  color: #6539f4;\n  border-color: #6539f4;\n}\n\n.half_background-axt1800 {\n  background: linear-gradient(to top, rgb(232,227,255) 50%, transparent 50%);\n}\n\n#mailchimp-axt1800 input {\n  border: medium none;\n  color: gray;\n  font-size: 16px;\n  padding: 8px 25px;\n  width: auto;\n  height: 50px;\n  border-radius: 25px 0px 0px 25px;\n}\n\n@media (max-width: 575.98px) {\n  #mailchimp-axt1800 input {\n    width: 100%;\n    height: 40px;\n    font-size: 13px;\n  }\n}\n\n#mailchimp-axt1800 input.email {\n  background: #fff;\n}\n\n#mailchimp-axt1800 input[type=\"submit\"] {\n  background: #6539f4;\n  color: #fff;\n  cursor: pointer;\n  font-size: 15px;\n  width: 135px;\n  height: 50px;\n  padding: 8px 3px;\n  border-radius: 0px 25px 25px 0px;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n\n@media (max-width: 575.98px) {\n  #mailchimp-axt1800 input[type=\"submit\"] {\n    width: 100%;\n    height: 40px;\n    font-size: 13px;\n    padding: 8px 13px;\n  }\n}\n\n#mailchimp-axt1800 input[type=\"submit\"]:hover { \n  background-color: #522ec9; \n  color: #FFF; \n}\n\n.axt1800-banner-scene1 {\n  background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/axt1800_scene_1.jpg');\n  height: 33rem;\n  background-size: cover;\n  background-position: center;\n  background-repeat: no-repeat;\n}\n\n@media (max-width: 575.98px) {\n  .axt1800-banner-scene1 {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/axt1800_scene_1_mobile.jpg');\n    height: 43rem;\n    background-position: top;\n  }\n}\n\n.video-header-axt1800 {\n  position: relative;\n  background-color: black;\n  height: 75vh;\n  min-height: 25rem;\n  width: 100%;\n  overflow: hidden;\n}\n\n.video-header-axt1800 video {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  min-width: 100%;\n  min-height: 100%;\n  width: auto;\n  height: auto;\n  z-index: 0;\n  -ms-transform: translateX(-50%) translateY(-50%);\n  -moz-transform: translateX(-50%) translateY(-50%);\n  -webkit-transform: translateX(-50%) translateY(-50%);\n  transform: translateX(-50%) translateY(-50%);\n}\n\n.video-header-axt1800 .container {\n  position: relative;\n  z-index: 2;\n}\n\n.video-header-axt1800 .overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  height: 100%;\n  width: 100%;\n  background-color: black;\n  opacity: 0.5;\n  z-index: 1;\n}\n\n\/* Product Timeline *\/\n.timeline-steps {\n  display: flex;\n  justify-content: center;\n}\n\n@media (max-width: 1024px) {\n  .timeline-steps {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n}\n\n.timeline-steps .timeline-step {\n  align-items: center;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  margin: 1rem;\n}\n\n@media (min-width: 768px) {\n  .timeline-steps .timeline-step:not(:last-child):after {\n    content: \"\";\n    display: block;\n    border-top: .25rem dotted #6539f4;\n    width: 3.46rem;\n    position: absolute;\n    left: 7.4rem;\n    top: 1.3rem;\n  }\n  \n  .timeline-steps .timeline-step:not(:first-child):before {\n    content: \"\";\n    display: block;\n    border-top: .25rem dotted #6539f4;\n    width: 3.8125rem;\n    position: absolute;\n    right: 7.4rem;\n    top: 1.3rem;\n  }\n}\n\n.timeline-steps .timeline-content {\n  width: 10rem;\n  text-align: center;\n  padding: 15px;\n  border-radius: 15px;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content {\n    width: 8rem;\n    padding: 5px;\n  }\n}\n\n.timeline-steps .timeline-content .inner-circle {\n  border-radius: 1.5rem;\n  height: 1rem;\n  width: 1rem;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background-color: #6539f4;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content .inner-circle {\n    height: 0.5rem;\n    width: 0.5rem;\n  }\n}\n\n.timeline-steps .timeline-content .inner-circle:before {\n  content: \"\";\n  background-color: #6539f4;\n  display: inline-block;\n  height: 3rem;\n  width: 3rem;\n  min-width: 3rem;\n  border-radius: 6.25rem;\n  opacity: .5;\n}\n\n@media (max-width: 575.98px) {\n  .timeline-steps .timeline-content .inner-circle:before {\n    height: 1.5rem;\n    width: 1.5rem;\n    min-width: 1.5rem;\n  }\n}\n\n.timeline-border {\n  border: 2px solid #6539f4;\n  border-radius: 15px;\n}\n\n\/* https:\/\/codepen.io\/aron-tw\/pen\/pLJqgE *\/\n\/* base *\/\n.flip {\n  position: relative;\n}\n\n.flip \u003e .front,\n.flip \u003e .back {\n  display: block;\n  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);\n  transition-duration: .5s;\n  transition-property: transform, opacity;\n}\n\n.flip \u003e .front {\n  transform: rotateY(0deg);\n}\n\n.flip \u003e .back {\n  position: absolute;\n  opacity: 0;\n  top: 0px;\n  left: 0px;\n  width: 100%;\n  height: 100%;\n  transform: rotateY(-180deg);\n}\n\n.flip:hover \u003e .front {\n  transform: rotateY(180deg);\n}\n\n.flip:hover \u003e .back {\n  opacity: 1;\n  transform: rotateY(0deg);\n}\n\n.flip.flip-vertical \u003e .back {\n  transform: rotateX(-180deg);\n}\n\n.flip.flip-vertical:hover \u003e .front {\n  transform: rotateX(180deg);\n}\n\n.flip.flip-vertical:hover \u003e .back {\n  transform: rotateX(0deg);\n}\n\n\/* custom *\/\n.flip {\n  position: relative;\n  display: inline-block;\n  margin-right: 2px;\n  width: 400px;\n}\n\n.flip \u003e .front {\n  background: #fff;\n}\n\n.flip \u003e .back {\n  display: block;\n  color: rgb(44, 44, 44);\n  width: inherit;\n  background-size: cover !important;\n  background-position: center !important;\n  height: 220px;\n  padding: 15px 13px;\n  top: 60px;\n  background: #fff;\n  box-shadow: \n    0 2.8px 2.2px rgba(0, 0, 0, 0.034),\n    0 6.7px 5.3px rgba(0, 0, 0, 0.048),\n    0 12.5px 10px rgba(0, 0, 0, 0.06);\n  border-radius: 10px;\n}\n\n@media (max-width: 575.98px) {\n  .flip \u003e .back {\n    top: -15px;\n    height: 250px;\n  }\n}\n\n.flip \u003e .back p {\n  font-size: 13px;\n  line-height: 160%;\n}\n\n.axt1800-speed-text {\n  margin-top: -50px;\n}\n\n@media (max-width: 575.98px) {\n  .axt1800-speed-text {\n    margin-top: 0px;\n  }\n}\n\n#axt1800-tabs {\n  margin: 15px 0 15px 0;\n}\n\n#axt1800-tabs .nav-pills .nav-link {\n  background: #ded6ff;\n  color: #3f20c4;\n  font-weight: bold;\n  border-radius: 50px;\n  padding: 15px 45px;\n  margin: 15px 0px 15px 0px;\n  height: 55px;\n  transition: all 0.4s;\n}\n\n#axt1800-tabs .nav-pills .nav-link.active, \n#axt1800-tabs .nav-pills .show \u003e .nav-link {\n  background: #3f20c4;\n  color: #fff;\n  font-weight: bold;\n  border-radius: 50px;\n  padding: 15px 45px;\n  margin: 15px 0px 15px 0px;\n  height: 55px;\n}\n\n\/* Press Section *\/\n.axt1800-press-forbes {\n  border-radius: 15px 15px 0 0;\n  object-fit: cover;\n}\n\n@media (min-width: 992px) {\n  .axt1800-press-forbes {\n    border-radius: 15px 0 0 15px; \/* only left side on desktop *\/\n  }\n}\n  .text-mt6000.txt-lg {\n  font-size: 1.5rem;\n  color: #3f20c4;\n}\n#ytvideoPlayer .card {\n  background-color: black;\n}\n\n#ytvideoPlayer .card iframe {\n  aspect-ratio: 16\/9;\n  width: 100%;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist {\n    width: 100%;\n    padding: 0 20px !important;\n  }\n}\n\n#ytplaylist .card {\n  background-color: black;\n}\n\n#ytplaylist .card #ytListBtn {\n  display: none;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card #ytListBtn {\n    display: inline-block;\n  }\n}\n\n#ytplaylist .card #ytPlayListUl {\n  flex: 1;\n  overflow: auto;\n  padding: 0.5rem 1.5rem;\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card #ytPlayListUl {\n    display: none;\n    padding: 20px;\n  }\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .card h5 {\n    margin: 0;\n  }\n}\n\n\/* Container for video player and playlist *\/\n#youtube-playlist-container {\n  display: flex;\n  flex-direction: column; \/* Stack items vertically *\/\n  align-items: center; \/* Center items horizontally *\/\n}\n\n\/* Style for the video player container *\/\n#playlistVideo {\n  width: 100%; \/* Set width to 100% for responsiveness *\/\n  width: 960px; \/* Set a maximum width for larger screens *\/\n  margin: 0 auto; \/* Center the player horizontally *\/\n  height: 520px;\n  max-width: 100% !important;\n}\n\n@media only screen and (max-width: 767px) {\n  #playlistVideo {\n    width: 450px; \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n    max-width: none; \/* Remove max-width for mobile responsiveness *\/\n    margin: 0; \/* Remove any margin for mobile responsiveness *\/\n    height: 320px;\n  }\n}\n\n#ytplaylist {\n  overflow-y: auto; \/* Enable vertical scrolling *\/\n  white-space: nowrap; \/* Prevent items from wrapping to the next line *\/\n  display: flex;\n  flex-direction: column; \/* Align items vertically *\/\n  background-color: black; \/* Set background color to black *\/\n  padding: 20px; \/* Add padding for better appearance *\/\n  max-height: 520px; \/* Set max-height to the same value as the video player's height *\/\n}\n\n#ytplaylist li {\n  list-style: none; \/* Remove list-style points *\/\n  text-align: left;\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center; \/* Align items vertically *\/\n  transition: background-color 0.3s ease-in-out; \/* Add a smooth transition effect for background color *\/\n}\n\n#ytplaylist li:hover {\n  background-color: #333; \/* Change background color on hover *\/\n  border-radius: 15px;\n}\n\n#ytplaylist li:hover .video-title {\n  color: #fff; \/* Change text color on hover *\/\n}\n\n#ytplaylist img {\n  cursor: pointer;\n  border: 2px solid #ddd; \/* Add a border to make it visually distinct *\/\n  border-radius: 8px;\n  transition: border-color 0.3s ease-in-out; \/* Add a smooth transition effect *\/\n  margin-right: 10px; \/* Add margin to separate image and title *\/\n  width: 150px; \/* Set the image width *\/\n}\n\n#ytplaylist img:hover {\n  border-color: #555; \/* Change border color on hover *\/\n}\n\n#ytplaylist .title-container {\n  max-width: 250px; \/* Set the maximum width for the title container *\/\n  width: 100%; \/* Ensure it takes up the available width *\/\n  white-space: normal; \/* Allow text to break into multiple lines *\/\n}\n\n@media screen and (max-width: 991px) {\n  #ytplaylist .title-container {\n    max-width: inherit;\n  }\n}\n\n#ytplaylist .video-title {\n  font-size: 14px;\n  color: white; \/* Set text color to white *\/\n  transition: color 0.3s ease-in-out; \/* Add a smooth transition effect for text color *\/\n  text-align: left; \/* Align text to the left *\/\n}\n\u003c\/style\u003e\n\u003cmain\u003e\n  \n\n  \u003csection class=\"container-fluid gl-banner-top p-4 py-xl-5\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg.png');background-size: cover;\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-lg-4\"\u003e\n        \u003cimg class=\"img-fluid float-right pt-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_main.png\" width=\"500\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-6 px-3 mt-4 pt-lg-5\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n          \u003csub\u003eGL-MT6000 Wi-Fi 6 AX6000 Home Router\u003c\/sub\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003eMEET Flint 2\u003c\/h1\u003e\n          \u003ch3\u003eHigh-Performance Wi-Fi 6 Router\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n            \u003ch2 class=\"font-weight-bold text-left\"\u003eWi-Fi 6 AX6000 Home Router\u003c\/h2\u003e\n            \u003cp\u003e\n              Flint 2 (GL-MT6000) is a Wi-Fi 6 home and office router ideally suited for heavy-duty data transmission, \n              mass device connectivity or ultra-low latency gaming environments. Flint 2 offers blazing-fast WireGuard\n               VPN speeds of up to 900Mbps. In addition, it also supports advanced network redundancies, \n               including Multi-WAN, Failover and Load balance to ensure an uninterrupted network.\n            \u003c\/p\u003e\n            \u003chr\u003e\n            \u003cdiv style=\"font-size: 15px;\"\u003e\n              \u003cspan\u003eOpenVPN speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 880\u003c\/span\u003e\u003cspan\u003e Mbps (with DCO support); WireGuard® speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 900\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\u003cbr\u003e\n              \u003cspan\u003eSupports \u003cspan class=\"txt-lg text-mt6000\"\u003eMulti-WAN failover\u003c\/span\u003e and \u003cspan class=\"txt-lg text-mt6000\"\u003eload balancing\u003c\/span\u003e capabilities\u003c\/span\u003e\u003cbr\u003e\n              \u003cspan\u003eFeatures \u003cspan class=\"txt-lg text-mt6000\"\u003eparental control\u003c\/span\u003e and \u003cspan class=\"txt-lg text-mt6000\"\u003eadGuard Home\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n            \u003c\/div\u003e\n\n            \u003ca class=\"btn btn-round btn-round-mt6000 mt-3 mr-3\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/en-gb\/blogs\/support\/gl-mt6000\" target=\"_blank\"\u003eView Online Guide\u003c\/a\u003e\n        \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n           \u003cdiv class=\"row align-items-center justify-content-end\"\u003e\n            \u003cdiv class=\"col-6 m-2\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n            \u003col class=\"carousel-indicators \"\u003e\n              \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003c\/ol\u003e\n\n            \u003cdiv class=\"carousel-inner\"\u003e\n              \u003cdiv class=\"carousel-item active\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\" alt=\"GL-MT6000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n              \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n            \u003c\/a\u003e\n\n            \u003ca class=\"carousel-control-next \" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n              \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid py-4 py-lg-5 mt6000-scene-3\"\u003e\n    \u003cdiv class=\"row m-lg-5 p-lg-5\"\u003e\n      \u003cdiv class=\"col-lg-8 text-light p-5 mt6000-scene-3-text\"\u003e\n        \u003ch1 class=\"font-weight-bold\"\u003eFast. Secure. Reliable.\u003c\/h1\u003e\n        \u003ch3 class=\"font-weight-light\"\u003eMulti-WAN VPN Router\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4 py-lg-5\" id=\"vpn\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n        \u003ch2 class=\"font-weight-bold text-left\"\u003eLightning-fast VPN connection\u003c\/h2\u003e\n          \u003cp\u003e\n            An upgrade from its predecessor, Flint 2’s VPN speeds are better and faster. Flint 2 delivers up to 900 Mbps \n            with WireGuard and 880 Mbps with OpenVPN (with DCO support). Effortlessly configure your VPN client via the admin panel, providing \n            instant protection for all connected devices, or establish a VPN server.\n          \u003c\/p\u003e\n            \n          \u003cp\u003eWhether you're working remotely, wrapping yourself in entertainment, or want an extra layer of privacy and \n            security, your VPN speeds won't mean trouble for you.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            \u003ca href=\"https:\/\/www.wireguard.com\/\" target=\"_blank\" class=\"text-info\"\u003eWireGuard®\u003c\/a\u003e is a registered trademark of Jason A.Donenfeld.\n          \u003c\/p\u003e\n\n        \u003cspan\u003eWireGuard\u003c\/span\u003e\n        \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n          \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 900Mbps\u003c\/div\u003e\n        \u003c\/div\u003e\n          \u003cbr\u003e\n\n        \u003cspan\u003eOpenVPN (with DCO support)\u003c\/span\u003e\n        \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n          \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-secondary\" role=\"progressbar\" style=\"width:88%\" aria-valuenow=\"88\" aria-valuemin=\"0\" aria-valuemax=\"88\"\u003eMax. 880Mbps\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"py-3\" style=\"font-size:13px\"\u003e\n          \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\n          \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/en-gb\/pages\/campaign-vpn\" target=\"_blank\"\u003eLearn more about our VPN solutions\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN Provider\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!---\u003csection class=\"container-fluid bg-light\" id=\"openwrt\"\u003e\n    \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n      \u003cdiv class=\"col-xl-6 px-0\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_ui-demo.jpg\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eBuilt on OpenWrt to Give You More Control\u003c\/h2\u003e\n        \u003cp\u003e\n          Flint 2's proprietary firmware is based on Openwrt v21.02 (Kernel v5.4), designed to give you full control \n          of your network and devices. Over 5,000 ready-made plug-ins and applications are at your disposal. Simply browse, \n          install, and manage packages within the router's admin panel. \n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e---\u003e\n  \n  \u003csection class=\"container-fluid bg-light py-4 py-lg-5 mt6000-scene-home\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n      \u003ch2 class=\"font-weight-bold\"\u003eElevating Your Internet Experience\u003c\/h2\u003e\n      \u003cp\u003eA leap in Speed, Capacity, and Stability\u003c\/p\u003e\n      \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_home_internet-experience.png\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"row justify-content-center pt-5\"\u003e\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-database gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003eLarge Storage\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003eHigher storage capacity satisfies stable online connections for over a hundred devices and meets the needs of DIY users for installing more plugins.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-microchip gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003ePowerful CPU\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003eQuad-Core 2GHz Processor comes with powerful CPU processing capability that enhances overall product stability and provides even better performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white m-3 p-5\" style=\"border-radius: 15px;\"\u003e\n        \u003ci class=\"fa-solid fa-arrows-up-down-left-right gradient-icon\" style=\"font-size: 55px;\"\u003e\u003c\/i\u003e\n        \u003ch1 class=\"font-weight-bold\" style=\"font-size:30px\"\u003e\u003cspan class=\"gradient-text\"\u003eExtended Coverage\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp\u003eEquipped with 8 high-power FEMs, expanding WIFI coverage range, meeting WIFI coverage requirements for medium-sized homes, ensuring strong signals throughout the house.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid pt-lg-5 p-lg-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_ports.jpg\" style=\"border-radius: 15px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5 pl-lg-5 pt-3\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eElevate your network with 2.5G Ethernet ports\u003c\/h2\u003e\n        \u003cp\u003e\n          Enjoy lightning-fast 2.5G internal network transfer speeds for all your devices, \n          whether it's a computer, NAS, or more. Embrace the future of connectivity with our \n          innovative solution!\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid py-lg-5 p-lg-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 order-lg-2 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene.jpg\" style=\"border-radius: 15px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5 order-lg-1 pr-lg-5 pt-3\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eTurbocharge Your Internet with Wi-Fi 6\u003c\/h2\u003e\n        \u003cp\u003e\n          Up to 8 channels of WIFI spatial streams, Flint 2 is capable of supporting simultaneous transmission \n          of high-definition and ultra-high-definition videos for multiple devices. It also maintains backward \n          compatibility with 802.11AC and earlier WIFI standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid mt6000-scene-gaming\"\u003e\n    \u003cdiv class=\"row m-lg-5 p-3 p-lg-5\"\u003e\n      \u003cdiv class=\"col-12 col-lg-4 bg-light p-5 mt6000-gaming-block\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eDominate with Uninterrupted Performance\u003c\/h2\u003e\n        \u003cp\u003e\n          Equipped with 8-Stream Wi-Fi 6 technology, the Flint 2 delivers blazing speeds, ensuring a stable \n          and high-speed connection even during intense multiplayer battles.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid px-4 py-lg-5 bg-light\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center text-dark\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-xl-5 order-xl-2\"\u003e\n          \u003cimg class=\"img-fluid rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_bark.jpg\" alt=\"Bark Parental Control\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-4 pr-lg-5 pt-lg-0 order-xl-1\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eKeep the Family Protected \u003c\/h2\u003e\n          \u003cp\u003e\n            Are too much screen time and exposure to inappropriate content your top concerns as a  parent? In collaboration with \n            Bark (an award-winning child-monitoring tool), Flint 2 offers parental controls* built in to the router. In a few clicks,\n             you can filter out certain websites and content categories, enable safe search on your child’s search engine, and manage\n              their usage effortlessly. \n          \u003c\/p\u003e\n          \u003ca class=\"btn btn-round btn-dark mt-2\" href=\"https:\/\/www.bark.us\/?ref=glinet\u0026amp;home=glinet\" target=\"_blank\" alt=\"Visit Bark\"\u003e\n              Visit Bark\n          \u003c\/a\u003e\n\n        \u003cdiv class=\"text-center mt-3\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/barkxglinet.png\" alt=\"Bark x GL.iNet\"\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-lg-5 text-center\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_interface.png\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eDFS Certification in US, CA, EU and UK\u003c\/h2\u003e\n        \u003cp\u003e\n          Flint 2 is approved to use DFS (Dynamic Frequency Selection), letting the router's 5GHz network use additional \n          frequencies normally reserved by military, satellite, and weather radar applications. The selection of additional \n          channels can lower network congestion under high density network environments. \n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid bg-light p-4 py-xl-5\" id=\"security\"\u003e\n    \u003ch3 class=\"text-center font-weight-bold\"\u003eProtected by Multiple Layers of Security\u003c\/h3\u003e\n    \u003cdiv class=\"row justify-content-center text-dark pt-3\"\u003e\n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_wpa3.png\"\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eWPA3 protocol\u003c\/h5\u003e\n          \u003cp\u003e\n            The latest Wi-Fi security protocol with extensive improvements including preventive measures against password\n            brute-force attacks, user-to-user snooping, and individualized encryption in public Wi-Fi networks.\n          \u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_dns.png\"\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eDNS over HTTPS \u0026amp; DNS over TLS\u003c\/h5\u003e\n        \u003cp\u003e\n          Protecting domain name system traffic and preventing data eavesdropping from malicious parties, \n          advertising platforms, and ISPs by encrypting plaintext DNS traffic using HTTPS and TLS protocols.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-lg-3 bg-white p-5 m-2\" style=\"border-radius: 15px; max-width:430px\"\u003e\n        \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_adguard.png\"\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n        \u003cp\u003e\n          Using a DNS server for blocking unwanted tracking and includes a user-friendly web interface to filter \n          selected digital advertisements.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e \n  \u003c\/section\u003e\n\n  \u003csection class=\"container-xl py-4 py-lg-5 table-responsive-sm\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eModel Comparison\u003c\/h2\u003e\n    \u003ctable class=\"table center\"\u003e\n      \u003cthead\u003e\n        \u003ctr class=\"table-borderless text-center\"\u003e\n          \u003cth scope=\"col\" style=\"width:25rem\"\u003e\n\u003ca href=\"\/en-gb\/products\/gl-ax1800\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_ax1800.jpg\" width=\"250\"\u003e\u003c\/a\u003e\u003cbr\u003eFlint \/ GL-AX1800\u003cbr\u003eWi-Fi 6 Home Router\u003c\/th\u003e\n          \u003cth scope=\"col\" style=\"width:15rem\"\u003e\u003ch3\u003eVS\u003c\/h3\u003e\u003c\/th\u003e\n          \u003cth scope=\"col\" style=\"width:25rem\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt6000.jpg\" width=\"250\"\u003e\u003cbr\u003eFlint 2 \/ GL-MT6000\u003cbr\u003eWi-Fi 6 AX6000 Home Router\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eQualcomm Quad-core, @1.2GHz\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eCPU\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eMediaTek Quad-core, @2.0GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eDDR3L 512MB \/ NAND Flash 128MB\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eMemory \/ Storage\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e600Mbps (2.4GHz), 1200Mbps(5GHz)\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eWi-Fi Speed\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e1148Mbps (2.4GHz), 4804Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4;vertical-align:middle\"\u003eEthernet Speed\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center;vertical-align:middle\"\u003e2 x 2.5G Ports; 4 x 1G Ports\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e1 x WAN, 4 x LAN\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eEthernet Ports\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e1 x WAN (2.5G), 1 x WAN\/LAN (2.5G), 4 x LAN\n            \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eMax.500Mbps (with DCO support)\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eOpenVPN (Via Ethernet)\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eMax.880Mbps (with DCO support)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003eMax. 500Mbps\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eWireGuard® (Via Ethernet)\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003eMax. 900Mbps\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr class=\"text-center\"\u003e\n          \u003ctd style=\"background-color:#efefef;text-align:center\"\u003e210 x 120 x 36.8mm \/ 445g\u003c\/td\u003e\n          \u003cth scope=\"row\" class=\"text-white\" style=\"background-color:#1490a4\"\u003eDimension \/ Weight\u003c\/th\u003e\n          \u003ctd style=\"background-color:#f7f7f7;text-align:center\"\u003e233 x 137 x 53 mm \/ 761g\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"text-left\" style=\"font-size:14px\"\u003e\n      \u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\n      \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\u003cbr\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Reviews from Youtubers --\u003e\n  \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n      \u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"youtube-playlist-container\"\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n\n        \u003c!-- Video player container --\u003e\n        \u003cdiv class=\"col-11 col-lg-7 col-xl-8 px-0\" id=\"ytvideoPlayer\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/dKrUehjd7I8\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Playlist container --\u003e\n        \u003cdiv class=\"col-11 col-lg-5 col-xl-4 px-0\" id=\"ytplaylist\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n              Flint 2 (GL-MT6000) Reviews\n              \u003cspan id=\"ytListBtn\"\u003e      \n                  \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n              \u003c\/span\u003e\n            \u003c\/h5\u003e\n              \n            \u003cul id=\"ytPlayListUl\"\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/dKrUehjd7I8\/maxresdefault.jpg\" alt=\"Video 0\" onclick=\"changeVideo('dKrUehjd7I8')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eThey cut out all the BS! - GL.iNet Flint 2\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/hKqTycmp0Rk\/maxresdefault.jpg\" alt=\"Video 1\" onclick=\"changeVideo('hKqTycmp0Rk')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eSet Up Secure VPN in Minutes with GL.iNet Routers!\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/PiTEbkOOt1o\/hqdefault.jpg\" alt=\"Video 2\" onclick=\"changeVideo('PiTEbkOOt1o')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eThe Flint 2 OpenWRT VPN Router WiFi 6 Access Point Bandwidth Tests and More\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/tSJZGDXlvIU\/maxresdefault.jpg\" alt=\"Video 3\" onclick=\"changeVideo('tSJZGDXlvIU')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eFLINT 2 GL-MT6000 ax - TUTORIAL COMPLETO\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/VBTFtVeu358\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('VBTFtVeu358')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - WiFi 6 AX6000, 2.5GbE Router - Overview, Setup and Speed Test\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/vfvyGLkA_mY\/maxresdefault.jpg\" alt=\"Video 5\" onclick=\"changeVideo('vfvyGLkA_mY')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e［直播開箱］電腦討論區上面最熱門的冷門OpenWRT路由器 Flint 2 (GL-MT6000) (CC AI 字幕)\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/lcq_QZb6k-c\/maxresdefault.jpg\" alt=\"Video 6\" onclick=\"changeVideo('lcq_QZb6k-c')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL-iNet GL-MT6000 Flint 2 AX6000 Wireless Router Review\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/PQiV9ovIWsY\/maxresdefault.jpg\" alt=\"Video 7\" onclick=\"changeVideo('PQiV9ovIWsY')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - Peformance Test: WAN to LAN, WiFi, VPN Throughput\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/SqHUH7HU6XU\/maxresdefault.jpg\" alt=\"Video 8\" onclick=\"changeVideo('SqHUH7HU6XU')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Review en ESPAÑOL - El mejor Router VPN WiFi 6 que bloquea Anuncios\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/VBnJnRHoDkE\/maxresdefault.jpg\" alt=\"Video 9\" onclick=\"changeVideo('VBnJnRHoDkE')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eProibida a Partilha de PASSWORDS em Streaming Fora e CASA? | A Solução é estar \"SEMPRE\" em CASA...\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/iqEeg4GTAMQ\/maxresdefault.jpg\" alt=\"Video 10\" onclick=\"changeVideo('iqEeg4GTAMQ')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - USB 3.0 Network Attach Storage (NAS) Throughput Test\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/0xxlsHnmFWA\/maxresdefault.jpg\" alt=\"Video 11\" onclick=\"changeVideo('0xxlsHnmFWA')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eDiscover how to quickly set up your router as a Wi-Fi Repeater for better coverage.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/BKSutw6YWQM\/sddefault.jpg\" alt=\"Video 12\" onclick=\"changeVideo('BKSutw6YWQM')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Multi-WAN Router Walkthrough VPN \u0026amp; Speed Test Review\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/6MW-WAZGm2Q\/maxresdefault.jpg\" alt=\"Video 13\" onclick=\"changeVideo('6MW-WAZGm2Q')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eJuega MINECRAFT sin LAG con EL MEJOR router GAMER\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/GpCZpKarIMA\/hqdefault.jpg\" alt=\"Video 14\" onclick=\"changeVideo('GpCZpKarIMA')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGL.iNet GL-MT6000(Flint 2) WiFi 6 Router6 - High Performance Home Router\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/AIwsJ6mcAU0\/maxresdefault.jpg\" alt=\"Video 15\" onclick=\"changeVideo('AIwsJ6mcAU0')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT З НЕЙМОВІРНОЮ ПЛОЩЄЮ ПОКРИТТЯ\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/tKqL6sbPTxQ\/maxresdefault.jpg\" alt=\"Video 16\" onclick=\"changeVideo('tKqL6sbPTxQ')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT С НЕВЕРОЯТНОЙ ПЛОЩАДЬЮ ПОКРЫТИЯ\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/qnaOzP3t6t4\/maxresdefault.jpg\" alt=\"Video 16\" onclick=\"changeVideo('qnaOzP3t6t4')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eAumenta la VELOCIDAD DE INTERNET con ESTO! | GL.inet Flint 2\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n              \u003cdiv class=\"mt-2\"\u003e\n                \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEYQ-gex6Qd7TFA7yoAHAiBp\u0026amp;feature=shared\"\u003eView More\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"product-specs-section py-4 py-lg-5 text-center\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6 \u003cbr\u003e AX6000\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" alt=\"2.5-Gigabit Multi-Gig port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e2.5G \u003cbr\u003eMulti-Gig port\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\" alt=\"Dual-Ethernet WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eDual-Ethernet\u003cbr\u003eWAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n        \u003c\/div\u003e\n      \n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003cbr\u003eHome\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" alt=\"DFS\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n      \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n  \n  \u003csection class=\"container py-4 py-lg-5\" id=\"specification\"\u003e\n    \u003ch2 class=\"font-weight-bold text-left\"\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\n            1 x 2.5G WAN Ethernet port\u003cbr\u003e\n            1 x 2.5G WAN\/LAN Ethernet port\u003cbr\u003e\n            4 x LAN Ethernet ports\u003cbr\u003e\n            1 x USB 3.0 port\u003cbr\u003e\n            1 x Reset button\u003cbr\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eMediaTek Quad-core, @2.0 GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eProtocol\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1148Mbps (2.4GHz), 4804Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e2 x 2.5G Ports (10\/100\/1000\/2500Mbps)\u003cbr\u003e\n            4 x 1G Ports (10\/100\/1000Mbps)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e4 x 2.4GHz + 5GHz two-in-one Wi-Fi Antennas\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eLEDs\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x dual color LED indicator for Power and Internet\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDC5521, 12V\/4A (5.5*2.1mm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\t\u0026lt;20W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e233 x 137 x 53mm \/ 761g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/en-gb\/pages\/product-datasheet\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/mt6000\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/en-gb\/pages\/app\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/Ru1O-zxKgKg\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"\/en-gb\/blogs\/support\/gl-mt6000\/#first-time-setup\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/kn38opoklmwx22am6b1fm\/h?rlkey=i4bdqnhgimm8xg2a6h5i3rdbz\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid bg-light py-4 py-lg-5 bg-light\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-11 col-lg-3\"\u003e\n        \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_mt6000.png\"\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"col-11 col-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eLooking for Bulk Purchase?\u003c\/h2\u003e\n        \u003cp\u003eConnect with our team for volume pricing. Boost your business with GL.iNet’s advanced networking solutions.\u003c\/p\u003e\n\n        \u003cul style=\"list-style: none\"\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eCustomizable and OpenWrt-based\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eRemote Device Management\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eWhite Label Service\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eGlobal Product Certifications\u003c\/li\u003e\n          \u003cli\u003e\n\u003ci class=\"fa-solid fa-check mr-2\"\u003e\u003c\/i\u003eSelf-owned Factory\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ca role=\"button\" class=\"btn btn-round btn-outline-dark mt-3 mr-3\" href=\"https:\/\/link.gl-inet.com\/businesspage-a-sale-mt6000\" target=\"_blank\"\u003eContact Our Sales Manager\u003c\/a\u003e\n        \u003ca role=\"button\" class=\"btn btn-round btn-info mt-3 mr-3\" href=\"\/en-gb\/pages\/become-a-distributor\" target=\"_blank\"\u003eBecome a Distributor\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/main\u003e\n","brand":"GL.iNet","offers":[{"title":"UK warehouse - EU+UK plug","offer_id":45270851584183,"sku":"GL-MT6000-4PX-UK","price":152.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0711\/7733\/9063\/files\/homerouter-mt6000.png?v=1774430879","url":"https:\/\/www.gl-inet.com\/en-gb\/products\/gl-mt6000","provider":"GL.iNet","version":"1.0","type":"link"}