body {
 font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Roboto Condensed", sans-serif;;
  font-weight: 700;
  margin: 0px;
  }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;}
/*--------------------------------------------------------------
4. Preloader
----------------------------------------------------------------*/
@-webkit-keyframes animateGradient{0%{background-position:left bottom}50%{background-position:right top}100%{background-position:left bottom}}@keyframes animateGradient{0%{background-position:left bottom}50%{background-position:right top}100%{background-position:left bottom}}
.preloader{position:fixed;top:0;width:100vw;height:100vh;z-index:200;-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transition-delay:1s;transition-delay:1s;background:#ff00ae;background:linear-gradient(45deg, #e41b40 0%, #f26522 50%, #e41b40 100%);background-size:200% 200%;background-position:left bottom;-webkit-animation-name:animateGradient;animation-name:animateGradient;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.preloader img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}body.loaded .preloader{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.preloader img{width:300px; max-width:100%;}
/*****************************************/
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1590px; } }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #2e3d62;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .main-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: #ff8257;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .main-btn:hover {
    color: #fff; }
    .main-btn:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5); }
  .main-btn.main-btn-2 {
    color: #fff;
    background-color: #ff8257; }
    .main-btn.main-btn-2::before {
      background-color: #2e3d62; }
    .main-btn.main-btn-2:hover {
      color: #fff; }
      .main-btn.main-btn-2:hover::before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
        transform: translate3d(-50%, -50%, 0) scale(1.5); }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-weight: 600;
  color: #f26522;
  font-size: 1.4rem;
  position: relative;}
.section-title .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -2px; line-height:1.3em;}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      letter-spacing: 0; } }
.section-title.text-center .sub-title::before {
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 9px; }

/*===========================
    05.Powerful Tools css 
===========================*/
.powerful-tools-area {
  position: relative;
  overflow: hidden; }
.powerful-tools-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*===========================
      10.Screenshot css 
===========================*/
.screenshot-pagination {
  position: relative;
  margin-top: 25px;
  text-align: center; }
  .screenshot-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #000000;
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7); }
	  
	.tab-radeon .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #e41b40;}
