@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
@font-face {
	font-family:Roboto-Regular;
	src:url("fonts/Roboto-Regular.ttf");
}

@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-300.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-400.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-500.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-600.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-700.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}

body {
    margin: 0;
    padding: 0;
}
/*
a {
    color: #ec1f25;
}
a:hover {
    color: #ec1f25;
    text-decoration: none;
}
*/
p {
  
}
img {
	max-width: 100%;
}
.hide {
    display: none!important;
}
.color_white{color:white;}
.base_color {color:#ec1f25;}
.base_color_2 {color:#ef8121;}

.main-img{width: 100%;height: auto;}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100% !important;
}
.mg0 {
	margin: 0 !important;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.h30 {height:30px;clear: both;}
.h50 {height:50px;clear: both;}
.h100 {height:100px;clear: both;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none !important;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.fixedpage-action {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 65px;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.dropdown-menu {
	position: relative !important;
	display: block;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
	box-shadow: none !important;
}
.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 50px;
	transition-duration:250ms;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 10px;
}
.fixedpage-action .dropdown-item svg {
    width: 32px;
    height: 32px;
}
.fixedpage-action .dropdown-item span {
    width: calc( 100% - 25px);
    padding-left: 0.5rem;
    line-height: 1.35;
	display:none;
}
.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    font-family: var( --ftitle);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
}
.fixedpage-action .dropdown-item img {
    border-radius:5px;
	width: 32px;
    height: 32px;
}
.fixedpage-action:hover .dropdown-item span {
	display:block;
}
.fixedpage-action:hover .dropdown-menu {
    width: 165px;
}
.fab-wrapper {
    position: fixed;
    bottom: 5px;
    right: 0;
    z-index: 9999999;
}
#fabCheckbox {
    display: none;
}
.fab-wrapper .icon-cps-local {
    width: 28px;
    height: 28px;
    background-position: -92.5px -262px;
}
.fab-wrapper .icon-cps, .fab-wrapper .icon-dtv, .fab-wrapper [class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icons_menubar.svg) !important;
    background-repeat: no-repeat;
    background-size: 500px;
}
.fab-checkbox:checked ~ .fab {
    transform: rotate(90deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-checkbox:checked ~ .fab .icon-cps-fab-menu {
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: 600px;
    background-position: -337.5px -316.5px;
}
.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-wheel {
    width: 300px;
    height: 220px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action-2 {
    top: 45px;
    left: 85px;
}
.fab-wheel .fab-action-3 {
    left: 20px;
    bottom: 70px;
}
.fab-wheel .fab-action-4 {
    left: 0;
    bottom: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-title {
    opacity: 1;
}
.fab-title {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0;
}
.fab-wheel .fab-button-1 {
    background: #dd5145;
}
.fab-wheel .fab-button-2 {
    background: #fb0;
}
.fab-wheel .fab-button-3 {
    background: #2196f3;
}
.fab-wheel .fab-button-4 {
    background: #2f82fc;
}
.fab-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 1%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}
.fab {
	cursor: pointer;
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #1b6ae7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-wrapper .icon-cps-fab-menu {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-size: 850px;
    background-position: -794px -374px;
}
.fab-wrapper .icon-cps-phone {
	width: 28px;
    height: 28px;
    background-position: -140px -262px;
}
.fab-wrapper .icon-cps-chat {
    width: 30px;
    height: 30px;
    background: url(images/messenger.svg) center center no-repeat !important;
    background-size: 25px !important;
}
.fab-wrapper .icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-size: 600px;
    background-position: -450px -265px;
}
.header-overlay-2.active {
    visibility: visible;
    opacity: 1;
}
.header-overlay-2 {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.53);
    z-index: 30;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.line_bottom {
    position: relative;
    height: 2px;
    background: #eee;
}
.line_bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #005cc1;
    z-index: 2;
}

@media screen and (min-width: 1600px) {
    .nav-primary-menu .nav > .menu-item {
        padding-right: calc(45 / 1920 * 100rem) !important;
    }
}
@media (min-width: 1024.1px) {
    .home-product .col-product-featured .product-item a.img-ratio {
        padding-top: 170%;
    }
}
@media screen and (min-width: 1200px) {
    .nav-brand a {
        height: 110px;
    }
}
.home-product .col-product-featured .product-item a.img-ratio img {
    object-fit: cover;
}
.watermark {
	height:40px;
	position: absolute;
    right: 0;
    bottom: 0;
}
.price {
	color: #fe6b00;
	font-weight: bold;
}
.watermark {
	right: 0;
	bottom: 0;
	width: 50px;
    background: url(images/watermark.png);
    background-repeat: no-repeat;
    background-size: contain;
}