/*
Theme Name: FPT
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body{
	 font-family: "Montserrat", sans-serif !important; 
	color: #000;
}
h1,h2,h3,h4,h5,h6,p,span,li,.nav > li > a{
	font-family: "Montserrat", sans-serif !important; 
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1440px !important;
}
.custom_product .box {
    padding: 0px 10px;
}
:root{
	--color-text: #3D3D3D;
	--color-vang: #f37021;
}
.custom_product .box-image, .custom_product .box-image img, .custom_product .product_img, .custom_product .product_img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.custom_product .box-image {
    max-height: 240px;
}
.box-image>a, .box-image>div>a {
    display: block;
}
.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_product .box-text {
    border: 1px solid #cccccc38;
    border-radius: 0px 0px 16px 16px;
    padding: 0px 16px 20px;
    background-image: linear-gradient(#f5f5f5, #fff);
}
.custom_product .product-title {
    font-size: 25px;
    font-weight: 700;
    padding: 0px;
    text-align: center;
    color: #3d3d3d;
    margin-top: 10px;
}
.product-title a {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px 0px 0px;
    text-align: left;
    height: 64px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.custom_product .price {
    text-align: center;
    padding-bottom: 12px;
    display: flex;
    gap: 3px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.custom_product .price span.amount {
    font-size: 20px;
    font-weight: 700;
    color: #4564ED;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: flex-start;
}
span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D !important;
    padding-left: 3px;
}
.tooltip-container {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    width: 30px;
    padding-left: 5px;
}
.tooltip-container .icon-info {
    width: 20px;
    height: 20px;
    background-image: url(https://capquangfpt.vn/themes/fpt/assets/img/icon/info-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tooltip-container .icon-info {
    width: 20px;
    height: 20px;
    background-image: url(https://capquangfpt.vn/themes/fpt/assets/img/icon/info-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tooltip-container .icon-info {
    width: 20px;
    height: 20px;
    background-image: url(https://capquangfpt.vn/themes/fpt/assets/img/icon/info-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.box_tocdo {
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    padding: 12px 15px 12px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    position: relative;
    margin-bottom: 16px;
}
.box_tocdo .speed-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.box_tocdo .speed-info .speed-label {
    font-size: 14px;
}
.box_tocdo .speed-values {
    display: flex;
    gap: 3px;
    align-items: center;
}
.box_tocdo span.speed-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    color: #000;
}
.box_tocdo .gauge-60 {
    width: 60px;
    height: 35px;
}

.package_list {
    height: 240px;
    max-height: 110px;
    overflow-y: scroll;
	margin-bottom: 10px;
}

.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
    line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
}
.btn_dangky a {
    margin-top: 8px;
    color: #f8f8ff;
    line-height: 25px;
    border: 0;
    padding: 11px 36px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#4564ED), color-stop(#4564ED), color-stop(#5f7cfc), to(#4564ED));
    background-image: linear-gradient(to right, #4564ED, #4564ED, #5f7cfc, #4564ED);
    visibility: hidden;
    visibility: collapse;
    visibility: visible;
}
.tooltip-container .tooltip-text {
    visibility: hidden;
    background-color: #fff;
    color: #888;
    text-align: left;
    padding: 11px 13px;
    box-shadow: 0px 1px 7px 0 rgba(22, 22, 26, 0.1);
    line-height: 20px;
    position: absolute;
    bottom: 42px;
    right: -21px;
    width: calc(3vw + 220px);
    z-index: 9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.tooltip-container:hover small.tooltip-text {
    visibility: visible;
    right: -146px;
    bottom: 21px;
}
.custom_product .package_list .package_item {
    background: url(/wp-content/uploads/2026/03/tick-circle.svg) left top no-repeat;
    background-size: 22px;
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 32px;
    padding-right: 0;
    color: #3D3D3D;
    position: relative;
}
.custom_title h3{
	font-size: 30px;
	text-transform: uppercase;
	color: #3D3D3D;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-bottom: 30px;
}
.custom_title h3:before{
	content:"";
	height: 3px;
	width: 30%;
	background-color: var(--color-vang);
	position: absolute;
	left:0;
	bottom: -2px;
}
.home_tinhthanh .col .col-inner, .home_tinhthanh .list_tinhthanh {
    height: 100%;
}
.list_tinhthanh {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 2px solid #f37021;
    padding: 20px;
    border-radius: 20px;
}
.list_tinhthanh .menu_title {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 26px;
    color: #f37021;
    min-height: auto;
}
.list_tinhthanh .menu-item {
    max-width: 50%;
    flex-basis: 50%;
}
.home_tinhthanh span.ux-menu-link__text, .home_tinhthanh .ux-menu-link__link {
    color: #f37021;
    font-weight: 600;
}
.home_tinhthanh span.ux-menu-link__text, .home_tinhthanh .ux-menu-link__link {
    color: #f37021;
    font-weight: 600;
}
.home_tinhthanh .custom_title h3{
	border-bottom: 0px;
	margin-bottom: 10px;
}
.home_tinhthanh .custom_title h3:before{
	display: none;
}
footer .menu-item a {
    color: #fff;
    border-bottom: 0px;
}
a.btn_call_header {
    background-color: #FFF;
    border-radius: 3px;
    color: #f37021 !important;
    padding: 5px 15px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
a.btn_call_header:hover{
	background-color: #054ea0 !important
		color: #fff !important;
}
header ul.header-nav {
    justify-content: center;
    gap: 12px;
}
.ss_camera .col-camera {
    box-shadow: 0px 0px 3px #f37021;
    border-radius: 10px;
}
.ss_camera .col-camera .icon-box-img {
    max-width: 40% !important;
    flex-basis: 40% !important;
    width: 40% !important;
	padding: 16px;
}
.ss_camera .col-camera .icon-box-text {
    background-color: #f37021;
    padding: 30px 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ss_camera .col-camera h3{
	color: #fff; 
	font-size: 20px;
	text-transform: uppercase;
}
.ss_camera .col-camera  p{
	font-size: 15px;
	color: #000;
	margin-bottom: 0px;
}
.ss_camera .col-camera .button{
	margin: 0px;
}
.ss_camera .col-camera .price{
	display: flex;
	align-items: center;
	margin: 10px 0px;
	gap: 16px;
	font-size: 28px;
	font-weight: 600;
	color: #f37021; 
}
.ss_camera .col-camera .price span {
    color: #ccc;
    font-size: 16px;
    text-decoration: line-through;
}
.ss_camera .box_btn .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin-top: 30px;
}

.ss_camera .box_btn .btn a {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
	cursor: pointer;
}
.ss_camera .box_btn .btn a:hover{
	transform: scale(1.1);
}
.ss_camera .box_btn .btn_xct{
	background-color: #054da2;
}
.ss_camera .box_btn .btn_dk{
	background-color: #fff;
	color: #f37021 !important; 
}
.form__dangky {
    border: 1px solid var(--color-vang);
    border-radius: 12px;
    padding: 30px 30px;
	max-width: 350px;
}
.form__dangky h4 {
    text-align: center;
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
}
.form__dangky input{
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 3px;
}
.btn_submit input{
	margin: 0px;
	background-color: var(--color-vang);
	border-radius: 3px;
}
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.popup-form.active {
    display: block;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.popup-content {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 100px auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px 16px;
    z-index: 2;
    animation: popupFade 0.3s ease;
}
.popup-content .form__dangky {
    border: 0px solid;
    border-radius: 12px;
    padding: 0px;
}
 .form__dangky h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.popup-content .form__dangky h5 {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form__dangky .btn_submit input{
	width: 100%;
}
.wpcf7-spinner{
	display: none;
}
.form__dangky a{
	text-align: center;
	display: block;
	margin-top: 10px;
}
.form__dangky a span{
	font-size: 17px;
	font-weight: 600;
	color: var(--color-vang);
}
@keyframes popupFade {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.popup-inner {
    margin-top: 20px;
}
.thongtin_goi .list_camera .box{
	padding: 30px;
	border: 1px solid var(--color-vang);
	border-radius: 16px;
}
.thongtin_goi .list_camera .box-text h4{
	text-align: center;
	margin-bottom: 16px;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--color-vang);
}
.thongtin_goi .list_camera .box-text .price {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-vang);
}
.thongtin_goi .list_camera .box-text .price span{
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}
.thongtin_goi .list_camera .box-text .vat{
	text-align: center;
	font-size: 13px;
}
.tinhnang-camera li {
    list-style: none !important;
    color: #6d6d6d;
    font-size: 18px;
    padding-lefT: 55px;
}
.tinhnang-2, .tinhnang-4 {
    margin-left: 60px !important;
}
.tinhnang-3, .tinhnang-2, .tinhnang-4, .tinhnang-5 {
    margin-top: 40px;
}
.tinhnang-1 {
    background: url(/wp-content/uploads/2026/03/icon-qs.jpg) no-repeat left;
    padding: 5px 0 5px 55px;
}
.tinhnang-2 {
    background: url(/wp-content/uploads/2026/03/icon-2.jpg) no-repeat left;
}
.tinhnang-3 {
    background: url(/wp-content/uploads/2026/03/icon-3.jpg) no-repeat left;
    margin-left: 90px !important;
}
.tinhnang-4 {
    background: url(/wp-content/uploads/2026/03/icon-4.jpg) no-repeat left;
}
.tinhnang-5 {
    background: url(/wp-content/uploads/2026/03/icon-5.jpg) no-repeat left;
}
.list_camera .button{
	background-color: var(--color-vang);
	padding: 5px 30px;
}
.ss_camera .product_slider_camera .row{
	max-width: 26.8% !important;
	flex-basis: 26.8% !important;
	opacity: 1 !important;
	padding: 10px !important;
}
.ss_camera .product_slider_camera .row .icon-box{
	border: 1px solid #ccc;
	border-radius: 12px;
	box-shadow: 0px 0px 3px #ccc;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-img {
    margin-bottom: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-img .icon,.ss_camera .product_slider_camera .row .icon-box .icon-box-img .icon-inner, .ss_camera .product_slider_camera .row .icon-box .icon-box-img .icon img{
	width: 100%;
    height: 100%;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-img .icon img{
	object-fit: cover;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-text {
    background: #F5F5F5;
    padding: 16px;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-text h4{
	margin-bottom: 0px;
	font-size: 16px;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-tex .price {
    color: #888888;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    height: 22px;
}
.ss_camera .product_slider_camera .row .icon-box .icon-box-text .price small{
	font-weight: 500;
    color: #4564ED;
    padding-left: 4px;
	font-size: 14px;
}
.ss_camera .product_slider_camera .flickity-button{
	opacity: 1 !important;
}
@keyframes zoom{
	0% {
    transform: scale(.9);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
}
100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
}
}
.button_contact {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 65px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}
.button_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: #f45100;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone 2.3s infinite ease-in-out;
    animation: phone 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.button_contact a:first-child {
    background-color: #40a9ff;
}
.button_contact a .icon {
    max-height: 25px;
    max-width: 27px;
    width: 25px;
    height: 27px;
    background: url(/wp-content/uploads/2026/03/zalo.webp);
    background-size: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,-50%);
}
.button_contact a:nth-child(2) .icon {
    background: url(/wp-content/uploads/2026/03/phone.webp);
    background-size: cover;
    object-fit: cover;
}
.button_contact a:nth-child(3) .icon {
    background: url(/wp-content/uploads/2026/03/dangky.png);
    background-size: cover;
    object-fit: cover;
}
.button_contact a:nth-child(3){
    background-color: #52b848;
}
.form__dangky h5{
	font-size: 14px;
	text-align: center;
	color: #000;
}
.blog-single .col{
	max-width: 100% !important;
	flex-basis: 100% !important;
}


@media (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.ss_camera .product_slider_camera .row{
	max-width: 50% !important;
	flex-basis: 50% !important;
}	
	
}


@media (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.custom_product_slider .slick-list {
    padding-left: 0px !important;
    padding-right: 35px !important;
}
.custom_title h3 {
    font-size: 18px;
}
.ss_camera .col-camera .icon-box-img {
    max-width: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    padding: 16px;
}	
.ss_camera .product_slider_camera .row{
	max-width: 95% !important;
	flex-basis: 95% !important;
}	
.home_dk tr td {
    flex: 1;
    font-size: 13px;
}
.home_dk tr {
    display: flex;
    align-items: center;
}	
.button_contact a {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}	
	.button_contact{
		 width: 50px;
		right: 10px;
    	bottom: 55px;
	}	
	.tooltip-container:hover small.tooltip-text {
		right: -100px;
		bottom: 26px;
	}
	.box_tocdo span.speed-item {
		font-size: 12px;
	}
	.box_tocdo .gauge-60 {
		width: 50px;
	}
	.box_tocdo .speed-info .speed-label {
		font-size: 13px;
	}
	.custom_product .package_list .package_item{
		font-size: 12px;
	}
}