/*
Theme Name: وبسافت3
Theme URI: https://websoft3.com
Author: websoft3.com
Author URI: https://websoft3.com.com
Version: 1.0

/* Fonts */
@font-face {
    font-family: websoft3;
    src: url('assets/fonts/yekan-bakh/Yekan-Bakh-EN-04-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display:swap;
}
@font-face {
    font-family: websoft3;
    src: url('assets/fonts/yekan-bakh/Yekan-Bakh-EN-05-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display:swap;
}
@font-face {
    font-family: websoft3;
    src: url('assets/fonts/yekan-bakh/Yekan-Bakh-EN-07-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-display:swap;
}
@font-face {
    font-family: websoft3;
    src: url('assets/fonts/yekan-bakh/Yekan-Bakh-EN-08-Fat.ttf') format('truetype');
    font-weight: 950;
    font-display:swap;
}

:root {
	--color-primary: #5CAF21;
	--color-primary2: #349F43;
	--color-secondary: #002C5C;
	--color-black: #202020;
}

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "websoft3";
}

::selection {
  color: #fff;
  background: var(--color-primary);
}

html,body{
	height: 100%
}

body{
	background-color: #fff;
	color: var(--color-black);
	font-family: "websoft3";
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
}

p{
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	color:var(--color-black);
	margin-bottom:15px
}

p:last-child{
	margin-bottom:0
}

a,button{
	color:inherit;
	cursor:pointer
}

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

a,button,img,input,span{
	transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
}

a:focus{
	color:inherit;
	outline:none;
	text-decoration:none
}

:focus{
	outline:none!important
}

ul, ol {
	list-style: none;
}
.container {
	width: 100%;
	margin: auto;
	max-width: 1240px;
	position: relative;
}
.box-slider {
	margin-top: 95px;
}

.fullscreen-overflow {
    overflow: hidden;
    margin-right: 17px;
}

/* Start Section Title Center */
.section-title-center {
	position: relative;
	z-index: 2;
}
.section-title-center h3 {
	font-size: 28px;
	text-align: center;
	font-weight: 950;
}
.section-title-center h3::before {
	content: "";
	background-image: url(assets/img/dots/dots-right.webp);
	background-repeat: no-repeat;
	width: 74px;
	height: 44px;
	display: inline-block;
	right: 78px;
	position: relative;
	bottom: 5px;
	z-index: -1;
}
.section-title-center h3::after {
	content: "";
	background-image: url(assets/img/dots/dots-left.webp);
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	display: inline-block;
	left: 80px;
	position: relative;
	bottom: 30px;
	z-index: -1;
}
.section-title-center span {
	color: var(--color-primary2);
}
.section-title-center p {
	text-align: center;
	margin: 0 0 -20px 0;
}
.section-title-center p sup {
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
	padding: 2px 12px;
	font-size: 12px;
	border-radius: 30px 30px 0 30px;
	color: #fff;
	box-shadow: 0px 6px 24px rgba(92, 175, 33, 0.24);
}
/* End Section Title Center */

/* Start Section Title Right */
.section-title-right {
	position: relative;
}
.section-title-right .container {
	transform: translateY(75px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}
.section-title-right.bg-img-blue::before {
	background: url(assets/img/banner-section-blue.webp) no-repeat center center;
}
.section-title-right.bg-img-white::before{
	background: url(assets/img/banner-section-white.webp) no-repeat center center;
}
.section-title-right::before {
	content: "";
	position: absolute;
	height: 430px;
	width: 100vw;
	left: 0;
	top: 0;
}
.section-title-right .right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.section-title-right .right img {
	padding: 15px;
	border-radius: 100%;
	background: linear-gradient(161.9deg, #FFFFFF12 12.32%, rgba(255, 255, 255, 0) 95.74%);
}
.section-title-right .right .title h2 {
	font-size: 28px;
	font-weight: 950;
	color: var(--color-black);
}
.section-title-right.bg-img-blue .right .title h2 {
	color: #fff;
}
.section-title-right .right .title h2 span {
	color: var(--color-primary);
}
.section-title-right .right .title p {
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
	width: fit-content;
	margin-top: 6px;
	padding: 2px 12px;
	font-size: 12px;
	border-radius: 30px 0 30px 30px;
	color: #fff;
	box-shadow: 0px 6px 24px rgba(92, 175, 33, 0.24);
}
.section-title-right .container > a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 12px 24px;
	border-radius: 50px;
	color: var(--color-black);
	border: 1.5px solid rgba(32, 32, 32, 0.07);
}
.section-title-right.bg-img-blue .container > a {
	color: #fff;
	border-color: #fff;
}
.section-title-right .container > a svg path {
	fill: var(--color-black);
	transition: 0.3s all;
}
.section-title-right.bg-img-blue .container > a svg path {
	fill: #fff;
}
.section-title-right .container > a:hover {
	color: #fff;
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.section-title-right.bg-img-blue .container > a:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color-black);
}
.section-title-right .container > a:hover svg path {
	fill: #fff;
}
.section-title-right.bg-img-blue .container > a:hover svg path {
	fill: var(--color-black);
	background: #000;
	transition: .3s all;
}
/* End Section Title Right */



/* Start Header Desktop */
.header-desktop {
	margin-bottom: 24px;
}
.header-desktop .header-top {
	background: linear-gradient(270.22deg, #383838 0%, #202020 37.4%, #383838 91.13%, #5A5A5A 100%);
	height: 52px;
	line-height: 52px;
}
.header-desktop .header-top > .container {
	display: flex;
	justify-content: space-between;
}
.header-desktop .header-top .logo {
	position: absolute;
	right: 0;
	width: 177px;
	height: 118px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 0px 0px 20px 20px;
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
	z-index: 2;
}
.header-desktop .header-top .logo a {
	line-height: 1;
}
.header-desktop .header-top .logo p {
	line-height: 1;
	color: #5CAF21;
	font-size: 12px;
	margin-top: 6px;
	padding: 7px 15px;
	background: #FFFFFF;
	border-radius: 12.5px 0px 12.5px 12.5px;
}
.header-desktop .header-top .nav-menu {
	margin-right: 177px;
	width: fit-content;
}
.header-desktop .header-top .nav-menu ul.menu li {
	display: inline-block;
}
.header-desktop .header-top .nav-menu ul.menu li a {
	color: #fff;
	font-size: 12px;
	padding: 0 16px;
	border-left: 2px dashed #535353;
}
.header-desktop .header-top .nav-menu ul.menu li:first-child a {
    padding-right: 24px;
}
.header-desktop .header-top .nav-menu ul.menu li:last-child a {
	border: unset;
}
.header-desktop .header-top .support {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header-desktop .header-top .support p {
	display: inline;
	font-weight: bold;
	color: #535353;
	margin: 0;
}
.header-desktop .header-top .support p span {
	color: #fff;
	margin-right: 8px;
	letter-spacing: 1px;
}
.header-desktop .header-top .support .icon {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background: #dddddd24;
}
.header-desktop .header-top .support .icon img {
	padding: 8px;
	position: relative;
	z-index: 2;
}
.header-desktop .header-top .support .icon .bg-gradiant {
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	transition: .3s all;
	border-radius: 50px;
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
}
.header-desktop .header-top .support:hover .icon .bg-gradiant {
	opacity: 1;
	box-shadow: 0px 6px 24px rgba(92, 175, 33, 0.24);
}
.header-desktop .header-bottom .container {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dashed #00000017;
}
.header-desktop .header-bottom .right {
	display: none;
}
.header-desktop .header-bottom .nav-menu {
	margin-right: 177px;
	width: fit-content;
}
.header-desktop .header-bottom .nav-menu ul.menu > li {
	display: inline-block;
}
.header-desktop .header-bottom .nav-menu ul.menu > li a {
	color: var(--color-black);
	display: inline-block;
	padding: 32px 16px;
	font-weight: 500;
}
.header-desktop .header-bottom .nav-menu ul.menu > li:first-child a {
    padding-right: 24px;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children {
	position: relative;
}
.header-desktop .header-bottom .nav-menu ul.menu > li.menu-item-has-children > a::after {
	content: "";
	background: url(assets/icons/linear/arrows/alt-arrow-down.svg);
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-bottom: -4px;
	margin-right: 3px;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children > ul.sub-menu {
    right: 0;
    top: 60%;
    opacity: 0;
    width: 260px;
    z-index: 999;
    display: block;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 15px;
    transition: all .3s ease 0s;
    padding: 10px;
    box-shadow: 0px 6px 27px rgb(32 32 32 / 10%);
    background: #fff;
    font-size: 15px;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children:hover > ul.sub-menu {
    top: 85%;
    opacity: 1;
    visibility: visible;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children:hover > ul.sub-menu li {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children:hover > ul.sub-menu li:last-child {
    margin: 0;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children > ul.sub-menu li a {
    display: block;
    padding: 12px 15px;
}
.header-desktop .header-bottom .nav-menu ul.menu li.menu-item-has-children > ul.sub-menu li a:hover {
    background: var(--color-primary);
    color: #fff;
}
.header-desktop .header-bottom .left-button-menu {
	gap: 12px;
	display: flex;
	align-items: center;
}
.header-desktop .header-bottom .left-button-menu .icon-tool {
	background: #2020201f;
	display: flex;
	padding: 11.5px;
	border-radius: 12px;
}
.header-desktop .header-bottom .left-button-menu .btn-loreg {
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
	border-radius: 12px;
	color: #fff;
	padding: 11.5px 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
/* End Header Desktop */

/* Start Section Videos  */
.section-video .container {
	gap: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-video .large-video {
	width: 66%;
}
.section-video .large-video img {
	border-radius: 24px;
	width: 100%;
}
.section-video .large-video a {
    position: relative;
    display: block;
    text-align: center;
}
.section-video .large-video a svg {
    position: absolute;
    right: calc(50% - 35px);
    transition: .3s all;
    bottom: calc(50% - 35px);
}
.section-video .large-video a:hover svg, .section-video .small-videos a:hover svg {
    transform: scale(1.2);
}
.section-video .small-videos {
	width: 32%;
}
.section-video .small-videos a {
	margin-bottom: 24px;
	display: block;
	height: 138px;
	position: relative;
}
.section-video .small-videos a svg {
    position: absolute;
    right: calc(50% - 32px);
    bottom: calc(50% - 32px);
    transition: .3s all;
    width: 66px;
    height: 66px;
}
.section-video .small-videos a img {
	width: 100%;
	height: 138px;
	border-radius: 24px;
}
/* End Section Videos  */

/* Start box search */
.box-search {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(32, 32, 32, 0.83);
	backdrop-filter: blur(6px);
	overflow: hidden;
}
.box-search .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-search .container form {
	width: 610px;
	position: relative;
}
.box-search .container form input[type="text"] {
	width: 100%;
	height: 68px;
	background: transparent;
	border: 1.5px solid #FFFFFF21;
	border-radius: 34px;
	padding: 21.5px 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.box-search .container form button {
	padding: 13px 32px;
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
	border-radius: 24px;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
}
.box-search .container .close-box-search {
    position: absolute;
    left: calc(50% - 20px);
    top: 20px;
    width: 40px;
    height: auto;
    cursor: pointer;
}
/* End box search */

/* Start Section Road */
.section-road {
	margin-top: 130px;
}
.section-road .roads {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 52px;
	margin-bottom: 132px;
}
.section-road .roads a.road {
    width: 49%;
    display: flex;
    gap: 16px;
    justify-content: start;
    border: 2px solid #0000001c;
    padding: 15px;
    border-radius: 100px;
    align-items: center;
}
.section-road .roads a.road:hover {
	border-color: var(--color-primary);
	box-shadow: 0px 6px 24px rgba(52, 159, 67, 0.12);
}
.section-road .roads a.road .icon {
    position: relative;
    width: 81px;
    height: 81px;
    background: #ddd;
    border-radius: 70px;
}
.section-road .roads a.road span.bg-gradiant {
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .3s all;
    border-radius: 50px;
    background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
}
.section-road .roads a.road:hover span.bg-gradiant {
    opacity: 1;
}
.section-road .roads a.road .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-road .roads a.road img {
    width: 81px;
    height: 81px;
    padding: 16px;
    position: relative;
    z-index: 2;
}
.section-road .roads a.road .title {
	font-weight: 950;
	font-size: 20px;
	margin-bottom: 6px;
	color: var(--color-black);
}
.section-road .roads a.road .text {
	font-size: 14px;
	color: var(--color-black);
	line-height: 24px;
}
/* End Section Road */

/* Start section course */
.section-course {
	margin-bottom: 180px;
}
.section-course .box-slider > a {
	display: none;
}
.section-course .swiper-wrapper {
	padding: 15px 0 25px 0;
}
.section-course .swiper-slide {
	padding: 16px 16px 28px 16px;
	background: #fff;
	border-radius: 24px;
	transition: 0.3s;
	box-shadow: 0px 6px 27px rgba(32, 32, 32, 0.07);
	border: 1.5px solid rgba(32, 32, 32, 0.07);
}
.section-course .swiper-slide:hover {
	margin-top: -8px;
}
.section-course .swiper-slide img {
	width: 100%;
	border-radius: 24px;
	height: auto;
}
.section-course .swiper-slide h2 a {
    font-size: 18px;
    font-weight: 900;
    text-align: right;
    margin-top: 16px;
    display: inline-block;
}
.section-course .swiper-slide .description {
	font-size: 13px;
	font-weight: 500;
	margin: 8px 0 20px 0;
	line-height: 24px;
	height: 75px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.section-course .swiper-slide .description p {
	font-size: 13px;
	font-weight: 500;
	margin: 8px 0 20px 0;
	line-height: 24px;
}
.section-course .swiper-slide .course-details {
	border-top: 2px dashed #00000017;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding-top: 16px;
}
.section-course .swiper-slide .course-details .users {
	display: flex;
	align-items: center;
	justify-content: start;
}
.section-course .swiper-slide .course-details .users img {
	padding: 9px;
	width: 38px;
	height: auto;
	border-radius: 50px;
	background: #EFEFEF12;
	margin-left: 6px;
}
.section-course .swiper-slide .course-details .users .title {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #20202038;
}
.section-course .swiper-slide .course-details .users .sub-title {
	font-weight: 950;
	font-size: 16px;
	line-height: 25px;
}
.section-course .swiper-slide .course-details .price {
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center;
}
.section-course .swiper-slide .course-details .price del {
	color: #20202038;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	margin-top: 12px;
}
.section-course .swiper-slide .course-details .price ins {
	font-weight: 950;
	font-size: 20px;
	color: var(--color-black);
	text-decoration: navajowhite;
	line-height: 31px;
}
.section-course .swiper-slide .course-details .price .free-pro p:first-child {
    color: #20202038;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin: 12px 0 0 0;
}
.section-course .swiper-slide .course-details .price .free-pro p:last-child {
    font-weight: 950;
	font-size: 20px;
	color: var(--color-black);
	text-decoration: navajowhite;
	line-height: 31px;
}

/* End section course */

/* Start Students Comments */
.section-students-comments {
	margin-bottom: 110px;
}
.section-students-comments .swiper-navigation {
	display: none;
}
.section-students-comments .students-comments-slider {
	margin-top: 38px;
}
.section-students-comments .students-comments-slider .students-comments-swiper {
	padding-top: 20px;
}
.section-students-comments .students-comments-slider .students-comments-swiper .swiper-slide {
	opacity: 0.4;
}
.section-students-comments .students-comments-slider .students-comments-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.section-students-comments .students-comments-slider .students-comments-swiper .swiper-slide::after {
    content: "";
	display: block;
	height: 16px;
	width: 90%;
	background: #20202005;
	border-radius: 50px;
	margin: -8px auto 0;
}
.section-students-comments .students-comments-slider .students-comments-swiper .swiper-slide.swiper-slide-active::after {
	background: var(--color-primary);
}
.section-students-comments .students-comments-slider .box-comment {
	background: #FFFFFF;
	border: 1.5px solid rgba(32, 32, 32, 0.07);
	border-radius: 24px;
	padding: 24px 24px 32px 24px;
	position: relative;
	z-index: 2;
}
.section-students-comments .students-comments-slider .box-comment .information {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
}
.section-students-comments .students-comments-slider .box-comment .information .thumbnail img {
	border-radius: 24px;
	margin-top: -45px;
	margin-bottom: 4px;
}
.section-students-comments .students-comments-slider .box-comment .information .full-name {
    font-size: 18px;
    font-weight: 950;
    line-height: 28px;
    margin-bottom: 0;
}
.section-students-comments .students-comments-slider .box-comment .information .course-name {
	font-weight: 500;
	font-size: 11px;
	line-height: 28px;
}
.section-students-comments .students-comments-slider .box-comment .comment {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    text-align: center;
}
.section-students-comments .students-comments-slider .box-comment .comment::after {
	content: "";
	background: url(assets/img/double-quotation.png) no-repeat;
	width: 96px;
	height: 78px;
	position: absolute;
	left: -10px;
	bottom: 0;
}
/* End Students Comments */

/* Start Blog */
.section-blog .section-title-right .right img {
    background: linear-gradient(161.9deg, #20202012 12.32%, rgba(32, 32, 32, 0) 95.74%);
}
.section-blog .section-title-right .container > a:hover {
    background: #EFEFEF;
    border-color: #EFEFEF;
    color: var(--color-black);
}
.section-blog .section-title-right .container > a:hover svg path {
    fill: var(--color-black);
}
.section-blog .box-slider {
	margin-top: 110px;
}
.section-blog .swiper-wrapper {
	padding: 15px 0 25px 0;
}
.section-blog .swiper-slide {
	border-radius: 24px;
	padding: 10px 10px 32px 10px;
	border: 1.5px solid rgba(32, 32, 32, 0.07);
	transition: .3s all;
}
.section-blog .swiper-slide:hover {
	box-shadow: 0px 6px 27px rgba(32, 32, 32, 0.07);
}
.section-blog .swiper-slide img {
	width: 100%;
	border-radius: 24px;
}
.section-blog .swiper-slide .information-post {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 24px;
	padding-bottom: 16px;
	border-bottom: 2px dashed #00000013;
	margin-bottom: 20px;
}
.section-blog .swiper-slide .information-post .date, .section-blog .swiper-slide .information-post .view, .section-blog .swiper-slide .information-post .count-comment {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
	font-size: 13px;
	font-weight: 500;
}
.section-blog .swiper-slide .information-post .date img, .section-blog .swiper-slide .information-post .view img, .section-blog .swiper-slide .information-post .count-comment img {
	width: auto;
}
.section-blog .swiper-slide h2 {
	margin-bottom: 12px;
}
.section-blog .swiper-slide h2 a {
	font-weight: 800;
	font-size: 18px;
	line-height: 27px;
}
.section-blog .swiper-slide h2 a:hover {
	color: var(--color-primary);
}
.section-blog .swiper-slide .description {
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}
/* End Blog */

/* Start Update Content */
.section-updated-content {
	margin-top: 100px;
	height: 260px;
}
.box-updated-content {
	position: relative;
}
.box-updated-content .right-updated-content {
	width: 6212px;
	position: absolute;
	right: -6000px;
}
.box-updated-content .right-updated-content::after {
	content: "";
	background: url(assets/img/dots/dots-right.webp) no-repeat left 130px top 81px,url(assets/img/dots/dots-left.webp) no-repeat left 0 top 40px;
	display: block;
	width: 100%;
	height: 141px;
}
.box-updated-content .right-updated-content .box-icon {
	display: flex;
	gap: 12px;
	height: 117px;
	align-items: center;
	padding: 30px 0 30px 28px;
	justify-content: left;
	background: var(--color-primary);
	border-radius: 24px 0 0 24px;
}
.box-updated-content .right-updated-content .box-icon img {
	background: linear-gradient(161.9deg, #FFFFFF14 12.32%, rgba(255, 255, 255, 0) 95.74%);
	border-radius: 40.5px;
	padding: 15px;
}
.box-updated-content .right-updated-content .box-icon h2 {
	font-weight: 950;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
}

/*.box-updated-content .left-updated-content {
	width: 1004px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
}*/
.box-updated-content .left-updated-content {
	width: 1004px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: 0;
}
.box-updated-content .left-updated-content article {
	width: 490px;
	padding: 12px;
	display: flex;
	gap: 16px;
	transition: .3s all;
	border-radius: 24px;
	justify-content: start;
	border: 1.5px solid rgba(32, 32, 32, 0.07);
}
.box-updated-content .left-updated-content article:hover {
	box-shadow: 0px 6px 27px rgba(32, 32, 32, 0.07);
}
.box-updated-content .left-updated-content article img {
	width: 100%;
	border-radius: 16px;
}
.box-updated-content .left-updated-content article .content {
	padding: 3px 0 3px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box-updated-content .left-updated-content article h3 a {
	font-size: 18px;
	font-weight: 800;
	line-height: 27px;
}
.box-updated-content .left-updated-content article h3 a:hover {
	color: var(--color-primary);
}
.box-updated-content .left-updated-content article time {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    justify-content: start;
}
.box-updated-content .left-updated-content article time img {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
/* End Update Content */

/* Start Best Course */
.section-best-course {
	margin-top: 132px;
}
.section-best-course .section-title-right .container > a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color-black);
}
.section-best-course .section-title-right .container > a:hover svg path {
    fill: var(--color-black);
}
.section-best-course .section-title-right .right img {
    background: linear-gradient(161.9deg, #5caf2112 12.32%, rgba(92, 175, 33, 0) 95.74%);
}
.section-best-course .box-best-course {
	margin-top: 107px;
	background: #fff;
	border: 1.5px solid rgba(32, 32, 32, 0.07);
	border-radius: 24px;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.section-best-course .box-best-course > a img {
	border-radius: 24px;
	width: 100%;
}
.section-best-course .box-best-course .information-best-course {
	width: 60%;
}
.section-best-course .box-best-course .information-best-course h2 a {
	font-weight: 950;
	font-size: 26px;
	line-height: 40px;
	margin: 10px 0;
	display: block;
}
.section-best-course .box-best-course .information-best-course h2 a:hover {
	color: var(--color-primary);
}
.section-best-course .box-best-course .information-best-course .description-best-course p {
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
}
.section-best-course .box-best-course .information-best-course .details-best-course {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 32px;
}
.section-best-course .box-best-course .information-best-course .details-best-course hr {
	border-right: 2px dashed #00000013;
	height: 44px;
}
.section-best-course .box-best-course .information-best-course .details-best-course img {
	padding: 8px;
	background: #666;
	border-radius: 50px;
	width: 44px;
	height: auto;
	margin-bottom: 8px;
}
.section-best-course .box-best-course .information-best-course .details-best-course p {
	font-weight: 950;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.section-best-course .box-best-course .information-best-course .details-best-course span {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #2020204d;
}
.section-best-course .box-best-course .information-best-course .details-best-course div:hover img {
	background: var(--color-primary);
}
.section-best-course .box-best-course .information-best-course .details-best-course div:hover p, .section-best-course .box-best-course .information-best-course .details-best-course div:hover span {
	color: var(--color-primary);
}
/* End Best Course */

/* Start main page content */
.section-main-page-content {
	margin-top: 152px;
}
.section-main-page-content .section-title-center p {
	margin: 0;
}
.section-main-page-content .section-title-center .title-main {
	position: relative;
	text-align: center;
}
.section-main-page-content .section-title-center .title-main::before {
	content: "";
	background-image: url(assets/img/dots/dots-right.webp);
	background-repeat: no-repeat;
	width: 74px;
	height: 44px;
	display: inline-block;
	right: 40.5%;
	position: absolute;
	bottom: 25px;
	z-index: -1;
}
.section-main-page-content .section-title-center .title-main::after {
	content: "";
	background-image: url(assets/img/dots/dots-left.webp);
	background-repeat: no-repeat;
	width: 74px;
	height: 24px;
	display: inline-block;
	left: 40.5%;
	position: absolute;
	bottom: 50px;
	z-index: -1;
}
.section-main-page-content .section-title-center .title-main span, .section-main-page-content .section-title-center .title-main h1 {
	font-weight: 950;
	font-size: 28px;
	line-height: 43px;
}
.section-main-page-content .section-title-center .title-main span {
	color: var(--color-black);
}
.section-main-page-content .section-title-center .title-main h1 {
	display: inline-block;
	color: var(--color-primary);
}
.section-main-page-content article, .section-main-page-content article * {
	font-weight: 500;
	font-size: 17px;
	line-height: 36px;
}
.section-main-page-content article h2 {
	font-weight: 950;
	font-size: 22px;
	line-height: 36px;
	margin-top: 40px;
}
.section-main-page-content article a {
	color: var(--color-primary);
}
/* End main page content */

/* Start Footer */
.footer {
	margin-top: 130px;
}
.footer .footer-header .container {
	gap: 24px;
	display: flex;
	margin-bottom: 38px;
	padding-bottom: 52px;
	justify-content: space-between;
	border-bottom: 2px dashed #00000013;
}
.footer .footer-header .social-websof3 {
	gap: 65px;
	z-index: 0;
	display: flex;
	position: relative;
	border-radius: 32px;
	align-items: center;
	padding: 24px 50px 24px 50px;
	justify-content: space-between;
	background: linear-gradient(161.9deg, #202020 12.32%, #3A3A3A 95.74%);
}
.footer .footer-header .social-websof3 .title {
	position: relative;
	z-index: 1;
}
.footer .footer-header .social-websof3 .title::before {
	content: "";
	background: url(assets/img/dots/dots-footer-1.svg) no-repeat center center;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 42;
	right: -32px;
	top: -10px;
}
.footer .footer-header .social-websof3 .title h4 {
	font-weight: 950;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
}
.footer .footer-header .social-websof3 .title h4 span {
	color: var(--color-primary);
}
.footer .footer-header .social-websof3 .title p {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	align-items: center;
}
.footer .footer-header .social-websof3 .title p svg {
	margin-right: 12px;
}
.footer .footer-header .social-websof3 .social {
	display: flex;
	gap: 16px;
	position: relative;
}
.footer .footer-header .social-websof3 .social::before {
	content: "";
	background: url(assets/img/dots/dots-footer-3.svg) no-repeat;
	position: absolute;
	width: 94px;
	height: 44px;
	right: -65px;
	bottom: -20px;
}
.footer .footer-header .social-websof3 .social::after {
	content: "";
	background: url(assets/img/dots/dots-footer-2.svg) no-repeat;
	position: absolute;
	width: 44px;
	height: 44px;
	left: -45px;
	top: -10px;
}
.footer .footer-header .social-websof3 .social a {
	box-shadow: 0px 6px 24px #66666624;
	border-radius: 100px;
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 87px;
	text-align: center;
	transition: .3s all;
	position: relative;
}
.footer .footer-header .social-websof3 .social a span {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .3s all;
    border-radius: 50px;
}
.footer .footer-header .social-websof3 .social a span.bg-gray {
    background: #666;
    z-index: 2;
}
.footer .footer-header .social-websof3 .social a span.bg-gradiant {
    z-index: 3;
    opacity: 0;
    transition: .3s all;
    background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
}
.footer .footer-header .social-websof3 .social a:hover span.bg-gradiant {
    opacity: 1;
}
.footer .footer-header .social-websof3 .social a:hover {
	box-shadow: 0px 6px 24px rgba(92, 175, 33, 0.24);
}
.footer .footer-header .social-websof3 .social a svg {
    position: relative;
    z-index: 4;
}
.footer .footer-header .social-websof3 .social a:hover g {
	opacity: 1;
}
.footer .footer-header .social-websof3 .social a:hover path {
	stroke: #fff;
}
.footer .footer-header .bg-instagram {
	background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%);
	width: 451px;
	border-radius: 32px;
	padding: 24px 52px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 16px;
}
.footer .footer-header .bg-instagram img {
	background: #FFFFFF30;
	box-shadow: 0px 6px 24px rgba(255, 255, 255, 0.24);
	padding: 13px;
	border-radius: 50px;
}
.footer .footer-header .bg-instagram div p {
	margin-bottom: 4px;
	font-weight: 950;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
}
.footer .footer-header .bg-instagram div span {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

/* footer main */
.footer .footer-main {
	padding-bottom: 38px;
}
.footer .footer-main .container {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-main .container::after {
	content: "";
	background: url(assets/img/dots/dots-footer.svg);
	position: absolute;
	left: 0;
	bottom: -38px;
	width: 522px;
	height: 232px;
	z-index: 1;
}
.footer .footer-main .widget-footer-1, .footer .footer-main .widget-footer-2, .footer .footer-main .widget-footer-3, .footer .footer-main .widget-footer-4 {
    position: relative;
    z-index: 2;
}
.footer .footer-main .widget-footer-1 {
	width: 475px;
	margin-left: 52px;
}
.footer .footer-main .widget-footer-1 button {
	background: transparent;
	font-family: "websoft3";
	color: #ddd;
	margin-top: 12px;
}
.footer .footer-main .widget-footer-1 article {
    height: 124px;
    overflow: hidden;
    transition: .4s all;
}
.footer .footer-main .widget-footer-1 article::before {
    content: "";
    background-image: url(assets/img/dots/dots-right.webp);
    background-repeat: no-repeat;
    width: 74px;
    height: 44px;
    display: inline-block;
    right: -20px;
    position: absolute;
    top: -7px;
    z-index: -1;
    background-size: contain;
}
.footer .footer-main .widget-footer-1 article.article-full {
    height: auto !important;
    overflow: visible !important;
    transition: .4s all;
    -o-transition: .4s all;
    -ms-transition: .4s all;
    -moz-transition: .4s all;
    -webkit-transition: .4s all;
    margin-bottom: 0px;
}
.footer .footer-main .widget-footer-1 article p {
	text-align: justify;
	font-weight: 500;
	font-size: 15px;
	line-height: 32px;
}
.footer .footer-main .widget-footer-2 {
	margin-left: 32px;
}
.footer .footer-main .widget-footer-3 {
	margin-left: 88px;
}
.footer .footer-main ul li {
	margin-bottom: 20px;
}
.footer .footer-main ul li a {
    display: flex;
    font-weight: 500;
    align-items: center;
}
.footer .footer-main ul li a:hover {
	color: var(--color-primary);
}
.footer .footer-main ul li a::before {
	content: "";
	border: 3px solid #fff;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #00000012;
	outline: 2px solid #00000012;
	border-radius: 50%;
	margin-left: 10px;
	transition: .3s all;
}
.footer .footer-main .widget-footer-4 p {
	font-weight: 500;
	font-size: 15px;
	line-height: 40px;
	margin-bottom: 8px;
}
.footer .footer-main ul li a:hover::before {
	background: var(--color-primary);
	outline-color: var(--color-primary);
}
.footer .footer-main .widget-footer-4 {}
.footer .footer-main .widget-footer-4 form {
	width: 100%;
}
.footer .footer-main .widget-footer-4 form input[type="text"], .footer .footer-main .widget-footer-4 form input[type="email"], .footer .footer-main .widget-footer-4 form input[type="tel"], .footer .footer-main .widget-footer-4 form input[type="number"] {
	width: 100%;
	display: block;
	direction: rtl;
	text-align: right;
	border-radius: 24px;
	margin-bottom: 12px;
	background: transparent;
	padding: 12px 24px 12px 24px;
	border: 2px solid #20202012;
	transition: .3s all;
}
.footer .footer-main .widget-footer-4 form input[type="text"]::placeholder, .footer .footer-main .widget-footer-4 form input[type="email"]::placeholder, .footer .footer-main .widget-footer-4 form input[type="tel"]::placeholder, .footer .footer-main .widget-footer-4 form input[type="number"]::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #202020;
	font-family: "websoft3";
	transition: .3s all;
}
.footer .footer-main .widget-footer-4 form input[type="text"]:focus, .footer .footer-main .widget-footer-4 form input[type="email"]:focus, .footer .footer-main .widget-footer-4 form input[type="tel"]:focus, .footer .footer-main .widget-footer-4 form input[type="number"]:focus {
	content: "";
	border-color: var(--color-primary);
	direction: ltr;
	text-align: left;
	transition: .3s all;
}
.footer .footer-main .widget-footer-4 form input[type="text"]:focus::placeholder, .footer .footer-main .widget-footer-4 form input[type="email"]:focus::placeholder, .footer .footer-main .widget-footer-4 form input[type="tel"]:focus::placeholder, .footer .footer-main .widget-footer-4 form input[type="number"]:focus::placeholder {
    color: transparent;
}
.footer .footer-main .widget-footer-4 form input[type="submit"], .footer .footer-main .widget-footer-4 form button {
	background: var(--color-black);
	border-radius: 24px;
	padding: 12px 24px;
	color: #fff;
	font-family: "websoft3";
}
.footer .footer-main .widget-footer-4 form input[type="submit"]:hover, .footer .footer-main .widget-footer-4 form button:hover {
	cursor: pointer;
}
/* footer bottom */
.footer .footer-bottom {
	background: var(--color-black);
	padding: 24px 0;
}
.footer .footer-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer-bottom .container p, .footer .footer-bottom .container span {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 40px;
	margin: 0;
}
.footer .footer-bottom .container .left {
	position: relative;
}
.footer .footer-bottom .container .left > span {
	margin-left: 80px;
}
.footer .footer-bottom .container .left #scrollUp {
	left: -20px;
	gap: 10px;
	color: #fff;
	bottom: 6px;
	height: 58px;
	width: 117px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	border-radius: 0 20px 20px 0;
	position: absolute !important;
	box-shadow: 8px 12px 24px rgba(92, 175, 33, 0.16);
	background: linear-gradient(161.9deg, #5CAF21 12.32%, #349F43 95.74%);
}
.footer .footer-bottom .container .left #scrollUp svg {
	transform: rotate(90deg);	
}
/* End Footer */


/* Responsive */
@media only screen and (max-width: 1200px) {
	.container {
		padding: 0 15px;
	}
	.section-video .container, .section-road .roads, .box-updated-content .left-updated-content, .footer .footer-header .social-websof3 {
		gap: 4px;
	}
	.section-video .small-videos a {
		margin-bottom: 4px;
	}
	.box-updated-content .left-updated-content {
		width: 950px;
	}
	.box-updated-content .left-updated-content article {
		width: 460px;
	}
	.box-updated-content .right-updated-content .box-icon {
		height: 113px;
	}
	.footer .footer-main .widget-footer-1 {
		width: 400px;
	}
}
@media only screen and (max-width: 1180px) {
	.box-updated-content {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.box-updated-content .right-updated-content {
		width: 100%;
		display: flex;
		position: unset;
		justify-content: space-between;
	}
	.box-updated-content .right-updated-content .box-icon {
		width: 283px;
		right: -15px;
		position: relative;
		margin-bottom: 24px;
	}
	.box-updated-content .right-updated-content::after {
		background: url(assets/img/dots/dots-left.webp) no-repeat left 0 top 40px;
		height: auto;
	}
	.box-updated-content .left-updated-content {
		position: unset;
		width: 100%;
		gap: 12px;
	}
	.box-updated-content .left-updated-content article {
		width: 48%;
	}
	.footer .footer-header .social-websof3 {
		padding: 16px 24px 16px 24px;
	}
}
@media only screen and (max-width: 1080px) {
	.header-desktop .header-top > .container {
		justify-content: center;
		height: 100%;
	}
	.header-desktop .header-top .logo, .header-desktop .header-top .nav-menu, .header-desktop .header-bottom .nav-menu, .header-desktop .header-bottom .left-button-menu .btn-loreg span {
		display: none;
	}
	.header-desktop .header-bottom .right {
		display: block;
	}
	.header-desktop .header-bottom .left-button-menu .btn-loreg {
		padding: 11.5px;
	}
	.header-desktop .header-bottom .right {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.header-desktop .header-bottom .menu-responsive {
		position: fixed;
		right: 0;
		height: 100%;
		background: #fff;
		top: 0;
		text-align: center;
		padding: 20px 14px 50px 14px;
		width: 263px;
		z-index: 999;
		overflow-y: auto;
		transform: translateX(300px);
		transition: .3s all;
	}
	.header-desktop .header-bottom .menu-responsive .show-menu-btn {
		text-align: left;
		margin-bottom: 10px;
	}
	.header-desktop .header-bottom .menu-responsive .close-menu {
		width: 30px;
	}
	.header-desktop .header-bottom .menu-responsive ul {
		text-align: right;
	}
	.header-desktop .header-bottom .menu-responsive ul li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-desktop .header-bottom .menu-responsive ul li img {
    	padding: 0 10px;
    }
	.header-desktop .header-bottom .menu-responsive ul li a {
		color: #525353;
		font-weight: 700;
		line-height: 38px;
	}
	.header-desktop .header-bottom .menu-responsive ul.sub-menu {
		display: none;
		margin-right: 10px;
		width: 100%;
	}
	.header-desktop .header-bottom .menu-responsive ul.sub-menu a {
		font-size: 14px;
	}
	.header-desktop .header-bottom .close-menu-responsive-full-page {
    	position: fixed;
    	right: 0;
    	top: 0;
    	width: 100vw;
    	height: 140vw;
    	z-index: 20;
    	background: rgba(0, 0, 0, 0.24);
    	transform: translateX(1400px);
        transition: .1s all;
    }
	.section-video .container {
		gap: unset;
	}
	.section-video .large-video {
		width: 100%;
	}
	.section-video .small-videos {
		width: 100%;
		display: flex;
		gap: 4px;
	}
	.section-video .small-videos a svg {
        right: calc(50% - 35px);
        bottom: calc(50% - 23px);
    }
	.section-video .small-videos a img {
		height: auto;
	}
	.section-road .roads a.road {
		padding: 8px;
	}
	.footer .footer-main .widget-footer-1 {
		width: 100%;
		margin-bottom: 24px;
	}
	.footer .footer-main .widget-footer-2, .footer .footer-main .widget-footer-3, .footer .footer-main .widget-footer-4 {
		width: 33%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 992px) {
    .fullscreen-overflow {
        margin-right: 0;
    }
    .section-video .small-videos a svg {
        bottom: calc(50% - 15px);
    }
	.footer .footer-header .container, .footer .footer-header .social-websof3, .footer .footer-bottom .container {
		flex-direction: column;
	}
	.footer .footer-header .social-websof3 .title {
		text-align: center;
	}
	.footer .footer-header .social-websof3 .title p svg {
		display: none;
	}
	.footer .footer-header .bg-instagram {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.footer .footer-header .bg-instagram div {
		text-align: center;
	}	
	.footer .footer-bottom .container .left > span {
		margin: 0;
	}
	.footer .footer-bottom .container .left #scrollUp {
		position: fixed !important;
		left: 10px;
		bottom: 10px;
		padding: 15px;
		width: auto;
		height: auto;
		border-radius: 50px;
	}
	.footer .footer-bottom .container .left #scrollUp span {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
    .section-video .small-videos a svg {
        bottom: calc(50% - 5px);
    }
	.section-road {
		margin-top: 80px;
	}
	.section-video .container, .section-road .roads, .box-updated-content .left-updated-content, .footer .footer-header .social-websof3 {
		gap: 16px;
	}
	.section-road .roads {
		flex-direction: column;
	}
	.section-road .roads a.road {
		width: 100%;
		border-radius: 20px;
		padding: 16px;
	}
	.section-best-course .box-best-course {
		flex-direction: column;
	}
	.section-best-course .box-best-course .information-best-course {
		width: 100%;
		order: 2;
	}
}
@media only screen and (max-width: 768px) {
    .section-video .small-videos a svg {
        right: calc(50% - 29px);
        bottom: calc(50% - -4px);
        width: 46px;
        height: 46px;
    }
	.box-updated-content .left-updated-content article {
		width: 100%;
	}
	.section-best-course {
		margin-top: 430px;
	}
}
@media only screen and (max-width: 600px) {
	.box-updated-content .right-updated-content .box-icon {
		width: 330px;
	}
	.section-video .small-videos {
		flex-direction: column;
	}
	.section-video .small-videos a {
		height: auto;
	}
	.section-best-course .box-best-course {
	    gap: 4px;
	    padding: 16px;
	}
	.footer .footer-header .social-websof3 .social a {
		width: 48px;
		height: 48px;
		line-height: 77px;
	}
	.footer .footer-header .social-websof3 .social {
		gap: 14px;
	}
	.footer .footer-header .social-websof3 .social::before {
		right: 0;
	}
	.footer .footer-main .widget-footer-1 {
	    margin-left: 0 !important;
	}
	.footer .footer-main .widget-footer-1 article::before {
	    content: unset;
	}
	.footer .footer-main .widget-footer-1 article p {
	    text-align: right;
	}
	.widget-footer-2, .widget-footer-3 {
		width: 50% !important;
	}
	.widget-footer-4 {
		width: 100% !important;
		margin-top: 20px;
	}
	.footer .footer-bottom .container p, .footer .footer-bottom .container span {
		text-align: center;
	}
	.footer .footer-main .container::after {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    .box-search .container form input[type="text"] {
        font-size: 14px;
    }
    .box-search .container form button {
        padding: 13px 20px;
    }
    .section-video .small-videos a svg {
        right: calc(50% - 29px);
        bottom: calc(50% - 31px);
        width: 66px;
        height: 66px;
    }
    .section-course .container, .section-blog .container, .section-students-comments .container {
    	padding: 0;
    }
	.section-title-center h3 {
		font-size: 22px;
		text-align: center;
		font-weight: 950;
	}
	.section-title-center h3::before {
		right: 30px;
		position: absolute;
		background-size: contain;
	}
	.section-title-center h3::after {
		left: 20px;
		position: absolute;
		background-size: contain;
	}
	.section-title-right .container {
		justify-content: center;
	}
	.section-title-center p {
		margin: 0 0 10px 0;
	}
	.section-title-right .right {
		flex-direction: column;
		justify-content: center;
	}
	.section-title-right .container > a {
		display: none;
	}
	.section-road {
    	margin-top: 92px;
    }
	.section-road .roads {
    	margin-top: 32px;
    }
    .section-road .roads a.road .title {
    	font-size: 18px;
    }
    .section-road .roads a.road .text {
    	font-size: 12px;
    }
    .section-road .roads a.road .icon, .section-road .roads a.road img {
    	width: 68px;
    	height: 68px;
    }
    .section-road .roads a.road span.bg-gradiant {
        opacity: 1;
    }
    .section-course {
    	margin-bottom: 120px;
    	margin-top: -70px;
    }
    .section-updated-content {
    	margin-top: 38px;
    }
    .section-students-comments {
    	margin-bottom: 70px;
    }
	.section-course .box-slider > a {
    	display: block;
    	border: 1.5px solid rgba(32, 32, 32, 0.07);
    	border-radius: 24px;
    	text-align: center;
    	padding: 13px;
    	font-weight: 600;
    	font-size: 14px;
    	line-height: 22px;
    	margin: 0 20px;
    }
	.section-course .box-slider > a path {
		fill: var(--color-black);
	}
	.section-students-comments .students-comments-slider .students-comments-swiper {
		padding-bottom: 40px;
	}
	.section-students-comments .swiper-navigation {
		display: block;
		position: absolute;
		width: 100%;
		height: 35px;
		bottom: -20px;
	}
	.section-students-comments .swiper-navigation .swiper-button-next, .section-students-comments .swiper-navigation .swiper-button-prev {
		width: 35px;
		height: 20px;
	}
	.section-students-comments .swiper-navigation .swiper-button-next {
	    left: 25px;
	}
	.section-students-comments .swiper-navigation .swiper-button-prev {
	    right: 25px;
	}
	.section-students-comments .swiper-button-prev::after, .section-students-comments .swiper-rtl .swiper-button-next::after {
		content: "";
		background: url(assets/icons/linear/arrows/arrow-left.svg);
		width: 100%;
		height: 100%;
		background-size: contain;
	}
	.section-students-comments .swiper-rtl .swiper-button-next::after {
		transform: rotate(180deg);
	}
	.section-students-comments .students-comments-slider .box-comment {
		border: 2px solid rgba(32, 32, 32, 0.07);
		padding: 24px 16px 32px 16px;
	}
	.section-students-comments .students-comments-slider .box-comment .information .full-name {
		font-size: 16px;
		line-height: 24px;
	}
	.section-students-comments .students-comments-slider .box-comment .information .course-name {
		font-size: 10px;
		line-height: 15px;
	}
	.section-blog .swiper-slide .information-post {
    	gap: 4px;
    }
    .section-blog .swiper-slide .information-post .date, .section-blog .swiper-slide .information-post .view, .section-blog .swiper-slide .information-post .count-comment {
    	gap: 2px;
    	font-size: 11px;
    }
	.section-students-comments .students-comments-slider .students-comments-swiper .swiper-slide::after {
		width: 80%;
	}
	.section-main-page-content .section-title-center .title-main::before {
		right: 0;
	}
	.section-main-page-content .section-title-center .title-main::after {
		left: 0;
	}
	.section-best-course {
    	margin-top: 400px;
    }
	.section-best-course .box-best-course .information-best-course h2 a {
		text-align: center;
		padding: 16px;
	}
	.box-updated-content .right-updated-content .box-icon {
		width: 800px;
	}
	.section-main-page-content {
    	margin-top: 110px;
    }
    .section-main-page-content article {
        margin-top: 12px;
    }
    .section-main-page-content article, .section-main-page-content article * {
    	font-size: 15px;
    }
}
@media only screen and (max-width: 360px) {
    .box-updated-content .left-updated-content article h3 a {
		font-size: 14px;
		line-height: 16px;
	}
	.box-updated-content .left-updated-content article time {
		font-size: 10px;
	}
	.footer .footer-header .bg-instagram {
		padding: 24px;
	}
}