.col_left {
	width: 300px;
}
.col_right {
	width: 700px;
}
@font-face {
	font-family: Samsung-Bold;
	src: url("../font/SN Samsung Sharp Sans Bold.ttf");
}
@font-face {
	font-family: Samsung;
	src: url("../font/SN Samsung Sharp Sans Medium.ttf");
}
.title-form-contact{
	font-weight: bold;
	
    margin-left: 60px;

}
.title {
	color: #d31145;
	font: bold 60px Samsung;
	margin: 0;
}
.title2 {
	color: #606060;
	font-size: 19px ;
	font-family: Samsung;
}
.col_left hr {
	margin: 5px 0;
	background: #606060;
}
.social {
	margin: 30px 0 0 0;
}
.social img {
	display: inline-block !important;
	width: 25px;
	margin-right: 10px;
}
.social img.icon-border{
	border: solid 1px #d31145;
    border-radius: 100%;
}
.info img {
	width: 13px;
	display: inline-block !important;
}
.detail {
	color: #909090;
}
.form-group-aaa{
	padding-left: 60px;
}
.form-group-aaa > .input-aaa{
	width: 100%;
    padding: 18px 12px;
    border-radius: 12px;
    border: none;
    border-top: 3px solid #ccc;
    background: #f2f4f1;
    font-size: 13px;
    color: black;
    opacity: 1 !important;
}
.form-group-aaa > .input-aaa:focus{
    outline: none;
}
.product .steps-container{
	padding-bottom: 0;
}
select.child_prod:focus-visible {
    outline: none;
}
.product .steps-container select.child_prod {
    width: 100%;
}
.product .steps-container select.child_prod option{
	font-size: inherit;
}
.buy_now {
    max-width: 233px;
}
.input_text {
	width: 623px;
	height: 53px;
	background: url("../image/input_text.png") no-repeat;
	border: none;
	padding: 0 30px;
	font: 15px Samsung;
	outline: none;
}
.form-group-contact{
	margin-bottom: 18px;
    margin-left: 60px;
}
.form-check-aaa{
	display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 25px;
}
.form-check-aaa > input[type='checkbox']{
	opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-check-aaa > .checkmark{
	height: 15px;
    width: 15px;
    background: #606060;
    position: absolute;
    left: 0;
}
.form-check-aaa > input[type='checkbox']:checked ~ .checkmark {
	background-color: #f2f4f1;
  }

.form-check-aaa > .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
.form-check-aaa > input[type='checkbox']:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
.form-check-aaa > .checkmark:after {
	left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #36ad49;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.product_cat {
    /* display: grid; */
}
.product_cat .view-detail{
	display: flex;
	align-items: center;
}
.product h1,  .product .title9, .product_child .title9{
	font-size: 21px;
}
.product .description div.download_pdf > * > a {
    color: blue !important;
    font-weight: bold;
}
.input_textarea {
	width: 623px;
	height: 172px;
	background: url("../image/input_textarea.png") no-repeat;
	border: none;
	padding: 30px 30px;
	font: 15px Samsung;
	outline: none;
	margin: 0 0 20px 0;
}
.input_submit {
	width: 153px;
	height: 85px;
	margin: 0 -15px 0 0;
	background: url("../image/input_submit.png") no-repeat;
	border: none;
	outline: none;
}
.btn-seemore-box a {
    width: max-content;
}
.button-send-aaa{
	position: relative;
    height: 52px;
    width: 170px;
    border: none;
    display: inline-flex;
    background: transparent;
    overflow: hidden;
    z-index: 0;
	align-items: center;
	filter: drop-shadow(0px 4px 0.5rem rgb(145, 143, 144));
	border-top-right-radius: 8px;
}
.button-send-aaa>img{
	display: block;
    max-width: 21%;
    margin-left: 6px;
}
.button-send-aaa>p{
	width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Samsung;
	color: #25893f;
}
.button-send-aaa::before{
	position: absolute;
    content: "";
    background-color: #36ad49;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    z-index: -1;
}
.button-send-aaa::after{
	position: absolute;
    content: "";
    background-color: white;
    height: 100%;
    width: 100%;
	left: 53px;
    bottom: 4px;
    transform: skewX(26deg);
    border-radius: 8px;
    z-index: -1;
}

/* .button-send-aaa:after{
	content: '';
} */

.product_cat .nav_cat {
	padding: 20px 32px;
	border: #44AC49 solid 2px;
	border-radius: 15px;
	color: #606060;
	background-color: white;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.nav_cat ul{
	width: max-content;
	transition: 0.5s;
}
.product_cat .nav_cat li {
	margin: 0 15px;
	width: max-content!important;
}
.product_cat .nav_cat li a {
	color: #606060;
	position: relative;
}
.product_cat .nav_cat li:first-child a:after {
	display: none;
}
.product_cat .nav_cat li a:after {
	content: '';
	height: 100%;
	width: 100%;
	border-left: 1px solid #606060;
	left: -14px;
	position: absolute;
}
.prev-list {
    position: absolute!important;
    left: calc(15% + 2px) !important;
    top: -28px!important;
    height: 55px!important;
    width: 43px!important;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    z-index: 1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	background-image: unset!important;
	opacity: 1!important;
	margin-top: 0!important;
}
.next-list {
    position: absolute!important;
    top: 0!important;
    right: calc(15% - 2px - 18.5px) !important;
    transform: translate(-50%, -50%) !important;
    height: 53px!important;
    width: 43px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
	background-image: unset!important;
	opacity: 1!important;
	margin-top: 0!important;
}
.swiper-button-disabled {
	display: none!important;
}
.product_cat .bg {
	width: 100%;
	padding: 35px 0 0;
	background-size: cover;
}
.product .bg{
	background: white;
}
.product_cat .title1 {
	margin: 0 auto 8px !important;
	font: normal 50px Samsung;
	color: #fff;
}
.product_cat .title2 {
	width: 70%;
	font-size: 12px;
	color: #fff;
	margin: 0 auto 40px !important;
}
.product_cat .content img {
	cursor: pointer;
}
.product .content img{
	width: 100%;
	border-radius: 10px;
}
.product .content .col-md-8{
	padding-left: calc(var(--bs-gutter-x) * 1);
}
ul.more_image li {
    padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.product_cat .title4 {
	font: bold 12px Samsung;
	color: #fff;
}
.max_content a#button-cart img {
    margin-top: 0;
}
.product_category a#button-cart img {
    transform: translate(4%, 0%);
}
.product_cat .btn-seemore {
	color: #249848;
	background: url("../image/SAN PHAM CA NHAN-10.png") no-repeat;
	width: 413px;
	height: 50px;
	padding: 15px 0 0;
	margin: 0 10px;
	border-radius: 12px;
}
.product_cat .img_box {
	width: 374px;
	height: 374px;
	background: #fff;
	margin: 0 0 20px 0 !important;
}
.btn-seemore-box {
	margin: 0 0 50px 0 !important;
}
.product_cat .bg2 {
	width: 100%;
	padding: 40px 0;
}
.product_cat .bg2 .content {
	margin: 0 auto !important;
}
.product_cat .btn-box {
	border: solid 1px #ccc;
	border-radius: 20px;
	width: 551px;
	height: 229px;
	font: 14px Samsung;
	margin: 0 auto !important;
	box-shadow: 3px 3px 3px #ccc;
	background-image: linear-gradient(to right,#3BB14A, #016938);
}
.product_cat .btn-box .title5 {
	font: bold 20px Samsung;
	color: #249848;
	margin: 45px 0 10px;
}
.product_cat .btn-box .title6 {
	font: 14px Samsung;
	margin: 0 0 26px;
	height: 14px;
}
.product_cat .btn2 {
	color: #249848;
	background: url("../image/btn-continue.svg") no-repeat;
	width: 221px;
	height: 50px;
	padding: 15px 0 15px 42px;
	font: 14px Samsung;
	border-radius: 12px;
	margin: 0;
}
.product_cat_child .title2 {
	color: #000;
	margin: 0 auto 20px !important;
}
.product_cat_child .bg input[type="checkbox"] {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin: 0 0.4em 0.4em 20px;
	border: 2px solid #44AC49;
	-webkit-appearance: none;
	-webkit-transition: box-shadow 200ms;
}
.product_cat_child .bg input[type="checkbox"]:checked {
	border-color:#44AC49;
	background-color: #44AC49;
}
.product_cat_child .bg input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 4px;
	margin-top: 1px;
}


.product_cat_child .bg .content_box {
	/*	box-shadow: 3px -3px 20px #ccc;
	margin: 0 0 20px;
	padding: 0;*/
	padding: 30px;
	background-color: white;
	border-radius: 25px;
	}

.product_cat_child .bg .content_box img {
	width: 100%;
	border-radius: 10px;
}
.product_cat_child .bg .content_box p {
	width: 100%;
}
.product_cat_child .bg .content_box p span {
    font-size: 12px !important;
    color: #666 !important;
    font-family: 'SN Samsung Sharp Sans Medium' !important;
}
.product_cat_child .bg .content_box .column {
	margin: 15px;
}

.product_cat_child .title3 {
	font: bold 20px Samsung;
	color: #000;
	margin: 10px 0 0 !important;
}
.product_cat_child .title4 {
	font: 12px Samsung;
	font-weight: normal;
	color: #000;
}
.product_cat_child .title6 {
	font: 12px Samsung;
}
.product_cat_child .title7 {
	font: 12px Samsung;
	margin-top: 5px;
}
.product_cat .content_box .btn2 {
	color: #249848;
	background: url("../image/btn-continue.svg") no-repeat;
	width: 221px !important;
	height: 50px;
	padding: 15px 0 0;
	font: 14px Samsung;
	margin-top: 20px !important;
}
.max_content .col-md-9 {
    background-color: white;
    border-radius: 15px;
    padding: 15px 30px;
}
.max_content .col-md-3 img {
    border: 8px solid white;
    border-radius: 10px;
}
.max_content .col-md-3 {
    margin-right: -17px;
}
.max_content .col-md-9 h2.title3 {
    margin-top: 0 !important;
    font-size: 18px;
    height: 44px;
    padding-top: 3px;
}
.product_cat .max_content {
    margin-bottom: 50px;
}
.max_content .col-md-9 p.title7 {
    margin-bottom: 20px;
    height: 28px;
    padding-top: 2px;
}
.product_cat .title3 {
    font: bold 21px Samsung;
    color: #fff;
    /* margin: 0 auto 25px !important; */
}
.product .input_chkbox {
	margin: 0 0 0 0 !important;
}
.product span {
	margin: 0 20px 0 0 !important;
}
.product .title8, .product_child .title8 {
    margin-bottom: 5px;
}
.product .bg .content_box img {
	margin: 0 0 10px 0 !important;
}
#common-success #content{
	justify-content: center;
	align-items: center;
	max-width: 60%;
	margin: auto;
	min-height: fit-content;
}
#common-success h1{
    text-align: center;
    color: #d31145;
    font-size: 36px;
    font-weight: 700!important;
}
#common-success .buttons{
	text-align: center;
	margin-top: 20px;
}
#common-success .buttons a{
	margin-left: 15px;
	right: 15px;
}
#common-success .buttons img{
	display: inline-block;
}
#error-not-found h1{
    text-align: center;
    color: #d31145;
    font-size: 36px;
    font-weight: 700!important;
}
#error-not-found .buttons{
	text-align: center;
	margin-top: 20px;
}
#error-not-found .buttons a{
	margin-left: 15px;
	right: 15px;
}
#error-not-found .buttons img{
	display: inline-block;
}
#error-not-found{
	text-align: center;
}
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2222224d;
    z-index: 10000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.product_child .bg{
	padding-bottom: 80px;
}
.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product_cat_child .bg .content_box .col-md-8 {
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
a#button-cart img {
    max-width: 233px;
    margin-top: 14px;
    border-radius: 13px;
    transform: translate(5%, 0%);
}
.product a#button-cart img {
    transform: translate(0px, 0px);
    margin-left: -13px;
}
.product .description{
	margin-top: 15px;
}
.seemore {
    max-width: 445px;
    margin: auto;
}
.banner_prod_detail {
    margin-top: 30px;
}
.product .description div {
    margin: 0px !important;
}
.padding_app, #account-claim-form .padding_app{
	/*padding-top: 100px !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.select2-container--default .select2-selection--single{
	border-radius: 12px;
    border: none;
    border-top: 3px solid #c9c9c9;
    background: #f2f4f1;
    line-height: 46px;
}
.select2-container .select2-selection--single{
	height: 46px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
	border: none !important;
}
@media (max-width: 768px) {
	#common-success #content{
		width: 100%;
		max-width: 100%;
	}
	#common-success #content .col-md-6{
		margin-bottom: 20px;
	}
	#common-success h1 {
	    font-size: 21px;
	}
	.product_cat .btn-box {
		width: 100%;
	}
	.product_cat .bg2{
		height: initial;
		padding: 30px 5px;
	}
	.product_cat .title1{
		font-size: 8vw;
	}
	.product_cat .list_cate{
		display: none;
	}
	.product_cat.product_cat_child.product_child .nav_cat, .product_cat.product_cat_child.product_child .prev-list, .product_cat.product_cat_child.product_child .next-list{
		display: none!important;
	}
	.product_cat.product_cat_child.product .nav_cat, .product_cat.product_cat_child.product .prev-list, .product_cat.product_cat_child.product .next-list{
		display: none!important;
	} 
	.product_cat .title3{
		font-size: 4.5vw;
	}
	.product_cat_child .title4{
		margin-top: 5px;
	}
	a#button-cart img{
		transform: none;
		margin-left: -18px;
	}
	ul.more_image{
		margin-top: 20px;
	}
	ul.more_image li{
		max-width: calc(98% / 3);
    	display: inline-block;
	}
	.product_cat .max_content.item .col-md-9{
		margin-top: 10px;
	}
	.product_cat .view-detail{
		padding-bottom: 0;
		display: block;
	}
	.product_cat .max_content.item .view-detail{
		margin-top: 0;
		margin-bottom: 0;
	}
	div > .padding_app_true{
		padding-top: 220px !important;
	}
}
@media (max-width: 400px) {
	.product_cat .title3{
		font-size: 4vw;
	}
}