ul#main-menu>li>a {
    font-weight: bold;
}
ul#main-menu>li>a.active{
	color:#D23600;
}
ul#main-menu>li>a.active>.sub-arrow,ul#main-menu>li:hover>a>.sub-arrow{
	border-color: #D23600 transparent transparent transparent;
}
html, body {
    min-height: 100vh;
	background:#000;
}
main{background:#333333; color:#fff;}
.table-dark {
    color: #fff;
    background-color: rgba(52,58,64,0.9);
}
.text-white .section-title .title{color:#ffffff;}
table.table.table-product-detail {
    min-width: 0;
}
ul.list-cpu-base.list-unstyled {
    margin: 0;
}
ul.list-cpu-base li, ul.lis-cpu-detail-page li {
    font-size: .95rem;
    align-items: start;
    display: inline-flex;
}
ul.list-cpu-base li{
	 display: flex;
}
ul.lis-cpu-detail-page li>strong{
    width: 50%;
}
@media (min-width: 1400px){
	.container{
		max-width: 1300px;
	}
}

@media (min-width: 1500px){
	.container{
		max-width: 1400px;
	}
}

@media (min-width: 1600px){
	.container{
		max-width: 1500px;
	}
}
.text-while{color:#ffffff;}
.powerful-tools-area{background:#000000;}
.content-image-header {
    background: #ffffff;
}
span.icon_logo {
    position: absolute;
    left: -49px;
    bottom: -49px;
}
.image img{display:block;width:100%;}
.nav-tabs .nav-link {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 1rem;
    color: #ffffff;
    background: #636466;
    border-radius: 0;
	border:0;
	height:100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background:#f26522; color:#ffffff;
}
.nav-tabs .nav-item:last-child.show .nav-link, .nav-tabs .nav-item:last-child .nav-link.active{
	background:#e41b40;
}
.content-tabs-shadow{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.product-item img{width:100%;}
.btn-link {
    color: #333333;
    border: 2px solid #333333;
    background: transparent;
    border-radius: 0;
    font-weight: bold;
    font-size: 1rem;
	text-transform:uppercase;
	display:inline-block;min-width:200px;
	text-decoration:none;
}
.tab-content>.tab-pane{display:block; height:0; overflow:hidden;}
.tab-content>.active{height:auto; overflow:inherit;}
.btn-primary:focus{outline:none; box-shadow:none;}
.btn-primary.btn-link :not(:disabled):not(.disabled).active, .btn-primary.btn-link :not(:disabled):not(.disabled):active, .show>.btn-primary.btn-link .dropdown-toggle{background:#000000}
.btn-link:hover{background:#000000; color:#ffffff; border-color:#000000;text-decoration:none;}
h3.name{font-size:1.3rem;}
.spec>p,.price{font-size:1rem;}
.chip-ryzen-amd{max-width:300px; margin:0 auto;}
.container-tabs{padding:5rem 0;}
.image-laptop img, .image-amdradeon img{width:500px; max-width:100%;}
.image-laptop img, .image-amdradeon img{margin:0 auto;}
.image-chip img{max-width:100%;}
/**********chip*********/
.table-chip tbody th,.table-chip tbody td{padding:20px;}
.table-chip tbody th{width:auto;}
.table-chip tbody td{width:270px;}
.table-chip-sub tr td{border:0;}
.content-table .title-table {
    color: #f26522;
    font-size: 1.1rem;
    line-height: 1.5em;
}
.content-table .description{font-weight:500; font-size:.8rem;margin-top: 7px;}
.content-table .title-table{color:#f26522;}
td.vertical-align-inherit{vertical-align:inherit;}
.content-table {
	width: 100%;
    max-width: 100%;
    display: block;
}
.table-chip tbody td {
    text-align: center;
    vertical-align: top;
}
.table-chip tbody td.vertical-align-inherit {
    vertical-align: middle;
}
.table-chip>tbody>tr>td:nth-child(even){background:#f1f1f1;}
.table-chip-sub>tbody>tr>td:nth-child(even){background:#f1f1f1;}
.table-chip tbody td span.check {
    font-size: 1.3rem;
    color: #f26522;
}
table.table.table-chip>thead>tr>th{border-top:0;}
table.table.table-chip>thead>tr>th:nth-child(n+2){
    background: #f26522;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
	vertical-align:middle;
}
.tab-chip table.table.table-chip>thead>tr>th:nth-child(n+2){
	border-right: 2px solid;
}
/**********amdradeon*********/
.table thead th{border-bottom-width:1px;}
table.table.table-chip.table-amdradeon>thead>tr>th:nth-child(n+2){
	background:#ffffff; color:#000000;
	font-size:1.8rem;line-height: 1.3em;
}
table.table.table-chip.table-amdradeon>thead>tr>th:nth-child(even){
	background:#f1f1f1;
}
table.table.table-chip.table-amdradeon tbody td{width:auto;}
.image-amdradeon img{margin:0 auto; width:320px;}
table.table.table-chip.table-amdradeon tbody th{
	width:490px;
}
table.table.table-chip.table-amdradeon tbody th, table.table.table-chip.table-amdradeon tbody td{
	    border-top: 0px solid #dee2e6;
	    border-bottom: 1px solid #dee2e6
}
table.table.table-chip.table-amdradeon .content-table .title-table{color:#000000;}
span.circle {
    width: 40px;
    height: 40px;
    border: 5px solid #e41b40;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	overflow:hidden;
}
span.circle.circle-half {
	position:relative;
}
span.circle.circle-half:after {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    right: -25px;
    top: -5px;
    background: #e41b40;
}
span.circle.circle-full {
    background:#e41b40;
}
.list-define li{margin-right:25px;}
.list-define li:last-child{margin-right:0;}
.list-define li>span:nth-child(2){margin-left:5px;}
.bg-black {
    background: #000000;
}
.content-description-tab.text-while p,.content-description-tab.text-while{color:#ffffff;}
.bg-gray{background:#f1f1f1;}
.shop-item img{
	width:100%;
	display:block;
}
.description_news{
	 background: #6e6e6e;
	  padding: 10px;
	   color: #ffffff;
}
.shop-item a.btn.btn-view {
    width: 100%;
	color:#ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    margin: 0;
    position: relative;
	font-size:1rem;
	padding:0;
	    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 400;
	height:40px;
    line-height: 1.3em;
}
.shop-item a.btn.btn-view>i {
    font-size: 1.7rem;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev {
    background: rgba(255,255,255,1);
    padding: 10px;
    color: #333;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 27px;
}
.swiper-button-next:focus, .swiper-button-prev:focus{outline:none;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:0;}
h3.title-table.title-radeon {
    font-weight: 500;
}
select.custom-select {
    min-width: 130px;
}
.btn-primary:hover{color:#fff;background-color:#000000;border-color:#000000}

.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#000000;border-color:#000000;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}

.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#000000;border-color:#000000}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#000000;border-color:#000000}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}


.tab-radeon .btn-primary:hover{color:#fff;background-color:#e41b40;border-color:#e41b40}

.tab-radeon .btn-primary.focus,.tab-radeon .btn-primary:focus{color:#fff;background-color:#e41b40;border-color:#e41b40;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}

.tab-radeon .btn-primary.disabled,.tab-radeon .btn-primary:disabled{color:#fff;background-color:#e41b40;border-color:#e41b40}

.tab-radeon .btn-primary:not(:disabled):not(.disabled).active,.tab-radeon .btn-primary:not(:disabled):not(.disabled):active,.tab-radeon .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#e41b40;border-color:#e41b40}

.tab-radeon .btn-primary:not(:disabled):not(.disabled).active:focus,.tab-radeon .btn-primary:not(:disabled):not(.disabled):active:focus,.tab-radeon .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
button.btn.btn-close:focus{outline:none;box-shadow:none;}
button.btn.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    border: 0;
    font-weight: bold;
    color: red;
}
.icon_shop a img, .icon_shop .image-shop{
	transition:all 0.3s;
	filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.icon_shop:hover a img, .icon_shop:hover .image-shop{
	filter: none;
  -webkit-filter: grayscale(0%);
}
.icon_shop{
    display: block;
    position: relative;
    display: block;
    width: 100%;
}
.icon_shop a:after, .icon_shop .image-shop:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 56%;
}
.icon_shop a>img, .icon_shop .image-shop>img {
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 90%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shop-item .images a {
    display: block;
}
.content-description {
    font-size: 1.1rem;
}
.image-logo img{width:200px; max-width:100%;}
.content-description-tab{font-size:1.1rem;}
.table-chip-mobile .card_header_btn_amd_ryzen {
    background: #f26522;
    color: #ffffff;
	border-radius:0;
	padding:0;
}
.btn_amd_ryzen{
    border: 0;
    background: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
}
.table-chip-mobile .card {
    border: 0;
}
.list_amd_ryzen li, .list_amdradeon li{
	margin-top: 30px;
    position: relative;
    padding-left: 30px;
}
.list_amdradeon li .icon{position:absolute; top:-5px; left:0;}
.list_amd_ryzen li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 0;
    color: #f26522;
}
.list_amd_ryzen li:first-child{margin-top:0;}
.description-chip{min-height:75px;}
.table-chip-mobile .chip-ryzen-amd{max-width:100%;}
.btn_amd_ryzen.btn_amdradeon {
    background: #dd0031;
}
.table-chip-mobile .card_header_btn_amd_ryzen.card_header_btn_amdradeon{
	background:#dd0031;
}
section.features-gallery{
	background:#bdbdbd;
}
.list_amdradeon li {
    position: relative;
    padding-left: 50px;
    margin-top: 35px;
}
.list_amdradeon li:first-child {
    margin: 0;
}
.list_amdradeon .title-table{
	color:#dd0031;
}
.list_amdradeon li:before{
	color:#dd0031;
}
header {
    padding: 5px 0;
    position: relative;
    z-index: 100;
    background: #ffffff;
	width:100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	z-index:1000;
}
div#header-sticky-wrapper.is-sticky #header{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.swiper-pagination-bullet:only-child {
    visibility: hidden;
}
.header-black{background:#000000;}
.header-black .logo img,.header-black  img.tagline{
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.tagline {
    max-width: 300px;
}
.swiper-slide img{width:100%;}
.swiper-button-transparent .swiper-button-next,.swiper-button-transparent .swiper-button-prev{
	background:transparent;
}
.product-cate .swiper-button-next:after, .product-cate .swiper-button-prev:after {
    color: #000000;
}
.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after {
    color: #ffffff;
}

.swiper-home .swiper-button-prev:after,.swiper-home .swiper-rtl .swiper-button-prev:after,.swiper-home .swiper-button-next:after,.swiper-home .swiper-rtl .swiper-button-next:after, .swiper-sale .swiper-button-prev:after,.swiper-sale .swiper-rtl .swiper-button-prev:after,.swiper-sale .swiper-button-next:after,.swiper-sale .swiper-rtl .swiper-button-next:after{
	color:#ffffff;
}
.swiper-screenshot.screenshot-pagination{
	margin:0;position:absolute;
}
.image-list-active .swiper-screenshot.screenshot-pagination {
    position: static;
    margin-top: 30px;
}
.swiper-slide a {
    display: block;
}
.swiper-screenshot.screenshot-pagination .swiper-pagination-bullet{
	width:10px; height:10px;
	background:#ffffff;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.5);
}
.swiper-screenshot.screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#000000;
	border: 1px solid #ffffff;
}
.swiper-home .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid #ffffff;}
.category-item .image{
	height: 33vw;
    min-height: auto;
}
.category-detail-image{
	height:500px;
}
.features-category-detail {
    background: #000000;
}
.features-category-detail *{
	color:#ffffff;
}
.features-category-detail .category-detail-text p {
    font-size: 1.1rem;
    line-height: 1.5em;
}
.features-category-detail .title{
	font-weight:bold;
}
.product-description {
    border: 1px solid #000;
   
}
.product-description .title{
	padding:1rem; background:#000000; color:#ffffff;
}
.product-description .title *{color:#ffffff;}
.product-description .title .title-text {
    font-size: 1.3rem;
    display: -webkit-box;
    height: 3.35rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
}
.product-description .description{
	 padding: 2rem 1rem;
}
.title-heading h1 {
    font-size: 26px;
}
.description-list li {
    margin-top: 5px;
    font-size: 1rem;
}
.description-list li:first-child{margin-top:0;}
.button .btn {
    padding: .7rem;
}
.button .btn-buy{background:#000000; color:#ffffff; width:100%;}
.button .btn-view{background:#2f2f2f; color:#ffffff;}
.product-cate .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.products .swiper-button-next, .products .swiper-button-prev{
	background:transparent;
}
.table-product-detail tr th{width:150px;}
.scbreadcrumbs{padding:5px 0;}
.scbreadcrumbs ol.breadcrumb {
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    font-weight: 500;
	padding:0;
}
.scbreadcrumbs ol.breadcrumb li {
    font-size: 12px;
    position: relative;
    color: #fff;
    display: inline-block;
	padding:0;
}
.breadcrumb{
	background:transparent;
	padding:10px 0;
    display: -webkit-box !important;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    font-weight: 600;
    line-height: 1.3em;
    flex-wrap: initial;

}
.breadcrumb .breadcrumb-item a{color:#333333;}
.breadcrumb .breadcrumb-item:last-child a{font-weight:bold;}
.breadcrumb .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before{font-size:12px;}
.breadcrumb-item+.breadcrumb-item,.breadcrumb-item+.breadcrumb-item::before{padding:0 5px 0 0;}
ol.breadcrumb li {
    display: inline-block;
}
.card-text {
    font-size: 1rem;
    line-height: 1.3em;
    display: -webkit-box;
    height: 44px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0;
}
.page-link.active{
	background:#f1f1f1;
}
.date-userpost {
    font-size: .8rem;
}
.tag-meta>span{font-size:1rem;}
span.tag span a {
    padding: 2px 10px 3px 10px;
    background: #000000;
    font-size: .7rem;
    border-radius: 6px;
    margin: 0 2px;
    color: #ffffff;
}
.product-cate .swiper-slide .product{
	height:100%;
}
.product-cate .swiper-slide{
	height:auto;
}
.content-text img {
    max-width: 100%;
    height: auto;
}
@media(min-with:450px){
	ul.list-unstyled.description-list.text-center {
    height: 133px;
}	
}
ul.list-unstyled.description-list{
    height: 133px;
}
@media only screen and (min-width: 768px){
	.category-item-wp{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.category-item .image{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 40vw;
		-webkit-transition: all linear 0.3s;
		transition: all linear 0.3s;
	}
	.category-item .image{
		background-size: 110%;
	}
	.category-item .image:hover {
		background-size: 105%;
	}
}
.category-item .title {
    text-align: center;
    background-color: #000;
    padding: 15px 10px;
    font-size:1.2rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.category-item .image{
	position:relative;
} 
.category-item .image .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	
}
.category-item:hover .image .text {
	opacity:1;
	visibility:inherit;
}
.category-item .image .text .text-span {
text-transform: uppercase;
    font-size: 80%;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: .3rem 1rem;
    display: block;
    width: auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    width: 85%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.swiper-home .swiper-button-next:after,.swiper-home .swiper-button-prev:after,.swiper-sale .swiper-button-next:after,.swiper-sale .swiper-button-prev:after{
	font-size:4rem;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.footer-copyright p {
    font-size: 13px;
    text-transform: uppercase;
}
.mobile-menu-toggle{padding:2px;}
@media(min-width:1400px){
	.category-item .image .text .text-span{
		font-size: 165%;
	}
}
@media(min-width:1600px){
	.category-item .image .text .text-span{
		font-size: 165%;
	}
}
@media(max-width:1200px){
	.category-item .image .text {
		top: 70%;
		left: 0;
		bottom: 0;
		right: 0;
		height: 30%;
		opacity: 1;
		visibility: inherit;
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	}
}

@media(max-width:992px){
	.category-item .image .text .text-span {
		width: 92%;
		padding: .5rem .2rem;
	}
	img.ml-2.tagline {
		width: 205px;
	}
}
@media(max-width:768px){
	.category-item .image{height:auto;}
	.category-detail-image{
		height:43vh;
	}
}

@media(max-width:576px){
	.category-detail-image{
		height:35vh;
	}
	.logo-home img{height:30px;}
	.logo-home img.ml-2.tagline {
		width: 170px;
		height:auto;
	}
}
@media(max-width:380px){
	.logo-home img{height:25px;}
	.logo-home img.ml-2.tagline {
		width: 136px;
		height:auto;
	}
}

.shop-active .swiper-button-next,.shop-active .swiper-button-prev ,.product-active .swiper-button-next,.product-active .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	text-align:center;
}
.shop-active .swiper-button-next:after,.shop-active .swiper-button-prev:after,.product-active .swiper-button-next:after,.product-active .swiper-button-prev:after{
	font-size: 2rem;
}
footer {
    background: #000000;
}
footer *{color:#ffffff;}
.title_cpu_detail .title{font-size:1.6rem;}
.chip-ryzen-amd .title .title-heading{
    font-size: 1.4rem;
}
.list-cpu-base li>strong:after,.lis-cpu-detail-page li>strong:after{content:":"; padding:0 2px; padding-right:5px;}
.chip-ryzen-amd-page .chip-ryzen-amd {
	max-width: 100%;
    width: auto;
}
.chip-ryzen-amd-page-list-cpu .chip-ryzen-amd {
    max-width: 100%;
    width: auto;
    display: inline-table;
}
.chip-ryzen-amd-page-list-cpu {
    background: #f1f1f1;
}
.specs {
    border-top: 2px solid #333333;
    padding: 3rem 0 0 0;
    margin: 0rem 0 1rem 0;
}
.specs:first-child{
	border-top:0;
}
.title-specs .title{font-weight:bold; font-size:1.1rem;}
.content-specs-item {
    margin-bottom: 1rem;
}
div[data-service] .cll .c-n-t p,div[data-service] .cll .c-n-t{color:#fff;}
@media(min-width:1200px){
	.nav-tabs .nav-link {
		font-size: 1.2rem;
	}
	.content-image-header {
		padding: 2rem;
		margin:5rem 0;
	}
}
@media(min-width:1600px){
	.nav-tabs .nav-link {
		font-size: 1.4rem;
	}
	.nav-tabs .nav-link{padding: 1rem 4rem;}
}

.social a{font-size:30px;line-height: 1em;}
.social .amd-icon a span {
    font-size: 1.3rem;
}
@media(max-width:1400px){
	.container-tabs{padding:3rem 0;}
	.section-title .title{font-size:2rem;}
	table.table.table-chip.table-amdradeon>thead>tr>th:nth-child(n+2){font-size:1.6rem;}
	
}
@media(max-width:1350px){
	.section-title .title{
		line-height:1.2em;
	}
	.content-description-tab.text-while p,.powerful-content-wrapper p{
			line-height:1.2em;
	}
	.powerful-tools-wrapper{padding-top:1.4rem;}
}
@media(max-width:1200px){
	.table{min-width:900px}
	.table-chip tbody td {
		width: 225px;
	}
	.section-title .title{font-size:1.8rem;}
	table.table.table-chip.table-amdradeon>thead>tr>th:nth-child(n+2){font-size:1.4rem;}
	table.table.table-chip.table-amdradeon tbody th {
		width: 390px;
	}
	.image-amdradeon img{width: 280px;}
	table.table.table-chip.table-amdradeon tbody th {
		width: 355px;
	}
}
@media(max-width:992px){
	table.table.table-chip.table-amdradeon>thead>tr>th:nth-child(n+2) {
		font-size: 1.3rem;
	}
	.image-list-active .swiper-screenshot.screenshot-pagination{margin-bottom:0;}
	.nav-tabs .nav-link {
		font-size: .9rem;
	}
	.content-table .title-table{font-size:1rem;}
	.section-title .title{font-size:1.8rem;}
	.preloader img{max-width:200px;}
	.card-body{padding: 1.25rem .9rem;}
	.list_amdradeon li{padding-left: 45px;}
	.list_amdradeon h3.title-table.title-radeon{font-size:.9rem;}
	.list_amdradeon li .icon{top:-7px;}
	.list-define li span {
		font-size: .9rem;
	}
	.list-define li {
		margin-right: 3px;
	}
	.list-define li>span:nth-child(2) {
		margin-left: 2px;
	}
	span.circle{
		width: 35px;
		height: 35px;
	}
	.btn_amd_ryzen{font-size:1rem; text-align:center;}
}
@media(max-width:767px){
	.section-title .title {
		font-size: 1.5rem;
	}
	.content-description{font-size:1rem;}
	.screenshot-pagination{margin-top:25px;}
}
@media(max-width:450px){
	.section-title .title {
		font-size: 1.1rem;
	}
	.content-description{font-size:0.85rem;}
	.screenshot-pagination{margin-top:25px;}
}
li.amd-icon i {
    margin-right: 5px;
}

button#btn-next span.d {
    background: #555555;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 27px;
}
.col-infoqa button#btn-next span.d{
	font-size: 22px;
}
body .infoPointMember a {
    text-decoration: underline;
    color: #ffffff;
}
/***********Home Page**************/
.section-banner .image-banner{
    margin-top: -70px;
}
.btn-image-register{margin-top:-75px;}
@media(max-width:1400px){
	.section-banner .image-banner{
		margin-top: -45px;
	}
}
@media(max-width:1200px){
	.section-banner .image-banner{
		margin-top: -48px;
	}
}
@media(max-width:1050px){
	.section-banner .image-banner{
		margin-top: -40px;
	}
}
@media(max-width:992px){
	.section-banner .image-banner{
		margin-top: -30px;
	}
	.section-banner .btn-link-a.btn-register {
		margin-right: 9.75%;
		max-width: 35%;
		margin-top: 15px;
	}
	.btn-image-register{margin-top:-35px;}
}
@media(max-width:767px){
	.section-banner .image-banner{
		margin-top: -20px;
	}
	.section-banner .btn-link-a.btn-register {
		margin-right: 9.75%;
		max-width: 36%;
		margin-top: 15px;
	}
	.btn-image-register {
        margin-top: -25px;
    }
}
@media(max-width:576px){
	.section-banner .image-banner{
		margin-top: 0;
	}
	.section-banner .btn-link-a.btn-register {
		margin-right: 9.75%;
		max-width: 45%;
		margin-top: 15px;
	}
	.btn-image-register {
        margin-top: -25px;
    }
}
@media(max-width:450px){

	.btn-image-register {
        margin-top: -15px;
    }
}
@media(min-width:992px){
	.btn-image-register{margin-top:-35px;}
}
@media(min-width:1200px){
	.btn-image-register{margin-top:-45px;}
}
@media(min-width:1400px){
	.btn-image-register{margin-top:-55px;}
}
@media(min-width:1600px){
	.btn-image-register{margin-top:-55px;}
}

.section-banner .btn-link-a.btn-register {
    margin-right: 9.75%;
    /* margin-top: -34px; */
}
.infor-content{
	position:relative;
}
.row-info .partent{
    position: absolute;
    width: 105%;
    height: 50px;
    content: "";
	left:-20px;
	bottom:0;
}

/**********End Home Page***********/
#back-top {
    border-radius: 10px;
    background:rgb(85 85 85/90%);
}
#back-top svg{fill:#ffffff;}
/************************/
.step-text>.title {
    font-size: 24px;
    font-weight: 600 !important;
}
.steps-wp{position:relative;}
.steps .step{width:20%;}
.step-text a{color:#ffffff;}
@media(min-width:1200px){
	.steps-wp:after{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:3px;
		content:"";
		background: rgba(226,35,85,1);
		background: -moz-linear-gradient(left, rgba(226,35,85,1) 0%, rgba(64,51,198,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,35,85,1)), color-stop(100%, rgba(64,51,198,1)));
		background: -webkit-linear-gradient(left, rgba(226,35,85,1) 0%, rgba(64,51,198,1) 100%);
		background: -o-linear-gradient(left, rgba(226,35,85,1) 0%, rgba(64,51,198,1) 100%);
		background: -ms-linear-gradient(left, rgba(226,35,85,1) 0%, rgba(64,51,198,1) 100%);
		background: linear-gradient(to right, rgba(226,35,85,1) 0%, rgba(64,51,198,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22355', endColorstr='#4033c6', GradientType=1 );
	}
	ul.steps {
		border-bottom: 3px solid #ff7f00;
		position: relative;
	}
	ul.steps:before,ul.steps:after{
		position:absolute;
		content:"";
		  width: 10px;
		height: 10px;
		background: #e12356;
		border-radius: 50%;
		bottom:-6px;
	}
	ul.steps:after{
		background:#4233c5;
	}
	ul.steps:before{left:-1px;}
	ul.steps:after{right:-1px;}
	.steps .step{position:relative;padding-bottom: 70px}
	.steps .step:before,.steps .step:after{
		position:absolute;
		content:"";
		left:50%;
		transform: translateX(-50%);
	}
	.steps .step:before{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		bottom: 55px;
	}
	.steps .step:after{
		width:3px; height:55px;
		bottom:0
	}
	.steps .step:before,.steps .step:after{background: #d12561;}
	.steps .step:nth-child(1):before,.steps .step:nth-child(1):after{background: #d12561;}
	.steps .step:nth-child(2):before,.steps .step:nth-child(2):after{background: #b22877;}
	.steps .step:nth-child(3):before,.steps .step:nth-child(3):after{background: #912b8d;}
	.steps .step:nth-child(4):before,.steps .step:nth-child(4):after{background: #712fa4;}
	.steps .step:nth-child(5):before,.steps .step:nth-child(5):after{background: #5031ba;}
	
	.steps .step:nth-child(1) .step-text>.title{color: #d12561;}
	.steps .step:nth-child(2) .step-text>.title{color: #b22877;}
	.steps .step:nth-child(3) .step-text>.title{color: #912b8d;}
	.steps .step:nth-child(4) .step-text>.title{color: #712fa4;}
	.steps .step:nth-child(5) .step-text>.title{color: #5031ba;}
}

@media(min-width:1400px){

}
@media(min-width:1500px){

}
@media(max-width:1200px){
	.steps .step{width:33.3%;}
} 
@media(max-width:992px){
	.steps .step{width:50%;}
}
@media(max-width:576px){
	.steps .step{width:80%;}
	.steps .step .image {
		width: 185px;
		margin: 0 auto;
	}
}
.section-login .form-control{font-size:24px;}
@media (max-width: 767px) {
    .section-login .form-control {
        font-size: 22px;
    }
}
.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #333333;
    font-family: "Font Awesome 5 Pro";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "\f06e"
}
 
.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "\f070"
}
/**************Page Login**********/
.card-login {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.toggle-password.password-toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    padding: 5px;
    transform: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    min-width: 35px;
    justify-content: center;
}
/**/
.iframe-youtube-wp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.iframe-youtube {
    position: relative;
}
.iframe-youtube img{width:100%;}
/* .iframe-youtube-text { */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* z-index: 10; */
    /* transform: translateY(-50%); */
    /* padding: 10px 20px; */
    /* background: #fff; */
    /* color: #000; */
	/* width:100%; */
/* } */
.iframe-youtube-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    width: 100%;
}
.iframe-youtube-text p{
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
}
.iframe-youtube-text button {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
}

.col-auto{max-width:100%;}
tbody, td, tfoot, th, thead, tr {
    border-width: inherit;
}
.time_note{
	  font-size: 12px;
    color: #636363;
}
.ctkm_end img {
    filter: grayscale(100%);
}
.select2-container span{display:block}
html {
    background: #000000;
}
a{
	text-decoration:none;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.jarallax-img~.container{
	position:relative;
}
.jarallax, .jarallax-keep-center{
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img, .jarallax-keep-center > .jarallax-img, picture.jarallax-img img{
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container-fluid {
    position: relative;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-item {
    margin: 0 4px;
}
button.mobile-menu-toggle {
    padding: 5px;
    border:0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}
.page-link {
    position: relative;
    display: block;
    color: #595d69;
    background-color: #fff;
    border: 1px solid #dfe0e5;
	    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}
table tbody{
	vertical-align: inherit;
}
.content_page table tbody td{
		padding:3px;
}
.card-news .image,.shop-item .img{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
}
.card-news .image img,.shop-item .img img{
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: block;
}
.card-news .image:after,.shop-item .img:after{
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 70%;
}
.video-btn {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 3em;
    border: 2px;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    display: -ms-flexbox;
    background: #000000;
}
.video-btn:after, .video-btn:before {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: transparent;
}
.video-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social .amd-icon a span{font-size:1rem;}
@media(max-width:767px){
	.social a {
		font-size: 22px;
	}
	.social .amd-icon a span {
		font-size: 1.2rem;
	}
}

@media(max-width:576px){
	.social a {
		font-size: 20px;
	}
	.social .amd-icon a span {
		font-size: 1rem;
	}
}
.swiper-grid-column>.swiper-wrapper{flex-direction: row;}
section .container {
    position: relative;
}
.title.title-page h1 {
    font-size: 24px;
    text-transform: uppercase;
}
/**************Image Full**********/
.image-full{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.image-full:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full>img{
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full-cover>img{
	-o-object-fit: cover;
    object-fit: cover;
}
.image-full-news:after{
	padding-top:53.7%;
}
/**************Image Full End**********/
/******Time note khuyến mãi*********/
.pulsingButton {
	width: 10px;
	height: 10px;
	display: inline-block;
	box-shadow: 0 0 0 0 rgb(215 0 24 / 70%);
	border-radius: 50%;
	background-color: #f26522;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}
/******End Time note khuyến mãi*********/
/******List readmore********/
.list_items_more .list_items {
  display: none;
}

.list_items_more .list_items.visible {
  display: block;
}

.list_items_more .buttons {
	text-align: center;
	margin-top: 20px;
	font-size:14px;
}
.list_items_more .buttons button {
    border: 0;
    background: transparent;
    margin: 0 auto;
    padding: 3px 20px 3px 15px;
    background: transparent;
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
.list_items_more .buttons .show-less {
  display: none;
}
.list_items_more .buttons button:after{
	 content: "\f107";
	font-weight: 300;
	padding-left: 5px;
	font-family: "Font Awesome 6 Pro";
	/* position: absolute; */
	/* top: 50%; */
	/* right: 5px; */
	/* transform: translateY(-50%);*/
}
.list_items_more .buttons button.show-less:after{
	content: "\f106";
}
/******End List readmore********/
.card-policy .title-a h3, .list-policy .title-a h3{
	font-size: 14px;
	 font-weight: 400;
}
.card-policy .title-a{
    font-family: inherit;
    
    letter-spacing: -.01em;
    color: #000000;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******start local title********/
.local-title .logo a{
	display:inline-block;
	
}
.mobile-menu-container .local-title {
    display: flex;
    width: 100%;
    padding: 1rem;
    border: 1px solid #1e1e1e;
	justify-content:center;
}
.local-title .local-lang, .local-title .logo a{
transition:0.3s all ease-in-out;	
}
.local-title .local-lang:hover, .local-title .logo a:hover img{
	opacity:0.7;
}
#stars-js {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: transparent;
	z-index: 10000;
	pointer-events: none;
}
@media(max-width:767px){
	.local-title .local-lang{
		font-size:16px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.local-title .local-lang:after{height:26px;}
}
/******start local title********/
footer .logo img,.mobile-menu-container .navbar-brand>img{width:110px;}

@media(max-width:767px){
	header .logo, header .logo img, footer .logo img,.mobile-menu-container .navbar-brand>img{
		width: 100px;
	}
}
div#header-logo-sticky-wrapper.is-sticky #header-logo, div#header-menu-sticky-wrapper.is-sticky #header-menu{
	width:100%;
}
.header-menu{
	  background: #1a1a1b;
}
button.mobile-menu-toggle i{
    color: #fff;
}
.logo-black img{
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.copyright {
    text-align: center;
    font-size: .75rem;
    line-height: 1.125rem;
	color: #9d9fa2;
}
.copyright *{color: #9d9fa2;}
.menu>li>a{color:#fff;}
.nav-footer-link .nav-item>a.nav-link {
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-content);
}
.nav-footer-link .nav-item>a.nav-link {
    padding-left: 0;
    color: #9d9fa2;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
}
.nav-footer-link .nav-item>a.nav-link{
	position:relative;
}
@media(min-width:576px){
	.nav-footer-link .nav-item>a.nav-link:after{
		color: #9d9fa2;
		content: "|";
		margin-left: 5px;
		position:absolute;
		right:0;
		top:0;
	}
	.nav-footer-link .nav-item:last-child>a.nav-link:after{
		display:none;
	}
	button.btn-cookiessettings:before{
		color: #9d9fa2;
		content: "|";
		position:absolute;
		left:0;
		top:0;
	}
	
}

.nav-footer-link .nav-item:last-child>a.nav-link{
	padding:0;margin:0;
}
.copyright {
    text-align: center;
    font-size: .75rem;
    line-height: 1.125rem;
	color: #9d9fa2;
}
.copyright *{color: #9d9fa2;}
.nav-footer-link .nav-item>a.nav-link:hover{
    color: #fff !important;
    text-decoration: underline;
}
button.btn-cookiessettings {
    background: transparent;
    border: 0;
    color: #9d9fa2;
    font-size: 12px;
    display: inline-block;
    width: auto;
	position:relative;
}
button.btn-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 26px;
    background: transparent;
    color: #ffffff;
    opacity: 1;
	margin:0;
}
button.btn-close:focus, button.btn-close:active{box-shadow:none !important;}
button.btn-close:hover {
    color: #d5d5d5;
}
.modal-game .content_modal {
    padding: 10px;
    text-align: center;
    padding-top: 20px;
}
.bg-white * {
    color: #000;
}
button.btn.btn-primary {
    color: #fff;
    min-width: 120px;
    background: #404040;
}
@media(max-width:576px){
	.nav-footer-link .nav-item>a.nav-link{
		padding:0;
		margin:0;
	}
	.nav-footer-link .nav-item, button.btn-cookiessettings {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
	}
}

/************menu***********/
.menu>li {
    margin-right: 1.3rem;
}
.menu>li>a{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.local-title .logo a img {
    height: 65px;
    width: auto;
}
@media(max-width:992px){
	.local-title .logo a img{height:45px;}
}
@media(min-width:992px){
    #header-menu .local-title {
        position: absolute;
        left: calc(50%);
        transform: translateX(-50%);
        top: 0;
		padding-top:5px;
        z-index: 10;
    }
}

#header-menu .logo-center{
    margin: 0px 12rem;
    padding-right: 10px;
    height: 75px;
    text-indent: -9999px;
}
@media(max-width:992px){
	.local-title {
		padding: 10px 0;
	}
	div#header-logo {
		background: #000;
	}
}
@media(min-width:992px){
	.menu>li{
		margin-right: 1rem;
	}
    #header-menu .logo-center {
        margin: 0px 7rem;
    }
	.menu>li>a{font-size:15px;}
}
@media(min-width:1200px){
	#header-menu .logo-center{
		margin: 0px 9rem;
	}
	.menu>li{
		margin-right: 1.5rem;
	}
	.menu>li>a{font-size:18px;}
}
@media(min-width:1400px){
	#header-menu .logo-center{
		margin: 0px 12rem;
	}
}
#header-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
/************end menu***********/
.header-menu {
    background: #000000;
    box-shadow: 4px 0 6px 8px rgba(1, 1, 1, 0.3);
}
.infor-banner .title {
    text-align: center;
}
/**********Section luat-choi*************/
.content-info-arrow{
    display: inline-block;
    padding: 0;
	position:relative;
}
.content-info-arrow:before, .content-info-arrow:after {
	content: "";
    position: absolute;
    top: 50%;
    height: 30px;
    width: 138px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.content-info-arrow:before {
    background-image: url(../img/asus/arrow-left.png);
}
.content-info-arrow:after{
	background-image: url(../img/asus/arrow-right.png);
}
@media(min-width:992px){
	.content-info-arrow:before {
		left: -138px;
	}
	.content-info-arrow:after{
		 right: -138px;
	}
}
@media(max-width:992px){
	.content-info-arrow:before,.content-info-arrow:after{
		display:none;
	}
		
	.content-info-arrow:before {
		left: 0;
	}
	.content-info-arrow:after{
		 right: 0;
	}
}
.content-info.content-info-arrow {
    width: 479px;
    font-size: 20px;
    line-height: 1.3em;
	max-width:100%;
}

.item-thuthach {
    background: rgba(36, 0, 250, 0.35);
    height: 100%;
    position: relative;
}
.item-thuthach .title {
    background: #761622;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media(max-width:767px){
	.content-info.content-info-arrow{font-size:16px;}
	.content-info-arrow:before, .content-info-arrow:after{
		width: 35px;
	}
	.item-thuthach .title {font-size:18px;}
	.title img {
		max-width: 80%;
		margin: 0 auto;
	}
	section#section-banner .title img {max-width: 100%;}
	section#section-info .title img {max-width: 100%;}
}
@media(min-width:992px){
	.item-thuthach:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 2px;
		height: 100%;
		background: #fff;
	}
	.row-thuthach .col-thuthach:first-child .item-thuthach:after{
		display:none;
	}
}
.item-thuthach .content, .item-thuthach .content *, .content.content-mota-thuthach *{
	 font-size: 18px;
}
.item-thuthach .content p,.content.content-mota-thuthach p {margin:0!important;}
.item-thuthach .content{
    padding: 15px 10px;
}
.item-thuthach .content li p {
	margin:0;
}
.content.content-mota-thuthach {
    padding: 10px;
    background: rgb(118 22 34 / 70%);
}

/**********Section luat-choi*************/
/**********Section giai-thuong*************/
.container-list-giai-thuong {
    background: rgba(36, 0, 250, 0.2);
}
/**********Section giai-thuong*************/
/***********************/
.infor-banner .content, .infor-banner .content * {
    font-size: 20px;
    line-height: 1.3em;
}
.infor-banner .content .title-sub,.title-sub {
    font-size: 26px;
    font-weight: 400;
}
.infor-banner .content p{
	margin:0;
}
b, strong {
    font-weight: bold;
}
a.site-nav_link.site-nav_link_login {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.title.title-img img {
    height: 47px;
}
@media(max-width:992px){
	.title.title-img img {
		height: 36px;
	}
}
@media(max-width:767px){
	.infor-banner .content, .infor-banner .content *{font-size:16px;}
	.infor-banner .content .title-sub, .title-sub {
		font-size: 20px;
		font-weight: 400;
	}
	.section-info .infor-content .content {
		text-align: justify;
	}
	.title.title-img img {
		height: 36px;
	}
}
@media(max-width:576px){
	.title.title-img img {
		height: 22px;
	}
}
@media(max-width:450px){
	.section-title .title {
		font-size: 1.1rem;
	}
	.content-description{font-size:0.85rem;}
	.item-thuthach .content, .item-thuthach .content *, .content.content-mota-thuthach *,p,.content-info.content-info-arrow{font-size:14px;}
	.screenshot-pagination{margin-top:25px;}
}

.modal-footer {
    border-color: #535353;
}
button.btn.btn-close-footer, button.btn.btn-close-footer:focus, button.btn.btn-close-footer:active, button.btn.btn-close-footer:hover {
    background: #333;
    color: #fff;
    border-color: #333;
    font-size: 18px;
}
button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    background: #333;
    color: #ffffff;
    opacity: 1;
    margin: 0;
    line-height: 1em;
}
.title.title-large {
    font-size: 28px;
}
section.section-info{
	overflow-x:hidden;
}