/*-----------------------------------------------------------------------------------

    Theme Name: netweb.vn 2020 1.0
    Theme URI: netweb.vn

/**************************************************************************************************/

/* Font size cho các thẻ tiêu đề */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}


h1 {
  font-size: 40px !important;
  font-weight: 700;
}

h2 {
  font-size: 32px !important;
  font-weight: 600;
}

h3 {
  font-size: 28px !important;
  font-weight: 600;
}

h4 {
  font-size: 24px !important;
  font-weight: 500;
}

h5 {
  font-size: 20px !important;
  font-weight: 500;
}

h6 {
  font-size: 16px !important;
  font-weight: 500;
}




@media screen and (max-width: 768px) {


img.mega-menu-logo {
    margin-top: 12px !important;
    margin-left: 10px !important;
}    

span.icon i {
    color: #666;
    font-size: 28px;
}

header.hd {
    display: none;
}

.main {
    min-height: 68vh;
    position: relative;
    z-index: 0 !important;
    padding-top: 0px !important;
    background: #fff;
}


}

main.main.page-home {
    margin-top: -60px;
}

main.main.page1 {
    margin-top: 33px;
}

button.accordion-button {
    font-size: 17px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    box-sizing: content-box;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
    display: none;
}

/* Select2 container full width */
.wpcf7 .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Chỉnh style nút x (clear) cho đẹp */
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
    color: #888;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4.2rem;
    width: 100%;
    border: 0.1rem solid #d99197;
    border-radius: 0.8rem;
    outline: unset;
    color: var(--color-text);
    -webkit-transition: 0.3s 
ease-in-out;
    transition: 0.3s 
ease-in-out;
    padding: 0 1.6rem;
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
    background: #fff;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100px;
    width: 100%;
    border: 0.1rem solid #d99197;
    border-radius: 0.8rem;
    outline: unset;
    color: var(--color-text);
    -webkit-transition: 0.3s 
ease-in-out;
    transition: 0.3s 
ease-in-out;
    padding: 0 1.6rem;
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
    background: #fff;
    padding-top: 11px;
}



main.main.page1.singledv ul li {
    list-style: disc !important;
    line-height: 30px !important;
}


main.main.page1.singledv {
    padding-left: 12px;
}


/* Hiển thị in đậm */
strong, b {
  font-weight: bold !important;
}

/* Hiển thị in nghiêng */
em, i {
  font-style: italic !important;
}

/* Nếu muốn trong các block Gutenberg */
.wp-block {
  strong, b {
    font-weight: bold !important;
  }
  em, i {
    font-style: italic !important;
  }
}

main.main.page1.singledv h5 {
    padding-bottom: 11px;
    margin-left: -16px;
    font-weight: bold;
}



@media only screen and (min-width: 900px) {

span.icon i {
    color: #d9d8d8;
    font-size: 28px;
}

.b-bot {
    margin-top: 15px !important;
}

.sfb-it .b-body {
    max-width: 40rem;
    height: auto !important;
    margin-top: 10px !important;
    padding-bottom: 40px;
    margin: 0 auto;
    color: rgba(34, 58, 94, 0.8);
    /* -webkit-transition: height 0.3s 
ease-in-out; */
    transition: height 0.3s 
ease-in-out;
    height: 0;
    /* overflow: hidden; */
}



  .ser-list a {
    background: #810100;
}

p.t-text {
    color: #fff !important;
}
}

a:hover {
    color: #d5afaf;
}


.caption-more-detail .caption {
    border-bottom: 1px solid #8e0a20;
    height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-more-detail .caption .title:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 45%;
    top: 0;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 23px;
    background: url(https://marketing24h.vn/wp-content/themes/marketing24h/img/bg-min.svg) left -839px no-repeat;
}

.caption-more-detail .caption .title {
    padding: 0 10px;
    background-color: #8e0a20;
    position: relative;
}

.caption-more-detail .caption .title span {
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.box_latest_more li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 800px) {
    .box_latest_more li .thumb {
        width: 222px;
        margin-right: 15px;
        position: relative;
    }


  .box_latest_more li .thumb img {
        height: 146px;
        object-fit: cover;
        transition: .3s 
ease-in-out;
        position: relative;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
    display: block;
}

.box_latest_more li .text {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

.box_latest_more li .text .title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.slick-next:before {
    content: '→';
    /* background: #333; */
    color: #333;
    font-size: 30px;
}

.slick-prev:before {
    content: '←';
    color: #333;
    font-size: 30px;
}

main.main.page1 p {
    line-height: 36px;
}

main.main.page1 ul li {
    line-height: 36px;
}

ul#box_latest_more p {
    line-height: 28px;
}



.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 10px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#testimonials-list .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #009999;
		    padding: 9px 35px;
		    border-radius: 25px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#testimonials-list .item {
		    text-align: center;
		    padding: 6px;
		    margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#testimonials-list .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    -webkit-transform-style: preserve-3d;
		            transform-style: preserve-3d;
			max-width: 90px;
			border-radius: 50%;
    		margin: 0 auto 17px;
		}
		#testimonials-list.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #810100;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#testimonials-list.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#testimonials-list.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#testimonials-list.owl-carousel .owl-dots .owl-dot span {
		    background: #810100;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    -webkit-transform-origin: 50% 50% 0;
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}


.customer {
    margin: 0 24px !important;
}

button.slick-prev.slick-arrow.slick-disabled {
    z-index: 5555;
}

button.slick-next.slick-arrow {
    z-index: 5555;
}


.accordion-body ol {
  list-style-type: decimal;   /* số thứ tự 1,2,3... */
  padding-left: 20px;        /* thụt lề */
  margin-bottom: 1rem;
}

.accordion-body ul {
  list-style-type: disc;     /* chấm tròn */
  padding-left: 20px;
  margin-bottom: 1rem;
}

.accordion-body li {
  margin-bottom: 5px;        /* khoảng cách giữa các mục */
  margin-top: 10px;
}
